summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-17 00:19:15 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-17 00:19:15 +0000
commite61e3f0e22774c856b36ac788ff3058f429950f3 (patch)
tree0d8899815595293044d14a52720657d0bf88c944 /apps/oauth2
parentaa8dc1374ad426d63fe02407062e2ac5125b9b39 (diff)
downloadnextcloud-server-e61e3f0e22774c856b36ac788ff3058f429950f3.tar.gz
nextcloud-server-e61e3f0e22774c856b36ac788ff3058f429950f3.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/ar.js1
-rw-r--r--apps/oauth2/l10n/ar.json1
-rw-r--r--apps/oauth2/l10n/de_DE.js1
-rw-r--r--apps/oauth2/l10n/de_DE.json1
-rw-r--r--apps/oauth2/l10n/fr.js1
-rw-r--r--apps/oauth2/l10n/fr.json1
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