Skip to content

Commit

Permalink
Import strings from android-l10n (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike authored and philip-lamb committed May 16, 2019
1 parent 3303d6b commit d7d24bc
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">EINGABE</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Go" IME action.
The action key performs a "go" operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL. (stylized in uppercase letters as 'GO')
-->
<string name="keyboard_go_label">LOS</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Search" IME action.
The action key performs a "search" operation, taking the user to the results of searching for the text
they have typed. (stylized in uppercase letters as 'SEARCH')
-->
<string name="keyboard_search_label">SUCHEN</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Send" IME action.
The action key performs a "send" operation, delivering the text to its target. This is typically used
when composing a message in IM or SMS where sending is immediate. (stylized in uppercase letters as 'SEND')
-->
<string name="keyboard_send_label">SENDEN</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Next" IME action.
The action key performs a "next" operation, taking the user to the next field that will accept text.
(stylized in uppercase letters as 'NEXT')
-->
<string name="keyboard_next_label">WEITER</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Done" IME action.
The action key performs a "done" operation, typically meaning there is nothing more to input and the
IME will be closed. (stylized in uppercase letters as 'DONE')
-->
<string name="keyboard_done_label">FERTIG</string>

<!-- This string is used on the virtual keyboard to label the 'space' key-->
<string name="keyboard_space_label">Leertaste</string>

<!-- This string is displayed in the button that means the user accepts the
permission requested for in the permission dialog box. -->
<string name="permission_allow">Erlauben</string>
Expand Down
33 changes: 33 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">ENTRER</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Go" IME action.
The action key performs a "go" operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL. (stylized in uppercase letters as 'GO')
-->
<string name="keyboard_go_label">OUVRIR</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Search" IME action.
The action key performs a "search" operation, taking the user to the results of searching for the text
they have typed. (stylized in uppercase letters as 'SEARCH')
-->
<string name="keyboard_search_label">RECHERCHER</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Send" IME action.
The action key performs a "send" operation, delivering the text to its target. This is typically used
when composing a message in IM or SMS where sending is immediate. (stylized in uppercase letters as 'SEND')
-->
<string name="keyboard_send_label">ENVOYER</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Next" IME action.
The action key performs a "next" operation, taking the user to the next field that will accept text.
(stylized in uppercase letters as 'NEXT')
-->
<string name="keyboard_next_label">SUIVANT</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Done" IME action.
The action key performs a "done" operation, typically meaning there is nothing more to input and the
IME will be closed. (stylized in uppercase letters as 'DONE')
-->
<string name="keyboard_done_label">TERMINÉ</string>

<!-- This string is used on the virtual keyboard to label the 'space' key-->
<string name="keyboard_space_label">espace</string>

<!-- This string is displayed in the button that means the user accepts the
permission requested for in the permission dialog box. -->
<string name="permission_allow">Autoriser</string>
Expand Down
33 changes: 33 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">INVIO</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Go" IME action.
The action key performs a "go" operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL. (stylized in uppercase letters as 'GO')
-->
<string name="keyboard_go_label">VAI</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Search" IME action.
The action key performs a "search" operation, taking the user to the results of searching for the text
they have typed. (stylized in uppercase letters as 'SEARCH')
-->
<string name="keyboard_search_label">CERCA</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Send" IME action.
The action key performs a "send" operation, delivering the text to its target. This is typically used
when composing a message in IM or SMS where sending is immediate. (stylized in uppercase letters as 'SEND')
-->
<string name="keyboard_send_label">INVIA</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Next" IME action.
The action key performs a "next" operation, taking the user to the next field that will accept text.
(stylized in uppercase letters as 'NEXT')
-->
<string name="keyboard_next_label">SUCC.</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Done" IME action.
The action key performs a "done" operation, typically meaning there is nothing more to input and the
IME will be closed. (stylized in uppercase letters as 'DONE')
-->
<string name="keyboard_done_label">FATTO</string>

<!-- This string is used on the virtual keyboard to label the 'space' key-->
<string name="keyboard_space_label">spazio</string>

<!-- This string is displayed in the button that means the user accepts the
permission requested for in the permission dialog box. -->
<string name="permission_allow">Consenti</string>
Expand Down
33 changes: 33 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">输入</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Go" IME action.
The action key performs a "go" operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL. (stylized in uppercase letters as 'GO')
-->
<string name="keyboard_go_label">前往</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Search" IME action.
The action key performs a "search" operation, taking the user to the results of searching for the text
they have typed. (stylized in uppercase letters as 'SEARCH')
-->
<string name="keyboard_search_label">搜索</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Send" IME action.
The action key performs a "send" operation, delivering the text to its target. This is typically used
when composing a message in IM or SMS where sending is immediate. (stylized in uppercase letters as 'SEND')
-->
<string name="keyboard_send_label">发送</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Next" IME action.
The action key performs a "next" operation, taking the user to the next field that will accept text.
(stylized in uppercase letters as 'NEXT')
-->
<string name="keyboard_next_label">下一步</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Done" IME action.
The action key performs a "done" operation, typically meaning there is nothing more to input and the
IME will be closed. (stylized in uppercase letters as 'DONE')
-->
<string name="keyboard_done_label">完成</string>

<!-- This string is used on the virtual keyboard to label the 'space' key-->
<string name="keyboard_space_label">空格</string>

<!-- This string is displayed in the button that means the user accepts the
permission requested for in the permission dialog box. -->
<string name="permission_allow">允许</string>
Expand Down
33 changes: 33 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,39 @@
<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">輸入</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Go" IME action.
The action key performs a "go" operation to take the user to the target of the text they typed.
Typically used, for example, when entering a URL. (stylized in uppercase letters as 'GO')
-->
<string name="keyboard_go_label">衝!</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Search" IME action.
The action key performs a "search" operation, taking the user to the results of searching for the text
they have typed. (stylized in uppercase letters as 'SEARCH')
-->
<string name="keyboard_search_label">搜尋</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Send" IME action.
The action key performs a "send" operation, delivering the text to its target. This is typically used
when composing a message in IM or SMS where sending is immediate. (stylized in uppercase letters as 'SEND')
-->
<string name="keyboard_send_label">傳送</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Next" IME action.
The action key performs a "next" operation, taking the user to the next field that will accept text.
(stylized in uppercase letters as 'NEXT')
-->
<string name="keyboard_next_label">下一個</string>

<!-- This string is used on the virtual keyboard to label the 'Enter' key with a "Done" IME action.
The action key performs a "done" operation, typically meaning there is nothing more to input and the
IME will be closed. (stylized in uppercase letters as 'DONE')
-->
<string name="keyboard_done_label">完成</string>

<!-- This string is used on the virtual keyboard to label the 'space' key-->
<string name="keyboard_space_label">空白</string>

<!-- This string is displayed in the button that means the user accepts the
permission requested for in the permission dialog box. -->
<string name="permission_allow">允許</string>
Expand Down

0 comments on commit d7d24bc

Please sign in to comment.