aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-18 00:19:30 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-18 00:19:30 +0000
commit6146ddd06cd00eff0f89fa2a28cce37c4ba84a8d (patch)
tree9c9823acf7d0b52169ec4cd3a565557d1dd56886 /apps/oauth2
parentb2de759ac5714418811c504fa6bec92b866c087f (diff)
downloadnextcloud-server-6146ddd06cd00eff0f89fa2a28cce37c4ba84a8d.tar.gz
nextcloud-server-6146ddd06cd00eff0f89fa2a28cce37c4ba84a8d.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/en_GB.js1
-rw-r--r--apps/oauth2/l10n/en_GB.json1
-rw-r--r--apps/oauth2/l10n/gl.js1
-rw-r--r--apps/oauth2/l10n/gl.json1
-rw-r--r--apps/oauth2/l10n/sv.js1
-rw-r--r--apps/oauth2/l10n/sv.json1
-rw-r--r--apps/oauth2/l10n/tr.js1
-rw-r--r--apps/oauth2/l10n/tr.json1
-rw-r--r--apps/oauth2/l10n/uk.js3
-rw-r--r--apps/oauth2/l10n/uk.json3
-rw-r--r--apps/oauth2/l10n/zh_HK.js1
-rw-r--r--apps/oauth2/l10n/zh_HK.json1
12 files changed, 14 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js
index d6f46f9bc72..f0f4fdf652d 100644
--- a/apps/oauth2/l10n/en_GB.js
+++ b/apps/oauth2/l10n/en_GB.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Add" : "Add",
"Delete" : "Delete",
"Show client secret" : "Show client secret",
+ "Hide client secret" : "Hide client secret",
"Secret" : "Secret"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json
index c6d8fd316c6..b78df150329 100644
--- a/apps/oauth2/l10n/en_GB.json
+++ b/apps/oauth2/l10n/en_GB.json
@@ -15,6 +15,7 @@
"Add" : "Add",
"Delete" : "Delete",
"Show client secret" : "Show client secret",
+ "Hide client secret" : "Hide client secret",
"Secret" : "Secret"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js
index f6da3ee113b..44adf7c2e50 100644
--- a/apps/oauth2/l10n/gl.js
+++ b/apps/oauth2/l10n/gl.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Add" : "Engadir",
"Delete" : "Eliminar",
"Show client secret" : "Amosar o segredo do cliente",
+ "Hide client secret" : "Agochar o segredo do cliente",
"Secret" : "Segredo"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json
index 2c0bf5230b1..d835478c11f 100644
--- a/apps/oauth2/l10n/gl.json
+++ b/apps/oauth2/l10n/gl.json
@@ -15,6 +15,7 @@
"Add" : "Engadir",
"Delete" : "Eliminar",
"Show client secret" : "Amosar o segredo do cliente",
+ "Hide client secret" : "Agochar o segredo do cliente",
"Secret" : "Segredo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js
index a1da4e24403..60b8e0fb67e 100644
--- a/apps/oauth2/l10n/sv.js
+++ b/apps/oauth2/l10n/sv.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Add" : "Lägg till",
"Delete" : "Ta bort",
"Show client secret" : "Visa klienthemlighet",
+ "Hide client secret" : "Dölj klienthemlighet",
"Secret" : "Hemlighet"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json
index 5ba20ec4a63..86a4839211c 100644
--- a/apps/oauth2/l10n/sv.json
+++ b/apps/oauth2/l10n/sv.json
@@ -15,6 +15,7 @@
"Add" : "Lägg till",
"Delete" : "Ta bort",
"Show client secret" : "Visa klienthemlighet",
+ "Hide client secret" : "Dölj klienthemlighet",
"Secret" : "Hemlighet"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js
index ac35c9c16d5..7ddf5bd89b4 100644
--- a/apps/oauth2/l10n/tr.js
+++ b/apps/oauth2/l10n/tr.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Add" : "Ekle",
"Delete" : "Sil",
"Show client secret" : "İstemci parolasını görüntüle",
+ "Hide client secret" : "İstemci parolasını gizle",
"Secret" : "Parola"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json
index ed2a3cf0100..0c397850c9d 100644
--- a/apps/oauth2/l10n/tr.json
+++ b/apps/oauth2/l10n/tr.json
@@ -15,6 +15,7 @@
"Add" : "Ekle",
"Delete" : "Sil",
"Show client secret" : "İstemci parolasını görüntüle",
+ "Hide client secret" : "İstemci parolasını gizle",
"Secret" : "Parola"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/uk.js b/apps/oauth2/l10n/uk.js
index a25692f4824..5a896d21e08 100644
--- a/apps/oauth2/l10n/uk.js
+++ b/apps/oauth2/l10n/uk.js
@@ -16,7 +16,8 @@ OC.L10N.register(
"Add client" : "Додати клієнта",
"Add" : "Додати",
"Delete" : "Вилучити",
- "Show client secret" : "Показати секрет клієнта",
+ "Show client secret" : "Показати ключ клієнта",
+ "Hide client secret" : "Приховати ключ клієнта",
"Secret" : "Секретне"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/apps/oauth2/l10n/uk.json b/apps/oauth2/l10n/uk.json
index 50465b5b767..6f12f62301d 100644
--- a/apps/oauth2/l10n/uk.json
+++ b/apps/oauth2/l10n/uk.json
@@ -14,7 +14,8 @@
"Add client" : "Додати клієнта",
"Add" : "Додати",
"Delete" : "Вилучити",
- "Show client secret" : "Показати секрет клієнта",
+ "Show client secret" : "Показати ключ клієнта",
+ "Hide client secret" : "Приховати ключ клієнта",
"Secret" : "Секретне"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/zh_HK.js b/apps/oauth2/l10n/zh_HK.js
index 8c3a8e6de71..8ed58bfc9d3 100644
--- a/apps/oauth2/l10n/zh_HK.js
+++ b/apps/oauth2/l10n/zh_HK.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Add" : "新增",
"Delete" : "刪除",
"Show client secret" : "顯示客戶端密碼",
+ "Hide client secret" : "隱藏客戶端密碼",
"Secret" : "密鑰"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_HK.json b/apps/oauth2/l10n/zh_HK.json
index 1fefbc63b7b..c23b99914a3 100644
--- a/apps/oauth2/l10n/zh_HK.json
+++ b/apps/oauth2/l10n/zh_HK.json
@@ -15,6 +15,7 @@
"Add" : "新增",
"Delete" : "刪除",
"Show client secret" : "顯示客戶端密碼",
+ "Hide client secret" : "隱藏客戶端密碼",
"Secret" : "密鑰"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file