From 7b9483a14f04aca3838fb06d35225b3951fd0577 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 14 Apr 2024 02:16:20 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/de_DE.js | 1 + l10n/de_DE.json | 1 + l10n/en_GB.js | 1 + l10n/en_GB.json | 1 + l10n/ps.js | 22 ++++++++++++++++++++++ l10n/ps.json | 20 ++++++++++++++++++++ l10n/zh_HK.js | 1 + l10n/zh_HK.json | 1 + 8 files changed, 48 insertions(+) create mode 100644 l10n/ps.js create mode 100644 l10n/ps.json diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 40c49a9baf..74e14a5968 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -320,6 +320,7 @@ OC.L10N.register( "Define your signature." : "Legen Sie Ihre Signatur fest.", "Unable to sign." : "Signatur nicht möglich.", "Subscription password." : "Abonnement-Passwort.", + "Forgot password?" : "Passwort vergessen?", "All Files" : "Alle Dateien", "Pending" : "Ausstehend", "Signed" : "Signiert", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 97c1513dca..0c7d0144fc 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -318,6 +318,7 @@ "Define your signature." : "Legen Sie Ihre Signatur fest.", "Unable to sign." : "Signatur nicht möglich.", "Subscription password." : "Abonnement-Passwort.", + "Forgot password?" : "Passwort vergessen?", "All Files" : "Alle Dateien", "Pending" : "Ausstehend", "Signed" : "Signiert", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 914ca3be45..773bdd4d2d 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -320,6 +320,7 @@ OC.L10N.register( "Define your signature." : "Define your signature.", "Unable to sign." : "Unable to sign.", "Subscription password." : "Subscription password.", + "Forgot password?" : "Forgot password?", "All Files" : "All Files", "Pending" : "Pending", "Signed" : "Signed", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 80bd5a526f..e766a541d4 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -318,6 +318,7 @@ "Define your signature." : "Define your signature.", "Unable to sign." : "Unable to sign.", "Subscription password." : "Subscription password.", + "Forgot password?" : "Forgot password?", "All Files" : "All Files", "Pending" : "Pending", "Signed" : "Signed", diff --git a/l10n/ps.js b/l10n/ps.js new file mode 100644 index 0000000000..d3bf6c7547 --- /dev/null +++ b/l10n/ps.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "libresign", + { + "File is too big" : "د فایل وزن ډېر دی", + "File not found" : "فایل نشته", + "Delete" : "ړنګول", + "Save" : "ساتل", + "Cancel" : "پرېښول", + "Files" : "فایلونه", + "Settings" : "سمونې", + "Name" : "نوم", + "Details" : "معلومات", + "Actions" : "کړنې", + "Choose" : "غوره کړئ", + "Password" : "پاسورډ", + "Send" : "لېږل", + "Password reset" : "پاسورډ نوي کول", + "Yes" : "هو", + "No" : "نه", + "Pending" : "د انتظار په حال کې" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ps.json b/l10n/ps.json new file mode 100644 index 0000000000..706b20db15 --- /dev/null +++ b/l10n/ps.json @@ -0,0 +1,20 @@ +{ "translations": { + "File is too big" : "د فایل وزن ډېر دی", + "File not found" : "فایل نشته", + "Delete" : "ړنګول", + "Save" : "ساتل", + "Cancel" : "پرېښول", + "Files" : "فایلونه", + "Settings" : "سمونې", + "Name" : "نوم", + "Details" : "معلومات", + "Actions" : "کړنې", + "Choose" : "غوره کړئ", + "Password" : "پاسورډ", + "Send" : "لېږل", + "Password reset" : "پاسورډ نوي کول", + "Yes" : "هو", + "No" : "نه", + "Pending" : "د انتظار په حال کې" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 530c47089f..71e248dbf1 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -320,6 +320,7 @@ OC.L10N.register( "Define your signature." : "定義您的簽名。", "Unable to sign." : "無法簽署。", "Subscription password." : "訂閱密碼。", + "Forgot password?" : "忘記密碼?", "All Files" : "所有檔案", "Pending" : "待定的", "Signed" : "已簽署", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index e290950f44..8bfe94399f 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -318,6 +318,7 @@ "Define your signature." : "定義您的簽名。", "Unable to sign." : "無法簽署。", "Subscription password." : "訂閱密碼。", + "Forgot password?" : "忘記密碼?", "All Files" : "所有檔案", "Pending" : "待定的", "Signed" : "已簽署",