aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-05-06 00:13:22 +0000
committerNextcloud bot <bot@nextcloud.com>2019-05-06 00:13:22 +0000
commit234168a61d5ff46e43848147c57cb16913e8f331 (patch)
tree1d56e2c0202d7a223a3f414caa637cddac274b2e
parent403494c79ec04677e59978407e1a914a488390ee (diff)
downloadnextcloud-server-234168a61d5ff46e43848147c57cb16913e8f331.tar.gz
nextcloud-server-234168a61d5ff46e43848147c57cb16913e8f331.zip
[tx-robot] updated from transifex
-rw-r--r--core/l10n/ar.js5
-rw-r--r--core/l10n/ar.json5
-rw-r--r--settings/l10n/fr.js9
-rw-r--r--settings/l10n/fr.json9
4 files changed, 28 insertions, 0 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js
index e0259a43f2f..d58885858ab 100644
--- a/core/l10n/ar.js
+++ b/core/l10n/ar.js
@@ -98,6 +98,7 @@ OC.L10N.register(
"Expiration" : "إنتهاء",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Unshare" : "إلغاء مشاركة",
+ "Add another link" : "إضافة رابط آخر",
"Share to {name}" : "تمت مشاركته مع {name}",
"Share link" : "شارك الرابط",
"Could not unshare" : "لا يمكن إلغاء المشاركة",
@@ -144,6 +145,7 @@ OC.L10N.register(
"unknown text" : "النص غير معروف",
"Hello world!" : "مرحبا بالعالم!",
"sunny" : "مشمس",
+ "Hello {name}, the weather is {weather}" : "مرحبًا {name}، حالة الطقس {weather}",
"Hello {name}" : "مرحبا {name}",
"new" : "جديد",
"_download %n file_::_download %n files_" : ["تنزيل %n ملف","تنزيل ملف واحد","تنزيل ملفين","تنزيل %n ملفات","تنزيل %n ملفات","تنزيل %n ملفات"],
@@ -201,6 +203,8 @@ OC.L10N.register(
"An internal error occurred." : "طرأ هناك خطأ.",
"Username or email" : "اسم المستخدم أو البريد الالكتروني",
"Log in" : "أدخل",
+ "Wrong username or password." : "اسم المستخدم أو كلمة المرور خاطئة.",
+ "User disabled" : "المستخدم معطّل",
"Forgot password?" : "هل نسيت كلمة السر ؟",
"Back to login" : "العودة إلى تسجيل الدخول",
"Grant access" : "السماح بالنفاذ",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Account connected" : "الحساب متصل",
"New password" : "كلمات سر جديدة",
"New Password" : "كلمة السر الجديدة",
+ "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى.",
"Two-factor authentication" : "المصادقة بخطوتين",
"Use backup code" : "إستخدم الرمز الإحتياطي",
"Cancel log in" : "إلغاء تسجيل الدخول",
diff --git a/core/l10n/ar.json b/core/l10n/ar.json
index 2474d3d7eb4..9850458c2eb 100644
--- a/core/l10n/ar.json
+++ b/core/l10n/ar.json
@@ -96,6 +96,7 @@
"Expiration" : "إنتهاء",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Unshare" : "إلغاء مشاركة",
+ "Add another link" : "إضافة رابط آخر",
"Share to {name}" : "تمت مشاركته مع {name}",
"Share link" : "شارك الرابط",
"Could not unshare" : "لا يمكن إلغاء المشاركة",
@@ -142,6 +143,7 @@
"unknown text" : "النص غير معروف",
"Hello world!" : "مرحبا بالعالم!",
"sunny" : "مشمس",
+ "Hello {name}, the weather is {weather}" : "مرحبًا {name}، حالة الطقس {weather}",
"Hello {name}" : "مرحبا {name}",
"new" : "جديد",
"_download %n file_::_download %n files_" : ["تنزيل %n ملف","تنزيل ملف واحد","تنزيل ملفين","تنزيل %n ملفات","تنزيل %n ملفات","تنزيل %n ملفات"],
@@ -199,6 +201,8 @@
"An internal error occurred." : "طرأ هناك خطأ.",
"Username or email" : "اسم المستخدم أو البريد الالكتروني",
"Log in" : "أدخل",
+ "Wrong username or password." : "اسم المستخدم أو كلمة المرور خاطئة.",
+ "User disabled" : "المستخدم معطّل",
"Forgot password?" : "هل نسيت كلمة السر ؟",
"Back to login" : "العودة إلى تسجيل الدخول",
"Grant access" : "السماح بالنفاذ",
@@ -206,6 +210,7 @@
"Account connected" : "الحساب متصل",
"New password" : "كلمات سر جديدة",
"New Password" : "كلمة السر الجديدة",
+ "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى.",
"Two-factor authentication" : "المصادقة بخطوتين",
"Use backup code" : "إستخدم الرمز الإحتياطي",
"Cancel log in" : "إلغاء تسجيل الدخول",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 7df9f8bb777..9c64f4014ce 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -162,6 +162,8 @@ OC.L10N.register(
"Burmese" : "Birman",
"Catalan (Spain)" : "Catalan (Espagne)",
"Catalan" : "Catalan",
+ "Central Morocco Tamazight (Latin)" : "Tamazight du Maroc central (Latin)",
+ "Central Morocco Tamazight" : "Tamazight du Maroc central",
"Cherokee (United States)" : "Cherokee (États-Unis)",
"Cherokee" : "Cherokee",
"Chiga (Uganda)" : "Kiga (Ouganda)",
@@ -254,9 +256,11 @@ OC.L10N.register(
"Icelandic" : "Islandais",
"Igbo (Nigeria)" : "Igbo (Nigeria)",
"Igbo" : "Igbo",
+ "Indonesian (Indonesia)" : "Indonésien (Indonésie)",
"Indonesian" : "Indonésien",
"Irish" : "Irlandais",
"Italian (Italy)" : "Italien (Italie)",
+ "Italian (Switzerland)" : "Italien (Suisse)",
"Italian" : "Italien",
"Japanese (Japan)" : "Japonais (Japon)",
"Japanese" : "Japonais",
@@ -277,6 +281,7 @@ OC.L10N.register(
"Portuguese (Portugal)" : "Portugais (Portugal)",
"Portuguese" : "Portuguais",
"Punjabi" : "Pendjabi",
+ "Russian (Russia)" : "Russe (Russie)",
"Russian (Ukraine)" : "Russe (Ukraine)",
"Russian" : "Russe",
"Serbian" : "Serbe",
@@ -284,6 +289,7 @@ OC.L10N.register(
"Slovenian" : "Slovène",
"Spanish (Argentina)" : "Espagnol (Argentine)",
"Spanish (Bolivia)" : "Espagnol (Bolivie)",
+ "Spanish (Colombia)" : "Espagnol (Colombie)",
"Spanish (El Salvador)" : "Espagnol (Salvador)",
"Spanish (Honduras)" : "Espagnol (Honduras)",
"Spanish (Mexico)" : "Espagnol (Mexique)",
@@ -295,13 +301,16 @@ OC.L10N.register(
"Swahili" : "Swahili",
"Swedish (Sweden)" : "Suédois (Suède)",
"Swedish" : "Suédois",
+ "Tachelhit (Tifinagh, Morocco)" : "Tachelhit (Tifinagh, Maroc)",
"Tamil" : "Tamoul",
"Tibetan" : "Tibétain",
+ "Turkish (Turkey)" : "Turc (Turquie)",
"Turkish" : "Turc",
"Ukrainian" : "Ukrainien",
"Urdu" : "Ourdou",
"Vietnamese (Vietnam)" : "Vietnamien (Vietnam)",
"Vietnamese" : "Vietnamien",
+ "Welsh" : "Gallois",
"Zulu" : "Zoulou",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 15607f7c9b1..555242314f2 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -160,6 +160,8 @@
"Burmese" : "Birman",
"Catalan (Spain)" : "Catalan (Espagne)",
"Catalan" : "Catalan",
+ "Central Morocco Tamazight (Latin)" : "Tamazight du Maroc central (Latin)",
+ "Central Morocco Tamazight" : "Tamazight du Maroc central",
"Cherokee (United States)" : "Cherokee (États-Unis)",
"Cherokee" : "Cherokee",
"Chiga (Uganda)" : "Kiga (Ouganda)",
@@ -252,9 +254,11 @@
"Icelandic" : "Islandais",
"Igbo (Nigeria)" : "Igbo (Nigeria)",
"Igbo" : "Igbo",
+ "Indonesian (Indonesia)" : "Indonésien (Indonésie)",
"Indonesian" : "Indonésien",
"Irish" : "Irlandais",
"Italian (Italy)" : "Italien (Italie)",
+ "Italian (Switzerland)" : "Italien (Suisse)",
"Italian" : "Italien",
"Japanese (Japan)" : "Japonais (Japon)",
"Japanese" : "Japonais",
@@ -275,6 +279,7 @@
"Portuguese (Portugal)" : "Portugais (Portugal)",
"Portuguese" : "Portuguais",
"Punjabi" : "Pendjabi",
+ "Russian (Russia)" : "Russe (Russie)",
"Russian (Ukraine)" : "Russe (Ukraine)",
"Russian" : "Russe",
"Serbian" : "Serbe",
@@ -282,6 +287,7 @@
"Slovenian" : "Slovène",
"Spanish (Argentina)" : "Espagnol (Argentine)",
"Spanish (Bolivia)" : "Espagnol (Bolivie)",
+ "Spanish (Colombia)" : "Espagnol (Colombie)",
"Spanish (El Salvador)" : "Espagnol (Salvador)",
"Spanish (Honduras)" : "Espagnol (Honduras)",
"Spanish (Mexico)" : "Espagnol (Mexique)",
@@ -293,13 +299,16 @@
"Swahili" : "Swahili",
"Swedish (Sweden)" : "Suédois (Suède)",
"Swedish" : "Suédois",
+ "Tachelhit (Tifinagh, Morocco)" : "Tachelhit (Tifinagh, Maroc)",
"Tamil" : "Tamoul",
"Tibetan" : "Tibétain",
+ "Turkish (Turkey)" : "Turc (Turquie)",
"Turkish" : "Turc",
"Ukrainian" : "Ukrainien",
"Urdu" : "Ourdou",
"Vietnamese (Vietnam)" : "Vietnamien (Vietnam)",
"Vietnamese" : "Vietnamien",
+ "Welsh" : "Gallois",
"Zulu" : "Zoulou",
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",