diff --git a/src/renderer/src/i18n/locales/en-us.json b/src/renderer/src/i18n/locales/en-us.json index a7a6e0f0c0..eb6de2f8aa 100644 --- a/src/renderer/src/i18n/locales/en-us.json +++ b/src/renderer/src/i18n/locales/en-us.json @@ -1617,6 +1617,10 @@ "privacy": { "title": "Privacy Settings", "enable_privacy_mode": "Anonymous reporting of errors and statistics" + }, + "zoom": { + "title": "Page Zoom", + "reset": "Reset" } }, "translate": { @@ -1663,4 +1667,4 @@ "visualization": "Visualization" } } -} \ No newline at end of file +} diff --git a/src/renderer/src/i18n/locales/ja-jp.json b/src/renderer/src/i18n/locales/ja-jp.json index d168e8b580..1b137319d5 100644 --- a/src/renderer/src/i18n/locales/ja-jp.json +++ b/src/renderer/src/i18n/locales/ja-jp.json @@ -1617,6 +1617,10 @@ "title": "プライバシー設定", "enable_privacy_mode": "匿名エラーレポートとデータ統計の送信" }, + "zoom": { + "title": "ページズーム", + "reset": "リセット" + }, "input.show_translate_confirm": "翻訳確認ダイアログを表示" }, "translate": { @@ -1661,10 +1665,6 @@ "quit": "終了", "show_window": "ウィンドウを表示", "visualization": "可視化" - }, - "zoom": { - "title": "ズーム", - "reset": "リセット" } } -} \ No newline at end of file +} diff --git a/src/renderer/src/i18n/locales/ru-ru.json b/src/renderer/src/i18n/locales/ru-ru.json index c3b3483609..a7dca3daee 100644 --- a/src/renderer/src/i18n/locales/ru-ru.json +++ b/src/renderer/src/i18n/locales/ru-ru.json @@ -1617,6 +1617,10 @@ "title": "Настройки конфиденциальности", "enable_privacy_mode": "Анонимная отчетность об ошибках и статистике" }, + "zoom": { + "title": "Масштаб страницы", + "reset": "Сбросить" + }, "input.show_translate_confirm": "Показать диалоговое окно подтверждения перевода" }, "translate": { @@ -1661,10 +1665,6 @@ "quit": "Выйти", "show_window": "Показать окно", "visualization": "Визуализация" - }, - "zoom": { - "title": "Масштаб", - "reset": "Сбросить" } } }