diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-17 00:18:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-17 00:18:58 +0000 |
commit | 84e0b9007cfc1d3cf3d793e6abcaeb31e47a48a4 (patch) | |
tree | 21010072b6e8247d99d14a63ab3274f9ac17fa44 /apps/oauth2/l10n | |
parent | 28e0d3191bfe6d4ee11618d49fe85bfa136e6519 (diff) | |
download | nextcloud-server-84e0b9007cfc1d3cf3d793e6abcaeb31e47a48a4.tar.gz nextcloud-server-84e0b9007cfc1d3cf3d793e6abcaeb31e47a48a4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/ar.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/fr.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ar.js b/apps/oauth2/l10n/ar.js index 04cc06e6ee2..11c2b2c9d64 100644 --- a/apps/oauth2/l10n/ar.js +++ b/apps/oauth2/l10n/ar.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "إضافة", "Delete" : "حذف", "Show client secret" : "عرض كلمة سر العميل", + "Hide client secret" : "إخْفِ سِرَّ العميل", "Secret" : "السر" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/oauth2/l10n/ar.json b/apps/oauth2/l10n/ar.json index e66844dc52d..353e643c58e 100644 --- a/apps/oauth2/l10n/ar.json +++ b/apps/oauth2/l10n/ar.json @@ -15,6 +15,7 @@ "Add" : "إضافة", "Delete" : "حذف", "Show client secret" : "عرض كلمة سر العميل", + "Hide client secret" : "إخْفِ سِرَّ العميل", "Secret" : "السر" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index a738cfb0580..f44dcb91ba0 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Hinzufügen", "Delete" : "Löschen", "Show client secret" : "Geheime Zeichenkette des Clients anzeigen", + "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden", "Secret" : "Geheimnis" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index 7e17ac36d63..129365aa905 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -15,6 +15,7 @@ "Add" : "Hinzufügen", "Delete" : "Löschen", "Show client secret" : "Geheime Zeichenkette des Clients anzeigen", + "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden", "Secret" : "Geheimnis" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index 15fe3a44d9d..534ccdb2b58 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Ajouter", "Delete" : "Supprimer", "Show client secret" : "Afficher le code secret du client", + "Hide client secret" : "Masquer le secret du client", "Secret" : "Code secret" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index fb2398d70a5..3a222bd5967 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -15,6 +15,7 @@ "Add" : "Ajouter", "Delete" : "Supprimer", "Show client secret" : "Afficher le code secret du client", + "Hide client secret" : "Masquer le secret du client", "Secret" : "Code secret" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |