From b3e67113f5a8ab1e9a2be7accbb5aeb5afdb56e5 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Sun, 5 Jan 2020 12:07:29 +0000 Subject: [PATCH] Crowdin [2020-01-04] + add Latvian (#253) update Translators add Latvian update Crowdin Co-authored-by: 6543 <6543@obermui.de> --- CONTRIBUTORS.md | 1 + .../gitnex/fragments/SettingsFragment.java | 5 +- app/src/main/res/values-ar/strings.xml | 5 +- app/src/main/res/values-de/strings.xml | 5 +- app/src/main/res/values-fa/strings.xml | 5 +- app/src/main/res/values-fi/strings.xml | 5 +- app/src/main/res/values-fr/strings.xml | 7 +- app/src/main/res/values-it/strings.xml | 7 +- app/src/main/res/values-lv/strings.xml | 442 ++++++++++++++++++ app/src/main/res/values-pt/strings.xml | 5 +- app/src/main/res/values-ru/strings.xml | 5 +- app/src/main/res/values-sr/strings.xml | 3 + app/src/main/res/values-tr/strings.xml | 5 +- app/src/main/res/values-uk/strings.xml | 5 +- app/src/main/res/values-zh/strings.xml | 17 +- 15 files changed, 502 insertions(+), 20 deletions(-) create mode 100644 app/src/main/res/values-lv/strings.xml diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c6047e77..821f3b75 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,6 +18,7 @@ This part lists all PUBLIC individuals having contributed content to the transla * erardiflorian * IndeedNotJames * jaqra + * Lafriks * ljoonal * Lunny Xiao (xiaolunwen) * lxs diff --git a/app/src/main/java/org/mian/gitnex/fragments/SettingsFragment.java b/app/src/main/java/org/mian/gitnex/fragments/SettingsFragment.java index 3ea7e686..50a2cc10 100644 --- a/app/src/main/java/org/mian/gitnex/fragments/SettingsFragment.java +++ b/app/src/main/java/org/mian/gitnex/fragments/SettingsFragment.java @@ -29,7 +29,7 @@ public class SettingsFragment extends Fragment { private Context ctx = null; - private static String[] langList = {"Arabic", "Chinese", "English", "Finnish", "French", "German", "Italian", "Persian", "Portuguese/Brazilian", "Russian", "Serbian", "Turkish", "Ukrainian"}; + private static String[] langList = {"Arabic", "Chinese", "English", "Finnish", "French", "German", "Italian", "Latvian", "Persian", "Portuguese/Brazilian", "Russian", "Serbian", "Turkish", "Ukrainian"}; private static int langSelectedChoice = 0; private static String[] timeList = {"Pretty", "Normal"}; @@ -311,6 +311,9 @@ public class SettingsFragment extends Fragment { case "Italian": tinyDb.putString("locale", "it"); break; + case "Latvian": + tinyDb.putString("locale", "lv"); + break; case "Persian": tinyDb.putString("locale", "fa"); break; diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 47cc01b7..78ec2d1f 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -183,7 +183,7 @@ الترجمة التاريخ والوقت - تم حفظ الإعدادات. + تم حفظ الإعدادات اللغة العربية المظهر @@ -436,4 +436,7 @@ Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index d6494228..c550440a 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -183,7 +183,7 @@ Sprachen Datum & Uhrzeit - Einstellungen wurden gespeichert! + Einstellungen gespeichert Sprache Englisch Aussehen @@ -436,4 +436,7 @@ Zusammenführ-Kommentar Dieser Pull-Request wurde erfolgreich zusammengeführt Pull-Request kann nicht zusammengeführt werden + Schriftart + Wähle eine Schriftart + Roboto diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index e9cd0781..7c24fc95 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -183,7 +183,7 @@ Translation Date & Time - Settings saved. + Settings saved Language English Appearance @@ -436,4 +436,7 @@ Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index c2514f8d..6b399276 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -183,7 +183,7 @@ Translation Date & Time - Settings saved. + Settings saved Language English Appearance @@ -436,4 +436,7 @@ Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 17b21811..1b7c0195 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -177,13 +177,13 @@ Description du ticket requise Nouveau ticket créé Une erreur s’est produite, veuillez réessayer - No milestone + Aucun jalon Aucun collaborateur Aucune étiquette Traduction Date et heure - Configuration enregistrée + Réglages enregistrés Langue Français Apparence @@ -436,4 +436,7 @@ Commentaire de la fusion La demande de tirage a été fusionnée La demande de tirage ne peut pas être fusionnée + Police + Choisir la police + Roboto diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index ed9dc616..938daf7e 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -184,7 +184,7 @@ URL è richiesto Traduzione Data & Ora - Impostazioni salvate. + Impostazioni salvate Lingua Inglese Aspetto @@ -203,7 +203,7 @@ URL è richiesto Nuovo label Menu Repo Nome label - Colorore label + Colore dell\'etichetta Nome label è vuoto Nome label non valido Label creato. @@ -438,4 +438,7 @@ autorizzazione Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml new file mode 100644 index 00000000..a93f7647 --- /dev/null +++ b/app/src/main/res/values-lv/strings.xml @@ -0,0 +1,442 @@ + + + + + Mani repozitoriji + Starred Repositories + Repozitoriji + Profils + Iestatījumi + Organizācijas + Par + Rate GitNex + Logout + Izpētīt + + + Par + Sākums + Mani repozitoriji + Repozitoriji + Profils + Jauns repozitorijs + Organizācijas + Problēmas + Iestatījumi + Jauna organizācija + Jauns atskaites punkts + Jauna problēma + Jauna etiķete + Credits + Update Label + Donators + Starred Repositories + New Team + Add Email Address + New File + Izpētīt + + Version\u0020:\u0020 + Build No.\u0020:\u0020 + Demo repo + Repo with ORG + Demo description + No repositories found + Demo organization + Demo description + No organizations found + Izveidot + Atjaunot + Repozitorija nosaukums + Repository Description + Privāts + Max 255 characters + Īpašnieks + Organizācijas nosaukums + Organization Description + Max 255 characters + Username + Password + LOGIN + Instance URL + Open Navigation Drawer + Close Navigation Drawer + Login to Gitea + 1- Choose the correct protocol(https or http). \n2- Enter Gitea url e.g: try.gitea.io. \n3- If you have enabled 2FA for your account, enter the code in the OTP Code field. \n4- For HTTP basic auth use USERNAME@DOMAIN.COM in the URL field. + Wrong username/password + It is not recommended to use HTTP protocol unless you are testing on local network. + Malformed JSON was received. Server response was not successful. + Instance URL is required + Username is required + Password is required + Cannot access network, please check your Internet connection + Repository name is empty + Repository name is not valid. [a–z A–Z 0–9 – _] + Repository description exceeds the max 255 characters limit + Repository created successfully + Something went wrong, please try again + Repository of this name already exists under selected Owner + Organization name is empty + Organization name is not valid, [a–z A–Z 0–9 – _] + Organization description exceeds the max 255 characters limit + Organization created successfully + Something went wrong, please try again + Organization already exists + Processing + Search + Work in progress + Close + Add + Org + Repo + Pri + Remove + Instance has returned an error. Code\u0020 + RepoDetailActivity + Details + Files + Open Issues + Closed Issues + Milestones + Releases + Branches + Labels + Settings + Collaborators + Pull Requests + No issues found + Repository + Owner + Description + Website + Size + Default Branch + SSH URL + Clone URL + Repo URL + Forks + Created + Last Updated + at + Opened\u0020 + Due Date + Status: open + open + Status: closed + closed + Creator :\u0020 + Assignees + Type: Issue + Type: Pull Request + Commenter:\u0020 + Milestone %1$s + Due %1$s + Opened %1$s + Assigned to: %1$s + Comment + Please write your comment + Comment posted + Something went wrong, please try again + Avatar + No milestones found + Commit author: %1$s + Commit hash \n%1$s%2$s + Release Title + Release Description + Downloads + Release Type + Release Zip + Release Tar + No releases found + Tag: %1$s + Collaborator : %1$s + No collaborators found + Edit + Title + Description + Due Date + Milestone title is empty + Milestone title is not valid. [a–z A–Z 0–9 – _] + Milestone description exceeds the max 255 characters limit + Milestone created successfully + Something went wrong, please try again + Please choose due date + Open issues : %1$d + Closed issues : %1$d + Select Assignees + Select Labels + Done + Cancel + Title + Assignees + Description + Due Date + Milestone + Labels + Issue title is empty + Issue description is empty + New issue created successfully + Something went wrong, please try again + No milestone + No collaborators found + No labels found + + Translation + Date & Time + Settings saved + Language + English + Appearance + Pretty + Choose Language + Choose Time Format + Issues Badge + Help us translate GitNex to your language + Code Block Color + Code Block Color Selector + Home Screen + My Repositories + Select Home Screen + + No more data available + New Label + Repo Menu + Label Name + Label Color + Label name is empty + Label name is not valid + Label created. + Something went wrong, please try again + Label updated. + No labels found + Desc + Edit + Delete + Label deleted + Something went wrong, please try again + No branches found + Design + Authorization Error + It seems that the Access Token is revoked OR your are not allowed to see these contents. In case of revoked Token, please logout and login again + Cancel + Logout + Delete\u0020 + Do you really want to delete this label? + OK + Cancel + + OrgDetailActivity + Repositories + Teams + Members + New Team + No teams found + Team name + Team desc + Permission : %1$s + No members found + Org members + Organization team members + + + Team Name + Description + Permission + Access Controls + Members can view and clone team repositories + Members can read and push to team repositories + Members can pull and push to team repositories and add collaborators to them + Please enter team name + Team name should contain only alphanumeric, dash (-), underscore (_) and dot (.) characters + Please select permission + Team description have illegal characters + Team description have more than 100 characters + Team created successfully + Something went wrong, please try again + + + Edit Comment + Edit + Comment updated + + + Add / Remove Collaborator + Search users + Username + Remove\u0020 + Do you want to remove this user from the repository? + User removed from the repository. + User added to the repository. + + + Followers + Following + Add Email Address + Save + Email Address + New email added successfully. + Email address is empty. + Email address is not valid + Email address is already in use + Primary + Emails + + + Add / Remove Labels + Labels updated + Close Issue + Add Comment + Edit Issue + Reopen Issue + Issue closed + Issue reopened + Add Assignees + Add / Remove Assignees + Assignees updated + + + Select Entries + Please select at least one option + Please select at least + You can only select up to + option + options + Select all + Deselect all + + Repository Meta + + Add New User + Users + Admin + + + Full Name + Email + Username + Password + Invalid Full Name + Invalid Username + Invalid Email + New user added successfully + User already exists + + + Edit Issue #%1$s + Issue updated + + + New Release + Tag Name + Title + Content + Mark as Pre-Release + Select Branch + Draft + Tag name is empty + Title is empty + New release created + + Enter OTP code + OTP code should be numbers. + OTP Code (Optional) + Enter the otp code if 2FA is enabled + Open in Browser + Stargazers + Watchers + No stars found + No watchers found + Star + Watcher + Commit + Zip Archive + Tar Archive + + File Name + New Branch Name + File Content + Create New File + with folder: app/test.md + Commit Message + Invalid branch name, may only contain –, a–z, 0–9 + Commit message is too long + New file created + Current Branches + Fields like filename, content and commit message are required + Selecting current branch will disable new branch + e.g: new-branch + New branch name cannot be empty if current branch is not selected + Filter + Copy Issue URL + URL copied to clipboard + %1$d\uFF05 completed + + No files found + Directory browsing is not supported yet + Sorry this file cannot be viewed as API returned an error + Root + + OK + Done + Cancel + Something went wrong, please try again + This request needs higher Gitea version than the one installed. Please upgrade your instance to the latest version of Gitea. + No data found + Add + Remove + You are not authorized to perform this action. + Menu + Edit + Delete + edited + Save + Name + Description + Website + Location + Max 255 characters + All fields are required + Continue + Token + + Translate GitNex with Crowdin + Explore repositories + Star Repository + Unstar Repository + Repository added to starred list + Repository removed from starred list + Watch Repository + Unwatch Repository + Repository added to watch list + Repository removed from watch list + Unsupported old version(%1$s) of Gitea detected. Please update to latest stable version. If you continue, the app may not function properly. + Old Gitea version detected, please update to latest stable version + New Gitea version detected! Please UPDATE GitNex! + Gitea version is up to date + Gitea development version + No Gitea detected! + Version Alert + Unsupported Version of Gitea + Username / Password + Choose your preferred login method to access your account. Token is more secure! + Instance has returned an error - Unauthorized. Check your credentials and try again + Please enter the correct token + No pull requests found + Creator :\u0020 + Edit Pull Request + Copy Pull Request URL + Edit Pull Request #%1$s + Pull Request updated + %1$s Files Changed + %1$s File Changed + Files Changed + Merge Pull Request + Merge + Merge may fail if you are not authorized to merge this Pull Request. + Merge comment + Pull Request was merged successfully + Pull Request is not available for merge + Font + Choose Font + Roboto + diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 15b96a5c..44960c36 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -183,7 +183,7 @@ Tradução Data & Hora - Configurações salvas. + Configurações salvas Idioma Português (Brasil) Aparência @@ -436,4 +436,7 @@ Comentário do merge O merge da Pull Request foi aplicado com sucesso Pull Request não está disponível para aplicação do merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 48e6b923..6ce29ec7 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -183,7 +183,7 @@ Перевод Дата и время - Сохранено. + Сохранено Язык Английский Интерфейс @@ -436,4 +436,7 @@ Комментарий для слияния Запрос на слияние был успешно выполнен Запрос на слияние не доступен для слияния + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 08804e5b..55c27d7c 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -436,4 +436,7 @@ Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 8881a55e..1eaa81e2 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -183,7 +183,7 @@ Çeviri Tarih ve Saat - Ayarlar kaydedildi. + Ayarlar kaydedildi Dil İngilizce Görünüm @@ -436,4 +436,7 @@ Yorumu birleştir Çekme İsteği başarıyla birleştirildi Çekme İsteği birleştirme için uygun değil + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 44c8259f..ffcf4a2f 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -183,7 +183,7 @@ Переклад Дата і час - Налаштування збережено. + Налаштування збережено Мова Англійська Зовнішній вигляд @@ -436,4 +436,7 @@ Коментар до об\'єднання Запит на злиття було успішно об\'єднано Запит на злиття недоступний для об\'єднання + Font + Choose Font + Roboto diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index ef45d3c0..434e02f7 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -90,11 +90,11 @@ 组织 仓库 Pri - Remove + 移除 Instance has returned an error. Code\u0020 RepoDetailActivity 详情 - Files + 文件 Open Issues Closed Issues 里程碑 @@ -107,15 +107,15 @@ 没有工单 仓库 所有者 - Description - Website - Size + 说明 + 网站 + 尺寸 默认分支 SSH URL Clone URL Repo URL 派生仓库 - Created + 已创建 Last Updated at Opened\u0020 @@ -183,7 +183,7 @@ 翻译 Date & Time - 设置已保存。 + 设置已保存 语言 英语 外观 @@ -436,4 +436,7 @@ Merge comment Pull Request was merged successfully Pull Request is not available for merge + Font + Choose Font + Roboto