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

Commit d59799f

Browse files
Import l10n. (#3560)
1 parent 59ff74b commit d59799f

File tree

8 files changed

+42
-6
lines changed

8 files changed

+42
-6
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,9 @@
835835
<!-- This string is displayed in a tooltip in the video controls UI. -->
836836
<string name="video_controls_play">Wiedergabe</string>
837837

838+
<!-- This string is displayed in a tooltip in the video controls UI. -->
839+
<string name="video_controls_exit">Beenden</string>
840+
838841
<!-- This string is displayed in a tooltip in the video controls UI. -->
839842
<string name="video_controls_pause">Pause</string>
840843

@@ -847,6 +850,9 @@
847850
<!-- This string is displayed in a tooltip below the video controls UI. -->
848851
<string name="video_controls_volume">Lautstärke</string>
849852

853+
<!-- This string is displayed in a tooltip below the video controls UI. -->
854+
<string name="video_controls_projection">Videoprojektion</string>
855+
850856
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
851857
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
852858
<string name="video_controls_seek_forward">Suchen: +%1$s Sekunden</string>

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

+6
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,9 @@
834834
<!-- This string is displayed in a tooltip in the video controls UI. -->
835835
<string name="video_controls_play">Jouer le son</string>
836836

837+
<!-- This string is displayed in a tooltip in the video controls UI. -->
838+
<string name="video_controls_exit">Quitter</string>
839+
837840
<!-- This string is displayed in a tooltip in the video controls UI. -->
838841
<string name="video_controls_pause">Pause</string>
839842

@@ -846,6 +849,9 @@
846849
<!-- This string is displayed in a tooltip below the video controls UI. -->
847850
<string name="video_controls_volume">Volume</string>
848851

852+
<!-- This string is displayed in a tooltip below the video controls UI. -->
853+
<string name="video_controls_projection">Projection vidéo</string>
854+
849855
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
850856
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
851857
<string name="video_controls_seek_forward">Rechercher +%1$s secondes</string>

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

+3-6
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@
367367
and is used to toggle remote debugging of website content in the application. -->
368368
<string name="developer_options_remote_debugging">Attiva debug remoto</string>
369369

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">Reindirizza la console su Logcat</string>
373-
374370
<!-- This string labels an On/Off switch in the developer options dialog
375371
and is used to customize background environments of the app. -->
376372
<string name="developer_options_env_override">Abilita override dell’ambiente</string>
@@ -1060,7 +1056,7 @@
10601056

10611057
<!-- This string is displayed is the history context menu that is displayed when
10621058
the more button is pressed in a history item. It removes the selected item from favorites. -->
1063-
<string name="history_context_remove_bookmarks">Rimuovi dai segnalibri</string>
1059+
<string name="history_context_remove_bookmarks">Elimina dai segnalibri</string>
10641060

10651061
<!-- This string is displayed is the downloads context menu that is displayed when
10661062
the more button is pressed in a downloads item. It deletes the selected item from the downloads list
@@ -1420,6 +1416,7 @@
14201416
'%1$s' will be replace at runtime with the app's name. -->
14211417
<string name="not_entitled_message">%1$s non ha le autorizzazioni per l’esecuzione su questo dispositivo e verrà terminato.</string>
14221418

1419+
14231420
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14241421
<string name="performance_unblock_page">Sblocca pagina</string>
14251422
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
@@ -1569,7 +1566,7 @@ the Select` button. When clicked it closes all the previously selected tabs -->
15691566
<string name="send_tab_dialog_no_devices">Nessun dispositivo connesso.</string>
15701567

15711568
<!-- This string is displayed instead of the devices list if the devices list is being synced. -->
1572-
<string name="send_tab_dialog_syncing">Sincronizzazione in corso...</string>
1569+
<string name="send_tab_dialog_syncing">Sincronizzazione in corso</string>
15731570

15741571
<!-- This string is displayed in the button of the Send Tab to device dialog. When clicked the current tab is sent to the selected device -->
15751572
<string name="send_tab_dialog_button">Invia</string>

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

+6
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@
839839
<!-- This string is displayed in a tooltip in the video controls UI. -->
840840
<string name="video_controls_play">Afspelen</string>
841841

842+
<!-- This string is displayed in a tooltip in the video controls UI. -->
843+
<string name="video_controls_exit">Afsluiten</string>
844+
842845
<!-- This string is displayed in a tooltip in the video controls UI. -->
843846
<string name="video_controls_pause">Pauzeren</string>
844847

@@ -851,6 +854,9 @@
851854
<!-- This string is displayed in a tooltip below the video controls UI. -->
852855
<string name="video_controls_volume">Volume</string>
853856

857+
<!-- This string is displayed in a tooltip below the video controls UI. -->
858+
<string name="video_controls_projection">Videoprojectie</string>
859+
854860
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
855861
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
856862
<string name="video_controls_seek_forward">Zoeken +%1$s seconden</string>

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

+3
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,9 @@
848848
<!-- This string is displayed in a tooltip below the video controls UI. -->
849849
<string name="video_controls_volume">Громкость</string>
850850

851+
<!-- This string is displayed in a tooltip below the video controls UI. -->
852+
<string name="video_controls_projection">Видеопроекция</string>
853+
851854
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
852855
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
853856
<string name="video_controls_seek_forward">Перемотать +%1$s секунд</string>

app/src/main/res/values-sv-rSE/strings.xml

+6
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,9 @@
835835
<!-- This string is displayed in a tooltip in the video controls UI. -->
836836
<string name="video_controls_play">Spela</string>
837837

838+
<!-- This string is displayed in a tooltip in the video controls UI. -->
839+
<string name="video_controls_exit">Avsluta</string>
840+
838841
<!-- This string is displayed in a tooltip in the video controls UI. -->
839842
<string name="video_controls_pause">Pausa</string>
840843

@@ -847,6 +850,9 @@
847850
<!-- This string is displayed in a tooltip below the video controls UI. -->
848851
<string name="video_controls_volume">Volym</string>
849852

853+
<!-- This string is displayed in a tooltip below the video controls UI. -->
854+
<string name="video_controls_projection">Videoprojektion</string>
855+
850856
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
851857
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
852858
<string name="video_controls_seek_forward">Sök +%1$s sekunder</string>

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

+6
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,9 @@
834834
<!-- This string is displayed in a tooltip in the video controls UI. -->
835835
<string name="video_controls_play">播放</string>
836836

837+
<!-- This string is displayed in a tooltip in the video controls UI. -->
838+
<string name="video_controls_exit">退出</string>
839+
837840
<!-- This string is displayed in a tooltip in the video controls UI. -->
838841
<string name="video_controls_pause">暂停</string>
839842

@@ -846,6 +849,9 @@
846849
<!-- This string is displayed in a tooltip below the video controls UI. -->
847850
<string name="video_controls_volume">音量</string>
848851

852+
<!-- This string is displayed in a tooltip below the video controls UI. -->
853+
<string name="video_controls_projection">投屏</string>
854+
849855
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
850856
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
851857
<string name="video_controls_seek_forward">快进 %1$s 秒</string>

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

+6
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,9 @@
834834
<!-- This string is displayed in a tooltip in the video controls UI. -->
835835
<string name="video_controls_play">播放</string>
836836

837+
<!-- This string is displayed in a tooltip in the video controls UI. -->
838+
<string name="video_controls_exit">結束</string>
839+
837840
<!-- This string is displayed in a tooltip in the video controls UI. -->
838841
<string name="video_controls_pause">暫停</string>
839842

@@ -846,6 +849,9 @@
846849
<!-- This string is displayed in a tooltip below the video controls UI. -->
847850
<string name="video_controls_volume">音量</string>
848851

852+
<!-- This string is displayed in a tooltip below the video controls UI. -->
853+
<string name="video_controls_projection">影片投影</string>
854+
849855
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
850856
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
851857
<string name="video_controls_seek_forward">尋找 +%1$s 秒</string>

0 commit comments

Comments
 (0)