diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-17 02:15:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-17 02:15:00 +0000 |
commit | 5b09460d4fb1ee0b05f2a168b781d4d050daf387 (patch) | |
tree | b361989991b0cf7665755f078bc1fac4f8282107 /apps/dav | |
parent | 6db355848b624d7e48257a8a85eb35b3b8f9b9f5 (diff) | |
download | nextcloud-server-5b09460d4fb1ee0b05f2a168b781d4d050daf387.tar.gz nextcloud-server-5b09460d4fb1ee0b05f2a168b781d4d050daf387.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/de.js | 16 | ||||
-rw-r--r-- | apps/dav/l10n/de.json | 16 | ||||
-rw-r--r-- | apps/dav/l10n/de_DE.js | 16 | ||||
-rw-r--r-- | apps/dav/l10n/de_DE.json | 16 | ||||
-rw-r--r-- | apps/dav/l10n/eo.js | 4 | ||||
-rw-r--r-- | apps/dav/l10n/eo.json | 4 | ||||
-rw-r--r-- | apps/dav/l10n/it.js | 16 | ||||
-rw-r--r-- | apps/dav/l10n/it.json | 16 | ||||
-rw-r--r-- | apps/dav/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/ja.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/pt_BR.js | 16 | ||||
-rw-r--r-- | apps/dav/l10n/pt_BR.json | 16 | ||||
-rw-r--r-- | apps/dav/l10n/tr.js | 15 | ||||
-rw-r--r-- | apps/dav/l10n/tr.json | 15 |
14 files changed, 168 insertions, 2 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index a4e3f565e9c..3fdb724ec1d 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "Contact birthdays" : "Geburtstage von Kontakten", + "Calendar:" : "Kalender:", + "Date:" : "Datum:", "Where:" : "Wo:", "Description:" : "Beschreibung:", + "Untitled event" : "Unbenanntes Ereignis", + "_%n year_::_%n years_" : ["%n Jahr","%n Jahre"], + "_%n month_::_%n months_" : ["%n Monat","%n Monate"], + "_%n day_::_%n days_" : ["%n Tag","%n Tage"], + "_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"], + "_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (vor %s)", + "Calendar: %s" : "Kalender: %s", + "Date: %s" : "Datum: %s", + "Description: %s" : "Beschreibung: %s", + "Where: %s" : "Ort: %s", "%1$s via %2$s" : "%1$s über %2$s", "Invitation canceled" : "Einladung abgebrochen", "Hello %s," : "Hallo %s,", @@ -81,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", + "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", + "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 0fe65d3baaa..40cdd9da700 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -42,8 +42,22 @@ "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "Contact birthdays" : "Geburtstage von Kontakten", + "Calendar:" : "Kalender:", + "Date:" : "Datum:", "Where:" : "Wo:", "Description:" : "Beschreibung:", + "Untitled event" : "Unbenanntes Ereignis", + "_%n year_::_%n years_" : ["%n Jahr","%n Jahre"], + "_%n month_::_%n months_" : ["%n Monat","%n Monate"], + "_%n day_::_%n days_" : ["%n Tag","%n Tage"], + "_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"], + "_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (vor %s)", + "Calendar: %s" : "Kalender: %s", + "Date: %s" : "Datum: %s", + "Description: %s" : "Beschreibung: %s", + "Where: %s" : "Ort: %s", "%1$s via %2$s" : "%1$s über %2$s", "Invitation canceled" : "Einladung abgebrochen", "Hello %s," : "Hallo %s,", @@ -79,6 +93,8 @@ "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", + "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", + "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index baba1be2bdc..8353db5239f 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "Contact birthdays" : "Geburtstage von Kontakten", + "Calendar:" : "Kalender:", + "Date:" : "Datum:", "Where:" : "Wo:", "Description:" : "Beschreibung:", + "Untitled event" : "Unbenanntes Ereignis", + "_%n year_::_%n years_" : ["%n Jahr","%n Jahre"], + "_%n month_::_%n months_" : ["%n Monat","%n Monate"], + "_%n day_::_%n days_" : ["%n Tag","%n Tage"], + "_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"], + "_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (vor %s)", + "Calendar: %s" : "Kalender: %s", + "Date: %s" : "Datum: %s", + "Description: %s" : "Beschreibung: %s", + "Where: %s" : "Ort: %s", "%1$s via %2$s" : "%1$s über %2$s", "Invitation canceled" : "Einladung abgebrochen", "Hello %s," : "Hallo %s,", @@ -81,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", + "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", + "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index 15a3008a91b..b26a7904dd1 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -42,8 +42,22 @@ "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "Contact birthdays" : "Geburtstage von Kontakten", + "Calendar:" : "Kalender:", + "Date:" : "Datum:", "Where:" : "Wo:", "Description:" : "Beschreibung:", + "Untitled event" : "Unbenanntes Ereignis", + "_%n year_::_%n years_" : ["%n Jahr","%n Jahre"], + "_%n month_::_%n months_" : ["%n Monat","%n Monate"], + "_%n day_::_%n days_" : ["%n Tag","%n Tage"], + "_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"], + "_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (vor %s)", + "Calendar: %s" : "Kalender: %s", + "Date: %s" : "Datum: %s", + "Description: %s" : "Beschreibung: %s", + "Where: %s" : "Ort: %s", "%1$s via %2$s" : "%1$s über %2$s", "Invitation canceled" : "Einladung abgebrochen", "Hello %s," : "Hallo %s,", @@ -79,6 +93,8 @@ "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", + "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", + "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/eo.js b/apps/dav/l10n/eo.js index 558c26d7c1b..5a04aac9a96 100644 --- a/apps/dav/l10n/eo.js +++ b/apps/dav/l10n/eo.js @@ -44,8 +44,12 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Kalendara <strong>okazaĵo</strong> estis modifita", "A calendar <strong>todo</strong> was modified" : "Kalendara <strong>farendaĵo</strong> estis modifita", "Contact birthdays" : "Kontaktaj datrevenoj", + "Calendar:" : "Kalendaro:", + "Date:" : "Dato:", "Where:" : "Kie:", "Description:" : "Priskribo:", + "Untitled event" : "Sentitola okazaĵo", + "_%n year_::_%n years_" : ["%n jaro","%n jaroj"], "%1$s via %2$s" : "%1$s pere de %2$s", "Invitation canceled" : "Invito nuligita", "Hello %s," : "Saluton %s,", diff --git a/apps/dav/l10n/eo.json b/apps/dav/l10n/eo.json index e4ac6233280..de436e79ded 100644 --- a/apps/dav/l10n/eo.json +++ b/apps/dav/l10n/eo.json @@ -42,8 +42,12 @@ "A calendar <strong>event</strong> was modified" : "Kalendara <strong>okazaĵo</strong> estis modifita", "A calendar <strong>todo</strong> was modified" : "Kalendara <strong>farendaĵo</strong> estis modifita", "Contact birthdays" : "Kontaktaj datrevenoj", + "Calendar:" : "Kalendaro:", + "Date:" : "Dato:", "Where:" : "Kie:", "Description:" : "Priskribo:", + "Untitled event" : "Sentitola okazaĵo", + "_%n year_::_%n years_" : ["%n jaro","%n jaroj"], "%1$s via %2$s" : "%1$s pere de %2$s", "Invitation canceled" : "Invito nuligita", "Hello %s," : "Saluton %s,", diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index e5cb8e211f4..3c7d59c2a57 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata", "Contact birthdays" : "Date di nascita dei contatti", + "Calendar:" : "Calendario:", + "Date:" : "Data:", "Where:" : "Dove:", "Description:" : "Descrizione:", + "Untitled event" : "Evento senza titolo", + "_%n year_::_%n years_" : ["%n anno","%n anni"], + "_%n month_::_%n months_" : ["%n mese","%n mesi"], + "_%n day_::_%n days_" : ["%n giorno","%n giorni"], + "_%n hour_::_%n hours_" : ["%n ora","%n ore"], + "_%n minute_::_%n minutes_" : ["%n minuto","%n minuti"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (%s fa)", + "Calendar: %s" : "Calendario: %s", + "Date: %s" : "Data: %s", + "Description: %s" : "Descrizione: %s", + "Where: %s" : "Dove: %s", "%1$s via %2$s" : "%1$s tramite %2$s", "Invitation canceled" : "Invito annullato", "Hello %s," : "Ciao %s,", @@ -81,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", "Birthday calendars will be generated by a background job." : "Il calendario dei compleanni sarà generato con un'operazione in background.", "Hence they will not be available immediately after enabling but will show up after some time." : "Per cui non saranno disponibili immediatamente dopo l'abilitazione, ma saranno mostrati dopo qualche istante.", + "Send notifications for events" : "Invia notifiche per eventi", + "Notifications will be send through background jobs, so these need to happen often enough." : "Le notifiche saranno inviate tramite operazioni in background, per cui devono verificarsi abbastanza spesso.", "%s via %s" : "%s tramite %s", "The meeting »%s« with %s was canceled." : "L'incontro «%s» con %s è stato annullato.", "The meeting »%s« with %s was updated." : "L'incontro «%s» con %s è stato aggiornato.", diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index 88f3b0d187c..5f99b6a2798 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -42,8 +42,22 @@ "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata", "Contact birthdays" : "Date di nascita dei contatti", + "Calendar:" : "Calendario:", + "Date:" : "Data:", "Where:" : "Dove:", "Description:" : "Descrizione:", + "Untitled event" : "Evento senza titolo", + "_%n year_::_%n years_" : ["%n anno","%n anni"], + "_%n month_::_%n months_" : ["%n mese","%n mesi"], + "_%n day_::_%n days_" : ["%n giorno","%n giorni"], + "_%n hour_::_%n hours_" : ["%n ora","%n ore"], + "_%n minute_::_%n minutes_" : ["%n minuto","%n minuti"], + "%s (in %s)" : "%s (in %s)", + "%s (%s ago)" : "%s (%s fa)", + "Calendar: %s" : "Calendario: %s", + "Date: %s" : "Data: %s", + "Description: %s" : "Descrizione: %s", + "Where: %s" : "Dove: %s", "%1$s via %2$s" : "%1$s tramite %2$s", "Invitation canceled" : "Invito annullato", "Hello %s," : "Ciao %s,", @@ -79,6 +93,8 @@ "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", "Birthday calendars will be generated by a background job." : "Il calendario dei compleanni sarà generato con un'operazione in background.", "Hence they will not be available immediately after enabling but will show up after some time." : "Per cui non saranno disponibili immediatamente dopo l'abilitazione, ma saranno mostrati dopo qualche istante.", + "Send notifications for events" : "Invia notifiche per eventi", + "Notifications will be send through background jobs, so these need to happen often enough." : "Le notifiche saranno inviate tramite operazioni in background, per cui devono verificarsi abbastanza spesso.", "%s via %s" : "%s tramite %s", "The meeting »%s« with %s was canceled." : "L'incontro «%s» con %s è stato annullato.", "The meeting »%s« with %s was updated." : "L'incontro «%s» con %s è stato aggiornato.", diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js index f84e4b943ef..13f4b121cca 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -77,7 +77,7 @@ OC.L10N.register( "Calendar server" : "カレンダーサーバー", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。", "Send invitations to attendees" : "参加者に招待状を送信する", - "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}をメールサーバ{linkclose}に正しく設定してください。", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバ{linkclose}を正しく設定してください。", "Automatically generate a birthday calendar" : "自動的に誕生日カレンダーを生成する", "Birthday calendars will be generated by a background job." : "誕生日カレンダーは、バックグラウンドジョブによって生成されます。", "Hence they will not be available immediately after enabling but will show up after some time." : "したがって、有効にした直後は利用できませんが、しばらくしてから表示されます。", diff --git a/apps/dav/l10n/ja.json b/apps/dav/l10n/ja.json index 4967387caa9..a3ccb01eda3 100644 --- a/apps/dav/l10n/ja.json +++ b/apps/dav/l10n/ja.json @@ -75,7 +75,7 @@ "Calendar server" : "カレンダーサーバー", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "{calendarappstoreopen}カレンダーアプリ{linkclose}、または{calendardocopen}を同期させるためにデスクトップとモバイルを接続する ↗{linkclose}もインストールしてください。", "Send invitations to attendees" : "参加者に招待状を送信する", - "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}をメールサーバ{linkclose}に正しく設定してください。", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen}メールサーバ{linkclose}を正しく設定してください。", "Automatically generate a birthday calendar" : "自動的に誕生日カレンダーを生成する", "Birthday calendars will be generated by a background job." : "誕生日カレンダーは、バックグラウンドジョブによって生成されます。", "Hence they will not be available immediately after enabling but will show up after some time." : "したがって、有効にした直後は利用できませんが、しばらくしてから表示されます。", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index d974781a1f3..c8deb8dd634 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado", "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada", "Contact birthdays" : "Aniversário dos contatos", + "Calendar:" : "Calendário:", + "Date:" : "Data:", "Where:" : "Onde:", "Description:" : "Descrição:", + "Untitled event" : "Evento sem título", + "_%n year_::_%n years_" : ["%n ano","%n anos"], + "_%n month_::_%n months_" : ["%n mês","%n meses"], + "_%n day_::_%n days_" : ["%n dia","%n dias"], + "_%n hour_::_%n hours_" : ["%n hora","%n horas"], + "_%n minute_::_%n minutes_" : ["%n minuto","%n minutos"], + "%s (in %s)" : "%s (em %s)", + "%s (%s ago)" : "%s (%s atrás)", + "Calendar: %s" : "Calendário: %s", + "Date: %s" : "Data: %s", + "Description: %s" : "Descrição: %s", + "Where: %s" : "Onde: %s", "%1$s via %2$s" : "%1$s via %2$s", "Invitation canceled" : "Convite cancelado", "Hello %s," : "Olá %s,", @@ -81,6 +95,8 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Gerar um calendário de aniversários automaticamente", "Birthday calendars will be generated by a background job." : "Os calendários de aniversários serão gerados na retaguarda.", "Hence they will not be available immediately after enabling but will show up after some time." : "Portanto, eles não estarão disponíveis imediatamente após a ativação, mas depois de algum tempo.", + "Send notifications for events" : "Enviar notificações para eventos", + "Notifications will be send through background jobs, so these need to happen often enough." : "As notificações serão enviadas por meio de tarefas em segundo plano. Portanto, elas precisam acontecer com frequência suficiente.", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "A reunião »%s« com %s foi cancelada.", "The meeting »%s« with %s was updated." : "A reunião »%s« com %s foi atualizada..", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index c4a0222cc1a..17ec3d50968 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -42,8 +42,22 @@ "A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado", "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada", "Contact birthdays" : "Aniversário dos contatos", + "Calendar:" : "Calendário:", + "Date:" : "Data:", "Where:" : "Onde:", "Description:" : "Descrição:", + "Untitled event" : "Evento sem título", + "_%n year_::_%n years_" : ["%n ano","%n anos"], + "_%n month_::_%n months_" : ["%n mês","%n meses"], + "_%n day_::_%n days_" : ["%n dia","%n dias"], + "_%n hour_::_%n hours_" : ["%n hora","%n horas"], + "_%n minute_::_%n minutes_" : ["%n minuto","%n minutos"], + "%s (in %s)" : "%s (em %s)", + "%s (%s ago)" : "%s (%s atrás)", + "Calendar: %s" : "Calendário: %s", + "Date: %s" : "Data: %s", + "Description: %s" : "Descrição: %s", + "Where: %s" : "Onde: %s", "%1$s via %2$s" : "%1$s via %2$s", "Invitation canceled" : "Convite cancelado", "Hello %s," : "Olá %s,", @@ -79,6 +93,8 @@ "Automatically generate a birthday calendar" : "Gerar um calendário de aniversários automaticamente", "Birthday calendars will be generated by a background job." : "Os calendários de aniversários serão gerados na retaguarda.", "Hence they will not be available immediately after enabling but will show up after some time." : "Portanto, eles não estarão disponíveis imediatamente após a ativação, mas depois de algum tempo.", + "Send notifications for events" : "Enviar notificações para eventos", + "Notifications will be send through background jobs, so these need to happen often enough." : "As notificações serão enviadas por meio de tarefas em segundo plano. Portanto, elas precisam acontecer com frequência suficiente.", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "A reunião »%s« com %s foi cancelada.", "The meeting »%s« with %s was updated." : "A reunião »%s« com %s foi atualizada..", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index f001639675e..49b283c4a9b 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -44,8 +44,22 @@ OC.L10N.register( "A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi", "A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi", "Contact birthdays" : "Kişi doğum günleri", + "Calendar:" : "Takvim:", + "Date:" : "Tarih:", "Where:" : "Yer:", "Description:" : "Açıklama:", + "Untitled event" : "Adsız etkinlik", + "_%n year_::_%n years_" : ["%n yıl","%n yıl"], + "_%n month_::_%n months_" : ["%n ay","%n ay"], + "_%n day_::_%n days_" : ["%n gün","%n gün"], + "_%n hour_::_%n hours_" : ["%n saat","%n saat"], + "_%n minute_::_%n minutes_" : ["%n dakika","%n dakika"], + "%s (in %s)" : "%s (%s içinde)", + "%s (%s ago)" : "%s (%s önce)", + "Calendar: %s" : "Takvim: %s", + "Date: %s" : "Tarih: %s", + "Description: %s" : "Açıklama: %s", + "Where: %s" : "Şurada: %s", "%1$s via %2$s" : "%1$s, %2$s aracılığıyla", "Invitation canceled" : "Çağrı iptal edildi", "Hello %s," : "Merhaba %s,", @@ -81,6 +95,7 @@ OC.L10N.register( "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", + "Send notifications for events" : "Etkinlik bildirimleri gönderilsin", "%s via %s" : "%s, %s aracılığıyla", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was updated." : "Bu »%s« görüşmesi %s ile yapılacakken güncellendi.", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index ada3d225d3e..da3e03a31c9 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -42,8 +42,22 @@ "A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi", "A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi", "Contact birthdays" : "Kişi doğum günleri", + "Calendar:" : "Takvim:", + "Date:" : "Tarih:", "Where:" : "Yer:", "Description:" : "Açıklama:", + "Untitled event" : "Adsız etkinlik", + "_%n year_::_%n years_" : ["%n yıl","%n yıl"], + "_%n month_::_%n months_" : ["%n ay","%n ay"], + "_%n day_::_%n days_" : ["%n gün","%n gün"], + "_%n hour_::_%n hours_" : ["%n saat","%n saat"], + "_%n minute_::_%n minutes_" : ["%n dakika","%n dakika"], + "%s (in %s)" : "%s (%s içinde)", + "%s (%s ago)" : "%s (%s önce)", + "Calendar: %s" : "Takvim: %s", + "Date: %s" : "Tarih: %s", + "Description: %s" : "Açıklama: %s", + "Where: %s" : "Şurada: %s", "%1$s via %2$s" : "%1$s, %2$s aracılığıyla", "Invitation canceled" : "Çağrı iptal edildi", "Hello %s," : "Merhaba %s,", @@ -79,6 +93,7 @@ "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", + "Send notifications for events" : "Etkinlik bildirimleri gönderilsin", "%s via %s" : "%s, %s aracılığıyla", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was updated." : "Bu »%s« görüşmesi %s ile yapılacakken güncellendi.", |