From 063f9938823fb3aee9808db7090cff21103be47f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 16 Dec 2022 00:25:13 +0100 Subject: [PATCH] New Crowdin updates (#557) * New translations tabs.json (German) * New translations tabs.json (Italian) * New translations tabs.json (Japanese) * New translations tabs.json (Korean) * New translations tabs.json (Chinese Simplified) * New translations tabs.json (Chinese Traditional) * New translations tabs.json (Vietnamese) * New translations tabs.json (Portuguese, Brazilian) * New translations tabs.json (French) * New translations tabs.json (Polish) * New translations tabs.json (Spanish) * New translations tabs.json (Swedish) * New translations tabs.json (Czech) * New translations tabs.json (Dutch) * New translations tabs.json (Catalan) * New translations tabs.json (Ukrainian) * New translations tabs.json (Polish) * New translations contextMenu.json (Polish) * New translations tabs.json (Chinese Traditional) * New translations tabs.json (Dutch) * New translations tabs.json (Ukrainian) * New translations tabs.json (Swedish) * New translations tabs.json (Vietnamese) * New translations tabs.json (German) * New translations tabs.json (Chinese Simplified) --- src/i18n/ca/screens/tabs.json | 3 +- src/i18n/cs/screens/tabs.json | 3 +- src/i18n/de/screens/tabs.json | 7 +++-- src/i18n/es/screens/tabs.json | 3 +- src/i18n/fr/screens/tabs.json | 3 +- src/i18n/it/screens/tabs.json | 3 +- src/i18n/ja/screens/tabs.json | 3 +- src/i18n/ko/screens/tabs.json | 3 +- src/i18n/nl/screens/tabs.json | 7 +++-- src/i18n/pl/components/contextMenu.json | 42 ++++++++++++------------- src/i18n/pl/screens/tabs.json | 7 +++-- src/i18n/pt_BR/screens/tabs.json | 3 +- src/i18n/sv/screens/tabs.json | 3 +- src/i18n/uk/screens/tabs.json | 3 +- src/i18n/vi/screens/tabs.json | 7 +++-- src/i18n/zh-Hans/screens/tabs.json | 3 +- src/i18n/zh-Hant/screens/tabs.json | 7 +++-- 17 files changed, 63 insertions(+), 47 deletions(-) diff --git a/src/i18n/ca/screens/tabs.json b/src/i18n/ca/screens/tabs.json index 063839e8..baa840c8 100644 --- a/src/i18n/ca/screens/tabs.json +++ b/src/i18n/ca/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} impulsats", "favourited_by": "{{count}} favorits" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/cs/screens/tabs.json b/src/i18n/cs/screens/tabs.json index 7fd4a012..89dc4321 100644 --- a/src/i18n/cs/screens/tabs.json +++ b/src/i18n/cs/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "", "favourited_by": "" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index ddc2bf9e..9225e3d9 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -3,8 +3,8 @@ "local": { "name": "Gefolgt", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "Boosts anzeigen", + "showReplies": "Antworten anzeigen" } }, "public": { @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} mal geboosted", "favourited_by": "{{count}} mal geherzt" - } + }, + "resultIncomplete": "Ergebnisse einer Instanz sind unvollständig" } } } \ No newline at end of file diff --git a/src/i18n/es/screens/tabs.json b/src/i18n/es/screens/tabs.json index 687bbeb8..ddefffbe 100644 --- a/src/i18n/es/screens/tabs.json +++ b/src/i18n/es/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} impulsados", "favourited_by": "{{count}} favoritos" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/fr/screens/tabs.json b/src/i18n/fr/screens/tabs.json index 29bc2d53..c0205c2b 100644 --- a/src/i18n/fr/screens/tabs.json +++ b/src/i18n/fr/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} boosté", "favourited_by": "{{count}} mis en favori" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index 7a69ec75..981af617 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} ricondivisioni", "favourited_by": "{{count}} apprezzamenti" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/ja/screens/tabs.json b/src/i18n/ja/screens/tabs.json index 8cdf0b08..2df441a6 100644 --- a/src/i18n/ja/screens/tabs.json +++ b/src/i18n/ja/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} ブースト", "favourited_by": "{{count}} お気に入り" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index 4c0ac658..86708a64 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} 부스트", "favourited_by": "{{count}} 즐겨찾기" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/nl/screens/tabs.json b/src/i18n/nl/screens/tabs.json index cd60cc59..4e80882c 100644 --- a/src/i18n/nl/screens/tabs.json +++ b/src/i18n/nl/screens/tabs.json @@ -3,8 +3,8 @@ "local": { "name": "Volgend", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "Boosts tonen", + "showReplies": "Reacties tonen" } }, "public": { @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} boostten", "favourited_by": "{{count}} markeerden als favoriet" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/pl/components/contextMenu.json b/src/i18n/pl/components/contextMenu.json index 5a921a57..69478c88 100644 --- a/src/i18n/pl/components/contextMenu.json +++ b/src/i18n/pl/components/contextMenu.json @@ -8,58 +8,58 @@ }, "inLists": "", "mute": { - "action_false": "", - "action_true": "" + "action_false": "Wycisz użytkownika", + "action_true": "Wyłącz wyciszenie" }, "block": { - "action_false": "", - "action_true": "" + "action_false": "Zablokuj użytkownika", + "action_true": "Odblokuj użytkownika" }, "reports": { "action": "Zgłoś i zablokuj" } }, "at": { - "direct": "", - "public": "" + "direct": "Bezpośrednia wiadomość", + "public": "Wiadomość publiczna" }, "copy": { - "action": "", - "succeed": "" + "action": "Skopiuj wpis", + "succeed": "Skopiowano" }, "instance": { "title": "", "block": { - "action": "", + "action": "Zablokuj instancję {{instance}}", "alert": { - "title": "", - "message": "", + "title": "Na pewno zablokować {{instance}}?", + "message": "Zazwyczaj wycisza się (albo blokuje) konkretnych użytkowników. \n\nGdy zablokujesz instancję, cała jej zawartość (włączając np. obserwujące Cię osoby, które do niej należą) zostanie usunięta!", "buttons": { - "confirm": "" + "confirm": "Na pewno?" } } } }, "share": { "status": { - "action": "" + "action": "Udostępnij wpis" }, "account": { - "action": "" + "action": "Udostępnij konto" } }, "status": { "title": "", "edit": { - "action": "" + "action": "Edytuj wpis" }, "delete": { - "action": "", + "action": "Usuń wpis", "alert": { - "title": "", - "message": "", + "title": "Na pewno usunąć?", + "message": "Wszystkie podbite i polubione wpisy zostaną wyczyszczone - wraz z odpowiedziami.", "buttons": { - "confirm": "" + "confirm": "Na pewno?" } } }, @@ -78,8 +78,8 @@ "action_true": "" }, "pin": { - "action_false": "", - "action_true": "" + "action_false": "Przypnij wpis", + "action_true": "Odepnij wpis" } } } \ No newline at end of file diff --git a/src/i18n/pl/screens/tabs.json b/src/i18n/pl/screens/tabs.json index 18f3e2b8..a6e930fe 100644 --- a/src/i18n/pl/screens/tabs.json +++ b/src/i18n/pl/screens/tabs.json @@ -3,8 +3,8 @@ "local": { "name": "", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "Pokaż podbicia", + "showReplies": "Pokaż odpowiedzi" } }, "public": { @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "", "favourited_by": "" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 105fda29..cc1800a1 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} boostou", "favourited_by": "{{count}} favoritados" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file diff --git a/src/i18n/sv/screens/tabs.json b/src/i18n/sv/screens/tabs.json index 3a890127..d7cad85a 100644 --- a/src/i18n/sv/screens/tabs.json +++ b/src/i18n/sv/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} boostade", "favourited_by": "{{count}} favoriter" - } + }, + "resultIncomplete": "Resultat från fjärrinstans är ofullständiga" } } } \ No newline at end of file diff --git a/src/i18n/uk/screens/tabs.json b/src/i18n/uk/screens/tabs.json index efba5d35..7ebf23e2 100644 --- a/src/i18n/uk/screens/tabs.json +++ b/src/i18n/uk/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} передмухів", "favourited_by": "{{count}} улюблених" - } + }, + "resultIncomplete": "Результати з віддаленого інстанса неповні" } } } \ No newline at end of file diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index 1f62cba9..342857ef 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -3,8 +3,8 @@ "local": { "name": "Đang theo dõi", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "Hiện lượt đăng lại", + "showReplies": "Hiện lượt trả lời" } }, "public": { @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} đăng lại", "favourited_by": "{{count}} thích" - } + }, + "resultIncomplete": "Kết quả từ máy chủ khác luôn không đầy đủ" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index c847678c..6f46a372 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} 人转嘟", "favourited_by": "{{count}} 人喜欢" - } + }, + "resultIncomplete": "来自远程实例的结果不完整" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index c5a609d0..04f2cd86 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/screens/tabs.json @@ -3,8 +3,8 @@ "local": { "name": "跟隨中", "options": { - "showBoosts": "", - "showReplies": "" + "showBoosts": "顯示轉嘟", + "showReplies": "顯示回覆" } }, "public": { @@ -395,7 +395,8 @@ "statuses": { "reblogged_by": "{{count}} 人轉嘟", "favourited_by": "{{count}} 人喜歡" - } + }, + "resultIncomplete": "" } } } \ No newline at end of file