diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:05 +0000 |
commit | 94bc020d073011eec8e1f084e9521356574e42f7 (patch) | |
tree | d762a8d08a6e0cd2a338f4b32c49b45498654259 /apps/dav/l10n | |
parent | 90a9191fc96d77811779a8b79339143211cae0c0 (diff) | |
download | nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.tar.gz nextcloud-server-94bc020d073011eec8e1f084e9521356574e42f7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n')
86 files changed, 564 insertions, 114 deletions
diff --git a/apps/dav/l10n/ar.js b/apps/dav/l10n/ar.js index e741350ed7c..ff8421c72ac 100644 --- a/apps/dav/l10n/ar.js +++ b/apps/dav/l10n/ar.js @@ -1,12 +1,12 @@ OC.L10N.register( "dav", { - "Calendar" : "التقويم", - "Tasks" : "المهام", - "Personal" : "شخصي", + "Calendar" : "الجدول الزمني", + "Tasks" : "الأعمال", + "Personal" : "خاص", "{actor} created calendar {calendar}" : "{actor} قام بإنشاء تقويم {calendar}", "You created calendar {calendar}" : "قمت بإنشاء التقويم {calendar}", - "{actor} deleted calendar {calendar}" : "{actor} قام بحذف التقويم {calendar}", + "{actor} deleted calendar {calendar}" : "{actor} قام بفسخ التقويم {calendar}", "You deleted calendar {calendar}" : "لقد قمت بحذف التقويم {calendar}", "{actor} updated calendar {calendar}" : "{actor} حدّث التقويم {calendar}", "You updated calendar {calendar}" : "لقد قمت بتحديث التقويم {calendar}", @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "تنظيم:", "Attendees:" : "الحُضُور:", "Title:" : "العنوان:", - "Time:" : "الوقت:", "Location:" : "المكان :", "Link:" : "الرابط:", "Accept" : "قبول", @@ -138,7 +137,7 @@ OC.L10N.register( "Failed to write file contents: %1$s" : "إخفاق في كتابة محتويات الملف: %1$s", "File not found: %1$s" : "ملف غير موجود: %1$s", "System is in maintenance mode." : "النظام في حالة صيانة.", - "Upgrade needed" : "الترقية لإصدارٍ أحدث لازمةٌٍ", + "Upgrade needed" : "يجب التحديث", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s الخاص بك يجب تهيئته لاستخدام HTTPS حتى يمكن استعمال CalDAV و CardDAV في نظام التشغيل iOS/macOS. ", "Configures a CalDAV account" : "تكوين حساب CalDAV", "Configures a CardDAV account" : "تكوين حساب CardDAV", @@ -188,7 +187,7 @@ OC.L10N.register( "Saved availability" : "تمّ حفظ أوقات التوافر", "Failed to save availability" : "إخفاق في حفظ أوقات التواجد", "Availability" : "أوقات التواجد availability", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بتعيين إعدادات ساعات عملك، فسيعرف الأشخاص الآخرون متى تكون خارج المكتب عندما يرغبونن في حجز موعد للاجتماع بك.", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.", "Absence" : "غياب", "Configure your next absence period." : "قٌم بتهيئة فترة غيابك القادمة.", "Calendar server" : "خادوم التقويم", @@ -204,11 +203,12 @@ OC.L10N.register( "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.", "Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادوم البريد الالكتروني {linkclose}.", "There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.", - "Please contact the organizer directly." : "رجاءً، تواصل مع المُنظّم أو المُنظّمين مُباشرةً.", + "Please contact the organizer directly." : "يرجى الاتصال بالمنظم مباشرةً", "Are you accepting the invitation?" : "هل تقبل الدعوة؟", "Tentative" : "مبدئي", "Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ", - "To-dos" : "قائمة المهام", + "To-dos" : "قائمة الواجبات", + "Time:" : "الوقت:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "إذا قمت بتهيئة ساعات العمل الخاصة بك، فسيظهر للمستخدمين الآخرين عندما يحجزون معك موعداً إذا ما كنت في المكتب أو خارجه." }, "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/apps/dav/l10n/ar.json b/apps/dav/l10n/ar.json index a1a34fa9177..3953f2a10c0 100644 --- a/apps/dav/l10n/ar.json +++ b/apps/dav/l10n/ar.json @@ -1,10 +1,10 @@ { "translations": { - "Calendar" : "التقويم", - "Tasks" : "المهام", - "Personal" : "شخصي", + "Calendar" : "الجدول الزمني", + "Tasks" : "الأعمال", + "Personal" : "خاص", "{actor} created calendar {calendar}" : "{actor} قام بإنشاء تقويم {calendar}", "You created calendar {calendar}" : "قمت بإنشاء التقويم {calendar}", - "{actor} deleted calendar {calendar}" : "{actor} قام بحذف التقويم {calendar}", + "{actor} deleted calendar {calendar}" : "{actor} قام بفسخ التقويم {calendar}", "You deleted calendar {calendar}" : "لقد قمت بحذف التقويم {calendar}", "{actor} updated calendar {calendar}" : "{actor} حدّث التقويم {calendar}", "You updated calendar {calendar}" : "لقد قمت بتحديث التقويم {calendar}", @@ -84,7 +84,6 @@ "Organizer:" : "تنظيم:", "Attendees:" : "الحُضُور:", "Title:" : "العنوان:", - "Time:" : "الوقت:", "Location:" : "المكان :", "Link:" : "الرابط:", "Accept" : "قبول", @@ -136,7 +135,7 @@ "Failed to write file contents: %1$s" : "إخفاق في كتابة محتويات الملف: %1$s", "File not found: %1$s" : "ملف غير موجود: %1$s", "System is in maintenance mode." : "النظام في حالة صيانة.", - "Upgrade needed" : "الترقية لإصدارٍ أحدث لازمةٌٍ", + "Upgrade needed" : "يجب التحديث", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s الخاص بك يجب تهيئته لاستخدام HTTPS حتى يمكن استعمال CalDAV و CardDAV في نظام التشغيل iOS/macOS. ", "Configures a CalDAV account" : "تكوين حساب CalDAV", "Configures a CardDAV account" : "تكوين حساب CardDAV", @@ -186,7 +185,7 @@ "Saved availability" : "تمّ حفظ أوقات التوافر", "Failed to save availability" : "إخفاق في حفظ أوقات التواجد", "Availability" : "أوقات التواجد availability", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بتعيين إعدادات ساعات عملك، فسيعرف الأشخاص الآخرون متى تكون خارج المكتب عندما يرغبونن في حجز موعد للاجتماع بك.", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "إذا قمت بضبط ساعات عملك، سيرى الآخرون متى تكون خارج المكتب عندما يقومون بحجز اجتماع معك.", "Absence" : "غياب", "Configure your next absence period." : "قٌم بتهيئة فترة غيابك القادمة.", "Calendar server" : "خادوم التقويم", @@ -202,11 +201,12 @@ "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "قم أيضاً بتنصيب {calendarappstoreopen} تطبيق التقويم {linkclose}, أو {calendardocopen} أوصل جهازك و موبايلك للمُزامنة ↗{linkclose}.", "Please make sure to properly set up {emailopen}the email server{linkclose}." : "رجاءُ، تأكّد من الإعداد الصحيح لـ {emailopen} خادوم البريد الالكتروني {linkclose}.", "There was an error updating your attendance status." : "حدث خطأ في تحديث حالة حضورك.", - "Please contact the organizer directly." : "رجاءً، تواصل مع المُنظّم أو المُنظّمين مُباشرةً.", + "Please contact the organizer directly." : "يرجى الاتصال بالمنظم مباشرةً", "Are you accepting the invitation?" : "هل تقبل الدعوة؟", "Tentative" : "مبدئي", "Your attendance was updated successfully." : "حضورك تم تحديثه بنجاحٍ", - "To-dos" : "قائمة المهام", + "To-dos" : "قائمة الواجبات", + "Time:" : "الوقت:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "إذا قمت بتهيئة ساعات العمل الخاصة بك، فسيظهر للمستخدمين الآخرين عندما يحجزون معك موعداً إذا ما كنت في المكتب أو خارجه." },"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/apps/dav/l10n/ast.js b/apps/dav/l10n/ast.js index 9f682f780cf..a24f4ba20c1 100644 --- a/apps/dav/l10n/ast.js +++ b/apps/dav/l10n/ast.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Títulu:", - "Time:" : "Hora:", "Location:" : "Llugar:", "Link:" : "Enllaz:", "Accept" : "Aceptar", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Provisional", "Your attendance was updated successfully." : "La to asistencia anovóse correutamente.", "To-dos" : "Xeres pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, los demás usuarios van ver cuando coles de la oficina al acutar una reunión." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/ast.json b/apps/dav/l10n/ast.json index 56b750e23a2..f988fe52c13 100644 --- a/apps/dav/l10n/ast.json +++ b/apps/dav/l10n/ast.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Títulu:", - "Time:" : "Hora:", "Location:" : "Llugar:", "Link:" : "Enllaz:", "Accept" : "Aceptar", @@ -207,6 +206,7 @@ "Tentative" : "Provisional", "Your attendance was updated successfully." : "La to asistencia anovóse correutamente.", "To-dos" : "Xeres pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configures les hores llaborales, los demás usuarios van ver cuando coles de la oficina al acutar una reunión." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/bg.js b/apps/dav/l10n/bg.js index 3968ccbbbb1..9e0a0dcf3be 100644 --- a/apps/dav/l10n/bg.js +++ b/apps/dav/l10n/bg.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizer/организатор/:", "Attendees:" : "Участници:", "Title:" : "Заглавие:", - "Time:" : "Час:", "Location:" : "Местоположение:", "Link:" : "Връзка:", "Accept" : "Приемане", @@ -188,6 +187,7 @@ OC.L10N.register( "Tentative" : "Несигурно", "Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.", "To-dos" : "Задачи за изпълнение", + "Time:" : "Час:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако конфигурирате работното си време, другите потребители ще виждат кога сте извън офиса, при резервиране на среща." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/bg.json b/apps/dav/l10n/bg.json index 854dd5df76c..d0c1d8b9d01 100644 --- a/apps/dav/l10n/bg.json +++ b/apps/dav/l10n/bg.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizer/организатор/:", "Attendees:" : "Участници:", "Title:" : "Заглавие:", - "Time:" : "Час:", "Location:" : "Местоположение:", "Link:" : "Връзка:", "Accept" : "Приемане", @@ -186,6 +185,7 @@ "Tentative" : "Несигурно", "Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.", "To-dos" : "Задачи за изпълнение", + "Time:" : "Час:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако конфигурирате работното си време, другите потребители ще виждат кога сте извън офиса, при резервиране на среща." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/ca.js b/apps/dav/l10n/ca.js index 108c428ed81..30b512a5ee2 100644 --- a/apps/dav/l10n/ca.js +++ b/apps/dav/l10n/ca.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organització:", "Attendees:" : "Assistents:", "Title:" : "Títol:", - "Time:" : "Hora:", "Location:" : "Ubicació:", "Link:" : "Enllaç:", "Accept" : "Accepta", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Provisional", "Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.", "To-dos" : "Tasques pendents", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta d'usuaris veuran quan sou fora de l'oficina quan planifiquin una reunió." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/ca.json b/apps/dav/l10n/ca.json index 663f5a0cdf5..9162326f114 100644 --- a/apps/dav/l10n/ca.json +++ b/apps/dav/l10n/ca.json @@ -84,7 +84,6 @@ "Organizer:" : "Organització:", "Attendees:" : "Assistents:", "Title:" : "Títol:", - "Time:" : "Hora:", "Location:" : "Ubicació:", "Link:" : "Enllaç:", "Accept" : "Accepta", @@ -207,6 +206,7 @@ "Tentative" : "Provisional", "Your attendance was updated successfully." : "S'ha actualitzat correctament l'assistència.", "To-dos" : "Tasques pendents", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configureu el vostre horari laboral, la resta d'usuaris veuran quan sou fora de l'oficina quan planifiquin una reunió." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/cs.js b/apps/dav/l10n/cs.js index 90c91aeb8c9..fe6e3226c9c 100644 --- a/apps/dav/l10n/cs.js +++ b/apps/dav/l10n/cs.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizátor:", "Attendees:" : "Účastníci:", "Title:" : "Název:", - "Time:" : "Čas:", "Location:" : "Umístění:", "Link:" : "Odkaz:", "Accept" : "Přijmout", @@ -205,6 +204,7 @@ OC.L10N.register( "Tentative" : "Nezávazně", "Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.", "To-dos" : "Zbývá udělat", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní uživatelé při rezervování schůzky uvidí, kdy jste mimo kancelář." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/dav/l10n/cs.json b/apps/dav/l10n/cs.json index 2d12409e0a8..f9df03f7735 100644 --- a/apps/dav/l10n/cs.json +++ b/apps/dav/l10n/cs.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizátor:", "Attendees:" : "Účastníci:", "Title:" : "Název:", - "Time:" : "Čas:", "Location:" : "Umístění:", "Link:" : "Odkaz:", "Accept" : "Přijmout", @@ -203,6 +202,7 @@ "Tentative" : "Nezávazně", "Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.", "To-dos" : "Zbývá udělat", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Když sem zadáte svou pracovní dobu, ostatní uživatelé při rezervování schůzky uvidí, kdy jste mimo kancelář." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index 02fab996145..90b3c712ec4 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Arrangør:", "Attendees:" : "Deltagere:", "Title:" : "Titel:", - "Time:" : "Tid:", "Location:" : "Sted:", "Link:" : "Link:", "Accept" : "Accepter", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Foreløbig", "Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.", "To-dos" : "Opgaver", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer din arbejdstid, vil andre brugere se, når du er fraværende, når de booker et møde." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json index a0b938ef0e4..a21ad6f270f 100644 --- a/apps/dav/l10n/da.json +++ b/apps/dav/l10n/da.json @@ -84,7 +84,6 @@ "Organizer:" : "Arrangør:", "Attendees:" : "Deltagere:", "Title:" : "Titel:", - "Time:" : "Tid:", "Location:" : "Sted:", "Link:" : "Link:", "Accept" : "Accepter", @@ -207,6 +206,7 @@ "Tentative" : "Foreløbig", "Your attendance was updated successfully." : "Dit tilstedeværelse blev opdateret.", "To-dos" : "Opgaver", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer din arbejdstid, vil andre brugere se, når du er fraværende, når de booker et møde." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index eadaeb35f18..b3c6fc30749 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", - "Time:" : "Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Vorläufig", "Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.", "To-dos" : "Aufgaben", + "Time:" : "Zeit:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 4a893399cca..6be2a65232e 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -84,7 +84,6 @@ "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", - "Time:" : "Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", @@ -207,6 +206,7 @@ "Tentative" : "Vorläufig", "Your attendance was updated successfully." : "Dein Teilnehmerstatus wurde aktualisiert.", "To-dos" : "Aufgaben", + "Time:" : "Zeit:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn du deine Arbeitszeiten konfigurierst, können andere Benutzer sehen, wann du nicht im Büro bist, wenn sie eine Besprechung buchen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 35022bb129b..818a38f549d 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", - "Time:" : "Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Vorläufig", "Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.", "To-dos" : "Aufgaben", + "Time:" : "Zeit:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten konfigurieren, können andere Benutzer sehen, wann Sie nicht im Büro sind, wenn sie eine Besprechung buchen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index 26eb5f9a8d3..5175268ff59 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -84,7 +84,6 @@ "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", - "Time:" : "Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", @@ -207,6 +206,7 @@ "Tentative" : "Vorläufig", "Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.", "To-dos" : "Aufgaben", + "Time:" : "Zeit:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Wenn Sie Ihre Arbeitszeiten konfigurieren, können andere Benutzer sehen, wann Sie nicht im Büro sind, wenn sie eine Besprechung buchen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/el.js b/apps/dav/l10n/el.js index 384926aac33..640819dd14c 100644 --- a/apps/dav/l10n/el.js +++ b/apps/dav/l10n/el.js @@ -58,7 +58,6 @@ OC.L10N.register( "Organizer:" : "Διοργανωτής:", "Attendees:" : "Συμμετέχοντες:", "Title:" : "Τίτλος:", - "Time:" : "Ώρα:", "Location:" : "Τοποθεσία:", "Link:" : "Σύνδεσμος:", "Accept" : "Αποδοχή", @@ -115,6 +114,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;", "Tentative" : "Δοκιμαστικό", "Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.", + "Time:" : "Ώρα:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Εάν διαμορφώσετε τις ώρες εργασίας σας, οι άλλοι χρήστες θα βλέπουν πότε είστε εκτός γραφείου όταν κάνουν κράτηση για μια συνάντηση." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/el.json b/apps/dav/l10n/el.json index 74ca75fac71..35dc70af33f 100644 --- a/apps/dav/l10n/el.json +++ b/apps/dav/l10n/el.json @@ -56,7 +56,6 @@ "Organizer:" : "Διοργανωτής:", "Attendees:" : "Συμμετέχοντες:", "Title:" : "Τίτλος:", - "Time:" : "Ώρα:", "Location:" : "Τοποθεσία:", "Link:" : "Σύνδεσμος:", "Accept" : "Αποδοχή", @@ -113,6 +112,7 @@ "Are you accepting the invitation?" : "Αποδέχεστε την πρόσκληση;", "Tentative" : "Δοκιμαστικό", "Your attendance was updated successfully." : "Η παρουσία σας ενημερώθηκε με επιτυχία.", + "Time:" : "Ώρα:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Εάν διαμορφώσετε τις ώρες εργασίας σας, οι άλλοι χρήστες θα βλέπουν πότε είστε εκτός γραφείου όταν κάνουν κράτηση για μια συνάντηση." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 86b1253b58a..f91afa99eb4 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organiser:", "Attendees:" : "Attendees:", "Title:" : "Title:", - "Time:" : "Time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Tentative", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "To-dos", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index a8effb64d6a..813baaf7b6b 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -84,7 +84,6 @@ "Organizer:" : "Organiser:", "Attendees:" : "Attendees:", "Title:" : "Title:", - "Time:" : "Time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", @@ -207,6 +206,7 @@ "Tentative" : "Tentative", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "To-dos", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index fa129533530..cd5fe6adea9 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Provisional", "Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.", "To-dos" : "Tareas", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura su horario de trabajo, otros usuarios verán cuándo está fuera de la oficina cuando planifiquen una reunión." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json index c2c86e92941..f721d025296 100644 --- a/apps/dav/l10n/es.json +++ b/apps/dav/l10n/es.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -207,6 +206,7 @@ "Tentative" : "Provisional", "Your attendance was updated successfully." : "Tu asistencia se ha actualizado con éxito.", "To-dos" : "Tareas", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura su horario de trabajo, otros usuarios verán cuándo está fuera de la oficina cuando planifiquen una reunión." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/es_EC.js b/apps/dav/l10n/es_EC.js index 415139cf465..059d173ef3b 100644 --- a/apps/dav/l10n/es_EC.js +++ b/apps/dav/l10n/es_EC.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -190,6 +189,7 @@ OC.L10N.register( "Tentative" : "Tentativo", "Your attendance was updated successfully." : "Tu asistencia se actualizó correctamente.", "To-dos" : "Tareas pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configuras tus horas de trabajo, otros usuarios verán cuando estás fuera de la oficina al reservar una reunión." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/es_EC.json b/apps/dav/l10n/es_EC.json index d980ee8bb62..5a1624121b9 100644 --- a/apps/dav/l10n/es_EC.json +++ b/apps/dav/l10n/es_EC.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -188,6 +187,7 @@ "Tentative" : "Tentativo", "Your attendance was updated successfully." : "Tu asistencia se actualizó correctamente.", "To-dos" : "Tareas pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configuras tus horas de trabajo, otros usuarios verán cuando estás fuera de la oficina al reservar una reunión." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/es_MX.js b/apps/dav/l10n/es_MX.js index 9cf121ee416..59a15425ed5 100644 --- a/apps/dav/l10n/es_MX.js +++ b/apps/dav/l10n/es_MX.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Tentativo", "Your attendance was updated successfully." : "Su asistencia se actualizó correctamente.", "To-dos" : "Tareas pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otros usuarios verán cuándo está fuera de la oficina cuando agenden una reunión." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/es_MX.json b/apps/dav/l10n/es_MX.json index 2dbbd0ca264..071a5411fc1 100644 --- a/apps/dav/l10n/es_MX.json +++ b/apps/dav/l10n/es_MX.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", "Accept" : "Aceptar", @@ -207,6 +206,7 @@ "Tentative" : "Tentativo", "Your attendance was updated successfully." : "Su asistencia se actualizó correctamente.", "To-dos" : "Tareas pendientes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si configura sus horas laborales, otros usuarios verán cuándo está fuera de la oficina cuando agenden una reunión." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/eu.js b/apps/dav/l10n/eu.js index fc816d31109..757381c3fe2 100644 --- a/apps/dav/l10n/eu.js +++ b/apps/dav/l10n/eu.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Antolatzailea:", "Attendees:" : "Parte-hartzaileak:", "Title:" : "Izenburua:", - "Time:" : "Noiz:", "Location:" : "Kokapena:", "Link:" : "Esteka:", "Accept" : "Onartu", @@ -151,7 +150,9 @@ OC.L10N.register( "No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.", "WebDAV endpoint" : "WebDAV amaiera-puntua", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Ezin izan da egiaztatu zure zerbitzaria WebDAV bidezko fitxategi-sinkronizazioa onartzeko ondo konfiguratuta badagoen. Mesedez, egiaztatu ezazu eskuz.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta fitxategien sinkronizazioa baimentzeko, WebDAV interfazea puskatuta dagoela dirudi.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Zure web zerbitzaria WebDAV bidezko fitxategien sinkronizazioa onartzeko ondo konfiguratuta dago.", "Migrated calendar (%1$s)" : "Migratutako egutegia (%1$s)", "Calendars including events, details and attendees" : "Egutegiak, gertaerak, xehetasunak eta parte-hartzaileak barne", "Contacts and groups" : "Kontaktuak eta taldeak", @@ -165,6 +166,7 @@ OC.L10N.register( "Absence saved" : "Absentzia gordeta", "Failed to save your absence settings" : "Ezin izan dira zure absentzia ezarpenak gorde", "Absence cleared" : "Abszentzia ezabatuta", + "Failed to clear your absence settings" : "Ezin izan dira zure absentzia ezarpenak garbitu", "Time zone:" : "Ordu-zona:", "to" : "honi", "Delete slot" : "Ezabatu tartea", @@ -178,11 +180,16 @@ OC.L10N.register( "Friday" : "Ostirala", "Saturday" : "Larunbata", "Sunday" : "Igandea", + "Pick a start time for {dayName}" : "Hautatu hasiera ordu bat {dayName}(e)rako", + "Pick a end time for {dayName}" : "Hautatu bukaera ordu bat {dayName}(e)rako", "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Eskuragarri ez egotean, ezarri automatikoki erabiltzailearen egoera \"Ez molestatu\" moduan jakinarazpen guztiak isilarazteko.", "Failed to load availability" : "Ezin izan da eskuragarritasuna kargatu", "Saved availability" : "Eskuragarritasuna gorde da", "Failed to save availability" : "Ezin izan da eskuragarritasuna gorde", "Availability" : "Eskuragarritasuna", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.", + "Absence" : "Absentzia", + "Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.", "Calendar server" : "Egutegi-zerbitzaria", "Send invitations to attendees" : "Parte-hartzaileei gonbidapenak bidali", "Automatically generate a birthday calendar" : "Automatikoki sortu urtebetetzeen egutegia", @@ -201,6 +208,7 @@ OC.L10N.register( "Tentative" : "Behin behinekoa", "Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.", "To-dos" : "Egitekoak", + "Time:" : "Noiz:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste erabiltzaileek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/eu.json b/apps/dav/l10n/eu.json index 32e656b5a56..d933db626f0 100644 --- a/apps/dav/l10n/eu.json +++ b/apps/dav/l10n/eu.json @@ -84,7 +84,6 @@ "Organizer:" : "Antolatzailea:", "Attendees:" : "Parte-hartzaileak:", "Title:" : "Izenburua:", - "Time:" : "Noiz:", "Location:" : "Kokapena:", "Link:" : "Esteka:", "Accept" : "Onartu", @@ -149,7 +148,9 @@ "No outstanding DAV system address book sync." : "Ez dago DAV sistema helbide-liburuaren sinkronizazio arrarorik.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz \"occ dav:sync-system-addressbook\" deituz.", "WebDAV endpoint" : "WebDAV amaiera-puntua", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Ezin izan da egiaztatu zure zerbitzaria WebDAV bidezko fitxategi-sinkronizazioa onartzeko ondo konfiguratuta badagoen. Mesedez, egiaztatu ezazu eskuz.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta fitxategien sinkronizazioa baimentzeko, WebDAV interfazea puskatuta dagoela dirudi.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Zure web zerbitzaria WebDAV bidezko fitxategien sinkronizazioa onartzeko ondo konfiguratuta dago.", "Migrated calendar (%1$s)" : "Migratutako egutegia (%1$s)", "Calendars including events, details and attendees" : "Egutegiak, gertaerak, xehetasunak eta parte-hartzaileak barne", "Contacts and groups" : "Kontaktuak eta taldeak", @@ -163,6 +164,7 @@ "Absence saved" : "Absentzia gordeta", "Failed to save your absence settings" : "Ezin izan dira zure absentzia ezarpenak gorde", "Absence cleared" : "Abszentzia ezabatuta", + "Failed to clear your absence settings" : "Ezin izan dira zure absentzia ezarpenak garbitu", "Time zone:" : "Ordu-zona:", "to" : "honi", "Delete slot" : "Ezabatu tartea", @@ -176,11 +178,16 @@ "Friday" : "Ostirala", "Saturday" : "Larunbata", "Sunday" : "Igandea", + "Pick a start time for {dayName}" : "Hautatu hasiera ordu bat {dayName}(e)rako", + "Pick a end time for {dayName}" : "Hautatu bukaera ordu bat {dayName}(e)rako", "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Eskuragarri ez egotean, ezarri automatikoki erabiltzailearen egoera \"Ez molestatu\" moduan jakinarazpen guztiak isilarazteko.", "Failed to load availability" : "Ezin izan da eskuragarritasuna kargatu", "Saved availability" : "Eskuragarritasuna gorde da", "Failed to save availability" : "Ezin izan da eskuragarritasuna gorde", "Availability" : "Eskuragarritasuna", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste pertsonek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean.", + "Absence" : "Absentzia", + "Configure your next absence period." : "Konfiguratu zure hurrengo absentzia aldia.", "Calendar server" : "Egutegi-zerbitzaria", "Send invitations to attendees" : "Parte-hartzaileei gonbidapenak bidali", "Automatically generate a birthday calendar" : "Automatikoki sortu urtebetetzeen egutegia", @@ -199,6 +206,7 @@ "Tentative" : "Behin behinekoa", "Your attendance was updated successfully." : "Zure parte-hartzea ondo eguneratu da.", "To-dos" : "Egitekoak", + "Time:" : "Noiz:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Zure lan orduak konfiguratzen badituzu, beste erabiltzaileek bulegotik kanpo zaudela ikusiko dute bilera bat erreserbatzen dutenean." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/fa.js b/apps/dav/l10n/fa.js index fc340a8e667..5610dc57c23 100644 --- a/apps/dav/l10n/fa.js +++ b/apps/dav/l10n/fa.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizer:", "Attendees:" : "Attendees:", "Title:" : "عنوان:", - "Time:" : "Time:", "Location:" : "مکان:", "Link:" : "Link:", "Accept" : "قبول", @@ -190,6 +189,7 @@ OC.L10N.register( "Tentative" : "آزمایشی", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "کارهای برای انجام", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "اگر بازه ی ساعات کاری خود را مشخص کنید، سایر کاربران در هنگام تنظیم وقت جلسات کاری، مطلع می شوند که شما چه زمانی حضور دارید" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dav/l10n/fa.json b/apps/dav/l10n/fa.json index 530db7197ef..5b7a0e6cb9c 100644 --- a/apps/dav/l10n/fa.json +++ b/apps/dav/l10n/fa.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizer:", "Attendees:" : "Attendees:", "Title:" : "عنوان:", - "Time:" : "Time:", "Location:" : "مکان:", "Link:" : "Link:", "Accept" : "قبول", @@ -188,6 +187,7 @@ "Tentative" : "آزمایشی", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "کارهای برای انجام", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "اگر بازه ی ساعات کاری خود را مشخص کنید، سایر کاربران در هنگام تنظیم وقت جلسات کاری، مطلع می شوند که شما چه زمانی حضور دارید" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/fi.js b/apps/dav/l10n/fi.js index 5171b53e5cf..4c82746255a 100644 --- a/apps/dav/l10n/fi.js +++ b/apps/dav/l10n/fi.js @@ -66,7 +66,6 @@ OC.L10N.register( "Organizer:" : "Järjestäjä:", "Attendees:" : "Osallistujat:", "Title:" : "Otsikko:", - "Time:" : "Aika:", "Location:" : "Sijainti:", "Link:" : "Linkki:", "Accept" : "Hyväksy", @@ -146,6 +145,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "Hyväksytkö kutsun?", "Tentative" : "Alustava", "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.", - "To-dos" : "Tehtävät" + "To-dos" : "Tehtävät", + "Time:" : "Aika:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/fi.json b/apps/dav/l10n/fi.json index f2ee1507ab1..a524c0140db 100644 --- a/apps/dav/l10n/fi.json +++ b/apps/dav/l10n/fi.json @@ -64,7 +64,6 @@ "Organizer:" : "Järjestäjä:", "Attendees:" : "Osallistujat:", "Title:" : "Otsikko:", - "Time:" : "Aika:", "Location:" : "Sijainti:", "Link:" : "Linkki:", "Accept" : "Hyväksy", @@ -144,6 +143,7 @@ "Are you accepting the invitation?" : "Hyväksytkö kutsun?", "Tentative" : "Alustava", "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.", - "To-dos" : "Tehtävät" + "To-dos" : "Tehtävät", + "Time:" : "Aika:" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 4ef645114f1..d30ef01b2f5 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organisateur :", "Attendees:" : "Participants :", "Title:" : "Titre :", - "Time:" : "Heure :", "Location:" : "Lieu :", "Link:" : "Lien :", "Accept" : "Accepter", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Tentative", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.", "To-dos" : "Tâches à faire", + "Time:" : "Heure :", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres utilisateurs verront si vous êtes disponible quand ils planifient une réunion." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index d7c3d0bcff0..fd4c502c0dc 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -84,7 +84,6 @@ "Organizer:" : "Organisateur :", "Attendees:" : "Participants :", "Title:" : "Titre :", - "Time:" : "Heure :", "Location:" : "Lieu :", "Link:" : "Lien :", "Accept" : "Accepter", @@ -207,6 +206,7 @@ "Tentative" : "Tentative", "Your attendance was updated successfully." : "Votre présence a été mise à jour avec succès.", "To-dos" : "Tâches à faire", + "Time:" : "Heure :", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Si vous configurez vos heures de travail, les autres utilisateurs verront si vous êtes disponible quand ils planifient une réunion." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/ga.js b/apps/dav/l10n/ga.js new file mode 100644 index 00000000000..1ff3fba006c --- /dev/null +++ b/apps/dav/l10n/ga.js @@ -0,0 +1,214 @@ +OC.L10N.register( + "dav", + { + "Calendar" : "Féilire", + "Tasks" : "Tascanna", + "Personal" : "Pearsanta", + "{actor} created calendar {calendar}" : "{actor} féilire cruthaithe {calendar}", + "You created calendar {calendar}" : "Chruthaigh tú féilire {féilire}", + "{actor} deleted calendar {calendar}" : "Scriosadh {actor} féilire {calendar}", + "You deleted calendar {calendar}" : "Scrios tú an féilire {calendar}", + "{actor} updated calendar {calendar}" : "{actor} féilire nuashonraithe {calendar}", + "You updated calendar {calendar}" : "Nuashonraigh tú an féilire {calendar}", + "{actor} restored calendar {calendar}" : "{actor} féilire athchóirithe {calendar}", + "You restored calendar {calendar}" : "D'athchóirigh tú an féilire {calendar}", + "You shared calendar {calendar} as public link" : "Roinn tú féilire {calendar} mar nasc poiblí", + "You removed public link for calendar {calendar}" : "Bhain tú nasc poiblí don fhéilire {calendar}", + "{actor} shared calendar {calendar} with you" : "Roinn {actor} féilire {calendar} leat", + "You shared calendar {calendar} with {user}" : "Roinn tú féilire {calendar} le {user} ", + "{actor} shared calendar {calendar} with {user}" : "Roinn {actor} féilire {calendar} le {user}", + "{actor} unshared calendar {calendar} from you" : "{actor} féilire {calendar} neamhroinnte uait", + "You unshared calendar {calendar} from {user}" : "Dhíroinn tú {calendar} ó {user}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} féilire {calendar} neamhroinnte ó {user}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} féilire {calendar} neamhroinnte astu féin", + "You shared calendar {calendar} with group {group}" : "Roinn tú féilire {calendar} le grúpa {group}", + "{actor} shared calendar {calendar} with group {group}" : "Roinn {actor} féilire {calendar} le grúpa {group}", + "You unshared calendar {calendar} from group {group}" : "Dhíroinn tú féilire {calendar} ón ngrúpa {group}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} féilire {calendar} neamhroinnte ó ghrúpa {group}", + "Untitled event" : "Imeacht gan teideal", + "{actor} created event {event} in calendar {calendar}" : "Chruthaigh {actor} imeacht {event} san fhéilire {calendar}", + "You created event {event} in calendar {calendar}" : "Chruthaigh tú {event} imeacht san fhéilire {calendar}", + "{actor} deleted event {event} from calendar {calendar}" : "Scrios {actor} imeacht {event} ón bhféilire {calendar}", + "You deleted event {event} from calendar {calendar}" : "Scrios tú {event} imeacht ón bhféilire {calendar}", + "{actor} updated event {event} in calendar {calendar}" : "{actor} imeacht nuashonraithe {event} san fhéilire {calendar}", + "You updated event {event} in calendar {calendar}" : "Nuashonraigh tú {event} imeacht san fhéilire {calendar}", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Bhog {actor} imeacht {event} ó fhéilire {resource Calendar} go féilire {target Calendar}", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Bhog tú {event} imeacht ó fhéilire {sourceCalendar} go féilire {targetCalendar}", + "{actor} restored event {event} of calendar {calendar}" : "D'aischuir {actor} imeacht {event} den fhéilire {calendar}", + "You restored event {event} of calendar {calendar}" : "D'aischuir tú imeacht {event} den fhéilire {calendar}", + "Busy" : "Gnóthach", + "{actor} created to-do {todo} in list {calendar}" : "Chruthaigh {actor} to-do {todo} sa liosta {calendar}", + "You created to-do {todo} in list {calendar}" : "Chruthaigh tú to-do {todo} sa liosta {calendar}", + "{actor} deleted to-do {todo} from list {calendar}" : "Scriosadh {actor} to-do {todo} ón liosta {calendar}", + "You deleted to-do {todo} from list {calendar}" : "Scrios tú to-do {todo} ón liosta {calendar}", + "{actor} updated to-do {todo} in list {calendar}" : "Nuashonraigh {actor} to-do {todo} sa liosta {calendar}", + "You updated to-do {todo} in list {calendar}" : "Nuashonraigh tú to-do {todo} sa liosta {calendar}", + "{actor} solved to-do {todo} in list {calendar}" : "Réitigh {actor} to-do {todo} sa liosta {calendar}", + "You solved to-do {todo} in list {calendar}" : "Réitigh tú le déanamh {todo} sa liosta {calendar}", + "{actor} reopened to-do {todo} in list {calendar}" : "D'athoscail {actor} to-do {todo} sa liosta {calendar}", + "You reopened to-do {todo} in list {calendar}" : "D'oscail tú to-do {todo} sa liosta {calendar}", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Bhog {actor} {todo} ó liosta {sourceCalendar} chun {targetCalendar} a liostú", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Bhog tú chun {todo} a dhéanamh ón liosta {source Calendar} go dtí an liosta {target Calendar}", + "Calendar, contacts and tasks" : "Féilire, teagmhálacha agus tascanna", + "A <strong>calendar</strong> was modified" : "Athraíodh <strong>calendar</strong> ", + "A calendar <strong>event</strong> was modified" : "Athraíodh féilire <strong>event</strong> ", + "A calendar <strong>to-do</strong> was modified" : "Athraíodh féilire<strong>to-do</strong> ", + "Contact birthdays" : "Déan teagmháil le breithlaethanta", + "Death of %s" : "Bás%s", + "Untitled calendar" : "Féilire gan teideal", + "Calendar:" : "Féilire:", + "Date:" : "Dáta:", + "Where:" : "Cá háit:", + "Description:" : "Cur síos:", + "_%n year_::_%n years_" : ["%n bhliain","%n bliain","%n bliain","%n bliain","%n bliain"], + "_%n month_::_%n months_" : ["%n mí","%n míonna","%n míonna","%n míonna","%n míonna"], + "_%n day_::_%n days_" : ["%n lá","%n laethanta","%n laethanta","%n laethanta","%n laethanta"], + "_%n hour_::_%n hours_" : ["%n uair an chloig","%n uair an chloig","%n uair an chloig","%n uair an chloig","%n uair an chloig"], + "_%n minute_::_%n minutes_" : ["%n nóiméad","%n nóiméad","%n nóiméad","%n nóiméad","%n nóiméad"], + "%s (in %s)" : "%s (i %s)", + "%s (%s ago)" : "%s (%s ó shin)", + "Calendar: %s" : "Féilire: %s", + "Date: %s" : "Dáta: %s", + "Description: %s" : "Cur síos: %s", + "Where: %s" : "Cá: %s", + "%1$s via %2$s" : "%1$s trí %2$s", + "Cancelled: %1$s" : "Ar ceal: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" curtha ar ceal", + "Re: %1$s" : "Maidir le: %1$s", + "%1$s has accepted your invitation" : "%1$s ghlac sé le do chuireadh", + "%1$s has tentatively accepted your invitation" : "Ghlac %1$s sé go sealadach le do chuireadh", + "%1$s has declined your invitation" : "Dhiúltaigh %1$s do chuireadh", + "%1$s has responded to your invitation" : "D'fhreagair %1$s do chuireadh", + "Invitation updated: %1$s" : "Nuashonraíodh an cuireadh: %1$s", + "%1$s updated the event \"%2$s\"" : "Nuashonraigh %1$s imeacht \"%2$s\"", + "Invitation: %1$s" : "Cuireadh: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "Ba mhaith le %1$s cuireadh a thabhairt duit chuig \"%2$s\"", + "Organizer:" : "Eagraí:", + "Attendees:" : "Lucht freastail:", + "Title:" : "Teideal:", + "Location:" : "Suíomh:", + "Link:" : "Nasc:", + "Accept" : "Glac", + "Decline" : "Meath", + "More options …" : "Tuilleadh roghanna…", + "More options at %s" : "Tuilleadh roghanna ag %s", + "Contacts" : "Teagmhálaithe", + "{actor} created address book {addressbook}" : "chruthaigh {actor} leabhar seoltaí {addressbook}", + "You created address book {addressbook}" : "Chruthaigh tú leabhar seoltaí {addressbook}", + "{actor} deleted address book {addressbook}" : "Scrios {actor} leabhar seoltaí {addressbook}", + "You deleted address book {addressbook}" : "Scrios tú leabhar seoltaí {addressbook}", + "{actor} updated address book {addressbook}" : "{actor} leabhar seoltaí nuashonraithe {addressbook}", + "You updated address book {addressbook}" : "Nuashonraigh tú leabhar seoltaí {addressbook}", + "{actor} shared address book {addressbook} with you" : "Roinn {actor} leabhar seoltaí {addressbook} leat", + "You shared address book {addressbook} with {user}" : "Roinn tú leabhar seoltaí {addressbook} le {user}", + "{actor} shared address book {addressbook} with {user}" : "Roinn {actor} leabhar seoltaí {addressbook} le {user}", + "{actor} unshared address book {addressbook} from you" : "{actor} leabhar seoltaí neamhroinnte {addressbook} uait", + "You unshared address book {addressbook} from {user}" : "Dhíroinn tú leabhar seoltaí {addressbook} ó {user}", + "{actor} unshared address book {addressbook} from {user}" : "{actor} leabhar seoltaí neamhroinnte {addressbook} ó {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} leabhar seoltaí neamhroinnte {addressbook} uathu féin", + "You shared address book {addressbook} with group {group}" : "Roinn tú leabhar seoltaí {addressbook} le grúpa {group}", + "{actor} shared address book {addressbook} with group {group}" : "Roinn {actor} leabhar seoltaí {addressbook} le grúpa {group}", + "You unshared address book {addressbook} from group {group}" : "Dhíroinn tú leabhar seoltaí {addressbook} ó ghrúpa {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} leabhar seoltaí neamhroinnte {addressbook} ó ghrúpa {group}", + "{actor} created contact {card} in address book {addressbook}" : "Chruthaigh {actor} teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "You created contact {card} in address book {addressbook}" : "Chruthaigh tú teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "{actor} deleted contact {card} from address book {addressbook}" : "Scrios {actor} teagmhálaí {card} ón leabhar seoltaí {addressbook}", + "You deleted contact {card} from address book {addressbook}" : "Scrios tú teagmhálaí {card} ón leabhar seoltaí {addressbook}", + "{actor} updated contact {card} in address book {addressbook}" : "Nuashonraigh {actor} teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "You updated contact {card} in address book {addressbook}" : "Nuashonraigh tú teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Athraíodh <strong>contact</strong> nó <strong>address book</strong> seoltaí", + "Accounts" : "Cuntais", + "System address book which holds all accounts" : "Leabhar seoltaí córais ina bhfuil gach cuntas", + "File is not updatable: %1$s" : "Ní féidir an comhad a nuashonrú: %1$s", + "Could not write to final file, canceled by hook" : "Níorbh fhéidir scríobh chuig an gcomhad deiridh, cealaithe le hook", + "Could not write file contents" : "Níorbh fhéidir inneachar an chomhaid a scríobh", + "_%n byte_::_%n bytes_" : ["%n beart ","%n bearta ","%n bearta","%n bearta","%n bearta"], + "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Earráid agus an comhad á chóipeáil go dtí an suíomh sprice (cóipeáladh: %1$s, bhíothas ag súil le méid comhaid: %2$s)", + "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Bhíothas ag súil le méid comhaid de %1$s ach léite (ó chliant Nextcloud) agus scríobh (go stóras Nextcloud) %2$s. D'fhéadfadh fadhb líonra a bheith ann ar an taobh seolta nó fadhb ag scríobh chuig an stóras ar thaobh an fhreastalaí.", + "Could not rename part file to final file, canceled by hook" : "Níorbh fhéidir páirtchomhad a athainmniú go comhad deiridh, curtha ar ceal le hook", + "Could not rename part file to final file" : "Níorbh fhéidir páirtchomhad a athainmniú go dtí an comhad deiridh", + "Failed to check file size: %1$s" : "Níorbh fhéidir méid an chomhaid a sheiceáil: %1$s", + "Could not open file" : "Níorbh fhéidir an comhad a oscailt", + "Encryption not ready: %1$s" : "Níl an criptiúchán réidh: %1$s", + "Failed to open file: %1$s" : "Níorbh fhéidir an comhad a oscailt: %1$s", + "Failed to unlink: %1$s" : "Theip ar dhínascadh: %1$s", + "Invalid chunk name" : "Ainm smután neamhbhailí", + "Could not rename part file assembled from chunks" : "Níorbh fhéidir páirtchomhad a athainmniú as smután", + "Failed to write file contents: %1$s" : "Níorbh fhéidir inneachar an chomhaid a scríobh: %1$s", + "File not found: %1$s" : "Comhad gan aimsiú: %1$s", + "System is in maintenance mode." : "Tá an córas i mód cothabhála.", + "Upgrade needed" : "Uasghrádú ag teastáil", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ní mór do %s a chumrú le HTTPS a úsáid chun CalDAV agus CardDAV a úsáid le iOS/macOS.", + "Configures a CalDAV account" : "Cumraíonn sé cuntas CalDAV", + "Configures a CardDAV account" : "Cumraíonn sé cuntas CardDAV", + "Events" : "Imeachtaí", + "Untitled task" : "Tasc gan teideal", + "Completed on %s" : "Críochnaithe ar %s", + "Due on %s by %s" : "Dlite ar %s faoi %s", + "Due on %s" : "Dlite ar %s", + "DAV system address book" : "Leabhar seoltaí córas DAV", + "No outstanding DAV system address book sync." : "Níl sioncronú leabhar seoltaí córais DAV gan íoc.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Níor rith sioncronú leabhar seoltaí an chórais DAV fós toisc go bhfuil níos mó ná 1000 úsáideoir ag do chás nó toisc gur tharla earráid. Rith de láimh é le do thoil trí ghlao a chur ar \"occ dav:sync-system-addressbook\".", + "WebDAV endpoint" : "Críochphointe WebDAV", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfuil do fhreastalaí gréasáin socraithe i gceart chun sioncrónú comhad thar WebDAV a cheadú. Seiceáil le do thoil de láimh.", + "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Níl do fhreastalaí gréasáin socraithe i gceart fós chun sioncrónú comhad a cheadú, mar is cosúil go bhfuil comhéadan WebDAV briste.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Tá do fhreastalaí gréasáin socraithe i gceart chun sioncrónú comhad thar WebDAV a cheadú.", + "Migrated calendar (%1$s)" : "Féilire aistrithe (%1$s)", + "Calendars including events, details and attendees" : "Féilirí lena n-áirítear imeachtaí, sonraí agus lucht freastail", + "Contacts and groups" : "Teagmhálaithe agus grúpaí", + "WebDAV" : "WebDAV", + "First day" : "Céad lá", + "Last day (inclusive)" : "Lá deiridh (san áireamh)", + "Short absence status" : "Stádas asláithreachta gearr", + "Long absence Message" : "Neamhláithreacht fada Teachtaireacht", + "Save" : "Sábháil", + "Disable absence" : "Díchumasaigh neamhláithreacht", + "Absence saved" : "Neamhláithreacht shábháil", + "Failed to save your absence settings" : "Theip ar do shocruithe asláithreachta a shábháil", + "Absence cleared" : "Neamhláithreacht glanta", + "Failed to clear your absence settings" : "Theip ar do shocruithe asláithreachta a ghlanadh", + "Time zone:" : "Crios ama:", + "to" : "chun", + "Delete slot" : "Scrios sliotán", + "No working hours set" : "Níl aon uaireanta oibre socraithe", + "Add slot" : "Cuir sliotán", + "Weekdays" : "Laethanta na seachtaine", + "Monday" : "Luan", + "Tuesday" : "Máirt", + "Wednesday" : "Céadaoin", + "Thursday" : "Déardaoin", + "Friday" : "Aoine", + "Saturday" : "Sathairn", + "Sunday" : "Domhnach", + "Pick a start time for {dayName}" : "Roghnaigh am tosaithe le haghaidh {dayName}", + "Pick a end time for {dayName}" : "Roghnaigh am críochnaithe le haghaidh {dayName}", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Socraigh stádas úsáideora go huathoibríoch mar \"Ná cuir isteach\" taobh amuigh den infhaighteacht chun gach fógra a bhalbhú.", + "Failed to load availability" : "Theip ar infhaighteacht a lódáil", + "Saved availability" : "Infhaighteacht shábháilte", + "Failed to save availability" : "Theip ar infhaighteacht a shábháil", + "Availability" : "Infhaighteacht", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.", + "Absence" : "Neamhláithreacht", + "Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.", + "Calendar server" : "Freastalaí féilire", + "Send invitations to attendees" : "Seol cuirí chuig an lucht freastail", + "Automatically generate a birthday calendar" : "Gin féilire lá breithe go huathoibríoch", + "Birthday calendars will be generated by a background job." : "Ginfear féilirí lá breithe le post cúlra.", + "Hence they will not be available immediately after enabling but will show up after some time." : "Mar sin ní bheidh siad ar fáil díreach tar éis iad a chumasú ach taispeánfar iad tar éis roinnt ama.", + "Send notifications for events" : "Seol fógraí le haghaidh imeachtaí", + "Notifications are sent via background jobs, so these must occur often enough." : "Seoltar fógraí trí phoist chúlra, mar sin caithfidh siad tarlú minic go leor.", + "Send reminder notifications to calendar sharees as well" : "Seol fógraí meabhrúcháin chuig scaireanna féilire freisin", + "Reminders are always sent to organizers and attendees." : "Seoltar meabhrúcháin chuig na heagraithe agus an lucht freastail i gcónaí.", + "Enable notifications for events via push" : "Cumasaigh fógraí le haghaidh imeachtaí trí bhrú", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Suiteáil an {calendarappstoreopen}Féilire aip{linkclose} freisin, nó {calendardocopen}ceangail do dheasc & do ghutháin phóca le haghaidh sioncronaithe ↗{linkclose}.", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Cinntigh le do thoil go socróidh tú {emailopen}an freastalaí ríomhphoist{linkclose} i gceart.", + "There was an error updating your attendance status." : "Tharla earráid agus do stádas freastail á nuashonrú.", + "Please contact the organizer directly." : "Téigh i dteagmháil leis an eagraí go díreach le do thoil.", + "Are you accepting the invitation?" : "An bhfuil tú ag glacadh leis an gcuireadh?", + "Tentative" : "Sealadach", + "Your attendance was updated successfully." : "D'éirigh le do thinreamh a nuashonrú.", + "To-dos" : "Rudaí le déanamh", + "Time:" : "Am:", + "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Má dhéanann tú d’uaireanta oibre a chumrú, feicfidh úsáideoirí eile nuair a bhíonn tú as oifig nuair a chuirfidh siad cruinniú in áirithe." +}, +"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/dav/l10n/ga.json b/apps/dav/l10n/ga.json new file mode 100644 index 00000000000..c4915a14a54 --- /dev/null +++ b/apps/dav/l10n/ga.json @@ -0,0 +1,212 @@ +{ "translations": { + "Calendar" : "Féilire", + "Tasks" : "Tascanna", + "Personal" : "Pearsanta", + "{actor} created calendar {calendar}" : "{actor} féilire cruthaithe {calendar}", + "You created calendar {calendar}" : "Chruthaigh tú féilire {féilire}", + "{actor} deleted calendar {calendar}" : "Scriosadh {actor} féilire {calendar}", + "You deleted calendar {calendar}" : "Scrios tú an féilire {calendar}", + "{actor} updated calendar {calendar}" : "{actor} féilire nuashonraithe {calendar}", + "You updated calendar {calendar}" : "Nuashonraigh tú an féilire {calendar}", + "{actor} restored calendar {calendar}" : "{actor} féilire athchóirithe {calendar}", + "You restored calendar {calendar}" : "D'athchóirigh tú an féilire {calendar}", + "You shared calendar {calendar} as public link" : "Roinn tú féilire {calendar} mar nasc poiblí", + "You removed public link for calendar {calendar}" : "Bhain tú nasc poiblí don fhéilire {calendar}", + "{actor} shared calendar {calendar} with you" : "Roinn {actor} féilire {calendar} leat", + "You shared calendar {calendar} with {user}" : "Roinn tú féilire {calendar} le {user} ", + "{actor} shared calendar {calendar} with {user}" : "Roinn {actor} féilire {calendar} le {user}", + "{actor} unshared calendar {calendar} from you" : "{actor} féilire {calendar} neamhroinnte uait", + "You unshared calendar {calendar} from {user}" : "Dhíroinn tú {calendar} ó {user}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} féilire {calendar} neamhroinnte ó {user}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} féilire {calendar} neamhroinnte astu féin", + "You shared calendar {calendar} with group {group}" : "Roinn tú féilire {calendar} le grúpa {group}", + "{actor} shared calendar {calendar} with group {group}" : "Roinn {actor} féilire {calendar} le grúpa {group}", + "You unshared calendar {calendar} from group {group}" : "Dhíroinn tú féilire {calendar} ón ngrúpa {group}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} féilire {calendar} neamhroinnte ó ghrúpa {group}", + "Untitled event" : "Imeacht gan teideal", + "{actor} created event {event} in calendar {calendar}" : "Chruthaigh {actor} imeacht {event} san fhéilire {calendar}", + "You created event {event} in calendar {calendar}" : "Chruthaigh tú {event} imeacht san fhéilire {calendar}", + "{actor} deleted event {event} from calendar {calendar}" : "Scrios {actor} imeacht {event} ón bhféilire {calendar}", + "You deleted event {event} from calendar {calendar}" : "Scrios tú {event} imeacht ón bhféilire {calendar}", + "{actor} updated event {event} in calendar {calendar}" : "{actor} imeacht nuashonraithe {event} san fhéilire {calendar}", + "You updated event {event} in calendar {calendar}" : "Nuashonraigh tú {event} imeacht san fhéilire {calendar}", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Bhog {actor} imeacht {event} ó fhéilire {resource Calendar} go féilire {target Calendar}", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Bhog tú {event} imeacht ó fhéilire {sourceCalendar} go féilire {targetCalendar}", + "{actor} restored event {event} of calendar {calendar}" : "D'aischuir {actor} imeacht {event} den fhéilire {calendar}", + "You restored event {event} of calendar {calendar}" : "D'aischuir tú imeacht {event} den fhéilire {calendar}", + "Busy" : "Gnóthach", + "{actor} created to-do {todo} in list {calendar}" : "Chruthaigh {actor} to-do {todo} sa liosta {calendar}", + "You created to-do {todo} in list {calendar}" : "Chruthaigh tú to-do {todo} sa liosta {calendar}", + "{actor} deleted to-do {todo} from list {calendar}" : "Scriosadh {actor} to-do {todo} ón liosta {calendar}", + "You deleted to-do {todo} from list {calendar}" : "Scrios tú to-do {todo} ón liosta {calendar}", + "{actor} updated to-do {todo} in list {calendar}" : "Nuashonraigh {actor} to-do {todo} sa liosta {calendar}", + "You updated to-do {todo} in list {calendar}" : "Nuashonraigh tú to-do {todo} sa liosta {calendar}", + "{actor} solved to-do {todo} in list {calendar}" : "Réitigh {actor} to-do {todo} sa liosta {calendar}", + "You solved to-do {todo} in list {calendar}" : "Réitigh tú le déanamh {todo} sa liosta {calendar}", + "{actor} reopened to-do {todo} in list {calendar}" : "D'athoscail {actor} to-do {todo} sa liosta {calendar}", + "You reopened to-do {todo} in list {calendar}" : "D'oscail tú to-do {todo} sa liosta {calendar}", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Bhog {actor} {todo} ó liosta {sourceCalendar} chun {targetCalendar} a liostú", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Bhog tú chun {todo} a dhéanamh ón liosta {source Calendar} go dtí an liosta {target Calendar}", + "Calendar, contacts and tasks" : "Féilire, teagmhálacha agus tascanna", + "A <strong>calendar</strong> was modified" : "Athraíodh <strong>calendar</strong> ", + "A calendar <strong>event</strong> was modified" : "Athraíodh féilire <strong>event</strong> ", + "A calendar <strong>to-do</strong> was modified" : "Athraíodh féilire<strong>to-do</strong> ", + "Contact birthdays" : "Déan teagmháil le breithlaethanta", + "Death of %s" : "Bás%s", + "Untitled calendar" : "Féilire gan teideal", + "Calendar:" : "Féilire:", + "Date:" : "Dáta:", + "Where:" : "Cá háit:", + "Description:" : "Cur síos:", + "_%n year_::_%n years_" : ["%n bhliain","%n bliain","%n bliain","%n bliain","%n bliain"], + "_%n month_::_%n months_" : ["%n mí","%n míonna","%n míonna","%n míonna","%n míonna"], + "_%n day_::_%n days_" : ["%n lá","%n laethanta","%n laethanta","%n laethanta","%n laethanta"], + "_%n hour_::_%n hours_" : ["%n uair an chloig","%n uair an chloig","%n uair an chloig","%n uair an chloig","%n uair an chloig"], + "_%n minute_::_%n minutes_" : ["%n nóiméad","%n nóiméad","%n nóiméad","%n nóiméad","%n nóiméad"], + "%s (in %s)" : "%s (i %s)", + "%s (%s ago)" : "%s (%s ó shin)", + "Calendar: %s" : "Féilire: %s", + "Date: %s" : "Dáta: %s", + "Description: %s" : "Cur síos: %s", + "Where: %s" : "Cá: %s", + "%1$s via %2$s" : "%1$s trí %2$s", + "Cancelled: %1$s" : "Ar ceal: %1$s", + "\"%1$s\" has been canceled" : "\"%1$s\" curtha ar ceal", + "Re: %1$s" : "Maidir le: %1$s", + "%1$s has accepted your invitation" : "%1$s ghlac sé le do chuireadh", + "%1$s has tentatively accepted your invitation" : "Ghlac %1$s sé go sealadach le do chuireadh", + "%1$s has declined your invitation" : "Dhiúltaigh %1$s do chuireadh", + "%1$s has responded to your invitation" : "D'fhreagair %1$s do chuireadh", + "Invitation updated: %1$s" : "Nuashonraíodh an cuireadh: %1$s", + "%1$s updated the event \"%2$s\"" : "Nuashonraigh %1$s imeacht \"%2$s\"", + "Invitation: %1$s" : "Cuireadh: %1$s", + "%1$s would like to invite you to \"%2$s\"" : "Ba mhaith le %1$s cuireadh a thabhairt duit chuig \"%2$s\"", + "Organizer:" : "Eagraí:", + "Attendees:" : "Lucht freastail:", + "Title:" : "Teideal:", + "Location:" : "Suíomh:", + "Link:" : "Nasc:", + "Accept" : "Glac", + "Decline" : "Meath", + "More options …" : "Tuilleadh roghanna…", + "More options at %s" : "Tuilleadh roghanna ag %s", + "Contacts" : "Teagmhálaithe", + "{actor} created address book {addressbook}" : "chruthaigh {actor} leabhar seoltaí {addressbook}", + "You created address book {addressbook}" : "Chruthaigh tú leabhar seoltaí {addressbook}", + "{actor} deleted address book {addressbook}" : "Scrios {actor} leabhar seoltaí {addressbook}", + "You deleted address book {addressbook}" : "Scrios tú leabhar seoltaí {addressbook}", + "{actor} updated address book {addressbook}" : "{actor} leabhar seoltaí nuashonraithe {addressbook}", + "You updated address book {addressbook}" : "Nuashonraigh tú leabhar seoltaí {addressbook}", + "{actor} shared address book {addressbook} with you" : "Roinn {actor} leabhar seoltaí {addressbook} leat", + "You shared address book {addressbook} with {user}" : "Roinn tú leabhar seoltaí {addressbook} le {user}", + "{actor} shared address book {addressbook} with {user}" : "Roinn {actor} leabhar seoltaí {addressbook} le {user}", + "{actor} unshared address book {addressbook} from you" : "{actor} leabhar seoltaí neamhroinnte {addressbook} uait", + "You unshared address book {addressbook} from {user}" : "Dhíroinn tú leabhar seoltaí {addressbook} ó {user}", + "{actor} unshared address book {addressbook} from {user}" : "{actor} leabhar seoltaí neamhroinnte {addressbook} ó {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} leabhar seoltaí neamhroinnte {addressbook} uathu féin", + "You shared address book {addressbook} with group {group}" : "Roinn tú leabhar seoltaí {addressbook} le grúpa {group}", + "{actor} shared address book {addressbook} with group {group}" : "Roinn {actor} leabhar seoltaí {addressbook} le grúpa {group}", + "You unshared address book {addressbook} from group {group}" : "Dhíroinn tú leabhar seoltaí {addressbook} ó ghrúpa {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} leabhar seoltaí neamhroinnte {addressbook} ó ghrúpa {group}", + "{actor} created contact {card} in address book {addressbook}" : "Chruthaigh {actor} teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "You created contact {card} in address book {addressbook}" : "Chruthaigh tú teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "{actor} deleted contact {card} from address book {addressbook}" : "Scrios {actor} teagmhálaí {card} ón leabhar seoltaí {addressbook}", + "You deleted contact {card} from address book {addressbook}" : "Scrios tú teagmhálaí {card} ón leabhar seoltaí {addressbook}", + "{actor} updated contact {card} in address book {addressbook}" : "Nuashonraigh {actor} teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "You updated contact {card} in address book {addressbook}" : "Nuashonraigh tú teagmhálaí {card} sa leabhar seoltaí {addressbook}", + "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Athraíodh <strong>contact</strong> nó <strong>address book</strong> seoltaí", + "Accounts" : "Cuntais", + "System address book which holds all accounts" : "Leabhar seoltaí córais ina bhfuil gach cuntas", + "File is not updatable: %1$s" : "Ní féidir an comhad a nuashonrú: %1$s", + "Could not write to final file, canceled by hook" : "Níorbh fhéidir scríobh chuig an gcomhad deiridh, cealaithe le hook", + "Could not write file contents" : "Níorbh fhéidir inneachar an chomhaid a scríobh", + "_%n byte_::_%n bytes_" : ["%n beart ","%n bearta ","%n bearta","%n bearta","%n bearta"], + "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Earráid agus an comhad á chóipeáil go dtí an suíomh sprice (cóipeáladh: %1$s, bhíothas ag súil le méid comhaid: %2$s)", + "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Bhíothas ag súil le méid comhaid de %1$s ach léite (ó chliant Nextcloud) agus scríobh (go stóras Nextcloud) %2$s. D'fhéadfadh fadhb líonra a bheith ann ar an taobh seolta nó fadhb ag scríobh chuig an stóras ar thaobh an fhreastalaí.", + "Could not rename part file to final file, canceled by hook" : "Níorbh fhéidir páirtchomhad a athainmniú go comhad deiridh, curtha ar ceal le hook", + "Could not rename part file to final file" : "Níorbh fhéidir páirtchomhad a athainmniú go dtí an comhad deiridh", + "Failed to check file size: %1$s" : "Níorbh fhéidir méid an chomhaid a sheiceáil: %1$s", + "Could not open file" : "Níorbh fhéidir an comhad a oscailt", + "Encryption not ready: %1$s" : "Níl an criptiúchán réidh: %1$s", + "Failed to open file: %1$s" : "Níorbh fhéidir an comhad a oscailt: %1$s", + "Failed to unlink: %1$s" : "Theip ar dhínascadh: %1$s", + "Invalid chunk name" : "Ainm smután neamhbhailí", + "Could not rename part file assembled from chunks" : "Níorbh fhéidir páirtchomhad a athainmniú as smután", + "Failed to write file contents: %1$s" : "Níorbh fhéidir inneachar an chomhaid a scríobh: %1$s", + "File not found: %1$s" : "Comhad gan aimsiú: %1$s", + "System is in maintenance mode." : "Tá an córas i mód cothabhála.", + "Upgrade needed" : "Uasghrádú ag teastáil", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ní mór do %s a chumrú le HTTPS a úsáid chun CalDAV agus CardDAV a úsáid le iOS/macOS.", + "Configures a CalDAV account" : "Cumraíonn sé cuntas CalDAV", + "Configures a CardDAV account" : "Cumraíonn sé cuntas CardDAV", + "Events" : "Imeachtaí", + "Untitled task" : "Tasc gan teideal", + "Completed on %s" : "Críochnaithe ar %s", + "Due on %s by %s" : "Dlite ar %s faoi %s", + "Due on %s" : "Dlite ar %s", + "DAV system address book" : "Leabhar seoltaí córas DAV", + "No outstanding DAV system address book sync." : "Níl sioncronú leabhar seoltaí córais DAV gan íoc.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Níor rith sioncronú leabhar seoltaí an chórais DAV fós toisc go bhfuil níos mó ná 1000 úsáideoir ag do chás nó toisc gur tharla earráid. Rith de láimh é le do thoil trí ghlao a chur ar \"occ dav:sync-system-addressbook\".", + "WebDAV endpoint" : "Críochphointe WebDAV", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfuil do fhreastalaí gréasáin socraithe i gceart chun sioncrónú comhad thar WebDAV a cheadú. Seiceáil le do thoil de láimh.", + "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Níl do fhreastalaí gréasáin socraithe i gceart fós chun sioncrónú comhad a cheadú, mar is cosúil go bhfuil comhéadan WebDAV briste.", + "Your web server is properly set up to allow file synchronization over WebDAV." : "Tá do fhreastalaí gréasáin socraithe i gceart chun sioncrónú comhad thar WebDAV a cheadú.", + "Migrated calendar (%1$s)" : "Féilire aistrithe (%1$s)", + "Calendars including events, details and attendees" : "Féilirí lena n-áirítear imeachtaí, sonraí agus lucht freastail", + "Contacts and groups" : "Teagmhálaithe agus grúpaí", + "WebDAV" : "WebDAV", + "First day" : "Céad lá", + "Last day (inclusive)" : "Lá deiridh (san áireamh)", + "Short absence status" : "Stádas asláithreachta gearr", + "Long absence Message" : "Neamhláithreacht fada Teachtaireacht", + "Save" : "Sábháil", + "Disable absence" : "Díchumasaigh neamhláithreacht", + "Absence saved" : "Neamhláithreacht shábháil", + "Failed to save your absence settings" : "Theip ar do shocruithe asláithreachta a shábháil", + "Absence cleared" : "Neamhláithreacht glanta", + "Failed to clear your absence settings" : "Theip ar do shocruithe asláithreachta a ghlanadh", + "Time zone:" : "Crios ama:", + "to" : "chun", + "Delete slot" : "Scrios sliotán", + "No working hours set" : "Níl aon uaireanta oibre socraithe", + "Add slot" : "Cuir sliotán", + "Weekdays" : "Laethanta na seachtaine", + "Monday" : "Luan", + "Tuesday" : "Máirt", + "Wednesday" : "Céadaoin", + "Thursday" : "Déardaoin", + "Friday" : "Aoine", + "Saturday" : "Sathairn", + "Sunday" : "Domhnach", + "Pick a start time for {dayName}" : "Roghnaigh am tosaithe le haghaidh {dayName}", + "Pick a end time for {dayName}" : "Roghnaigh am críochnaithe le haghaidh {dayName}", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Socraigh stádas úsáideora go huathoibríoch mar \"Ná cuir isteach\" taobh amuigh den infhaighteacht chun gach fógra a bhalbhú.", + "Failed to load availability" : "Theip ar infhaighteacht a lódáil", + "Saved availability" : "Infhaighteacht shábháilte", + "Failed to save availability" : "Theip ar infhaighteacht a shábháil", + "Availability" : "Infhaighteacht", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Má dhéanann tú do chuid uaireanta oibre a chumrú, feicfidh daoine eile nuair a bhíonn tú as oifig nuair a chuireann siad cruinniú in áirithe.", + "Absence" : "Neamhláithreacht", + "Configure your next absence period." : "Cumraigh do chéad tréimhse neamhláithreachta eile.", + "Calendar server" : "Freastalaí féilire", + "Send invitations to attendees" : "Seol cuirí chuig an lucht freastail", + "Automatically generate a birthday calendar" : "Gin féilire lá breithe go huathoibríoch", + "Birthday calendars will be generated by a background job." : "Ginfear féilirí lá breithe le post cúlra.", + "Hence they will not be available immediately after enabling but will show up after some time." : "Mar sin ní bheidh siad ar fáil díreach tar éis iad a chumasú ach taispeánfar iad tar éis roinnt ama.", + "Send notifications for events" : "Seol fógraí le haghaidh imeachtaí", + "Notifications are sent via background jobs, so these must occur often enough." : "Seoltar fógraí trí phoist chúlra, mar sin caithfidh siad tarlú minic go leor.", + "Send reminder notifications to calendar sharees as well" : "Seol fógraí meabhrúcháin chuig scaireanna féilire freisin", + "Reminders are always sent to organizers and attendees." : "Seoltar meabhrúcháin chuig na heagraithe agus an lucht freastail i gcónaí.", + "Enable notifications for events via push" : "Cumasaigh fógraí le haghaidh imeachtaí trí bhrú", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Suiteáil an {calendarappstoreopen}Féilire aip{linkclose} freisin, nó {calendardocopen}ceangail do dheasc & do ghutháin phóca le haghaidh sioncronaithe ↗{linkclose}.", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Cinntigh le do thoil go socróidh tú {emailopen}an freastalaí ríomhphoist{linkclose} i gceart.", + "There was an error updating your attendance status." : "Tharla earráid agus do stádas freastail á nuashonrú.", + "Please contact the organizer directly." : "Téigh i dteagmháil leis an eagraí go díreach le do thoil.", + "Are you accepting the invitation?" : "An bhfuil tú ag glacadh leis an gcuireadh?", + "Tentative" : "Sealadach", + "Your attendance was updated successfully." : "D'éirigh le do thinreamh a nuashonrú.", + "To-dos" : "Rudaí le déanamh", + "Time:" : "Am:", + "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Má dhéanann tú d’uaireanta oibre a chumrú, feicfidh úsáideoirí eile nuair a bhíonn tú as oifig nuair a chuirfidh siad cruinniú in áirithe." +},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" +}
\ No newline at end of file diff --git a/apps/dav/l10n/gl.js b/apps/dav/l10n/gl.js index 28b36536172..40da0eac510 100644 --- a/apps/dav/l10n/gl.js +++ b/apps/dav/l10n/gl.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Lugar:", "Link:" : "Ligazón:", "Accept" : "Aceptar", @@ -151,7 +150,7 @@ OC.L10N.register( "No outstanding DAV system address book sync." : "Non hai sincronización pendente do caderno de enderezos do sistema DAV.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executada aínda porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execútea manualmente con occ dav:sync-system-addressbook.", "WebDAV endpoint" : "Terminación WebDAV", - "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Non se puido comprobar que o seu servidor web estea configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV. Por favor, verifíqueo manualmente.", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Non foi posíbel comprobar que o seu servidor web estea configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV. Compróbeo manualmente.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor non foi configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.", "Your web server is properly set up to allow file synchronization over WebDAV." : "O seu servidor web está configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV.", "Migrated calendar (%1$s)" : "Calendario migrado (%1$s)", @@ -188,7 +187,7 @@ OC.L10N.register( "Saved availability" : "Dispoñibilidade gardada", "Failed to save availability" : "Produciuse un erro ao gardar a dispoñibilidade", "Availability" : "Dispoñibilidade", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configuras o teu horario de traballo, outras persoas verán cando estás fóra da oficina cando reserven unha reunión.", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.", "Absence" : "Ausencia", "Configure your next absence period." : "Configurar o próximo período de ausencia.", "Calendar server" : "Servidor do calendario", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Provisional", "Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.", "To-dos" : "Tarefas pendentes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outros usuarios verán cando está fóra da oficina cando reserven unha xuntanza." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/gl.json b/apps/dav/l10n/gl.json index 1262fc8d285..f871ab7958f 100644 --- a/apps/dav/l10n/gl.json +++ b/apps/dav/l10n/gl.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Asistentes:", "Title:" : "Título:", - "Time:" : "Hora:", "Location:" : "Lugar:", "Link:" : "Ligazón:", "Accept" : "Aceptar", @@ -149,7 +148,7 @@ "No outstanding DAV system address book sync." : "Non hai sincronización pendente do caderno de enderezos do sistema DAV.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executada aínda porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execútea manualmente con occ dav:sync-system-addressbook.", "WebDAV endpoint" : "Terminación WebDAV", - "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Non se puido comprobar que o seu servidor web estea configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV. Por favor, verifíqueo manualmente.", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Non foi posíbel comprobar que o seu servidor web estea configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV. Compróbeo manualmente.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor non foi configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.", "Your web server is properly set up to allow file synchronization over WebDAV." : "O seu servidor web está configurado correctamente para permitir a sincronización de ficheiros a través de WebDAV.", "Migrated calendar (%1$s)" : "Calendario migrado (%1$s)", @@ -186,7 +185,7 @@ "Saved availability" : "Dispoñibilidade gardada", "Failed to save availability" : "Produciuse un erro ao gardar a dispoñibilidade", "Availability" : "Dispoñibilidade", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configuras o teu horario de traballo, outras persoas verán cando estás fóra da oficina cando reserven unha reunión.", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outras persoas verán cando está fóra da oficina cando reserven unha xuntanza.", "Absence" : "Ausencia", "Configure your next absence period." : "Configurar o próximo período de ausencia.", "Calendar server" : "Servidor do calendario", @@ -207,6 +206,7 @@ "Tentative" : "Provisional", "Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.", "To-dos" : "Tarefas pendentes", + "Time:" : "Hora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se configura o seu horario de traballo, outros usuarios verán cando está fóra da oficina cando reserven unha xuntanza." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/hr.js b/apps/dav/l10n/hr.js index 5beafe41974..c7256707f6d 100644 --- a/apps/dav/l10n/hr.js +++ b/apps/dav/l10n/hr.js @@ -63,7 +63,6 @@ OC.L10N.register( "Organizer:" : "Organizator:", "Attendees:" : "Polaznici:", "Title:" : "Naslov:", - "Time:" : "Vrijeme:", "Location:" : "Lokacija:", "Link:" : "Poveznica:", "Accept" : "Prihvati", @@ -137,6 +136,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "Prihvaćate li poziv?", "Tentative" : "Uvjetno", "Your attendance was updated successfully." : "Vaša je prisutnost uspješno ažurirana.", + "Time:" : "Vrijeme:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ako konfigurirate svoje radno vrijeme, drugi korisnici moći će vidjeti jeste li izvan ureda kada rezerviraju sastanak." }, "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/dav/l10n/hr.json b/apps/dav/l10n/hr.json index 3c5964b7ba7..1aebbc88d36 100644 --- a/apps/dav/l10n/hr.json +++ b/apps/dav/l10n/hr.json @@ -61,7 +61,6 @@ "Organizer:" : "Organizator:", "Attendees:" : "Polaznici:", "Title:" : "Naslov:", - "Time:" : "Vrijeme:", "Location:" : "Lokacija:", "Link:" : "Poveznica:", "Accept" : "Prihvati", @@ -135,6 +134,7 @@ "Are you accepting the invitation?" : "Prihvaćate li poziv?", "Tentative" : "Uvjetno", "Your attendance was updated successfully." : "Vaša je prisutnost uspješno ažurirana.", + "Time:" : "Vrijeme:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ako konfigurirate svoje radno vrijeme, drugi korisnici moći će vidjeti jeste li izvan ureda kada rezerviraju sastanak." },"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/dav/l10n/hu.js b/apps/dav/l10n/hu.js index 32351f4ced3..3e7e3b82fc7 100644 --- a/apps/dav/l10n/hu.js +++ b/apps/dav/l10n/hu.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Szervező:", "Attendees:" : "Résztvevők:", "Title:" : "Cím:", - "Time:" : "Idő:", "Location:" : "Hely:", "Link:" : "Hivatkozás:", "Accept" : "Elfogadás", @@ -192,6 +191,7 @@ OC.L10N.register( "Tentative" : "Feltételes", "Your attendance was updated successfully." : "A részvétele frissítése sikeres.", "To-dos" : "Teendők", + "Time:" : "Idő:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más felhasználók a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/hu.json b/apps/dav/l10n/hu.json index 151e30d4ba3..8552b0649d8 100644 --- a/apps/dav/l10n/hu.json +++ b/apps/dav/l10n/hu.json @@ -84,7 +84,6 @@ "Organizer:" : "Szervező:", "Attendees:" : "Résztvevők:", "Title:" : "Cím:", - "Time:" : "Idő:", "Location:" : "Hely:", "Link:" : "Hivatkozás:", "Accept" : "Elfogadás", @@ -190,6 +189,7 @@ "Tentative" : "Feltételes", "Your attendance was updated successfully." : "A részvétele frissítése sikeres.", "To-dos" : "Teendők", + "Time:" : "Idő:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ha beállítja a munkaidejét, akkor más felhasználók a megbeszélések létrehozásakor látni fogják, hogy Ön mikor nem érhető el." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/is.js b/apps/dav/l10n/is.js index bc10c4afd51..eadb24a8aac 100644 --- a/apps/dav/l10n/is.js +++ b/apps/dav/l10n/is.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Skipuleggjandi:", "Attendees:" : "Þáttakendur:", "Title:" : "Titill:", - "Time:" : "Tími:", "Location:" : "Staðsetning:", "Link:" : "Tengill:", "Accept" : "Samþykkja", @@ -205,6 +204,7 @@ OC.L10N.register( "Tentative" : "Bráðabirgða", "Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.", "To-dos" : "Verkþættir", + "Time:" : "Tími:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenæt þú sért fjarverandi þegar þeir bóka fundi með þér." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/dav/l10n/is.json b/apps/dav/l10n/is.json index 575c35a1bf6..f3aa164e1a0 100644 --- a/apps/dav/l10n/is.json +++ b/apps/dav/l10n/is.json @@ -84,7 +84,6 @@ "Organizer:" : "Skipuleggjandi:", "Attendees:" : "Þáttakendur:", "Title:" : "Titill:", - "Time:" : "Tími:", "Location:" : "Staðsetning:", "Link:" : "Tengill:", "Accept" : "Samþykkja", @@ -203,6 +202,7 @@ "Tentative" : "Bráðabirgða", "Your attendance was updated successfully." : "Mætingarstaða þín var uppfærð.", "To-dos" : "Verkþættir", + "Time:" : "Tími:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ef þú stillir vinnutímana þína, geta aðrir séð hvenæt þú sért fjarverandi þegar þeir bóka fundi með þér." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index f96d29cc940..8268f752aba 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizzatore:", "Attendees:" : "Partecipanti:", "Title:" : "Titolo:", - "Time:" : "Ora:", "Location:" : "Posizione:", "Link:" : "Collegamento:", "Accept" : "Accetta", @@ -206,6 +205,7 @@ OC.L10N.register( "Tentative" : "Provvisorio", "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.", "To-dos" : "Da fare", + "Time:" : "Ora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, gli altri utenti potranno vedere quando non sei in ufficio per organizzare una riunione." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index 5332a0e0d47..3fe9cacca7e 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizzatore:", "Attendees:" : "Partecipanti:", "Title:" : "Titolo:", - "Time:" : "Ora:", "Location:" : "Posizione:", "Link:" : "Collegamento:", "Accept" : "Accetta", @@ -204,6 +203,7 @@ "Tentative" : "Provvisorio", "Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.", "To-dos" : "Da fare", + "Time:" : "Ora:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, gli altri utenti potranno vedere quando non sei in ufficio per organizzare una riunione." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js index 83636069454..8a5b53a07f6 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "主催者:", "Attendees:" : "参加者:", "Title:" : "タイトル:", - "Time:" : "時刻:", "Location:" : "場所:", "Link:" : "リンク:", "Accept" : "承諾", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "暫定的", "Your attendance was updated successfully." : "出席は正常に更新されました。", "To-dos" : "To-dos", + "Time:" : "時刻:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/ja.json b/apps/dav/l10n/ja.json index d5b38d9a56c..867ee942d22 100644 --- a/apps/dav/l10n/ja.json +++ b/apps/dav/l10n/ja.json @@ -84,7 +84,6 @@ "Organizer:" : "主催者:", "Attendees:" : "参加者:", "Title:" : "タイトル:", - "Time:" : "時刻:", "Location:" : "場所:", "Link:" : "リンク:", "Accept" : "承諾", @@ -207,6 +206,7 @@ "Tentative" : "暫定的", "Your attendance was updated successfully." : "出席は正常に更新されました。", "To-dos" : "To-dos", + "Time:" : "時刻:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/dav/l10n/ka.js b/apps/dav/l10n/ka.js index 0780474c43a..d53cd3dd349 100644 --- a/apps/dav/l10n/ka.js +++ b/apps/dav/l10n/ka.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizer:", "Attendees:" : "Attendees:", "Title:" : "Title:", - "Time:" : "Time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", @@ -205,6 +204,7 @@ OC.L10N.register( "Tentative" : "Tentative", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "To-dos", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting." }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/dav/l10n/ka.json b/apps/dav/l10n/ka.json index 18fc29b78fa..e931c60f9a0 100644 --- a/apps/dav/l10n/ka.json +++ b/apps/dav/l10n/ka.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizer:", "Attendees:" : "Attendees:", "Title:" : "Title:", - "Time:" : "Time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", @@ -203,6 +202,7 @@ "Tentative" : "Tentative", "Your attendance was updated successfully." : "Your attendance was updated successfully.", "To-dos" : "To-dos", + "Time:" : "Time:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "If you configure your working hours, other users will see when you are out of office when they book a meeting." },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/ko.js b/apps/dav/l10n/ko.js index 19ce0febe4b..2070d98e8bd 100644 --- a/apps/dav/l10n/ko.js +++ b/apps/dav/l10n/ko.js @@ -65,8 +65,8 @@ OC.L10N.register( "_%n day_::_%n days_" : ["%n일"], "_%n hour_::_%n hours_" : ["%n시간"], "_%n minute_::_%n minutes_" : ["%n분"], - "%s (in %s)" : "%s(%s에)", - "%s (%s ago)" : "%s(%s 전)", + "%s (in %s)" : "%s(%s 후)", + "%s (%s ago)" : "%s(%s 지남)", "Calendar: %s" : "달력: %s", "Date: %s" : "날짜: %s", "Description: %s" : "설명: %s", @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "주최자:", "Attendees:" : "참석자:", "Title:" : "제목:", - "Time:" : "시간:", "Location:" : "위치:", "Link:" : "링크:", "Accept" : "수락", @@ -184,6 +183,7 @@ OC.L10N.register( "Saved availability" : "시간 조율 설정 저장함", "Failed to save availability" : "시간 조율 설정 저장 실패", "Availability" : "시간 조율", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.", "Absence" : "부재", "Configure your next absence period." : "다음 부재 기간을 설정하십시오.", "Calendar server" : "달력 서버", @@ -204,6 +204,7 @@ OC.L10N.register( "Tentative" : "보류", "Your attendance was updated successfully." : "참석 정보를 업데이트했습니다.", "To-dos" : "할 일", + "Time:" : "시간:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 회의를 예약할 때 다른 사용자가 부재 중 시간을 볼 수 있습니다." }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/ko.json b/apps/dav/l10n/ko.json index dc4fcb9c778..917a60c4d97 100644 --- a/apps/dav/l10n/ko.json +++ b/apps/dav/l10n/ko.json @@ -63,8 +63,8 @@ "_%n day_::_%n days_" : ["%n일"], "_%n hour_::_%n hours_" : ["%n시간"], "_%n minute_::_%n minutes_" : ["%n분"], - "%s (in %s)" : "%s(%s에)", - "%s (%s ago)" : "%s(%s 전)", + "%s (in %s)" : "%s(%s 후)", + "%s (%s ago)" : "%s(%s 지남)", "Calendar: %s" : "달력: %s", "Date: %s" : "날짜: %s", "Description: %s" : "설명: %s", @@ -84,7 +84,6 @@ "Organizer:" : "주최자:", "Attendees:" : "참석자:", "Title:" : "제목:", - "Time:" : "시간:", "Location:" : "위치:", "Link:" : "링크:", "Accept" : "수락", @@ -182,6 +181,7 @@ "Saved availability" : "시간 조율 설정 저장함", "Failed to save availability" : "시간 조율 설정 저장 실패", "Availability" : "시간 조율", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 다른 사람이 회의를 예약할 때 내 부재 중 시간을 확인할 수 있습니다.", "Absence" : "부재", "Configure your next absence period." : "다음 부재 기간을 설정하십시오.", "Calendar server" : "달력 서버", @@ -202,6 +202,7 @@ "Tentative" : "보류", "Your attendance was updated successfully." : "참석 정보를 업데이트했습니다.", "To-dos" : "할 일", + "Time:" : "시간:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "업무 시간을 설정하면, 회의를 예약할 때 다른 사용자가 부재 중 시간을 볼 수 있습니다." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/dav/l10n/lt_LT.js b/apps/dav/l10n/lt_LT.js index 0490cdd9375..b1ff0a2ee48 100644 --- a/apps/dav/l10n/lt_LT.js +++ b/apps/dav/l10n/lt_LT.js @@ -60,7 +60,6 @@ OC.L10N.register( "Organizer:" : "Organizatorius:", "Attendees:" : "Kviestiniai:", "Title:" : "Pavadinimas:", - "Time:" : "Laikas:", "Location:" : "Vieta:", "Link:" : "Nuoroda:", "Accept" : "Priimti", @@ -106,6 +105,7 @@ OC.L10N.register( "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Įsitikinkite, kad tinkamai nusistatėte {emailopen}el. pašto serverį{linkclose}.", "Please contact the organizer directly." : "Prašome susisiekti su organizatoriumi tiesiogiai.", "Are you accepting the invitation?" : "Ar priimate pakvietimą?", - "Tentative" : "Preliminarus" + "Tentative" : "Preliminarus", + "Time:" : "Laikas:" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dav/l10n/lt_LT.json b/apps/dav/l10n/lt_LT.json index 69b496a0e4d..7eab2a422ca 100644 --- a/apps/dav/l10n/lt_LT.json +++ b/apps/dav/l10n/lt_LT.json @@ -58,7 +58,6 @@ "Organizer:" : "Organizatorius:", "Attendees:" : "Kviestiniai:", "Title:" : "Pavadinimas:", - "Time:" : "Laikas:", "Location:" : "Vieta:", "Link:" : "Nuoroda:", "Accept" : "Priimti", @@ -104,6 +103,7 @@ "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Įsitikinkite, kad tinkamai nusistatėte {emailopen}el. pašto serverį{linkclose}.", "Please contact the organizer directly." : "Prašome susisiekti su organizatoriumi tiesiogiai.", "Are you accepting the invitation?" : "Ar priimate pakvietimą?", - "Tentative" : "Preliminarus" + "Tentative" : "Preliminarus", + "Time:" : "Laikas:" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/mk.js b/apps/dav/l10n/mk.js index fb8374813d1..02aeab1c044 100644 --- a/apps/dav/l10n/mk.js +++ b/apps/dav/l10n/mk.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", - "Time:" : "Време:", "Location:" : "Локација:", "Link:" : "Линк:", "Accept" : "Прифати", @@ -186,6 +185,7 @@ OC.L10N.register( "Tentative" : "Прелиминарно", "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", "To-dos" : "За работење", + "Time:" : "Време:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок." }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/dav/l10n/mk.json b/apps/dav/l10n/mk.json index ed2dafdc8d2..ae5298ca4f6 100644 --- a/apps/dav/l10n/mk.json +++ b/apps/dav/l10n/mk.json @@ -84,7 +84,6 @@ "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", - "Time:" : "Време:", "Location:" : "Локација:", "Link:" : "Линк:", "Accept" : "Прифати", @@ -184,6 +183,7 @@ "Tentative" : "Прелиминарно", "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.", "To-dos" : "За работење", + "Time:" : "Време:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако ги поставите работните часови, другите корисници ќе можат да видат кога сте слободни за да можат да закажат состанок." },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file diff --git a/apps/dav/l10n/nb.js b/apps/dav/l10n/nb.js index 754f65aad87..32c866f44bf 100644 --- a/apps/dav/l10n/nb.js +++ b/apps/dav/l10n/nb.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Arrangør:", "Attendees:" : "Deltakere:", "Title:" : "Tittel:", - "Time:" : "Tid:", "Location:" : "Sted:", "Link:" : "Lenke:", "Accept" : "Aksepter", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Foreløpig", "Your attendance was updated successfully." : "Deltakelsen din ble oppdatert.", "To-dos" : "Gjøremål", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre brukere se når du ikke er på kontoret når de bestiller et møte." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/nb.json b/apps/dav/l10n/nb.json index cae775462a3..0f34224be67 100644 --- a/apps/dav/l10n/nb.json +++ b/apps/dav/l10n/nb.json @@ -84,7 +84,6 @@ "Organizer:" : "Arrangør:", "Attendees:" : "Deltakere:", "Title:" : "Tittel:", - "Time:" : "Tid:", "Location:" : "Sted:", "Link:" : "Lenke:", "Accept" : "Aksepter", @@ -207,6 +206,7 @@ "Tentative" : "Foreløpig", "Your attendance was updated successfully." : "Deltakelsen din ble oppdatert.", "To-dos" : "Gjøremål", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Hvis du konfigurerer arbeidstiden din, vil andre brukere se når du ikke er på kontoret når de bestiller et møte." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js index bc03f378adf..5eb633a92fe 100644 --- a/apps/dav/l10n/nl.js +++ b/apps/dav/l10n/nl.js @@ -79,7 +79,6 @@ OC.L10N.register( "Organizer:" : "Organisator:", "Attendees:" : "Deelnemers:", "Title:" : "Titel:", - "Time:" : "Tijd:", "Location:" : "Locatie:", "Link:" : "Link:", "Accept" : "Accepteren", @@ -173,6 +172,7 @@ OC.L10N.register( "Tentative" : "Onder voorbehoud", "Your attendance was updated successfully." : "Je deelname is succesvol bijgewerkt.", "To-dos" : "Taken", + "Time:" : "Tijd:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Als je je werkuren instelt kunnen andere gebruikers zien wanneer je niet beschikbaar bent als ze een meeting willen plannen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json index 81d8644235b..ca8020f5f18 100644 --- a/apps/dav/l10n/nl.json +++ b/apps/dav/l10n/nl.json @@ -77,7 +77,6 @@ "Organizer:" : "Organisator:", "Attendees:" : "Deelnemers:", "Title:" : "Titel:", - "Time:" : "Tijd:", "Location:" : "Locatie:", "Link:" : "Link:", "Accept" : "Accepteren", @@ -171,6 +170,7 @@ "Tentative" : "Onder voorbehoud", "Your attendance was updated successfully." : "Je deelname is succesvol bijgewerkt.", "To-dos" : "Taken", + "Time:" : "Tijd:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Als je je werkuren instelt kunnen andere gebruikers zien wanneer je niet beschikbaar bent als ze een meeting willen plannen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 1dd4ba62fa5..9bfbd073a11 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizator:", "Attendees:" : "Uczestnicy:", "Title:" : "Tytuł:", - "Time:" : "Czas:", "Location:" : "Lokalizacja:", "Link:" : "Link: ", "Accept" : "Akceptuj", @@ -203,6 +202,7 @@ OC.L10N.register( "Tentative" : "Niepewne", "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.", "To-dos" : "Do zrobienia", + "Time:" : "Czas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inni użytkownicy będą widzieć, kiedy jesteś poza biurem, gdy będą rezerwować spotkanie." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index 69bc8f276e8..3769fa02e7e 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizator:", "Attendees:" : "Uczestnicy:", "Title:" : "Tytuł:", - "Time:" : "Czas:", "Location:" : "Lokalizacja:", "Link:" : "Link: ", "Accept" : "Akceptuj", @@ -201,6 +200,7 @@ "Tentative" : "Niepewne", "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.", "To-dos" : "Do zrobienia", + "Time:" : "Czas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inni użytkownicy będą widzieć, kiedy jesteś poza biurem, gdy będą rezerwować spotkanie." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 7e4dd9820db..20a9faec379 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Participantes:", "Title:" : "Título:", - "Time:" : "Horário:", "Location:" : "Localização:", "Link:" : "Link:", "Accept" : "Aceitar", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Tentativa", "Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.", "To-dos" : "Tarefas", + "Time:" : "Horário:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outros usuários verão quando você estiver fora do escritório quando marcarem uma reunião. " }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index bcb5d9a1fd0..690620ccfb8 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizador:", "Attendees:" : "Participantes:", "Title:" : "Título:", - "Time:" : "Horário:", "Location:" : "Localização:", "Link:" : "Link:", "Accept" : "Aceitar", @@ -207,6 +206,7 @@ "Tentative" : "Tentativa", "Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.", "To-dos" : "Tarefas", + "Time:" : "Horário:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outros usuários verão quando você estiver fora do escritório quando marcarem uma reunião. " },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js index 4310ed163b1..459cb931aa2 100644 --- a/apps/dav/l10n/ru.js +++ b/apps/dav/l10n/ru.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Организатор:", "Attendees:" : "Участники:", "Title:" : "Название:", - "Time:" : "Время:", "Location:" : "Местонахождение:", "Link:" : "Ссылка:", "Accept" : "Принять", @@ -206,6 +205,7 @@ OC.L10N.register( "Tentative" : "Под вопросом", "Your attendance was updated successfully." : "Статус участия обновлён.", "To-dos" : "Задачи", + "Time:" : "Время:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Если вы настроите свое рабочее время, другие пользователи будут видеть, когда вас нет в офисе, когда они планируют встречу." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/dav/l10n/ru.json b/apps/dav/l10n/ru.json index 293adad0859..0c4a583aa7a 100644 --- a/apps/dav/l10n/ru.json +++ b/apps/dav/l10n/ru.json @@ -84,7 +84,6 @@ "Organizer:" : "Организатор:", "Attendees:" : "Участники:", "Title:" : "Название:", - "Time:" : "Время:", "Location:" : "Местонахождение:", "Link:" : "Ссылка:", "Accept" : "Принять", @@ -204,6 +203,7 @@ "Tentative" : "Под вопросом", "Your attendance was updated successfully." : "Статус участия обновлён.", "To-dos" : "Задачи", + "Time:" : "Время:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Если вы настроите свое рабочее время, другие пользователи будут видеть, когда вас нет в офисе, когда они планируют встречу." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/sc.js b/apps/dav/l10n/sc.js index 6b994e12d9b..d22054d95ca 100644 --- a/apps/dav/l10n/sc.js +++ b/apps/dav/l10n/sc.js @@ -63,7 +63,6 @@ OC.L10N.register( "Organizer:" : "Organizadore: ", "Attendees:" : "Partetzipadores:", "Title:" : "Tìtulos:", - "Time:" : "Tempus:", "Location:" : "Positzione:", "Link:" : "Ligòngiu:", "Accept" : "Atzeta", @@ -131,6 +130,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Pro praghere, cuntata deretu a s'organizadore.", "Are you accepting the invitation?" : "Cheres atzetare s'invitu?", "Tentative" : "Intentu", - "Your attendance was updated successfully." : "Sa partetzipatzione tua est istada agiornada in manera curreta." + "Your attendance was updated successfully." : "Sa partetzipatzione tua est istada agiornada in manera curreta.", + "Time:" : "Tempus:" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/sc.json b/apps/dav/l10n/sc.json index 4b55b811c92..cda578ba5d1 100644 --- a/apps/dav/l10n/sc.json +++ b/apps/dav/l10n/sc.json @@ -61,7 +61,6 @@ "Organizer:" : "Organizadore: ", "Attendees:" : "Partetzipadores:", "Title:" : "Tìtulos:", - "Time:" : "Tempus:", "Location:" : "Positzione:", "Link:" : "Ligòngiu:", "Accept" : "Atzeta", @@ -129,6 +128,7 @@ "Please contact the organizer directly." : "Pro praghere, cuntata deretu a s'organizadore.", "Are you accepting the invitation?" : "Cheres atzetare s'invitu?", "Tentative" : "Intentu", - "Your attendance was updated successfully." : "Sa partetzipatzione tua est istada agiornada in manera curreta." + "Your attendance was updated successfully." : "Sa partetzipatzione tua est istada agiornada in manera curreta.", + "Time:" : "Tempus:" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/sk.js b/apps/dav/l10n/sk.js index 63662bdc652..42fb7dee059 100644 --- a/apps/dav/l10n/sk.js +++ b/apps/dav/l10n/sk.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizátor:", "Attendees:" : "Účastníci:", "Title:" : "Názov:", - "Time:" : "Čas:", "Location:" : "Miesto:", "Link:" : "Odkaz:", "Accept" : "Schváliť", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Neistý", "Your attendance was updated successfully." : "Vaša účasť bola aktualizovaná úspešne.", "To-dos" : "Úlohy", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní používatelia uvidia, keď si rezervujete schôdzku, keď nebudete v práci." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dav/l10n/sk.json b/apps/dav/l10n/sk.json index d071e6237b0..5e4345ef774 100644 --- a/apps/dav/l10n/sk.json +++ b/apps/dav/l10n/sk.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizátor:", "Attendees:" : "Účastníci:", "Title:" : "Názov:", - "Time:" : "Čas:", "Location:" : "Miesto:", "Link:" : "Odkaz:", "Accept" : "Schváliť", @@ -207,6 +206,7 @@ "Tentative" : "Neistý", "Your attendance was updated successfully." : "Vaša účasť bola aktualizovaná úspešne.", "To-dos" : "Úlohy", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní používatelia uvidia, keď si rezervujete schôdzku, keď nebudete v práci." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/sl.js b/apps/dav/l10n/sl.js index 74785dc0ba8..a9eb5ba8562 100644 --- a/apps/dav/l10n/sl.js +++ b/apps/dav/l10n/sl.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Organizator:", "Attendees:" : "Udeleženci:", "Title:" : "Naslov:", - "Time:" : "Čas:", "Location:" : "Mesto:", "Link:" : "Povezava:", "Accept" : "Sprejmi", @@ -202,6 +201,7 @@ OC.L10N.register( "Tentative" : "Začasno", "Your attendance was updated successfully." : "Vaša prisotnost je uspešno posodobljena.", "To-dos" : "Naloge To-Do", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/dav/l10n/sl.json b/apps/dav/l10n/sl.json index 76c3487857b..82f2e9b064e 100644 --- a/apps/dav/l10n/sl.json +++ b/apps/dav/l10n/sl.json @@ -84,7 +84,6 @@ "Organizer:" : "Organizator:", "Attendees:" : "Udeleženci:", "Title:" : "Naslov:", - "Time:" : "Čas:", "Location:" : "Mesto:", "Link:" : "Povezava:", "Accept" : "Sprejmi", @@ -200,6 +199,7 @@ "Tentative" : "Začasno", "Your attendance was updated successfully." : "Vaša prisotnost je uspešno posodobljena.", "To-dos" : "Naloge To-Do", + "Time:" : "Čas:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Če nastavite delovni čas, bodo drugi uporabniki pri izbiri časa sestanka videli, kdaj ste zasedeni." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/sr.js b/apps/dav/l10n/sr.js index ef73f66a105..a6420f6ea43 100644 --- a/apps/dav/l10n/sr.js +++ b/apps/dav/l10n/sr.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", - "Time:" : "Време:", "Location:" : "Локација:", "Link:" : "Веза:", "Accept" : "Прихвати", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Условна потврда", "Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано.", "To-dos" : "Обавезе", + "Time:" : "Време:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако подесите своје радне сате, када буду заказивали састанак, остали корисници ће видети када сте ван канцеларије." }, "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/dav/l10n/sr.json b/apps/dav/l10n/sr.json index b5404c787ec..06898cf16dc 100644 --- a/apps/dav/l10n/sr.json +++ b/apps/dav/l10n/sr.json @@ -84,7 +84,6 @@ "Organizer:" : "Организатор:", "Attendees:" : "Присутни:", "Title:" : "Наслов:", - "Time:" : "Време:", "Location:" : "Локација:", "Link:" : "Веза:", "Accept" : "Прихвати", @@ -207,6 +206,7 @@ "Tentative" : "Условна потврда", "Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано.", "To-dos" : "Обавезе", + "Time:" : "Време:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Ако подесите своје радне сате, када буду заказивали састанак, остали корисници ће видети када сте ван канцеларије." },"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/dav/l10n/sv.js b/apps/dav/l10n/sv.js index 0d65e587beb..3b66a6612dc 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Arrangör:", "Attendees:" : "Deltagare:", "Title:" : "Titel:", - "Time:" : "Tid:", "Location:" : "Ort:", "Link:" : "Länk:", "Accept" : "Acceptera", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Preliminärt", "Your attendance was updated successfully." : "Dina närvaro uppdaterades.", "To-dos" : "Uppgifter", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Om du konfigurerar dina arbetstimmar kan andra användare se när du inte är på jobbet när de bokar ett möte." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index 006ef711b49..3af60c8007e 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -84,7 +84,6 @@ "Organizer:" : "Arrangör:", "Attendees:" : "Deltagare:", "Title:" : "Titel:", - "Time:" : "Tid:", "Location:" : "Ort:", "Link:" : "Länk:", "Accept" : "Acceptera", @@ -207,6 +206,7 @@ "Tentative" : "Preliminärt", "Your attendance was updated successfully." : "Dina närvaro uppdaterades.", "To-dos" : "Uppgifter", + "Time:" : "Tid:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Om du konfigurerar dina arbetstimmar kan andra användare se när du inte är på jobbet när de bokar ett möte." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 47c734fc245..f515dfbfb5c 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Düzenleyen:", "Attendees:" : "Katılımcılar:", "Title:" : "Başlık:", - "Time:" : "Zaman:", "Location:" : "Konum:", "Link:" : "Bağlantı:", "Accept" : "Kabul et", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Kesin değil", "Your attendance was updated successfully." : "Katılımınız güncellendi.", "To-dos" : "Yapılacak işler", + "Time:" : "Zaman:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Çalışma saatlerinizi ayarlarsanız, diğer kullanıcılar bir toplantı ayarladıklarında ofis dışında olduğunuzu görürler." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index 35dbc530440..a974b93b0b4 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -84,7 +84,6 @@ "Organizer:" : "Düzenleyen:", "Attendees:" : "Katılımcılar:", "Title:" : "Başlık:", - "Time:" : "Zaman:", "Location:" : "Konum:", "Link:" : "Bağlantı:", "Accept" : "Kabul et", @@ -207,6 +206,7 @@ "Tentative" : "Kesin değil", "Your attendance was updated successfully." : "Katılımınız güncellendi.", "To-dos" : "Yapılacak işler", + "Time:" : "Zaman:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Çalışma saatlerinizi ayarlarsanız, diğer kullanıcılar bir toplantı ayarladıklarında ofis dışında olduğunuzu görürler." },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js index 07aa673897b..825494fd494 100644 --- a/apps/dav/l10n/uk.js +++ b/apps/dav/l10n/uk.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "Організатор:", "Attendees:" : "Учасники:", "Title:" : "Назва:", - "Time:" : "Час:", "Location:" : "Місцевість:", "Link:" : "Посилання:", "Accept" : "Прийняти", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "Попередній", "Your attendance was updated successfully." : "Ваша участь успішно оновлена.", "To-dos" : "Завдання", + "Time:" : "Час:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Будь ласка, налаштуйте ваш робочий час, щоби інші користувачі могли бачити, коли ви відсутні під час бронювання зустрічей." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/dav/l10n/uk.json b/apps/dav/l10n/uk.json index bd39f08763e..6a653847388 100644 --- a/apps/dav/l10n/uk.json +++ b/apps/dav/l10n/uk.json @@ -84,7 +84,6 @@ "Organizer:" : "Організатор:", "Attendees:" : "Учасники:", "Title:" : "Назва:", - "Time:" : "Час:", "Location:" : "Місцевість:", "Link:" : "Посилання:", "Accept" : "Прийняти", @@ -207,6 +206,7 @@ "Tentative" : "Попередній", "Your attendance was updated successfully." : "Ваша участь успішно оновлена.", "To-dos" : "Завдання", + "Time:" : "Час:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Будь ласка, налаштуйте ваш робочий час, щоби інші користувачі могли бачити, коли ви відсутні під час бронювання зустрічей." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" }
\ No newline at end of file diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index fff81254189..f799d63a9cb 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "组织者:", "Attendees:" : "与会者:", "Title:" : "标题:", - "Time:" : "时间:", "Location:" : "地区:", "Link:" : "链接:", "Accept" : "接受", @@ -151,7 +150,9 @@ OC.L10N.register( "No outstanding DAV system address book sync." : "书书未完成 DAV 系统通讯录的同步", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV 系统通讯录同步失败,这可能是因为你的服务器实例有超过1000名用户,或是因为出现了错误。请手动运行指令 “occ dav:sync-system-addressbook” 继续该操作。", "WebDAV endpoint" : "WebDAV 端点", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "无法检查您的 Web 服务器是否已正确设置以允许通过 WebDAV 进行文件同步。 请手动检查。", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。", + "Your web server is properly set up to allow file synchronization over WebDAV." : "您的 Web 服务器已正确设置为允许通过 WebDAV 进行文件同步。", "Migrated calendar (%1$s)" : "迁移的日历(%1$s)", "Calendars including events, details and attendees" : "日历包含活动、参与人和事件详情", "Contacts and groups" : "联系人和群组", @@ -186,6 +187,7 @@ OC.L10N.register( "Saved availability" : "可用时间已保存", "Failed to save availability" : "可用时间保存失败", "Availability" : "可用性", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果您配置工作时间,其他人在预订会议时就会看到您何时不在办公室。", "Absence" : "离开", "Configure your next absence period." : "配置您的下一次离开时段", "Calendar server" : "日历服务器", @@ -206,6 +208,7 @@ OC.L10N.register( "Tentative" : "暂定", "Your attendance was updated successfully." : "您的出席状态更新成功。", "To-dos" : "待办事项", + "Time:" : "时间:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "如果您配置了工作时间,其他用户在预订会议时就会了解您何时不在办公室。" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json index 469ab40b3d6..79e4ace72e8 100644 --- a/apps/dav/l10n/zh_CN.json +++ b/apps/dav/l10n/zh_CN.json @@ -84,7 +84,6 @@ "Organizer:" : "组织者:", "Attendees:" : "与会者:", "Title:" : "标题:", - "Time:" : "时间:", "Location:" : "地区:", "Link:" : "链接:", "Accept" : "接受", @@ -149,7 +148,9 @@ "No outstanding DAV system address book sync." : "书书未完成 DAV 系统通讯录的同步", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV 系统通讯录同步失败,这可能是因为你的服务器实例有超过1000名用户,或是因为出现了错误。请手动运行指令 “occ dav:sync-system-addressbook” 继续该操作。", "WebDAV endpoint" : "WebDAV 端点", + "Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "无法检查您的 Web 服务器是否已正确设置以允许通过 WebDAV 进行文件同步。 请手动检查。", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。", + "Your web server is properly set up to allow file synchronization over WebDAV." : "您的 Web 服务器已正确设置为允许通过 WebDAV 进行文件同步。", "Migrated calendar (%1$s)" : "迁移的日历(%1$s)", "Calendars including events, details and attendees" : "日历包含活动、参与人和事件详情", "Contacts and groups" : "联系人和群组", @@ -184,6 +185,7 @@ "Saved availability" : "可用时间已保存", "Failed to save availability" : "可用时间保存失败", "Availability" : "可用性", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果您配置工作时间,其他人在预订会议时就会看到您何时不在办公室。", "Absence" : "离开", "Configure your next absence period." : "配置您的下一次离开时段", "Calendar server" : "日历服务器", @@ -204,6 +206,7 @@ "Tentative" : "暂定", "Your attendance was updated successfully." : "您的出席状态更新成功。", "To-dos" : "待办事项", + "Time:" : "时间:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "如果您配置了工作时间,其他用户在预订会议时就会了解您何时不在办公室。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index 1a31e2ca62e..5e1b50d9701 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "主辦單位:", "Attendees:" : "參加者:", "Title:" : "標題:", - "Time:" : "時間:", "Location:" : "位置:", "Link:" : "連結:", "Accept" : "接受", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "暫定", "Your attendance was updated successfully." : "您的參與狀況成功更新", "To-dos" : "待辦事項", + "Time:" : "時間:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他用戶在預約會議時就會知道您何時不在辦公室。" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index 630334aa63c..cf85d1a2c17 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -84,7 +84,6 @@ "Organizer:" : "主辦單位:", "Attendees:" : "參加者:", "Title:" : "標題:", - "Time:" : "時間:", "Location:" : "位置:", "Link:" : "連結:", "Accept" : "接受", @@ -207,6 +206,7 @@ "Tentative" : "暫定", "Your attendance was updated successfully." : "您的參與狀況成功更新", "To-dos" : "待辦事項", + "Time:" : "時間:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他用戶在預約會議時就會知道您何時不在辦公室。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index 9d9bb30ec89..911bbd3dfb7 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -86,7 +86,6 @@ OC.L10N.register( "Organizer:" : "組織者:", "Attendees:" : "參與者:", "Title:" : "標題:", - "Time:" : "時間:", "Location:" : "地點:", "Link:" : "連結:", "Accept" : "接受", @@ -209,6 +208,7 @@ OC.L10N.register( "Tentative" : "暫定", "Your attendance was updated successfully." : "您的參與狀態成功更新。", "To-dos" : "待辦事項", + "Time:" : "時間:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他使用者在預約會議時就會知道您何時不在辦公室。" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index cbe623892cb..dcfeb0bdb5b 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -84,7 +84,6 @@ "Organizer:" : "組織者:", "Attendees:" : "參與者:", "Title:" : "標題:", - "Time:" : "時間:", "Location:" : "地點:", "Link:" : "連結:", "Accept" : "接受", @@ -207,6 +206,7 @@ "Tentative" : "暫定", "Your attendance was updated successfully." : "您的參與狀態成功更新。", "To-dos" : "待辦事項", + "Time:" : "時間:", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "若您設定了您的工作時間,其他使用者在預約會議時就會知道您何時不在辦公室。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |