diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-09-22 09:18:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 09:18:00 +0530 |
commit | 56f4dedb5b82f0efde73d377704f2b23d094e323 (patch) | |
tree | 5f209f5761349b116303570e14e2b23982f98240 /app/src/nonFree | |
parent | 0a9b8fc585a9a06d50ccdb8aef21a2794f700751 (diff) |
Sync strings from Crowdin (#1117)
* strings: sync from Crowdin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: disable ImpliedQuantity lint
I hope our translators know better
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/nonFree')
-rw-r--r-- | app/src/nonFree/res/values-de/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-pt-rBR/strings.xml | 8 | ||||
-rw-r--r-- | app/src/nonFree/res/values-ru/strings.xml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/app/src/nonFree/res/values-de/strings.xml b/app/src/nonFree/res/values-de/strings.xml new file mode 100644 index 00000000..bcbcc6ac --- /dev/null +++ b/app/src/nonFree/res/values-de/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Warte auf SMS…</string> +</resources> diff --git a/app/src/nonFree/res/values-pt-rBR/strings.xml b/app/src/nonFree/res/values-pt-rBR/strings.xml new file mode 100644 index 00000000..26fbf524 --- /dev/null +++ b/app/src/nonFree/res/values-pt-rBR/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Esperando pelo SMS…</string> +</resources> diff --git a/app/src/nonFree/res/values-ru/strings.xml b/app/src/nonFree/res/values-ru/strings.xml new file mode 100644 index 00000000..0e1a475d --- /dev/null +++ b/app/src/nonFree/res/values-ru/strings.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> +<resources> + <string name="oreo_autofill_waiting_for_sms">Ожидание SMS…</string> +</resources> |