feat(i18n): add page zoom settings in English, Japanese, and Russian locales

This commit is contained in:
beyondkmp 2025-05-12 08:41:58 +08:00 committed by 亢奋猫
parent 653f37529f
commit d680dde0a7
3 changed files with 14 additions and 10 deletions

View File

@ -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"
}
}
}
}

View File

@ -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": "リセット"
}
}
}
}

View File

@ -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": "Сбросить"
}
}
}