Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing languages (de, es, fr, it, ja, no, pt, ru) #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@
<source-file src="res/android/layout/fingerprint_dialog_content.xml" target-dir="res/layout" />
<source-file src="res/android/values/fpauth-colors.xml" target-dir="res/values" />
<source-file src="res/android/values/fpauth-strings.xml" target-dir="res/values" />
<source-file src="res/android/values-de/fpauth-strings.xml" target-dir="res/values-de" />
<source-file src="res/android/values-es/fpauth-strings.xml" target-dir="res/values-es" />

<source-file src="res/android/values-fr/fpauth-strings.xml" target-dir="res/values-fr" />
<source-file src="res/android/values-it/fpauth-strings.xml" target-dir="res/values-it" />
<source-file src="res/android/values-ja/fpauth-strings.xml" target-dir="res/values-ja" />
<source-file src="res/android/values-no/fpauth-strings.xml" target-dir="res/values-no" />
<source-file src="res/android/values-pt/fpauth-strings.xml" target-dir="res/values-pt" />
<source-file src="res/android/values-ru/fpauth-strings.xml" target-dir="res/values-ru" />
</platform>
</plugin>
29 changes: 29 additions & 0 deletions res/android/values-de/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Abbrechen</string>
<string name="use_backup">Muster benutzen</string>
<string name="fingerprint_auth_dialog_title">Fingerabdruck Authentisierung</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Fingerabdruck bestätigen um fortzufahren</string>
<string name="fingerprint_hint">Bitte legen Sie Ihren Finger auf den Touch Sensor</string>
<string name="fingerprint_not_recognized">Fingerabdruck nicht erkannt. Bitte nochmals versuchen.</string>
<string name="fingerprint_success">Fingerabdruck erkannt.</string>
<string name="new_fingerprint_enrolled_description">Ein neuer Fingerabdruck wurde dem Gerät hinzugefügt, deshalb ist Ihr Passwort nötig.</string>
<string name="secure_lock_screen_required">Ihr Muster ist benötigt!</string>
<string name="fingerprint_too_many_attempts">Zu viele Versuche. Bitte später nochmals versuchen</string>
</resources>
4 changes: 3 additions & 1 deletion res/android/values-es/fpauth-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
-->
<resources>
<string name="cancel">Cancelar</string>
<string name="use_backup">El Respaldo</string>
<string name="use_backup">Verificación</string>
<string name="fingerprint_auth_dialog_title">Autenticación de Huellas Digitales</string>
<string name="ok">De Acuerdo</string>
<string name="fingerprint_description">Confirmar la huella digital para continuar</string>
<string name="fingerprint_hint">Sensor tactil</string>
<string name="fingerprint_not_recognized">No se reconoce la huella digital. Inténtalo de nuevo.</string>
<string name="fingerprint_success">Reconocido de huella dactilar</string>
<string name="new_fingerprint_enrolled_description">Una nueva huella digital fue agregada a este dispositivo, por lo que se requiere la contraseña.</string>
<string name="secure_lock_screen_required">¡Requiere pantalla de bloqueo seguro!</string>
<string name="fingerprint_too_many_attempts">Demasiados intentos. Inténtelo de nuevo más tarde.</string>
</resources>
29 changes: 29 additions & 0 deletions res/android/values-fr/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Annuler</string>
<string name="use_backup">Utiliser la sauvegarde</string>
<string name="fingerprint_auth_dialog_title">Authentification par empreinte digitale</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Confirmer l\'empreinte pour continuer</string>
<string name="fingerprint_hint">Toucher le capteur</string>
<string name="fingerprint_not_recognized">Empreinte non reconnue. Essayer à nouveau.</string>
<string name="fingerprint_success">Empreinte reconnue</string>
<string name="new_fingerprint_enrolled_description">Une nouvelle empreinte digitale a été ajoutée à ce dispositif, de sorte que votre mot de passe est nécessaire.</string>
<string name="secure_lock_screen_required">Écran de verrouillage sécurisé nécessaire!</string>
<string name="fingerprint_too_many_attempts">Trop d\'essais. Essayer à nouveau ultérieurement.</string>
</resources>
14 changes: 8 additions & 6 deletions res/android/values-it/fpauth-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
<resources>
<string name="cancel">Annulla</string>
<string name="use_backup">Usa backup</string>
<string name="fingerprint_auth_dialog_title">Autenticazione Fingerprint</string>
<string name="fingerprint_auth_dialog_title">Impronta Digitale</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Tocca per accedere</string>
<string name="fingerprint_hint">Touch sensor</string>
<string name="fingerprint_not_recognized">Impronta non riconosciuta, prova ancora</string>
<string name="fingerprint_success">Impronta riconosciuta</string>
<string name="new_fingerprint_enrolled_description">A new fingerprint was added to this device, so your password is required.</string>
<string name="fingerprint_description">Usa l\'Impronta Digitale per continuare</string>
<string name="fingerprint_hint">Tocca il sensore</string>
<string name="fingerprint_not_recognized">Impronta Digitale non riconosciuta. Prova di nuovo.</string>
<string name="fingerprint_success">Impronta Digitale riconosciuta</string>
<string name="new_fingerprint_enrolled_description">Una nuova Impronta Digitale è stata aggiunta al dispositivo, è quindi richiesta la password.</string>
<string name="secure_lock_screen_required">Richiesta schermata di blocco sicuro!</string>
<string name="fingerprint_too_many_attempts">Troppi tentativi. Riprova più tardi.</string>
</resources>
29 changes: 29 additions & 0 deletions res/android/values-ja/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">キャンセル</string>
<string name="use_backup">バックアップを使用</string>
<string name="fingerprint_auth_dialog_title">指紋認証</string>
<string name="ok">OK</string>
<string name="fingerprint_description">続行するには指紋を確認してください</string>
<string name="fingerprint_hint">タッチ・センサー</string>
<string name="fingerprint_not_recognized">指紋を認識できません。再試行してください</string>
<string name="fingerprint_success">指紋を認識しました</string>
<string name="new_fingerprint_enrolled_description">新しい指紋をこのデバイスに追加します。パスワードが必要になります</string>
<string name="secure_lock_screen_required">セキュア・ロック画面が必要です</string>
<string name="fingerprint_too_many_attempts">試行が多すぎます。後で再試行してください。</string>
</resources>
29 changes: 29 additions & 0 deletions res/android/values-no/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Avbryt</string>
<string name="use_backup">Bruk enhetssikkerhet</string>
<string name="fingerprint_auth_dialog_title">Fingeravtrykk</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Bekreft fingeravtrykk for å fortsette</string>
<string name="fingerprint_hint">Berør sensor</string>
<string name="fingerprint_not_recognized">Fingeravtrykk ikke gjenkjent. Forsøk igjen.</string>
<string name="fingerprint_success">Fingeravtrykk verifisert</string>
<string name="new_fingerprint_enrolled_description">Et nytt fingeravtrykk er lagt til på enheten. Bekreft PIN-kode.</string>
<string name="secure_lock_screen_required">Enhetssikerhet med skjermlås påkrevet!</string>
<string name="fingerprint_too_many_attempts">For mange forsøk. Forsøk igjen senere.</string>
</resources>
29 changes: 29 additions & 0 deletions res/android/values-pt/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Cancelar</string>
<string name="use_backup">Utilizar Backup</string>
<string name="fingerprint_auth_dialog_title">Autenticação por impressão digital.</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Confirme a impressão digital para continuar.</string>
<string name="fingerprint_hint">Toque no leitor de impressão digital.</string>
<string name="fingerprint_not_recognized">Impressão digital inválida. Tente novamente.</string>
<string name="fingerprint_success">Impressão digital reconhecida.</string>
<string name="new_fingerprint_enrolled_description">Uma nova impressão digital foi adicionada ao dispositivo, digite sua senha.</string>
<string name="secure_lock_screen_required">Digite o código para desbloquear a tela!</string>
<string name="fingerprint_too_many_attempts">Número de tentativas excedido, tente novamente mais tarde.</string>
</resources>
29 changes: 29 additions & 0 deletions res/android/values-ru/fpauth-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<resources>
<string name="cancel">Отмена</string>
<string name="use_backup">Использовать резервный код</string>
<string name="fingerprint_auth_dialog_title">Аутентификация по отпечатку пальца</string>
<string name="ok">Ok</string>
<string name="fingerprint_description">Подтвердите отпечаток пальца чтобы продолжить</string>
<string name="fingerprint_hint">Коснитесь сенсора</string>
<string name="fingerprint_not_recognized">Отпечаток пальца не распознан. Попробуйте ещё.</string>
<string name="fingerprint_success">Отпечаток пальца верен</string>
<string name="new_fingerprint_enrolled_description">Новый отпечаток пальца был добавлен на устройстве, поэтому требуется ввод вашего пароля.</string>
<string name="secure_lock_screen_required">Требуется защита блокировки экрана!</string>
<string name="fingerprint_too_many_attempts">Слишком много попыток. Повторите позже.</string>
</resources>
2 changes: 2 additions & 0 deletions res/android/values/fpauth-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
<string name="fingerprint_not_recognized">Fingerprint not recognized. Try again.</string>
<string name="fingerprint_success">Fingerprint recognized</string>
<string name="new_fingerprint_enrolled_description">A new fingerprint was added to this device, so your password is required.</string>
<string name="secure_lock_screen_required">Secure lock screen required!</string>
<string name="fingerprint_too_many_attempts">Too many attempts. Try again later.</string>
</resources>