From 5c0acabc099e35b7e1093c651aceb8f6dde98e5d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 19 Aug 2017 00:11:37 +0000 Subject: [tx-robot] updated from transifex --- l10n/ar.js | 49 +++++++++++++++++++++++++++++++++++++------------ l10n/ar.json | 49 +++++++++++++++++++++++++++++++++++++------------ l10n/en_GB.js | 5 +++++ l10n/en_GB.json | 5 +++++ l10n/nl.js | 6 ++++++ l10n/nl.json | 6 ++++++ l10n/sv.js | 12 ++++++++++++ l10n/sv.json | 12 ++++++++++++ 8 files changed, 120 insertions(+), 24 deletions(-) (limited to 'l10n') diff --git a/l10n/ar.js b/l10n/ar.js index 6c922e9b..db54cab8 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -3,14 +3,30 @@ OC.L10N.register( { "Contacts" : "جهات الاتصال", "Download" : "تحميل", - "Share with users or groups" : "تقاسم مع مستخدمين او مجموعات", + "Copy link" : "نسخ الرابط", + "Click to copy the link to your clipboard" : "إضغط لنسخ الرابط على حافظتك", + "Delete" : "حذف", + "Rename" : "تعديل الإسم", + "Share with users or groups" : "شارك مع مستخدمين او مجموعات", + "can edit" : "يمكن التعديل", + "Close" : "إغلاق", + "Copied!" : "نُسخ!", + "Not supported!" : "غير مدعوم!", + "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", + "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ", "Address book name" : "اسم دفتر العناوين", - "The selected image is too big (max 1MB)" : "الصورة المختارة كبيرة جداً (الأكبر 1 ميغابايت)", + "The selected image is too big (max 1MB)" : "الصورة المختارة كبيرة جداً (الحجم الأقصى 1MB)", + "This card is corrupted and has been fixed. Please check the data and trigger a save to make the changes permanent." : "هذه البطاقة تالفة وتم إصلاحها. الرجاء التأكد من المعلومات والقيام بالحفظ لجعل التغييرات دائمة.", "No contacts in here" : "لا توجد أية عناوين", - "Name" : "الاسم", + "Name" : "الإسم", "Organization" : "المؤسسة", - "Title" : "العنوان", + "Title" : "اللقب", "Add field ..." : "أضف حقلاً ...", + "Save changes" : "حفظ التعديلات", + "Address book" : "دفتر العناوين", + "Import into" : "إستيراد إلى", + "Importing..." : "إستيراد...", + "Select your addressbook" : "إختر دفتر عناوينك", "No search result for {query}" : "لم يظهر البحث عن {query} أي نتيجة", "All contacts" : "كل الجهات", "Post office box" : "صندوق البريد", @@ -18,38 +34,47 @@ OC.L10N.register( "City" : "المدينة", "State or province" : "الولاية أو المنطقة.", "Country" : "البلد", - "Address" : "عنوان", + "Address" : "العنوان", "(new group)" : "(مجموعة جديدة)", - "Last name" : "اسم العائلة", - "First name" : "الاسم الأول", - "Additional names" : "الاسماء الإضافية", + "Last name" : "اللقب", + "First name" : "الإسم", + "Additional names" : "الأسماء الإضافية", "Prefix" : "بادئة", "Suffix" : "لاحقة", + "Importing into" : "إستيراد إلى", "New contact" : "جهة إتصال جديدة", "Not grouped" : "غير مصنف", + "Sort by" : "ترتيب حسب", "{addressbook} shared by {owner}" : "{owner} شارك {addressbook}", + "Contact not found." : "لم يتم إيجاد جهاد الإتصال.", + "Contact could not be created." : "لم يتم إنشاء جهة الإتصال.", + "No contacts in file. Only vCard files are allowed." : "لا يوجد جهات إتصال بالملف. يسمح فقط بملفات vCard", + "Contact could not be saved." : "لم يتم حفظ جهة الإتصال.", + "Waiting for the server to be ready..." : "إنتظار المخدم حتى يجهز...", + "Display name" : "إسم العرض", "Nickname" : "كنية.\nلقب.", - "Detailed name" : "الاسم بالتفصيل", + "Detailed name" : "الإسم بالتفصيل", "Notes" : "الملاحظات", "Website" : "موقع إلكتروني", "Federated Cloud ID" : "معرّف السحابة الخارجية", - "Home" : "البيت", + "Home" : "المنزل", "Work" : "العمل", "Other" : "آخر", "Groups" : "مجموعات", "Birthday" : "عيد ميلاد", - "Anniversary" : "ذكرى", + "Anniversary" : "ذكرى سنوية", "Date of death" : "تاريخ الوفاة", "Email" : "البريد الإلكترونى", "Instant messaging" : "المراسلة الفورية", "Phone" : "الهاتف", "Mobile" : "الهاتف المحمول", "Fax" : "الفاكس", - "Fax home" : "فاكس البيت", + "Fax home" : "فاكس المنزل", "Fax work" : "فاكس العمل", "Pager" : "النداء", "Voice" : "صوت", "Social network" : "شبكة اجتماعية", + "Details" : "التفاصيل", "Settings" : "الإعدادات" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 08e05c8e..0bca3cf7 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -1,14 +1,30 @@ { "translations": { "Contacts" : "جهات الاتصال", "Download" : "تحميل", - "Share with users or groups" : "تقاسم مع مستخدمين او مجموعات", + "Copy link" : "نسخ الرابط", + "Click to copy the link to your clipboard" : "إضغط لنسخ الرابط على حافظتك", + "Delete" : "حذف", + "Rename" : "تعديل الإسم", + "Share with users or groups" : "شارك مع مستخدمين او مجموعات", + "can edit" : "يمكن التعديل", + "Close" : "إغلاق", + "Copied!" : "نُسخ!", + "Not supported!" : "غير مدعوم!", + "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", + "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ", "Address book name" : "اسم دفتر العناوين", - "The selected image is too big (max 1MB)" : "الصورة المختارة كبيرة جداً (الأكبر 1 ميغابايت)", + "The selected image is too big (max 1MB)" : "الصورة المختارة كبيرة جداً (الحجم الأقصى 1MB)", + "This card is corrupted and has been fixed. Please check the data and trigger a save to make the changes permanent." : "هذه البطاقة تالفة وتم إصلاحها. الرجاء التأكد من المعلومات والقيام بالحفظ لجعل التغييرات دائمة.", "No contacts in here" : "لا توجد أية عناوين", - "Name" : "الاسم", + "Name" : "الإسم", "Organization" : "المؤسسة", - "Title" : "العنوان", + "Title" : "اللقب", "Add field ..." : "أضف حقلاً ...", + "Save changes" : "حفظ التعديلات", + "Address book" : "دفتر العناوين", + "Import into" : "إستيراد إلى", + "Importing..." : "إستيراد...", + "Select your addressbook" : "إختر دفتر عناوينك", "No search result for {query}" : "لم يظهر البحث عن {query} أي نتيجة", "All contacts" : "كل الجهات", "Post office box" : "صندوق البريد", @@ -16,38 +32,47 @@ "City" : "المدينة", "State or province" : "الولاية أو المنطقة.", "Country" : "البلد", - "Address" : "عنوان", + "Address" : "العنوان", "(new group)" : "(مجموعة جديدة)", - "Last name" : "اسم العائلة", - "First name" : "الاسم الأول", - "Additional names" : "الاسماء الإضافية", + "Last name" : "اللقب", + "First name" : "الإسم", + "Additional names" : "الأسماء الإضافية", "Prefix" : "بادئة", "Suffix" : "لاحقة", + "Importing into" : "إستيراد إلى", "New contact" : "جهة إتصال جديدة", "Not grouped" : "غير مصنف", + "Sort by" : "ترتيب حسب", "{addressbook} shared by {owner}" : "{owner} شارك {addressbook}", + "Contact not found." : "لم يتم إيجاد جهاد الإتصال.", + "Contact could not be created." : "لم يتم إنشاء جهة الإتصال.", + "No contacts in file. Only vCard files are allowed." : "لا يوجد جهات إتصال بالملف. يسمح فقط بملفات vCard", + "Contact could not be saved." : "لم يتم حفظ جهة الإتصال.", + "Waiting for the server to be ready..." : "إنتظار المخدم حتى يجهز...", + "Display name" : "إسم العرض", "Nickname" : "كنية.\nلقب.", - "Detailed name" : "الاسم بالتفصيل", + "Detailed name" : "الإسم بالتفصيل", "Notes" : "الملاحظات", "Website" : "موقع إلكتروني", "Federated Cloud ID" : "معرّف السحابة الخارجية", - "Home" : "البيت", + "Home" : "المنزل", "Work" : "العمل", "Other" : "آخر", "Groups" : "مجموعات", "Birthday" : "عيد ميلاد", - "Anniversary" : "ذكرى", + "Anniversary" : "ذكرى سنوية", "Date of death" : "تاريخ الوفاة", "Email" : "البريد الإلكترونى", "Instant messaging" : "المراسلة الفورية", "Phone" : "الهاتف", "Mobile" : "الهاتف المحمول", "Fax" : "الفاكس", - "Fax home" : "فاكس البيت", + "Fax home" : "فاكس المنزل", "Fax work" : "فاكس العمل", "Pager" : "النداء", "Voice" : "صوت", "Social network" : "شبكة اجتماعية", + "Details" : "التفاصيل", "Settings" : "الإعدادات" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index a64e4f88..98e2a706 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -25,6 +25,9 @@ OC.L10N.register( "Add field ..." : "Add field ...", "Save changes" : "Save changes", "Address book" : "Address book", + "Import into" : "Import into", + "Importing..." : "Importing...", + "Select your addressbook" : "Select your addressbook", "No search result for {query}" : "No search result for {query}", "All contacts" : "All contacts", "Post office box" : "Post office box", @@ -39,6 +42,7 @@ OC.L10N.register( "Additional names" : "Middle names", "Prefix" : "Prefix", "Suffix" : "Suffix", + "Importing into" : "Importing into", "New contact" : "New contact", "Not grouped" : "Not grouped", "Sort by" : "Sort by", @@ -48,6 +52,7 @@ OC.L10N.register( "No contacts in file. Only vCard files are allowed." : "No contacts in file. Only vCard files are allowed.", "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported.", "Contact could not be saved." : "Contact could not be saved.", + "Waiting for the server to be ready..." : "Waiting for the server to be ready...", "Display name" : "Display name", "Nickname" : "Nickname", "Detailed name" : "Detailed name", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 3de5268e..ad0720c0 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -23,6 +23,9 @@ "Add field ..." : "Add field ...", "Save changes" : "Save changes", "Address book" : "Address book", + "Import into" : "Import into", + "Importing..." : "Importing...", + "Select your addressbook" : "Select your addressbook", "No search result for {query}" : "No search result for {query}", "All contacts" : "All contacts", "Post office box" : "Post office box", @@ -37,6 +40,7 @@ "Additional names" : "Middle names", "Prefix" : "Prefix", "Suffix" : "Suffix", + "Importing into" : "Importing into", "New contact" : "New contact", "Not grouped" : "Not grouped", "Sort by" : "Sort by", @@ -46,6 +50,7 @@ "No contacts in file. Only vCard files are allowed." : "No contacts in file. Only vCard files are allowed.", "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported.", "Contact could not be saved." : "Contact could not be saved.", + "Waiting for the server to be ready..." : "Waiting for the server to be ready...", "Display name" : "Display name", "Nickname" : "Nickname", "Detailed name" : "Detailed name", diff --git a/l10n/nl.js b/l10n/nl.js index 2b84e6e4..b51a8765 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -25,6 +25,9 @@ OC.L10N.register( "Add field ..." : "Voeg veld toe", "Save changes" : "Wijzigingen bewaren", "Address book" : "Adresboek", + "Import into" : "Importeer in", + "Importing..." : "Importeren...", + "Select your addressbook" : "Selecteer uw adresboek", "No search result for {query}" : "Geen zoekresultaten voor {query}", "All contacts" : "Alle contactpersonen", "Post office box" : "Postbus", @@ -39,14 +42,17 @@ OC.L10N.register( "Additional names" : "Extra namen", "Prefix" : "Voorvoegsel", "Suffix" : "Achtervoegsel", + "Importing into" : "Importeren in", "New contact" : "Nieuwe contactpersoon", "Not grouped" : "Niet gegroepeerd", "Sort by" : "Sorteer op", "{addressbook} shared by {owner}" : "{addressbook} gedeeld door {owner}", + "Contact not found." : "Contact niet gevonden.", "Contact could not be created." : "Contact kon niet worden aangemaakt.", "No contacts in file. Only vCard files are allowed." : "Geen contacten in bestand. Alleen VCard bestanden zijn toegestaan.", "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Alleen VCard versie 4.0 (RFC6350) of versie 3.0 (RFC2426) worden ondersteund.", "Contact could not be saved." : "Contact kon niet worden opgeslagen.", + "Waiting for the server to be ready..." : "Wachten tot de server gereed is. . .", "Display name" : "Weergavenaam", "Nickname" : "Roepnaam", "Detailed name" : "Gedetailleerde naam", diff --git a/l10n/nl.json b/l10n/nl.json index 11feeedf..72ec5f20 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -23,6 +23,9 @@ "Add field ..." : "Voeg veld toe", "Save changes" : "Wijzigingen bewaren", "Address book" : "Adresboek", + "Import into" : "Importeer in", + "Importing..." : "Importeren...", + "Select your addressbook" : "Selecteer uw adresboek", "No search result for {query}" : "Geen zoekresultaten voor {query}", "All contacts" : "Alle contactpersonen", "Post office box" : "Postbus", @@ -37,14 +40,17 @@ "Additional names" : "Extra namen", "Prefix" : "Voorvoegsel", "Suffix" : "Achtervoegsel", + "Importing into" : "Importeren in", "New contact" : "Nieuwe contactpersoon", "Not grouped" : "Niet gegroepeerd", "Sort by" : "Sorteer op", "{addressbook} shared by {owner}" : "{addressbook} gedeeld door {owner}", + "Contact not found." : "Contact niet gevonden.", "Contact could not be created." : "Contact kon niet worden aangemaakt.", "No contacts in file. Only vCard files are allowed." : "Geen contacten in bestand. Alleen VCard bestanden zijn toegestaan.", "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Alleen VCard versie 4.0 (RFC6350) of versie 3.0 (RFC2426) worden ondersteund.", "Contact could not be saved." : "Contact kon niet worden opgeslagen.", + "Waiting for the server to be ready..." : "Wachten tot de server gereed is. . .", "Display name" : "Weergavenaam", "Nickname" : "Roepnaam", "Detailed name" : "Gedetailleerde naam", diff --git a/l10n/sv.js b/l10n/sv.js index 94ea26c3..835b1479 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -3,6 +3,9 @@ OC.L10N.register( { "Contacts" : "Kontakter", "Download" : "Ladda ned", + "Copy link" : "Kopiera länk", + "Click to copy the link to your clipboard" : "Klicka för att kopiera länken", + "Toggle sharing" : "Växla delning", "Delete" : "Radera", "Rename" : "Byt namn", "Share with users or groups" : "Dela med användare eller grupper", @@ -14,12 +17,17 @@ OC.L10N.register( "Press Ctrl-C to copy." : "Tryck Ctrl-C för att kopiera.", "Address book name" : "Adressboknamn", "The selected image is too big (max 1MB)" : "Den valda bilden är för stor (max 1MB)", + "This card is corrupted and has been fixed. Please check the data and trigger a save to make the changes permanent." : "Kortet är korrupt och har fixats. Var god kontrollera datan och spara för att göra ändringarna permanenta.", "No contacts in here" : "Det finns inga kontakter här", "Name" : "Namn", "Organization" : "Organisation", "Title" : "Rubrik", "Add field ..." : "Lägg till fält ...", "Save changes" : "Spara ändringar", + "Address book" : "Adressbok", + "Import into" : "Importera till", + "Importing..." : "Importerar...", + "Select your addressbook" : "Välj din adressbok", "No search result for {query}" : "Inget sökresultat för {query}", "All contacts" : "Alla kontakter", "Post office box" : "Postbox", @@ -34,11 +42,15 @@ OC.L10N.register( "Additional names" : "Mellannamn", "Prefix" : "Prefix", "Suffix" : "Suffix", + "Importing into" : "Importerar till", "New contact" : "Ny kontakt", "Not grouped" : "Inte grupperad", "Sort by" : "Sortera efter", "{addressbook} shared by {owner}" : "{addressbook} delad av {owner}", + "Contact not found." : "Kontakt inte funnen.", "Contact could not be created." : "Kontakt kunde inte skapas", + "Contact could not be saved." : "Kontakt kunde inte sparas.", + "Waiting for the server to be ready..." : "Väntar på server att bli redo...", "Display name" : "Visningsnamn", "Nickname" : "Smeknamn", "Detailed name" : "Detaljerat namn", diff --git a/l10n/sv.json b/l10n/sv.json index d3534f91..b0729651 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,6 +1,9 @@ { "translations": { "Contacts" : "Kontakter", "Download" : "Ladda ned", + "Copy link" : "Kopiera länk", + "Click to copy the link to your clipboard" : "Klicka för att kopiera länken", + "Toggle sharing" : "Växla delning", "Delete" : "Radera", "Rename" : "Byt namn", "Share with users or groups" : "Dela med användare eller grupper", @@ -12,12 +15,17 @@ "Press Ctrl-C to copy." : "Tryck Ctrl-C för att kopiera.", "Address book name" : "Adressboknamn", "The selected image is too big (max 1MB)" : "Den valda bilden är för stor (max 1MB)", + "This card is corrupted and has been fixed. Please check the data and trigger a save to make the changes permanent." : "Kortet är korrupt och har fixats. Var god kontrollera datan och spara för att göra ändringarna permanenta.", "No contacts in here" : "Det finns inga kontakter här", "Name" : "Namn", "Organization" : "Organisation", "Title" : "Rubrik", "Add field ..." : "Lägg till fält ...", "Save changes" : "Spara ändringar", + "Address book" : "Adressbok", + "Import into" : "Importera till", + "Importing..." : "Importerar...", + "Select your addressbook" : "Välj din adressbok", "No search result for {query}" : "Inget sökresultat för {query}", "All contacts" : "Alla kontakter", "Post office box" : "Postbox", @@ -32,11 +40,15 @@ "Additional names" : "Mellannamn", "Prefix" : "Prefix", "Suffix" : "Suffix", + "Importing into" : "Importerar till", "New contact" : "Ny kontakt", "Not grouped" : "Inte grupperad", "Sort by" : "Sortera efter", "{addressbook} shared by {owner}" : "{addressbook} delad av {owner}", + "Contact not found." : "Kontakt inte funnen.", "Contact could not be created." : "Kontakt kunde inte skapas", + "Contact could not be saved." : "Kontakt kunde inte sparas.", + "Waiting for the server to be ready..." : "Väntar på server att bli redo...", "Display name" : "Visningsnamn", "Nickname" : "Smeknamn", "Detailed name" : "Detaljerat namn", -- cgit v1.2.3