diff --git a/l10n/ar.js b/l10n/ar.js index 9784e394c..dddcb2cda 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -229,6 +229,8 @@ OC.L10N.register( "The signature request will be deleted. Do you confirm this action?" : "طلب التوقيع سيتم حذفه. هل تؤكد هذا الإجراء؟", "Also delete the file." : "و احذف الملف كذلك.", "Ok" : "موافق", + "Toggle selection for file \"{displayName}\"" : "تبديل الاختيار للملف \"{displayName}\"", + "File is loading" : "يتم تحميل الملف...", "Clear filter" : "إزالة التصفية", "Modified" : "التعديل", "Today" : "اليوم", @@ -246,6 +248,12 @@ OC.L10N.register( "1 file" : "1 ملف", "{fileCount} files" : "{fileCount} ملفات", "Created at" : "أُنشأت في", + "Toggle selection for all files" : "قلب التحديد لكل الملفات", + "(selected)" : "(تم اختياره)", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر تم تنفيذها بنجاح", + "\"{displayName}\" action failed" : "\"{displayName}\" الأمر أخفق عند التنفيذ", + "_{count} selected_::_{count} selected_" : ["{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده"], "Welcome to LibreSign" : "أهلاً بكم في تطبيق التوقيع الالكتروني LibreSign", "Finish the setup" : "إنهاء الإعداد", "Certificate data" : "بيانات الشهادة", diff --git a/l10n/ar.json b/l10n/ar.json index 801098729..70a97dac4 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -227,6 +227,8 @@ "The signature request will be deleted. Do you confirm this action?" : "طلب التوقيع سيتم حذفه. هل تؤكد هذا الإجراء؟", "Also delete the file." : "و احذف الملف كذلك.", "Ok" : "موافق", + "Toggle selection for file \"{displayName}\"" : "تبديل الاختيار للملف \"{displayName}\"", + "File is loading" : "يتم تحميل الملف...", "Clear filter" : "إزالة التصفية", "Modified" : "التعديل", "Today" : "اليوم", @@ -244,6 +246,12 @@ "1 file" : "1 ملف", "{fileCount} files" : "{fileCount} ملفات", "Created at" : "أُنشأت في", + "Toggle selection for all files" : "قلب التحديد لكل الملفات", + "(selected)" : "(تم اختياره)", + "\"{displayName}\" failed on some elements " : "\"{displayName}\" فشل في بعض العناصر", + "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" حزمة الأوامر تم تنفيذها بنجاح", + "\"{displayName}\" action failed" : "\"{displayName}\" الأمر أخفق عند التنفيذ", + "_{count} selected_::_{count} selected_" : ["{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده","{count} تمّ تحديده"], "Welcome to LibreSign" : "أهلاً بكم في تطبيق التوقيع الالكتروني LibreSign", "Finish the setup" : "إنهاء الإعداد", "Certificate data" : "بيانات الشهادة", diff --git a/l10n/ast.js b/l10n/ast.js index fc23317a7..862e1480f 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -55,6 +55,7 @@ OC.L10N.register( "Enter a password" : "Introduz una contraseña", "Page not found" : "Nun s'atopó la páxina", "Ok" : "D'acuerdu", + "Toggle selection for file \"{displayName}\"" : "Alternar la seleición del ficheru «{displayName}»", "Modified" : "Modificóse", "Today" : "Güei", "Last 7 days" : "Los últimos 7 díes", @@ -66,6 +67,9 @@ OC.L10N.register( "1 file" : "1 ficheru", "{fileCount} files" : "{fileCount} ficheros", "Created at" : "Data de creación", + "\"{displayName}\" failed on some elements " : "«{displayName}» falló con dalgún elementu", + "\"{displayName}\" batch action executed successfully" : "L'aición per llotes «{displayName}» executóse correutamente", + "\"{displayName}\" action failed" : "L'aición «{displayName}» falló", "Password reset" : "Reaniciu de la contraseña", "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", diff --git a/l10n/ast.json b/l10n/ast.json index b4924fca0..9f150cfa2 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -53,6 +53,7 @@ "Enter a password" : "Introduz una contraseña", "Page not found" : "Nun s'atopó la páxina", "Ok" : "D'acuerdu", + "Toggle selection for file \"{displayName}\"" : "Alternar la seleición del ficheru «{displayName}»", "Modified" : "Modificóse", "Today" : "Güei", "Last 7 days" : "Los últimos 7 díes", @@ -64,6 +65,9 @@ "1 file" : "1 ficheru", "{fileCount} files" : "{fileCount} ficheros", "Created at" : "Data de creación", + "\"{displayName}\" failed on some elements " : "«{displayName}» falló con dalgún elementu", + "\"{displayName}\" batch action executed successfully" : "L'aición per llotes «{displayName}» executóse correutamente", + "\"{displayName}\" action failed" : "L'aición «{displayName}» falló", "Password reset" : "Reaniciu de la contraseña", "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", diff --git a/l10n/bg.js b/l10n/bg.js index 0d9986bca..a25126383 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -194,6 +194,8 @@ OC.L10N.register( "1 file" : "1 файл", "Created at" : "Създаден на", "\"{displayName}\" failed on some elements " : "„{displayName}“ не успя да се изпълни за някои елементи ", + "\"{displayName}\" batch action executed successfully" : " Пакетното действие „{displayName}“ е изпълнено успешно", + "\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно", "Request Signatures" : "Искане на подписи", "Password reset" : "Възстановяване на парола", "Enter new password and then repeat it" : "Въведете нова парола и след това я повторете", diff --git a/l10n/bg.json b/l10n/bg.json index 09fabc1ae..0825f0a1c 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -192,6 +192,8 @@ "1 file" : "1 файл", "Created at" : "Създаден на", "\"{displayName}\" failed on some elements " : "„{displayName}“ не успя да се изпълни за някои елементи ", + "\"{displayName}\" batch action executed successfully" : " Пакетното действие „{displayName}“ е изпълнено успешно", + "\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно", "Request Signatures" : "Искане на подписи", "Password reset" : "Възстановяване на парола", "Enter new password and then repeat it" : "Въведете нова парола и след това я повторете", diff --git a/l10n/ca.js b/l10n/ca.js index 6e7c82412..bf1ddbafe 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -191,6 +191,7 @@ OC.L10N.register( "Page not found" : "Pàgina no trobada", "Sorry but the page you are looking for does not exist, has been removed, moved or is temporarily unavailable." : "Ho sentim, però la pàgina que cerques no existeix, s'ha eliminat, s'ha mogut o no està disponible temporalment.", "Ok" : "D'acord", + "Toggle selection for file \"{displayName}\"" : "Canvia la selecció per al fitxer «{displayName}»", "File is loading" : "S'està carregant el fitxer", "Clear filter" : "Esborra el filtre", "Modified" : "Data de modificació", @@ -211,6 +212,8 @@ OC.L10N.register( "Created at" : "Data de creació", "(selected)" : "(seleccionat)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ha fallat en alguns elements ", + "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", + "\"{displayName}\" action failed" : "S'ha produït un error en l'acció «{displayName}»", "Request Signatures" : "Demanar signatures", "Password reset" : "Restableix contrasenya", "Enter new password and then repeat it" : "Introduïu la nova contrasenya i després repetiu-la", diff --git a/l10n/ca.json b/l10n/ca.json index 9731bf84d..eeb2bfac3 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -189,6 +189,7 @@ "Page not found" : "Pàgina no trobada", "Sorry but the page you are looking for does not exist, has been removed, moved or is temporarily unavailable." : "Ho sentim, però la pàgina que cerques no existeix, s'ha eliminat, s'ha mogut o no està disponible temporalment.", "Ok" : "D'acord", + "Toggle selection for file \"{displayName}\"" : "Canvia la selecció per al fitxer «{displayName}»", "File is loading" : "S'està carregant el fitxer", "Clear filter" : "Esborra el filtre", "Modified" : "Data de modificació", @@ -209,6 +210,8 @@ "Created at" : "Data de creació", "(selected)" : "(seleccionat)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ha fallat en alguns elements ", + "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", + "\"{displayName}\" action failed" : "S'ha produït un error en l'acció «{displayName}»", "Request Signatures" : "Demanar signatures", "Password reset" : "Restableix contrasenya", "Enter new password and then repeat it" : "Introduïu la nova contrasenya i després repetiu-la", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 28578c95c..256400e63 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -248,10 +248,12 @@ OC.L10N.register( "1 file" : "1 Datei", "{fileCount} files" : "{fileCount} Dateien", "Created at" : "Erstellt am", + "Toggle selection for all files" : "Auswahl für alle Dateien umschalten", "(selected)" : "(ausgewählt)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen", "\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt", "\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "Welcome to LibreSign" : "Willkommen bei LibreSign", "Finish the setup" : "Einrichtung abschließen", "Certificate data" : "Zertifikatsdaten", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 7c9cfbd5a..69aa951db 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -246,10 +246,12 @@ "1 file" : "1 Datei", "{fileCount} files" : "{fileCount} Dateien", "Created at" : "Erstellt am", + "Toggle selection for all files" : "Auswahl für alle Dateien umschalten", "(selected)" : "(ausgewählt)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen", "\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt", "\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen", + "_{count} selected_::_{count} selected_" : ["{count} ausgewählt","{count} ausgewählt"], "Welcome to LibreSign" : "Willkommen bei LibreSign", "Finish the setup" : "Einrichtung abschließen", "Certificate data" : "Zertifikatsdaten", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index f1708e90c..8b38e4cfd 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -248,10 +248,12 @@ OC.L10N.register( "1 file" : "1 file", "{fileCount} files" : "{fileCount} files", "Created at" : "Created at", + "Toggle selection for all files" : "Toggle selection for all files", "(selected)" : "(selected)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "Welcome to LibreSign" : "Welcome to LibreSign", "Finish the setup" : "Finish the setup", "Certificate data" : "Certificate data", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 08a865723..312c601cb 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -246,10 +246,12 @@ "1 file" : "1 file", "{fileCount} files" : "{fileCount} files", "Created at" : "Created at", + "Toggle selection for all files" : "Toggle selection for all files", "(selected)" : "(selected)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", + "_{count} selected_::_{count} selected_" : ["{count} selected","{count} selected"], "Welcome to LibreSign" : "Welcome to LibreSign", "Finish the setup" : "Finish the setup", "Certificate data" : "Certificate data", diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js deleted file mode 100644 index 6a043a9af..000000000 --- a/l10n/ur_PK.js +++ /dev/null @@ -1,23 +0,0 @@ -OC.L10N.register( - "libresign", - { - "Email" : "email", - "Delete" : "حذف کریں", - "Save" : "حفظ", - "Cancel" : "منسوخ کریں", - "Settings" : "سیٹینگز", - "Name" : "اسم", - "Send" : "بھجیں", - "Choose" : "منتخب کریں", - "Next" : "اگلا", - "Type" : "Type", - "Password" : "پاسورڈ", - "Enter a password" : "Enter a password", - "Ok" : "اوکے", - "Today" : "آج", - "New password" : "نیا پاسورڈ", - "Yes" : "Yes", - "No" : "No", - "No date" : "No date" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json deleted file mode 100644 index bd1e0004f..000000000 --- a/l10n/ur_PK.json +++ /dev/null @@ -1,21 +0,0 @@ -{ "translations": { - "Email" : "email", - "Delete" : "حذف کریں", - "Save" : "حفظ", - "Cancel" : "منسوخ کریں", - "Settings" : "سیٹینگز", - "Name" : "اسم", - "Send" : "بھجیں", - "Choose" : "منتخب کریں", - "Next" : "اگلا", - "Type" : "Type", - "Password" : "پاسورڈ", - "Enter a password" : "Enter a password", - "Ok" : "اوکے", - "Today" : "آج", - "New password" : "نیا پاسورڈ", - "Yes" : "Yes", - "No" : "No", - "No date" : "No date" -},"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 72aa72e92..f49ceb333 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -248,10 +248,12 @@ OC.L10N.register( "1 file" : "1 個檔案", "{fileCount} files" : "{fileCount} 個檔案", "Created at" : "建立於", + "Toggle selection for all files" : "切換所有檔案的選擇", "(selected)" : "(已選擇)", "\"{displayName}\" failed on some elements " : "“{displayName}” 在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作", "\"{displayName}\" action failed" : "“{displayName}” 操作失敗", + "_{count} selected_::_{count} selected_" : ["已選擇 {count} 項"], "Welcome to LibreSign" : "歡迎使用 LibreSign", "Finish the setup" : "完成設定", "Certificate data" : "證書數據", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index b790f2a86..6ee3c7d17 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -246,10 +246,12 @@ "1 file" : "1 個檔案", "{fileCount} files" : "{fileCount} 個檔案", "Created at" : "建立於", + "Toggle selection for all files" : "切換所有檔案的選擇", "(selected)" : "(已選擇)", "\"{displayName}\" failed on some elements " : "“{displayName}” 在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "成功執行 “{displayName}” 批處理操作", "\"{displayName}\" action failed" : "“{displayName}” 操作失敗", + "_{count} selected_::_{count} selected_" : ["已選擇 {count} 項"], "Welcome to LibreSign" : "歡迎使用 LibreSign", "Finish the setup" : "完成設定", "Certificate data" : "證書數據", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 5394958a6..f3e358439 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -248,10 +248,12 @@ OC.L10N.register( "1 file" : "1 個檔案", "{fileCount} files" : "{fileCount} 個檔案", "Created at" : "建立於", + "Toggle selection for all files" : "切換所有檔案選取", "(selected)" : "(已選取)", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗 ", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", + "_{count} selected_::_{count} selected_" : ["已選取 {count} 個"], "Welcome to LibreSign" : "歡迎使用 LibreSign", "Finish the setup" : "完成設定", "Certificate data" : "憑證資料", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 51348e93c..1bbde440d 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -246,10 +246,12 @@ "1 file" : "1 個檔案", "{fileCount} files" : "{fileCount} 個檔案", "Created at" : "建立於", + "Toggle selection for all files" : "切換所有檔案選取", "(selected)" : "(已選取)", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗 ", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", + "_{count} selected_::_{count} selected_" : ["已選取 {count} 個"], "Welcome to LibreSign" : "歡迎使用 LibreSign", "Finish the setup" : "完成設定", "Certificate data" : "憑證資料",