diff --git a/building/i18n/translations/pl.json b/building/i18n/translations/pl.json index a73d80bc..7717bb8e 100644 --- a/building/i18n/translations/pl.json +++ b/building/i18n/translations/pl.json @@ -51,7 +51,7 @@ "search_results_hint": { "other_category": { "plugins": "Nie znaleziono żadnych wyników, czy miałeś na myśli pluginy?", - "themes": "Nie znaleziono żadnych wyników, czy miałeś na myśli themy (wyglądy)?" + "themes": "Nie znaleziono żadnych wyników, czy miałeś na myśli motywy?" }, "none": "Nie znaleziono wyników" } @@ -274,7 +274,9 @@ }, "dialogs": { "refresh": { - "title": "Wymagane Odświeżenie" + "title": "Wymagany Restart", + "note": "To ustawienie **wymaga ponownego uruchomienia discorda, aby zaczęło działać**. Przed ponownym uruchomieniem **możesz doświadczyć dziwnego zachowania klienta**", + "button": "Zrestartuj" }, "reset_goosemod": { "button": "Wyzeruj", diff --git a/building/i18n/translations/zh-CN.json b/building/i18n/translations/zh-CN.json index 80ab487c..32f910d4 100644 --- a/building/i18n/translations/zh-CN.json +++ b/building/i18n/translations/zh-CN.json @@ -271,5 +271,16 @@ }, "install": "安装", "openLink": "开启链接" + }, + "dialogs": { + "refresh": { + "button": "刷新", + "note": "此设置**必须刷新后才会有效**。刷新前可能会遇到一些**奇怪的行为**。", + "title": "必须刷新" + }, + "reset_goosemod": { + "title": "重置 Goosemod", + "button": "重置" + } } } diff --git a/building/i18n/translations/zh-TW.json b/building/i18n/translations/zh-TW.json index 557f0453..14a4cd38 100644 --- a/building/i18n/translations/zh-TW.json +++ b/building/i18n/translations/zh-TW.json @@ -271,5 +271,16 @@ }, "install": "安裝", "openLink": "開啟連結" + }, + "dialogs": { + "refresh": { + "title": "必須刷新", + "note": "此設定**必須刷新後才會有效**。刷新前可能會遇到一些**奇怪的行為**。", + "button": "刷新" + }, + "reset_goosemod": { + "title": "重置 Goosemod", + "button": "重置" + } } }