From 4241343a298a85853d53dd138e9303219f6eccce Mon Sep 17 00:00:00 2001 From: Florian Stamer Date: Sat, 8 Jun 2024 22:18:09 +0200 Subject: [PATCH] Changed Gitea Widget to Include Repository Count, Added Locales for Field and Added Documentation --- public/locales/af/common.json | 1 + public/locales/ar/common.json | 1 + public/locales/bg/common.json | 1 + public/locales/ca/common.json | 1 + public/locales/cs/common.json | 1 + public/locales/da/common.json | 1 + public/locales/de/common.json | 1 + public/locales/el/common.json | 1 + public/locales/en/common.json | 1 + public/locales/eo/common.json | 1 + public/locales/es/common.json | 1 + public/locales/eu/common.json | 1 + public/locales/fi/common.json | 1 + public/locales/fr/common.json | 1 + public/locales/he/common.json | 1 + public/locales/hi/common.json | 1 + public/locales/hr/common.json | 1 + public/locales/hu/common.json | 1 + public/locales/id/common.json | 1 + public/locales/it/common.json | 1 + public/locales/ja/common.json | 1 + public/locales/ko/common.json | 1 + public/locales/lv/common.json | 1 + public/locales/ms/common.json | 1 + public/locales/nl/common.json | 1 + public/locales/no/common.json | 1 + public/locales/pl/common.json | 1 + public/locales/pt/common.json | 1 + public/locales/pt_BR/common.json | 1 + public/locales/ro/common.json | 1 + public/locales/ru/common.json | 1 + public/locales/sk/common.json | 3 ++- public/locales/sl/common.json | 1 + public/locales/sr/common.json | 1 + public/locales/sv/common.json | 1 + public/locales/th/common.json | 1 + public/locales/tr/common.json | 1 + public/locales/uk/common.json | 1 + public/locales/vi/common.json | 1 + public/locales/yue/common.json | 1 + public/locales/zh-Hans/common.json | 1 + public/locales/zh-Hant/common.json | 1 + 42 files changed, 43 insertions(+), 1 deletion(-) diff --git a/public/locales/af/common.json b/public/locales/af/common.json index 7884acdd..f0eea7da 100644 --- a/public/locales/af/common.json +++ b/public/locales/af/common.json @@ -840,6 +840,7 @@ "species": "Spesies" }, "gitea": { + "repos": "Bewaarplekke", "notifications": "Kennisgewings", "issues": "Kwessies", "pulls": "Trek Versoeke" diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index 3bb2acfc..5ed028a3 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -840,6 +840,7 @@ "species": "الأنواع" }, "gitea": { + "repos":"المستودعات", "notifications": "الإشعارات", "issues": "المُشكِلات", "pulls": "طلبات السحب" diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 443c28b8..f5c44ef1 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 78a32c0d..02e64a0c 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -840,6 +840,7 @@ "species": "Espècies" }, "gitea": { + "repos": "Repositorios", "notifications": "Notificacions", "issues": "Problemes", "pulls": "Sol·licitud de Canvis" diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 48030d62..ee4be3e2 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Úložiště", "notifications": "Notifications", "issues": "Problémy", "pulls": "Pull Requests" diff --git a/public/locales/da/common.json b/public/locales/da/common.json index e4c2e0a9..846208c8 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Depoter", "notifications": "Notifications", "issues": "Problemer", "pulls": "Pull Requests" diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 4a188956..0c3ee8ba 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -840,6 +840,7 @@ "species": "Spezies" }, "gitea": { + "repos": "Repositories", "notifications": "Benachrichtigungen", "issues": "Probleme", "pulls": "Pull-Requests" diff --git a/public/locales/el/common.json b/public/locales/el/common.json index 2ffcd522..5d29f9db 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Αποθετήρια", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 3e582a4d..19723576 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index de28af1b..fd3327aa 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos" : "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 075a4c56..b96f9a5c 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -840,6 +840,7 @@ "species": "Especies" }, "gitea": { + "repos": "Repositorios", "notifications": "Notificaciones", "issues": "Números", "pulls": "Solicitudes de cambios" diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json index a4aba203..377676c2 100644 --- a/public/locales/eu/common.json +++ b/public/locales/eu/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index 09639a20..ce7fad69 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index beb8420c..8cd48321 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -840,6 +840,7 @@ "species": "Espèces" }, "gitea": { + "repos": "Dépôts", "notifications": "Notifications", "issues": "Anomalies", "pulls": "Demandes de tirage" diff --git a/public/locales/he/common.json b/public/locales/he/common.json index fa310603..48b62923 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index 745ed8b4..6e17d1e0 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index 6ffef12f..8eae7cd4 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -840,6 +840,7 @@ "species": "Vrste" }, "gitea": { + "repos": "Spremišta", "notifications": "Obavijesti", "issues": "Problemi", "pulls": "Zahtjevi za povlačenje" diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index aed09199..6d7864f8 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -840,6 +840,7 @@ "species": "Fajok" }, "gitea": { + "repos": "Lerakatok", "notifications": "Üzenetek", "issues": "Problémák", "pulls": "Pull request-ek" diff --git a/public/locales/id/common.json b/public/locales/id/common.json index 9c7a0ec8..bb0743b8 100644 --- a/public/locales/id/common.json +++ b/public/locales/id/common.json @@ -840,6 +840,7 @@ "species": "Spesies" }, "gitea": { + "repos": "Repositori", "notifications": "Notifikasi", "issues": "Isu", "pulls": "Pull Requests" diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 1c4115f7..74970829 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -840,6 +840,7 @@ "species": "Specie" }, "gitea": { + "repos": "Repository", "notifications": "Notifiche", "issues": "Problemi", "pulls": "Richieste di Pull" diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 80bb4506..6496a0c3 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -840,6 +840,7 @@ "species": "種" }, "gitea": { + "repos": "リポジトリ", "notifications": "通知", "issues": "課題", "pulls": "プルリクエスト" diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index 342d1e37..6f5ef6b6 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index e9b8b20a..b42be56c 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index c05b7079..1ab1cf3d 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 6910c07a..ebb14306 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -840,6 +840,7 @@ "species": "Soorten" }, "gitea": { + "repos": "Repository's", "notifications": "Notificaties", "issues": "Problemen", "pulls": "Pull Requests" diff --git a/public/locales/no/common.json b/public/locales/no/common.json index 74f97249..2209478e 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -840,6 +840,7 @@ "species": "Arter" }, "gitea": { + "repos": "Repositories", "notifications": "Varslinger", "issues": "Issues", "pulls": "Forespørsel" diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index eddd0a5a..32fbbe7d 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -840,6 +840,7 @@ "species": "Gatunki" }, "gitea": { + "repos": "Repozytoria", "notifications": "Powiadomienia", "issues": "Zgłoszenia", "pulls": "Żądania Pull" diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 558e9867..58a24c49 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositórios", "notifications": "Notifications", "issues": "Problemas", "pulls": "Pull Requests" diff --git a/public/locales/pt_BR/common.json b/public/locales/pt_BR/common.json index e622ddeb..a9ee3d9f 100644 --- a/public/locales/pt_BR/common.json +++ b/public/locales/pt_BR/common.json @@ -840,6 +840,7 @@ "species": "Espécies" }, "gitea": { + "repos": "Repositórios", "notifications": "Notificações", "issues": "Problemas", "pulls": "Solicitações de Envio" diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 5b5187d3..74030313 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 5c7c771a..e61ef116 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -840,6 +840,7 @@ "species": "Виды" }, "gitea": { + "repos": "Репозитории", "notifications": "Уведомления", "issues": "Вопросы", "pulls": "Запросы на слияние (Pull Request)" diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index 42afe41a..7c65a433 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -21,7 +21,7 @@ "seconds": "s" }, "widget": { - "missing_type": "Chýba typ widgetu: {{type}}", + "missing_type": "Chýba typ widgetu: {{tyFope}}", "api_error": "Chyba API", "information": "Informácia", "status": "Stav", @@ -840,6 +840,7 @@ "species": "Druhy" }, "gitea": { + "repos": "Úložiská", "notifications": "Oznámenia", "issues": "Problémy", "pulls": "Pull requesty" diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index 6dcd5415..40f4e7f4 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -840,6 +840,7 @@ "species": "Vrste" }, "gitea": { + "repos": "Repozitoriji", "notifications": "Obvestila", "issues": "Težave", "pulls": "Zahteve za prenos" diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 62714000..caa4db57 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 53fe576c..3984cb3f 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Repositories", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/th/common.json b/public/locales/th/common.json index 682451b4..eb96e919 100644 --- a/public/locales/th/common.json +++ b/public/locales/th/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "ที่เก็บข้อมูล", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index a44ec8f0..5684ab9d 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -840,6 +840,7 @@ "species": "Türler" }, "gitea": { + "repos": "Depolar", "notifications": "Bildirimler", "issues": "Sorunlar", "pulls": "Değişiklik İstekleri" diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 239de674..1ce975fe 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Сховища", "notifications": "Notifications", "issues": "Питання", "pulls": "Pull Requests" diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index 7eeab113..9b5ebd87 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -840,6 +840,7 @@ "species": "Species" }, "gitea": { + "repos": "Kho lưu trữ", "notifications": "Notifications", "issues": "Issues", "pulls": "Pull Requests" diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index 4d425c45..1abe5445 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -840,6 +840,7 @@ "species": "物種" }, "gitea": { + "repos": "存儲庫", "notifications": "信息", "issues": "出版", "pulls": "提取請求" diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index f82495b9..d775a004 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -840,6 +840,7 @@ "species": "物种" }, "gitea": { + "gitea": "存储库", "notifications": "通知", "issues": "出版", "pulls": "PR" diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index e88ac2bb..14c7ad07 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -840,6 +840,7 @@ "species": "物種" }, "gitea": { + "repos": "儲存庫", "notifications": "信息", "issues": "出版", "pulls": "提取請求"