Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-11 06:09:59 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-11 06:09:59 +0300
commitefd5883983660f91b7be344ff135b08471ff0a2b (patch)
treed1a783adf5ff7516349b93e59cc444f4c655815a
parent69138bd4d0ea3341f6b6c959fb4930d705af0eaf (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/de.js13
-rw-r--r--l10n/de.json13
-rw-r--r--l10n/pl.js16
-rw-r--r--l10n/pl.json16
-rw-r--r--l10n/tr.js16
-rw-r--r--l10n/tr.json16
6 files changed, 90 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
index 025193058..65fbb3a63 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -63,6 +63,7 @@ OC.L10N.register(
"Preferred writing mode for new messages and replies." : "Bevorzugter Schreibmodus für neue Nachrichten und Antworten.",
"Default folders" : "Standardordner",
"The folders to use for drafts, sent messages and deleted messages." : "Die zu verwendenden Ordner für Entwürfe, gesendete Nachrichten und gelöschte Nachrichten.",
+ "Autoresponder" : "Automatische Antworten",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Automatisierte Antwort auf eingehende Nachrichten. Wenn dir jemand mehrere Nachrichten schickt, wird diese automatische Antwort höchstens einmal alle 4 Tage gesendet.",
"Please connect to a sieve server first." : "Bitte stelle zunächst eine Verbindung zu einem Sieve-Server her.",
"Sieve filter rules" : "Sieve-Filterregeln",
@@ -188,15 +189,23 @@ OC.L10N.register(
"Event created" : "Termin wurde erstellt",
"Could not create event" : "Termin konnte nicht erstellt werden",
"You accepted this invitation" : "Du hast diese Einladung akzeptiert.",
+ "You tentatively accepted this invitation" : "Du hast diese Einladung vorläufig angenommen.",
"You declined this invitation" : "Du hast die Einladung abgelehnt.",
+ "You already reacted to this invitation" : "Du hast bereits auf diese Einladung reagiert.",
"You have been invited to an event" : "Du wurdest zu einem Termin eingeladen.",
"This event was cancelled" : "Dieser Termin wurde abgesagt.",
"Save to" : "Speichern",
"Comment" : "Kommentar",
"Accept" : "Annehmen",
"Decline" : "Ablehnen",
+ "Tentatively accept" : "Vorläufig angenommen",
"More options" : "Weitere Optionen",
+ "This event is in the past." : "Dieser Termin liegt in der Vergangenheit.",
"This event was updated" : "Dieser Termin wurde aktualisiert.",
+ "{attendeeName} accepted your invitation" : "{attendeeName} hat deine Einladung angenommen.",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} hat deine Einladung als vorläufig angenommen.",
+ "{attendeeName} declined your invitation" : "{attendeeName} hat deine Einladung abgelehnt.",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} hat auf deine Einladung reagiert.",
"Could not open mailbox" : "E-Mail-Postfach konnte nicht geöffnet werden",
"Loading messages …" : "Lade Nachrichten …",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "Deine Nachrichten werden indiziert. Dies kann bei größeren E-Mail-Postfächern etwas länger dauern.",
@@ -268,6 +277,7 @@ OC.L10N.register(
"Sync in background" : "Im Hintergrund synchronisieren",
"Clear mailbox" : "Postfach leeren",
"Delete mailbox" : "Postfach löschen",
+ "All messages in mailbox will be deleted." : "Alle Nachrichten im Postfach werden gelöscht.",
"Clear mailbox {name}" : "Postfach {name} leeren",
"The mailbox and all messages in it will be deleted." : "Das Postfach und alle Nachrichten werden gelöscht.",
"Delete mailbox {name}" : "Postfach {name} löschen",
@@ -281,10 +291,13 @@ OC.L10N.register(
"Message discarded" : "Nachricht verworfen",
"Could not discard message" : "Nachricht konnte nicht verworfen werden",
"No message selected" : "Keine Nachricht ausgewählt",
+ "Autoresponder off" : "Automatische Antworten nicht senden",
+ "Autoresponder on" : "Automatische Antworten senden",
"First day" : "Erster Tag",
"Last day (optional)" : "Letzter Tag (optional)",
"Message" : "Nachricht",
"Oh Snap!" : "Hoppla!",
+ "Save autoresponder" : "Automatische Antworten speichern",
"Could not open outbox" : "Postausgang konnte nicht geöffnet werden",
"Pending or not sent messages will show up here" : "Noch ausstehende oder nicht gesendete Nachrichten werden hier angezeigt",
"Delete" : "Löschen",
diff --git a/l10n/de.json b/l10n/de.json
index 7df2b2997..825a927d3 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -61,6 +61,7 @@
"Preferred writing mode for new messages and replies." : "Bevorzugter Schreibmodus für neue Nachrichten und Antworten.",
"Default folders" : "Standardordner",
"The folders to use for drafts, sent messages and deleted messages." : "Die zu verwendenden Ordner für Entwürfe, gesendete Nachrichten und gelöschte Nachrichten.",
+ "Autoresponder" : "Automatische Antworten",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Automatisierte Antwort auf eingehende Nachrichten. Wenn dir jemand mehrere Nachrichten schickt, wird diese automatische Antwort höchstens einmal alle 4 Tage gesendet.",
"Please connect to a sieve server first." : "Bitte stelle zunächst eine Verbindung zu einem Sieve-Server her.",
"Sieve filter rules" : "Sieve-Filterregeln",
@@ -186,15 +187,23 @@
"Event created" : "Termin wurde erstellt",
"Could not create event" : "Termin konnte nicht erstellt werden",
"You accepted this invitation" : "Du hast diese Einladung akzeptiert.",
+ "You tentatively accepted this invitation" : "Du hast diese Einladung vorläufig angenommen.",
"You declined this invitation" : "Du hast die Einladung abgelehnt.",
+ "You already reacted to this invitation" : "Du hast bereits auf diese Einladung reagiert.",
"You have been invited to an event" : "Du wurdest zu einem Termin eingeladen.",
"This event was cancelled" : "Dieser Termin wurde abgesagt.",
"Save to" : "Speichern",
"Comment" : "Kommentar",
"Accept" : "Annehmen",
"Decline" : "Ablehnen",
+ "Tentatively accept" : "Vorläufig angenommen",
"More options" : "Weitere Optionen",
+ "This event is in the past." : "Dieser Termin liegt in der Vergangenheit.",
"This event was updated" : "Dieser Termin wurde aktualisiert.",
+ "{attendeeName} accepted your invitation" : "{attendeeName} hat deine Einladung angenommen.",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} hat deine Einladung als vorläufig angenommen.",
+ "{attendeeName} declined your invitation" : "{attendeeName} hat deine Einladung abgelehnt.",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} hat auf deine Einladung reagiert.",
"Could not open mailbox" : "E-Mail-Postfach konnte nicht geöffnet werden",
"Loading messages …" : "Lade Nachrichten …",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "Deine Nachrichten werden indiziert. Dies kann bei größeren E-Mail-Postfächern etwas länger dauern.",
@@ -266,6 +275,7 @@
"Sync in background" : "Im Hintergrund synchronisieren",
"Clear mailbox" : "Postfach leeren",
"Delete mailbox" : "Postfach löschen",
+ "All messages in mailbox will be deleted." : "Alle Nachrichten im Postfach werden gelöscht.",
"Clear mailbox {name}" : "Postfach {name} leeren",
"The mailbox and all messages in it will be deleted." : "Das Postfach und alle Nachrichten werden gelöscht.",
"Delete mailbox {name}" : "Postfach {name} löschen",
@@ -279,10 +289,13 @@
"Message discarded" : "Nachricht verworfen",
"Could not discard message" : "Nachricht konnte nicht verworfen werden",
"No message selected" : "Keine Nachricht ausgewählt",
+ "Autoresponder off" : "Automatische Antworten nicht senden",
+ "Autoresponder on" : "Automatische Antworten senden",
"First day" : "Erster Tag",
"Last day (optional)" : "Letzter Tag (optional)",
"Message" : "Nachricht",
"Oh Snap!" : "Hoppla!",
+ "Save autoresponder" : "Automatische Antworten speichern",
"Could not open outbox" : "Postausgang konnte nicht geöffnet werden",
"Pending or not sent messages will show up here" : "Noch ausstehende oder nicht gesendete Nachrichten werden hier angezeigt",
"Delete" : "Löschen",
diff --git a/l10n/pl.js b/l10n/pl.js
index 69b165131..a92d522bc 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -63,6 +63,7 @@ OC.L10N.register(
"Preferred writing mode for new messages and replies." : "Preferowany tryb pisania dla nowych wiadomości i odpowiedzi.",
"Default folders" : "Katalogi domyślne",
"The folders to use for drafts, sent messages and deleted messages." : "Katalogi używane do kopii roboczych, wysłanych i usuniętych wiadomości.",
+ "Autoresponder" : "Automatyczna wiadomość zwrotna",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Automatyczna odpowiedź na przychodzące wiadomości. Jeśli ktoś wyśle Tobie kilka wiadomości, ta automatyczna odpowiedź będzie wysyłana co najwyżej raz na 4 dni.",
"Please connect to a sieve server first." : "Najpierw połącz się z serwerem Sieve.",
"Sieve filter rules" : "Zasady filtra Sieve",
@@ -187,13 +188,24 @@ OC.L10N.register(
"Create" : "Utwórz",
"Event created" : "Utworzono wydarzenie",
"Could not create event" : "Nie można utworzyć wydarzenia",
+ "You accepted this invitation" : "Zaakceptowałeś to zaproszenie",
+ "You tentatively accepted this invitation" : "Wstępnie zaakceptowałeś to zaproszenie",
+ "You declined this invitation" : "Odrzuciłeś to zaproszenie",
+ "You already reacted to this invitation" : "Już zareagowałeś na to zaproszenie",
"You have been invited to an event" : "Zostałeś zaproszony na wydarzenie",
"This event was cancelled" : "Wydarzenie te zostało odwołane",
+ "Save to" : "Zapisz w",
"Comment" : "Komentarz",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
+ "Tentatively accept" : "Wstępnie zaakceptuj",
"More options" : "Więcej opcji",
+ "This event is in the past." : "To wydarzenie już minęło.",
"This event was updated" : "Wydarzenie te zostało zaktualizowane",
+ "{attendeeName} accepted your invitation" : "{attendeeName} przyjął Twoje zaproszenie",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} wstępnie zaakceptował Twoje zaproszenie",
+ "{attendeeName} declined your invitation" : "{attendeeName} odrzucił Twoje zaproszenie",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} odpowiedział na Twoje zaproszenie",
"Could not open mailbox" : "Nie można otworzyć skrzynki pocztowej",
"Loading messages …" : "Wczytywanie wiadomości…",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "Indeksowanie wiadomości. W przypadku większych skrzynek pocztowych może to potrwać trochę dłużej.",
@@ -265,6 +277,7 @@ OC.L10N.register(
"Sync in background" : "Synchronizuj w tle",
"Clear mailbox" : "Wyczyść skrzynkę pocztową",
"Delete mailbox" : "Usuń skrzynkę pocztową",
+ "All messages in mailbox will be deleted." : "Wszystkie wiadomości w skrzynce pocztowej zostaną usunięte.",
"Clear mailbox {name}" : "Wyczyść skrzynkę pocztową {name}",
"The mailbox and all messages in it will be deleted." : "Skrzynka pocztowa i wszystkie zawarte w niej wiadomości zostaną usunięte.",
"Delete mailbox {name}" : "Usuń skrzynkę pocztową {name}",
@@ -278,10 +291,13 @@ OC.L10N.register(
"Message discarded" : "Wiadomość odrzucona",
"Could not discard message" : "Nie udało się odrzucić wiadomości",
"No message selected" : "Nie wybrano żadnej wiadomości",
+ "Autoresponder off" : "Automatyczna wiadomość zwrotna wyłączona",
+ "Autoresponder on" : "Automatyczna wiadomość zwrotna włączona",
"First day" : "Pierwszy dzień",
"Last day (optional)" : "Ostatni dzień (opcjonalnie)",
"Message" : "Komunikat",
"Oh Snap!" : "O rany!",
+ "Save autoresponder" : "Zapisz automatyczną wiadomość zwrotną",
"Could not open outbox" : "Nie udało się otworzyć skrzynki nadawczej",
"Pending or not sent messages will show up here" : "Oczekujące lub niewysłane wiadomości pojawią się tutaj",
"Delete" : "Usuń",
diff --git a/l10n/pl.json b/l10n/pl.json
index a15e54da9..425b6fae1 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -61,6 +61,7 @@
"Preferred writing mode for new messages and replies." : "Preferowany tryb pisania dla nowych wiadomości i odpowiedzi.",
"Default folders" : "Katalogi domyślne",
"The folders to use for drafts, sent messages and deleted messages." : "Katalogi używane do kopii roboczych, wysłanych i usuniętych wiadomości.",
+ "Autoresponder" : "Automatyczna wiadomość zwrotna",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Automatyczna odpowiedź na przychodzące wiadomości. Jeśli ktoś wyśle Tobie kilka wiadomości, ta automatyczna odpowiedź będzie wysyłana co najwyżej raz na 4 dni.",
"Please connect to a sieve server first." : "Najpierw połącz się z serwerem Sieve.",
"Sieve filter rules" : "Zasady filtra Sieve",
@@ -185,13 +186,24 @@
"Create" : "Utwórz",
"Event created" : "Utworzono wydarzenie",
"Could not create event" : "Nie można utworzyć wydarzenia",
+ "You accepted this invitation" : "Zaakceptowałeś to zaproszenie",
+ "You tentatively accepted this invitation" : "Wstępnie zaakceptowałeś to zaproszenie",
+ "You declined this invitation" : "Odrzuciłeś to zaproszenie",
+ "You already reacted to this invitation" : "Już zareagowałeś na to zaproszenie",
"You have been invited to an event" : "Zostałeś zaproszony na wydarzenie",
"This event was cancelled" : "Wydarzenie te zostało odwołane",
+ "Save to" : "Zapisz w",
"Comment" : "Komentarz",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
+ "Tentatively accept" : "Wstępnie zaakceptuj",
"More options" : "Więcej opcji",
+ "This event is in the past." : "To wydarzenie już minęło.",
"This event was updated" : "Wydarzenie te zostało zaktualizowane",
+ "{attendeeName} accepted your invitation" : "{attendeeName} przyjął Twoje zaproszenie",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} wstępnie zaakceptował Twoje zaproszenie",
+ "{attendeeName} declined your invitation" : "{attendeeName} odrzucił Twoje zaproszenie",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} odpowiedział na Twoje zaproszenie",
"Could not open mailbox" : "Nie można otworzyć skrzynki pocztowej",
"Loading messages …" : "Wczytywanie wiadomości…",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "Indeksowanie wiadomości. W przypadku większych skrzynek pocztowych może to potrwać trochę dłużej.",
@@ -263,6 +275,7 @@
"Sync in background" : "Synchronizuj w tle",
"Clear mailbox" : "Wyczyść skrzynkę pocztową",
"Delete mailbox" : "Usuń skrzynkę pocztową",
+ "All messages in mailbox will be deleted." : "Wszystkie wiadomości w skrzynce pocztowej zostaną usunięte.",
"Clear mailbox {name}" : "Wyczyść skrzynkę pocztową {name}",
"The mailbox and all messages in it will be deleted." : "Skrzynka pocztowa i wszystkie zawarte w niej wiadomości zostaną usunięte.",
"Delete mailbox {name}" : "Usuń skrzynkę pocztową {name}",
@@ -276,10 +289,13 @@
"Message discarded" : "Wiadomość odrzucona",
"Could not discard message" : "Nie udało się odrzucić wiadomości",
"No message selected" : "Nie wybrano żadnej wiadomości",
+ "Autoresponder off" : "Automatyczna wiadomość zwrotna wyłączona",
+ "Autoresponder on" : "Automatyczna wiadomość zwrotna włączona",
"First day" : "Pierwszy dzień",
"Last day (optional)" : "Ostatni dzień (opcjonalnie)",
"Message" : "Komunikat",
"Oh Snap!" : "O rany!",
+ "Save autoresponder" : "Zapisz automatyczną wiadomość zwrotną",
"Could not open outbox" : "Nie udało się otworzyć skrzynki nadawczej",
"Pending or not sent messages will show up here" : "Oczekujące lub niewysłane wiadomości pojawią się tutaj",
"Delete" : "Usuń",
diff --git a/l10n/tr.js b/l10n/tr.js
index d06a33481..385e062a1 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -63,6 +63,7 @@ OC.L10N.register(
"Preferred writing mode for new messages and replies." : "Yeni ileti ve yanıtlar için yeğlenen yazma kipi.",
"Default folders" : "Varsayılan klasörler",
"The folders to use for drafts, sent messages and deleted messages." : "Taslak, gönderilmiş ve silinmiş iletilerin nereye kaydedileceği buradan ayarlanabilir.",
+ "Autoresponder" : "Otomatik yanıtlayıcı",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Gelen iletileri otomatik yanıtlar. Birisi size birkaç ileti gönderirse, bu otomatik yanıt en fazla 4 günde bir gönderilir.",
"Please connect to a sieve server first." : "Lütfen önce bir Sieve sunucusu ile bağlantı kurun. ",
"Sieve filter rules" : "Sieve süzgeci kuralları",
@@ -187,13 +188,24 @@ OC.L10N.register(
"Create" : "Ekle",
"Event created" : "Etkinlik eklendi",
"Could not create event" : "Etkinlik oluşturulamadı",
+ "You accepted this invitation" : "Bu çağrıyı kabul ettiniz",
+ "You tentatively accepted this invitation" : "Bu çağrıyı belirsiz olarak kabul ettiniz",
+ "You declined this invitation" : "Bu çağrıya reddettiniz",
+ "You already reacted to this invitation" : "Bu çağrıya zaten yanıt verdiniz",
"You have been invited to an event" : "Bir etkinliğe çağrıldınız",
"This event was cancelled" : "Bu etkinlik iptal edildi",
+ "Save to" : "Şuraya kaydet",
"Comment" : "Yorum",
"Accept" : "Kabul et",
"Decline" : "Reddet",
+ "Tentatively accept" : "Belirsiz olarak kabul et",
"More options" : "Diğer seçenekler",
+ "This event is in the past." : "Bu etkinlik geçmişte.",
"This event was updated" : "Bu etkinlik güncellendi",
+ "{attendeeName} accepted your invitation" : "{attendeeName} çağrınızı kabul etti",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} çağrınızı belirsiz olarak kabul etti",
+ "{attendeeName} declined your invitation" : "{attendeeName} çağrınızı reddetti",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} çağrınızı yanıtladı",
"Could not open mailbox" : "Posta kutusu açılamadı",
"Loading messages …" : "İletiler yükleniyor…",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "İletileriniz dizine ekleniyor. Çok sayıda ileti bulunan posta kutularında bu işlem biraz zaman alabilir.",
@@ -265,6 +277,7 @@ OC.L10N.register(
"Sync in background" : "Arka planda eşitleme",
"Clear mailbox" : "E-posta kutusunu temizle",
"Delete mailbox" : "E-posta kutusunu sil",
+ "All messages in mailbox will be deleted." : "E-posta kutusundaki tüm iletiler silinecek.",
"Clear mailbox {name}" : "{name} e-posta kutusunu temizle",
"The mailbox and all messages in it will be deleted." : "E-posta kutusu ve içindeki tüm iletiler silinecek.",
"Delete mailbox {name}" : "{name} e-posta kutusunu sil",
@@ -278,10 +291,13 @@ OC.L10N.register(
"Message discarded" : "İleti iptal edildi",
"Could not discard message" : "İleti iptal edilemedi",
"No message selected" : "Herhangi bir ileti seçilmemiş",
+ "Autoresponder off" : "Otomatik yanıtlayıcı kapalı",
+ "Autoresponder on" : "Otomatik yanıtlayıcı açık",
"First day" : "Başlangıç",
"Last day (optional)" : "Bitiş (isteğe bağlı)",
"Message" : "İleti",
"Oh Snap!" : "Hadi canım!",
+ "Save autoresponder" : "Otomatik yanıtlayıcıyı kaydet",
"Could not open outbox" : "Giden kutusu açılamadı",
"Pending or not sent messages will show up here" : "Bekleyen ya da gönderilmemiş iletiler burada görüntülenir",
"Delete" : "Sil",
diff --git a/l10n/tr.json b/l10n/tr.json
index 3ec51ea81..a0f8ffffc 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -61,6 +61,7 @@
"Preferred writing mode for new messages and replies." : "Yeni ileti ve yanıtlar için yeğlenen yazma kipi.",
"Default folders" : "Varsayılan klasörler",
"The folders to use for drafts, sent messages and deleted messages." : "Taslak, gönderilmiş ve silinmiş iletilerin nereye kaydedileceği buradan ayarlanabilir.",
+ "Autoresponder" : "Otomatik yanıtlayıcı",
"Automated reply to incoming messages. If someone sends you several messages, this automated reply will be sent at most once every 4 days." : "Gelen iletileri otomatik yanıtlar. Birisi size birkaç ileti gönderirse, bu otomatik yanıt en fazla 4 günde bir gönderilir.",
"Please connect to a sieve server first." : "Lütfen önce bir Sieve sunucusu ile bağlantı kurun. ",
"Sieve filter rules" : "Sieve süzgeci kuralları",
@@ -185,13 +186,24 @@
"Create" : "Ekle",
"Event created" : "Etkinlik eklendi",
"Could not create event" : "Etkinlik oluşturulamadı",
+ "You accepted this invitation" : "Bu çağrıyı kabul ettiniz",
+ "You tentatively accepted this invitation" : "Bu çağrıyı belirsiz olarak kabul ettiniz",
+ "You declined this invitation" : "Bu çağrıya reddettiniz",
+ "You already reacted to this invitation" : "Bu çağrıya zaten yanıt verdiniz",
"You have been invited to an event" : "Bir etkinliğe çağrıldınız",
"This event was cancelled" : "Bu etkinlik iptal edildi",
+ "Save to" : "Şuraya kaydet",
"Comment" : "Yorum",
"Accept" : "Kabul et",
"Decline" : "Reddet",
+ "Tentatively accept" : "Belirsiz olarak kabul et",
"More options" : "Diğer seçenekler",
+ "This event is in the past." : "Bu etkinlik geçmişte.",
"This event was updated" : "Bu etkinlik güncellendi",
+ "{attendeeName} accepted your invitation" : "{attendeeName} çağrınızı kabul etti",
+ "{attendeeName} tentatively accepted your invitation" : "{attendeeName} çağrınızı belirsiz olarak kabul etti",
+ "{attendeeName} declined your invitation" : "{attendeeName} çağrınızı reddetti",
+ "{attendeeName} reacted to your invitation" : "{attendeeName} çağrınızı yanıtladı",
"Could not open mailbox" : "Posta kutusu açılamadı",
"Loading messages …" : "İletiler yükleniyor…",
"Indexing your messages. This can take a bit longer for larger mailboxes." : "İletileriniz dizine ekleniyor. Çok sayıda ileti bulunan posta kutularında bu işlem biraz zaman alabilir.",
@@ -263,6 +275,7 @@
"Sync in background" : "Arka planda eşitleme",
"Clear mailbox" : "E-posta kutusunu temizle",
"Delete mailbox" : "E-posta kutusunu sil",
+ "All messages in mailbox will be deleted." : "E-posta kutusundaki tüm iletiler silinecek.",
"Clear mailbox {name}" : "{name} e-posta kutusunu temizle",
"The mailbox and all messages in it will be deleted." : "E-posta kutusu ve içindeki tüm iletiler silinecek.",
"Delete mailbox {name}" : "{name} e-posta kutusunu sil",
@@ -276,10 +289,13 @@
"Message discarded" : "İleti iptal edildi",
"Could not discard message" : "İleti iptal edilemedi",
"No message selected" : "Herhangi bir ileti seçilmemiş",
+ "Autoresponder off" : "Otomatik yanıtlayıcı kapalı",
+ "Autoresponder on" : "Otomatik yanıtlayıcı açık",
"First day" : "Başlangıç",
"Last day (optional)" : "Bitiş (isteğe bağlı)",
"Message" : "İleti",
"Oh Snap!" : "Hadi canım!",
+ "Save autoresponder" : "Otomatik yanıtlayıcıyı kaydet",
"Could not open outbox" : "Giden kutusu açılamadı",
"Pending or not sent messages will show up here" : "Bekleyen ya da gönderilmemiş iletiler burada görüntülenir",
"Delete" : "Sil",