Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 71aabd0

Browse files
Import l10n. (#3539)
1 parent b6d6e9d commit 71aabd0

File tree

5 files changed

+78
-12
lines changed

5 files changed

+78
-12
lines changed

app/src/main/res/values-fi/strings.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,12 @@
11261126
<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
11271127
<string name="not_entitled_title">Suorittaminen ei onnistu</string>
11281128

1129+
1130+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1131+
<string name="before_unload_prompt_stay">Jää sivulle</string>
1132+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1133+
<string name="before_unload_prompt_leave">Poistu sivulta</string>
1134+
11291135
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
11301136
<string name="performance_title">Huono sivuston suorituskyky</string>
11311137

app/src/main/res/values-nl/strings.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@
344344
Most common reason for this state is that the account password was changed on another device. -->
345345
<string name="settings_accounts_reconnect">Opnieuw verbinden</string>
346346

347+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
348+
opens the Release Notes web site for the current app version. -->
349+
<string name="settings_whats_new">Wat is er nieuw</string>
350+
347351
<!-- This string is the title of a dialog box shown to the user when a settings
348352
change requires the application to restart. -->
349353
<string name="restart_dialog_restart">Herstart vereist</string>
@@ -368,10 +372,6 @@
368372
and is used to toggle remote debugging of website content in the application. -->
369373
<string name="developer_options_remote_debugging">Remote debugging inschakelen</string>
370374

371-
<!-- This string labels an On/Off switch in the 'Developer Options' dialog
372-
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
373-
<string name="developer_options_show_console">Console doorsturen naar Logcat</string>
374-
375375
<!-- This string labels an On/Off switch in the developer options dialog
376376
and is used to customize background environments of the app. -->
377377
<string name="developer_options_env_override">Omgeving negeren inschakelen</string>
@@ -1367,6 +1367,10 @@
13671367
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13681368
<string name="close_downloads_tooltip">Downloads sluiten</string>
13691369

1370+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1371+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1372+
<string name="whats_new_tooltip">Wat is er nieuw</string>
1373+
13701374
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13711375
<string name="remove_all">Alles verwijderen</string>
13721376

@@ -1428,6 +1432,16 @@
14281432
'%1$s' will be replace at runtime with the app's name. -->
14291433
<string name="not_entitled_message">%1$s heeft geen toestemming om op dit apparaat te worden uitgevoerd en wordt nu afgesloten.</string>
14301434

1435+
1436+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1437+
<string name="before_unload_prompt_title">Pagina verlaten?</string>
1438+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1439+
<string name="before_unload_prompt_message">Deze pagina vraagt te bevestigen dat u deze wilt verlaten. Gegevens die u hebt ingevoerd, worden mogelijk niet opgeslagen.</string>
1440+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1441+
<string name="before_unload_prompt_stay">Op pagina blijven</string>
1442+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1443+
<string name="before_unload_prompt_leave">Pagina verlaten</string>
1444+
14311445
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14321446
<string name="performance_unblock_page">Pagina deblokkeren</string>
14331447
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

app/src/main/res/values-ru/strings.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@
344344
Most common reason for this state is that the account password was changed on another device. -->
345345
<string name="settings_accounts_reconnect">Переподключиться</string>
346346

347+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
348+
opens the Release Notes web site for the current app version. -->
349+
<string name="settings_whats_new">Что нового</string>
350+
347351
<!-- This string is the title of a dialog box shown to the user when a settings
348352
change requires the application to restart. -->
349353
<string name="restart_dialog_restart">Требуется перезапуск</string>
@@ -368,10 +372,6 @@
368372
and is used to toggle remote debugging of website content in the application. -->
369373
<string name="developer_options_remote_debugging">Включить удалённую отладку</string>
370374

371-
<!-- This string labels an On/Off switch in the 'Developer Options' dialog
372-
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
373-
<string name="developer_options_show_console">Перенаправить консоль в Logcat</string>
374-
375375
<!-- This string labels an On/Off switch in the developer options dialog
376376
and is used to customize background environments of the app. -->
377377
<string name="developer_options_env_override">Включить переопределение среды</string>
@@ -1364,6 +1364,10 @@
13641364
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13651365
<string name="close_downloads_tooltip">Закрыть загрузки</string>
13661366

1367+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1368+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1369+
<string name="whats_new_tooltip">Что нового</string>
1370+
13671371
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13681372
<string name="remove_all">Удалить всё</string>
13691373

@@ -1419,6 +1423,16 @@
14191423
'%1$s' will be replace at runtime with the app's name. -->
14201424
<string name="not_entitled_message">%1$s не имеет разрешения на запуск на этом устройстве и будет закрыт.</string>
14211425

1426+
1427+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1428+
<string name="before_unload_prompt_title">Уйти со страницы?</string>
1429+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1430+
<string name="before_unload_prompt_message">Эта страница просит подтвердить, что вы хотите уйти. Введённые вами данные могут не сохраниться.</string>
1431+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1432+
<string name="before_unload_prompt_stay">Остаться на странице</string>
1433+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1434+
<string name="before_unload_prompt_leave">Уйти со страницы</string>
1435+
14221436
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14231437
<string name="performance_unblock_page">Разблокировать страницу</string>
14241438
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

app/src/main/res/values-zh-rCN/strings.xml

+18
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
Most common reason for this state is that the account password was changed on another device. -->
344344
<string name="settings_accounts_reconnect">重新连接</string>
345345

346+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
347+
opens the Release Notes web site for the current app version. -->
348+
<string name="settings_whats_new">新版变化</string>
349+
346350
<!-- This string is the title of a dialog box shown to the user when a settings
347351
change requires the application to restart. -->
348352
<string name="restart_dialog_restart">需要重启应用</string>
@@ -1357,6 +1361,10 @@
13571361
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13581362
<string name="close_downloads_tooltip">关闭下载项</string>
13591363

1364+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1365+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1366+
<string name="whats_new_tooltip">新版变化</string>
1367+
13601368
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13611369
<string name="remove_all">全部移除</string>
13621370

@@ -1412,6 +1420,16 @@
14121420
'%1$s' will be replace at runtime with the app's name. -->
14131421
<string name="not_entitled_message">%1$s 没有在此设备上运行的权限,程序即将退出。</string>
14141422

1423+
1424+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1425+
<string name="before_unload_prompt_title">离开页面?</string>
1426+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1427+
<string name="before_unload_prompt_message">此页面想询问您是否要离开, 您输入的数据可能不会被保存。</string>
1428+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1429+
<string name="before_unload_prompt_stay">留在页面</string>
1430+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1431+
<string name="before_unload_prompt_leave">离开页面</string>
1432+
14151433
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14161434
<string name="performance_unblock_page">解除屏蔽页面</string>
14171435
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

app/src/main/res/values-zh-rTW/strings.xml

+18-4
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
Most common reason for this state is that the account password was changed on another device. -->
344344
<string name="settings_accounts_reconnect">重新連結</string>
345345

346+
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
347+
opens the Release Notes web site for the current app version. -->
348+
<string name="settings_whats_new">有什麼新鮮事</string>
349+
346350
<!-- This string is the title of a dialog box shown to the user when a settings
347351
change requires the application to restart. -->
348352
<string name="restart_dialog_restart">需要重新啟動</string>
@@ -367,10 +371,6 @@
367371
and is used to toggle remote debugging of website content in the application. -->
368372
<string name="developer_options_remote_debugging">啟用遠端除錯</string>
369373

370-
<!-- This string labels an On/Off switch in the 'Developer Options' dialog
371-
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
372-
<string name="developer_options_show_console">將主控台導向至 Logcat</string>
373-
374374
<!-- This string labels an On/Off switch in the developer options dialog
375375
and is used to customize background environments of the app. -->
376376
<string name="developer_options_env_override">啟用環境覆蓋</string>
@@ -1361,6 +1361,10 @@
13611361
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13621362
<string name="close_downloads_tooltip">關閉下載項目</string>
13631363

1364+
<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
1365+
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
1366+
<string name="whats_new_tooltip">有什麼新鮮事</string>
1367+
13641368
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13651369
<string name="remove_all">移除全部</string>
13661370

@@ -1417,6 +1421,16 @@
14171421
'%1$s' will be replace at runtime with the app's name. -->
14181422
<string name="not_entitled_message">%1$s 沒在此裝置上執行的權限,將結束程式。</string>
14191423

1424+
1425+
<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1426+
<string name="before_unload_prompt_title">要離開頁面嗎?</string>
1427+
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
1428+
<string name="before_unload_prompt_message">此頁面正在詢問您是否要離開,輸入的資料可能還沒儲存。</string>
1429+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
1430+
<string name="before_unload_prompt_stay">留在此頁</string>
1431+
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
1432+
<string name="before_unload_prompt_leave">離開頁面</string>
1433+
14201434
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14211435
<string name="performance_unblock_page">解除封鎖頁面</string>
14221436
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

0 commit comments

Comments
 (0)