From dfe62079e4c166a5187b4f283552567365d111b1 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Wed, 7 Apr 2021 10:18:46 +0100 Subject: [PATCH] Fix feedback object in lang files. --- cs.json | 4 +++- de.json | 4 +++- owo.json | 4 +++- pl.json | 4 +++- sv.json | 4 +++- tr.json | 4 +++- zh_Hans.json | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/cs.json b/cs.json index 075c953..d4f5953 100644 --- a/cs.json +++ b/cs.json @@ -165,7 +165,9 @@ "sync": "Synchronizovat" }, "source_code": "Zdrojový kód", - "feedback": "ZpÄ›tná vazba", + "feedback": { + "title": "ZpÄ›tná vazba" + }, "notifications": { "title": "OznámenÃ" }, diff --git a/de.json b/de.json index 0a14a5d..0943ffb 100644 --- a/de.json +++ b/de.json @@ -243,7 +243,9 @@ }, "enable_outgoing_sound": "Sendegeräusch abspielen." }, - "feedback": "Rückmeldung", + "feedback": { + "title": "Rückmeldung" + }, "source_code": "Quellcode", "donate": { "title": "Spenden" diff --git a/owo.json b/owo.json index 57901c4..64337f7 100644 --- a/owo.json +++ b/owo.json @@ -180,7 +180,9 @@ "title": "Mah Account", "change_field": "Chyange" }, - "feedback": "Fyeedbwack", + "feedback": { + "title": "Fyeedbwack" + }, "source_code": "Sauce", "donate": { "title": "Giiw Monye" diff --git a/pl.json b/pl.json index 6488cee..51704db 100644 --- a/pl.json +++ b/pl.json @@ -205,7 +205,9 @@ "title": "Moje Konto" }, "logOut": "Wyloguj", - "feedback": "Informacje zwrotne", + "feedback": { + "title": "Informacje zwrotne" + }, "source_code": "Kod źródÅ‚owy", "donate": { "title": "Podarować" diff --git a/sv.json b/sv.json index b6a12b7..703b309 100644 --- a/sv.json +++ b/sv.json @@ -220,7 +220,9 @@ "title": "Donera" }, "source_code": "Källkod", - "feedback": "Feedback" + "feedback": { + "title": "Feedback" + } }, "categories": { "client_settings": "Klient Inställningar", diff --git a/tr.json b/tr.json index b38740a..f26d8ac 100644 --- a/tr.json +++ b/tr.json @@ -123,7 +123,9 @@ "title": "Bağış" }, "source_code": "Kaynak", - "feedback": "Geri Bildirim", + "feedback": { + "title": "Geri Bildirim" + }, "logOut": "Çıkış Yap" } }, diff --git a/zh_Hans.json b/zh_Hans.json index 58aa06f..90ba760 100644 --- a/zh_Hans.json +++ b/zh_Hans.json @@ -40,7 +40,9 @@ "enable_sound": "æ”¶åˆ°æ¶ˆæ¯æ—¶æ’放声音。" }, "logOut": "登出", - "feedback": "å馈", + "feedback": { + "title": "å馈" + }, "source_code": "å¼€æº", "donate": { "title": "æçŒ®" -- GitLab