diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:27 +0000 |
commit | 6fa377e90e269b1610aab2b40bba3e3ab78f0b4b (patch) | |
tree | 99d00ac5774b93983af67700ac55eeb01e8c123f /apps/oauth2 | |
parent | 8f1acd14ec70239e1e0fec0cad4d68e48ac3cfcf (diff) | |
download | nextcloud-server-6fa377e90e269b1610aab2b40bba3e3ab78f0b4b.tar.gz nextcloud-server-6fa377e90e269b1610aab2b40bba3e3ab78f0b4b.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/sr.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_TW.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js index 04ce32b577c..05730734e24 100644 --- a/apps/oauth2/l10n/sr.js +++ b/apps/oauth2/l10n/sr.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Додај", "Delete" : "Обриши", "Show client secret" : "Прикажи клијентску лозинку", + "Hide client secret" : "Сакриј клијентску тајну", "Secret" : "Тајна" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json index 6d7bb8b66c7..f28009d4f42 100644 --- a/apps/oauth2/l10n/sr.json +++ b/apps/oauth2/l10n/sr.json @@ -15,6 +15,7 @@ "Add" : "Додај", "Delete" : "Обриши", "Show client secret" : "Прикажи клијентску лозинку", + "Hide client secret" : "Сакриј клијентску тајну", "Secret" : "Тајна" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js index 770c05c7b52..ba2dfd08e47 100644 --- a/apps/oauth2/l10n/zh_TW.js +++ b/apps/oauth2/l10n/zh_TW.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_TW.json b/apps/oauth2/l10n/zh_TW.json index 81c7c848cad..d94ed670746 100644 --- a/apps/oauth2/l10n/zh_TW.json +++ b/apps/oauth2/l10n/zh_TW.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 |