From 3c0a4fdd76acff5624a7a5a585fe8f778bb7f74c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 1 Aug 2018 00:34:30 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/de.js | 17 +++++++++++++++++ l10n/de.json | 17 +++++++++++++++++ l10n/de_DE.js | 17 +++++++++++++++++ l10n/de_DE.json | 17 +++++++++++++++++ l10n/fr.js | 16 ++++++++++++++++ l10n/fr.json | 16 ++++++++++++++++ l10n/it.js | 12 ++++++++++++ l10n/it.json | 12 ++++++++++++ l10n/pt_BR.js | 17 +++++++++++++++++ l10n/pt_BR.json | 17 +++++++++++++++++ l10n/ru.js | 17 +++++++++++++++++ l10n/ru.json | 17 +++++++++++++++++ l10n/tr.js | 17 +++++++++++++++++ l10n/tr.json | 17 +++++++++++++++++ 14 files changed, 226 insertions(+) diff --git a/l10n/de.js b/l10n/de.js index a46e384fa..d35931054 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -112,6 +112,23 @@ OC.L10N.register( "_%n other_::_%n others_" : ["& weiterer","%n weitere"], "{actor} invited you to {call}" : "{actor} hat dich zu {call} eingeladen", "You were invited to a talk room or had a call" : "Du wurdest zu einem Gespräch eingeladen oder hattest einen Anruf", + "{actor} created the conversation" : "{actor} hat die Unterhaltung begonnen", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} hat die Unterhaltung von \"%1$s\" nach \"%2$s\" umbenannt", + "{actor} joined the call" : "{actor} ist der Unterhaltung beigetreten", + "{actor} left the call" : "{actor} hat die Unterhaltung verlassen", + "{actor} allowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung erlaubt", + "{actor} disallowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung untersagt", + "{actor} set a password for the conversation" : "{actor} hat ein Passwort für die Unterhaltung gesetzt", + "{actor} removed the password for the conversation" : "{actor} hat das Passwort für die Unterhaltung entfernt", + "{actor} added {user} to the conversation" : "{actor} hat {user} zur Unterhaltung hinzugefügt", + "{actor} removed {user} from the conversation" : "{actor} hat {user} aus der Unterhaltung entfernt", + "{actor} promoted {user} to moderator" : "{actor} hat {user} zum Moderator gemacht", + "{actor} demoted {user} from moderator" : "{actor} hat {user} die Modoratorrechte entzogen", + "%s (guest)" : "%s (Gast) ", + "Call with {user1} and {user2} (Duration {duration})" : "Unterhaltung mit {user1} und {user2} (Dauer {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Unterhaltung mit {user1}, {user2} und {user3} (Dauer {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3} und {user4} (Dauer {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3}, {user4} und {user5} (Dauer {duration})", "Talk to %s" : "Sprich mit %s", "_%n other guest_::_%n other guests_" : ["ein weiterer Gast","%n weitere Gäste"], ", " : ", ", diff --git a/l10n/de.json b/l10n/de.json index 95afbd888..63ddf1a7a 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -110,6 +110,23 @@ "_%n other_::_%n others_" : ["& weiterer","%n weitere"], "{actor} invited you to {call}" : "{actor} hat dich zu {call} eingeladen", "You were invited to a talk room or had a call" : "Du wurdest zu einem Gespräch eingeladen oder hattest einen Anruf", + "{actor} created the conversation" : "{actor} hat die Unterhaltung begonnen", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} hat die Unterhaltung von \"%1$s\" nach \"%2$s\" umbenannt", + "{actor} joined the call" : "{actor} ist der Unterhaltung beigetreten", + "{actor} left the call" : "{actor} hat die Unterhaltung verlassen", + "{actor} allowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung erlaubt", + "{actor} disallowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung untersagt", + "{actor} set a password for the conversation" : "{actor} hat ein Passwort für die Unterhaltung gesetzt", + "{actor} removed the password for the conversation" : "{actor} hat das Passwort für die Unterhaltung entfernt", + "{actor} added {user} to the conversation" : "{actor} hat {user} zur Unterhaltung hinzugefügt", + "{actor} removed {user} from the conversation" : "{actor} hat {user} aus der Unterhaltung entfernt", + "{actor} promoted {user} to moderator" : "{actor} hat {user} zum Moderator gemacht", + "{actor} demoted {user} from moderator" : "{actor} hat {user} die Modoratorrechte entzogen", + "%s (guest)" : "%s (Gast) ", + "Call with {user1} and {user2} (Duration {duration})" : "Unterhaltung mit {user1} und {user2} (Dauer {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Unterhaltung mit {user1}, {user2} und {user3} (Dauer {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3} und {user4} (Dauer {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3}, {user4} und {user5} (Dauer {duration})", "Talk to %s" : "Sprich mit %s", "_%n other guest_::_%n other guests_" : ["ein weiterer Gast","%n weitere Gäste"], ", " : ", ", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index fa1a00d77..ab8003a0b 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -112,6 +112,23 @@ OC.L10N.register( "_%n other_::_%n others_" : ["%n weiterer","%n weitere"], "{actor} invited you to {call}" : "{actor} hat Sie zu {call} eingeladen", "You were invited to a talk room or had a call" : "Sie wurden zu einem Gespräch eingeladen oder hatten einen Anruf", + "{actor} created the conversation" : "{actor} hat die Unterhaltung begonnen", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} hat die Unterhaltung von \"%1$s\" nach \"%2$s\" umbenannt", + "{actor} joined the call" : "{actor} ist der Unterhaltung beigetreten", + "{actor} left the call" : "{actor} hat die Unterhaltung verlassen", + "{actor} allowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung erlaubt", + "{actor} disallowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung untersagt", + "{actor} set a password for the conversation" : "{actor} hat ein Passwort für die Unterhaltung gesetzt", + "{actor} removed the password for the conversation" : "{actor} hat das Passwort für die Unterhaltung entfernt", + "{actor} added {user} to the conversation" : "{actor} hat {user} zur Unterhaltung hinzugefügt", + "{actor} removed {user} from the conversation" : "{actor} hat {user} aus der Unterhaltung entfernt", + "{actor} promoted {user} to moderator" : "{actor} hat {user} zum Moderator gemacht", + "{actor} demoted {user} from moderator" : "{actor} hat {user} die Modoratorrechte entzogen", + "%s (guest)" : "%s (Gast)", + "Call with {user1} and {user2} (Duration {duration})" : "Unterhaltung mit {user1} und {user2} (Dauer {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Unterhaltung mit {user1}, {user2} und {user3} (Dauer {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3} und {user4} (Dauer {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3}, {user4} und {user5} (Dauer {duration})", "Talk to %s" : "Spreche mit %s", "_%n other guest_::_%n other guests_" : ["ein weiterer Gast","%n weitere Gäste"], ", " : ", ", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 7b35e21cf..84c1be16e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -110,6 +110,23 @@ "_%n other_::_%n others_" : ["%n weiterer","%n weitere"], "{actor} invited you to {call}" : "{actor} hat Sie zu {call} eingeladen", "You were invited to a talk room or had a call" : "Sie wurden zu einem Gespräch eingeladen oder hatten einen Anruf", + "{actor} created the conversation" : "{actor} hat die Unterhaltung begonnen", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} hat die Unterhaltung von \"%1$s\" nach \"%2$s\" umbenannt", + "{actor} joined the call" : "{actor} ist der Unterhaltung beigetreten", + "{actor} left the call" : "{actor} hat die Unterhaltung verlassen", + "{actor} allowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung erlaubt", + "{actor} disallowed guests in the conversation" : "{actor} hat Gäste in der Unterhaltung untersagt", + "{actor} set a password for the conversation" : "{actor} hat ein Passwort für die Unterhaltung gesetzt", + "{actor} removed the password for the conversation" : "{actor} hat das Passwort für die Unterhaltung entfernt", + "{actor} added {user} to the conversation" : "{actor} hat {user} zur Unterhaltung hinzugefügt", + "{actor} removed {user} from the conversation" : "{actor} hat {user} aus der Unterhaltung entfernt", + "{actor} promoted {user} to moderator" : "{actor} hat {user} zum Moderator gemacht", + "{actor} demoted {user} from moderator" : "{actor} hat {user} die Modoratorrechte entzogen", + "%s (guest)" : "%s (Gast)", + "Call with {user1} and {user2} (Duration {duration})" : "Unterhaltung mit {user1} und {user2} (Dauer {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Unterhaltung mit {user1}, {user2} und {user3} (Dauer {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3} und {user4} (Dauer {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Unterhaltung mit {user1}, {user2}, {user3}, {user4} und {user5} (Dauer {duration})", "Talk to %s" : "Spreche mit %s", "_%n other guest_::_%n other guests_" : ["ein weiterer Gast","%n weitere Gäste"], ", " : ", ", diff --git a/l10n/fr.js b/l10n/fr.js index 34a0f09c5..c72804a29 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -112,6 +112,22 @@ OC.L10N.register( "_%n other_::_%n others_" : ["%n autre","%n autres"], "{actor} invited you to {call}" : "{actor} vous a invité à {call}", "You were invited to a talk room or had a call" : "Vous êtes invités à un salon de discussion ou avez un appel", + "{actor} created the conversation" : "{actor} a créé la conversation", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} a renommé la conversation de \"%1$s\" à \"%2$s\"", + "{actor} joined the call" : "{actor} a rejoint l'appel", + "{actor} left the call" : "{actor} a quitté l'appel", + "{actor} allowed guests in the conversation" : "{actor} a autorisé les invités dans la conversation", + "{actor} disallowed guests in the conversation" : "{actor} n'a pas autorisé les invités dans la conversation", + "{actor} set a password for the conversation" : "{actor} a défini un mot de passe pour la conversation", + "{actor} removed the password for the conversation" : "{actor} a supprimé le mot de passe pour la conversation", + "{actor} added {user} to the conversation" : "{actor} a ajouté {user} à la conversation", + "{actor} removed {user} from the conversation" : "{actor} a retiré {user} de la conversation", + "{actor} promoted {user} to moderator" : "{actor} a promu {user} modérateur", + "%s (guest)" : "%s (invité)", + "Call with {user1} and {user2} (Duration {duration})" : "Appel avec {user1} et {user2} (Durée {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Appel avec {user1}, {user2} et {user3} (Durée {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Appel avec {user1}, {user2}, {user3} et {user4} (Durée {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Appel avec {user1}, {user2}, {user3}, {user4} et {user5} (Durée {duration})", "Talk to %s" : "Appel de %s", "_%n other guest_::_%n other guests_" : ["%n autre invité","%n autres invités"], ", " : ", ", diff --git a/l10n/fr.json b/l10n/fr.json index 790abc14f..e9948dfcd 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -110,6 +110,22 @@ "_%n other_::_%n others_" : ["%n autre","%n autres"], "{actor} invited you to {call}" : "{actor} vous a invité à {call}", "You were invited to a talk room or had a call" : "Vous êtes invités à un salon de discussion ou avez un appel", + "{actor} created the conversation" : "{actor} a créé la conversation", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} a renommé la conversation de \"%1$s\" à \"%2$s\"", + "{actor} joined the call" : "{actor} a rejoint l'appel", + "{actor} left the call" : "{actor} a quitté l'appel", + "{actor} allowed guests in the conversation" : "{actor} a autorisé les invités dans la conversation", + "{actor} disallowed guests in the conversation" : "{actor} n'a pas autorisé les invités dans la conversation", + "{actor} set a password for the conversation" : "{actor} a défini un mot de passe pour la conversation", + "{actor} removed the password for the conversation" : "{actor} a supprimé le mot de passe pour la conversation", + "{actor} added {user} to the conversation" : "{actor} a ajouté {user} à la conversation", + "{actor} removed {user} from the conversation" : "{actor} a retiré {user} de la conversation", + "{actor} promoted {user} to moderator" : "{actor} a promu {user} modérateur", + "%s (guest)" : "%s (invité)", + "Call with {user1} and {user2} (Duration {duration})" : "Appel avec {user1} et {user2} (Durée {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Appel avec {user1}, {user2} et {user3} (Durée {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Appel avec {user1}, {user2}, {user3} et {user4} (Durée {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Appel avec {user1}, {user2}, {user3}, {user4} et {user5} (Durée {duration})", "Talk to %s" : "Appel de %s", "_%n other guest_::_%n other guests_" : ["%n autre invité","%n autres invités"], ", " : ", ", diff --git a/l10n/it.js b/l10n/it.js index ebeb87f2e..246105b26 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -112,6 +112,18 @@ OC.L10N.register( "_%n other_::_%n others_" : ["%n altro","%n altri"], "{actor} invited you to {call}" : "{actor} ti ha invitato alla {call}", "You were invited to a talk room or had a call" : "Sei stato invitato a una stanza di conversazione o hai ricevuto una chiamata", + "{actor} created the conversation" : "{actor} ha creato la conversazione", + "{actor} joined the call" : "{actor} si è unito alla chiamata", + "{actor} left the call" : "{actor} ha abbandonato la chiamata", + "{actor} allowed guests in the conversation" : "{actor} ha permesso ospiti nella conversazione", + "{actor} disallowed guests in the conversation" : "{actor} ha vietato gli ospiti nella conversazione", + "{actor} set a password for the conversation" : "{actor} ha impostato una password per la conversazione", + "{actor} removed the password for the conversation" : "{actor} ha rimosso la password per la conversazione", + "%s (guest)" : "%s (ospite)", + "Call with {user1} and {user2} (Duration {duration})" : "Chiamata con {user1} e {user2} (Durata {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Chiamata con {user1}, {user2} e {user3} (Durata {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Chiamata con {user1}, {user2}, {user3} e {user4} (Durata {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Chiamata con {user1}, {user2}, {user3}, {user4} e {user5} (Durata {duration})", "Talk to %s" : "Parla con %s", "_%n other guest_::_%n other guests_" : ["%n altro ospite","%n altri ospiti"], ", " : ", ", diff --git a/l10n/it.json b/l10n/it.json index eb2f3e1e2..5f2fe2320 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -110,6 +110,18 @@ "_%n other_::_%n others_" : ["%n altro","%n altri"], "{actor} invited you to {call}" : "{actor} ti ha invitato alla {call}", "You were invited to a talk room or had a call" : "Sei stato invitato a una stanza di conversazione o hai ricevuto una chiamata", + "{actor} created the conversation" : "{actor} ha creato la conversazione", + "{actor} joined the call" : "{actor} si è unito alla chiamata", + "{actor} left the call" : "{actor} ha abbandonato la chiamata", + "{actor} allowed guests in the conversation" : "{actor} ha permesso ospiti nella conversazione", + "{actor} disallowed guests in the conversation" : "{actor} ha vietato gli ospiti nella conversazione", + "{actor} set a password for the conversation" : "{actor} ha impostato una password per la conversazione", + "{actor} removed the password for the conversation" : "{actor} ha rimosso la password per la conversazione", + "%s (guest)" : "%s (ospite)", + "Call with {user1} and {user2} (Duration {duration})" : "Chiamata con {user1} e {user2} (Durata {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Chiamata con {user1}, {user2} e {user3} (Durata {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Chiamata con {user1}, {user2}, {user3} e {user4} (Durata {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Chiamata con {user1}, {user2}, {user3}, {user4} e {user5} (Durata {duration})", "Talk to %s" : "Parla con %s", "_%n other guest_::_%n other guests_" : ["%n altro ospite","%n altri ospiti"], ", " : ", ", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 15361a176..40ab213d9 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -112,6 +112,23 @@ OC.L10N.register( "_%n other_::_%n others_" : ["%n outro","%n outros"], "{actor} invited you to {call}" : "{actor} convidou você para {call}", "You were invited to a talk room or had a call" : "Você foi convidado para uma salade conversa ou teve uma chamada", + "{actor} created the conversation" : "{actor} criou a conversa", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} renomeou a conversa de \"%1$s\" para \"%2$s\"", + "{actor} joined the call" : "{actor} juntou-se à chamada", + "{actor} left the call" : "{actor} saiu da chamada", + "{actor} allowed guests in the conversation" : "{actor} permitiu convidados na conversa", + "{actor} disallowed guests in the conversation" : "{actor} proibiu convidados na conversa", + "{actor} set a password for the conversation" : "{actor} definiu uma senha para a conversa", + "{actor} removed the password for the conversation" : "{actor} removeu a senha da conversa", + "{actor} added {user} to the conversation" : "{actor} adicionou {user} à conversa", + "{actor} removed {user} from the conversation" : "{actor} removeu {user} da conversa", + "{actor} promoted {user} to moderator" : "{actor} promoveu {user} a moderador", + "{actor} demoted {user} from moderator" : "{actor} removeu {user} da moderação", + "%s (guest)" : "%s (convidado)", + "Call with {user1} and {user2} (Duration {duration})" : "Chamada com {user1} e {user2} (Duração {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Chamada com {user1}, {user2} e {user3} (Duração {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Chamada com {user1}, {user2}, {user3} e {user4} (Duração {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Chamada com {user1}, {user2}, {user3}, {user4} e {user5} (Duração {duration})", "Talk to %s" : "Falar com %s", "_%n other guest_::_%n other guests_" : ["%n outro convidado","%n outros convidados"], ", " : ", ", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 294f59854..73f4c9b7a 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -110,6 +110,23 @@ "_%n other_::_%n others_" : ["%n outro","%n outros"], "{actor} invited you to {call}" : "{actor} convidou você para {call}", "You were invited to a talk room or had a call" : "Você foi convidado para uma salade conversa ou teve uma chamada", + "{actor} created the conversation" : "{actor} criou a conversa", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} renomeou a conversa de \"%1$s\" para \"%2$s\"", + "{actor} joined the call" : "{actor} juntou-se à chamada", + "{actor} left the call" : "{actor} saiu da chamada", + "{actor} allowed guests in the conversation" : "{actor} permitiu convidados na conversa", + "{actor} disallowed guests in the conversation" : "{actor} proibiu convidados na conversa", + "{actor} set a password for the conversation" : "{actor} definiu uma senha para a conversa", + "{actor} removed the password for the conversation" : "{actor} removeu a senha da conversa", + "{actor} added {user} to the conversation" : "{actor} adicionou {user} à conversa", + "{actor} removed {user} from the conversation" : "{actor} removeu {user} da conversa", + "{actor} promoted {user} to moderator" : "{actor} promoveu {user} a moderador", + "{actor} demoted {user} from moderator" : "{actor} removeu {user} da moderação", + "%s (guest)" : "%s (convidado)", + "Call with {user1} and {user2} (Duration {duration})" : "Chamada com {user1} e {user2} (Duração {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Chamada com {user1}, {user2} e {user3} (Duração {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Chamada com {user1}, {user2}, {user3} e {user4} (Duração {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Chamada com {user1}, {user2}, {user3}, {user4} e {user5} (Duração {duration})", "Talk to %s" : "Falar com %s", "_%n other guest_::_%n other guests_" : ["%n outro convidado","%n outros convidados"], ", " : ", ", diff --git a/l10n/ru.js b/l10n/ru.js index 8d6024c54..ce7f1cd13 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -112,6 +112,23 @@ OC.L10N.register( "_%n other_::_%n others_" : ["ещё %n","ещё %n","ещё %n","ещё %n"], "{actor} invited you to {call}" : "{actor} хочет начать с вами {call}", "You were invited to a talk room or had a call" : "Вы были приглашены в комнату для переговоров или в разговор", + "{actor} created the conversation" : "{actor} создал беседу", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} переименовал беседу из \"%1$s\" в \"%2$s\"", + "{actor} joined the call" : "{actor} присоединился к разговору", + "{actor} left the call" : "{actor} покинул к разговор", + "{actor} allowed guests in the conversation" : "{actor} разрешил доступ гостям в разговор", + "{actor} disallowed guests in the conversation" : "{actor} запретил доступ гостям в разговор", + "{actor} set a password for the conversation" : "{actor} установил пароль для разговора", + "{actor} removed the password for the conversation" : "{actor} удалил пароль для разговора", + "{actor} added {user} to the conversation" : "{actor} добавил {user} в разговор", + "{actor} removed {user} from the conversation" : "{actor} удалил {user} в разговор", + "{actor} promoted {user} to moderator" : "{actor} сделал {user} модератором", + "{actor} demoted {user} from moderator" : "{actor} убрал {user} из модераторов", + "%s (guest)" : "%s (гость)", + "Call with {user1} and {user2} (Duration {duration})" : "Разговор {user1} и {user2} (Продолжительность {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Разговор {user1}, {user2} и {user3} (Продолжительность {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Разговор {user1}, {user2}, {user3} и {user4} (Продолжительность {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Разговор {user1}, {user2}, {user3}, {user4} и {user5} (Продолжительность {duration})", "Talk to %s" : "Говорить с %s", "_%n other guest_::_%n other guests_" : ["%n другой гость","%n других гостя","%n других гостей","%n других гостей"], ", " : ", ", diff --git a/l10n/ru.json b/l10n/ru.json index 128031180..01b8c1bd0 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -110,6 +110,23 @@ "_%n other_::_%n others_" : ["ещё %n","ещё %n","ещё %n","ещё %n"], "{actor} invited you to {call}" : "{actor} хочет начать с вами {call}", "You were invited to a talk room or had a call" : "Вы были приглашены в комнату для переговоров или в разговор", + "{actor} created the conversation" : "{actor} создал беседу", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} переименовал беседу из \"%1$s\" в \"%2$s\"", + "{actor} joined the call" : "{actor} присоединился к разговору", + "{actor} left the call" : "{actor} покинул к разговор", + "{actor} allowed guests in the conversation" : "{actor} разрешил доступ гостям в разговор", + "{actor} disallowed guests in the conversation" : "{actor} запретил доступ гостям в разговор", + "{actor} set a password for the conversation" : "{actor} установил пароль для разговора", + "{actor} removed the password for the conversation" : "{actor} удалил пароль для разговора", + "{actor} added {user} to the conversation" : "{actor} добавил {user} в разговор", + "{actor} removed {user} from the conversation" : "{actor} удалил {user} в разговор", + "{actor} promoted {user} to moderator" : "{actor} сделал {user} модератором", + "{actor} demoted {user} from moderator" : "{actor} убрал {user} из модераторов", + "%s (guest)" : "%s (гость)", + "Call with {user1} and {user2} (Duration {duration})" : "Разговор {user1} и {user2} (Продолжительность {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "Разговор {user1}, {user2} и {user3} (Продолжительность {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Разговор {user1}, {user2}, {user3} и {user4} (Продолжительность {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Разговор {user1}, {user2}, {user3}, {user4} и {user5} (Продолжительность {duration})", "Talk to %s" : "Говорить с %s", "_%n other guest_::_%n other guests_" : ["%n другой гость","%n других гостя","%n других гостей","%n других гостей"], ", " : ", ", diff --git a/l10n/tr.js b/l10n/tr.js index 729bfa819..a34cc4a0b 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -112,6 +112,23 @@ OC.L10N.register( "_%n other_::_%n others_" : ["%n diğer","%n diğer"], "{actor} invited you to {call}" : "{actor} sizi {call} görüşmesine çağırdı", "You were invited to a talk room or had a call" : "Bir sohbet odasına çağrıldınız ya da bir görüşme çağrısı aldınız", + "{actor} created the conversation" : "{actor} görüşme ekledi", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor}, görüşmenin \"%1$s\" olan adını \"%2$s\" olarak değiştirdi", + "{actor} joined the call" : "{actor} görüşmeye katıldı", + "{actor} left the call" : "{actor} görüşmeden ayrıldı", + "{actor} allowed guests in the conversation" : "{actor} görüşmeye konukların katılmasına izin verdi", + "{actor} disallowed guests in the conversation" : "{actor} görüşmeye konukların katılmasını engelledi", + "{actor} set a password for the conversation" : "{actor} görüşmeye bir parola atadı", + "{actor} removed the password for the conversation" : "{actor} görüşmenin parolasını kaldırdı", + "{actor} added {user} to the conversation" : "{actor}, {user} kullanıcısını görüşmeye ekledi", + "{actor} removed {user} from the conversation" : "{actor}, {user} kullanıcısını görüşmeden çıkardı", + "{actor} promoted {user} to moderator" : "{actor}, {user} kullanıcısını sorumlu olarak atadı", + "{actor} demoted {user} from moderator" : "{actor}, {user} kullanıcısını sorumluluktan çıkardı", + "%s (guest)" : "%s (konuk)", + "Call with {user1} and {user2} (Duration {duration})" : "{user1} ve {user2} ile görüşme (Süre {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "{user1}, {user2} ve {user3} ile görüşme (Süre {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "{user1}, {user2}, {user3} ve {user4} ile görüşme (Süre {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "{user1}, {user2}, {user3}, {user4} ve {user5} ile görüşme (Süre {duration})", "Talk to %s" : "%s ile görüşün", "_%n other guest_::_%n other guests_" : ["%n diğer ziyaretçi","%n diğer konuk"], ", " : ",", diff --git a/l10n/tr.json b/l10n/tr.json index 2baa2eb4e..7882d89cd 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -110,6 +110,23 @@ "_%n other_::_%n others_" : ["%n diğer","%n diğer"], "{actor} invited you to {call}" : "{actor} sizi {call} görüşmesine çağırdı", "You were invited to a talk room or had a call" : "Bir sohbet odasına çağrıldınız ya da bir görüşme çağrısı aldınız", + "{actor} created the conversation" : "{actor} görüşme ekledi", + "{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor}, görüşmenin \"%1$s\" olan adını \"%2$s\" olarak değiştirdi", + "{actor} joined the call" : "{actor} görüşmeye katıldı", + "{actor} left the call" : "{actor} görüşmeden ayrıldı", + "{actor} allowed guests in the conversation" : "{actor} görüşmeye konukların katılmasına izin verdi", + "{actor} disallowed guests in the conversation" : "{actor} görüşmeye konukların katılmasını engelledi", + "{actor} set a password for the conversation" : "{actor} görüşmeye bir parola atadı", + "{actor} removed the password for the conversation" : "{actor} görüşmenin parolasını kaldırdı", + "{actor} added {user} to the conversation" : "{actor}, {user} kullanıcısını görüşmeye ekledi", + "{actor} removed {user} from the conversation" : "{actor}, {user} kullanıcısını görüşmeden çıkardı", + "{actor} promoted {user} to moderator" : "{actor}, {user} kullanıcısını sorumlu olarak atadı", + "{actor} demoted {user} from moderator" : "{actor}, {user} kullanıcısını sorumluluktan çıkardı", + "%s (guest)" : "%s (konuk)", + "Call with {user1} and {user2} (Duration {duration})" : "{user1} ve {user2} ile görüşme (Süre {duration})", + "Call with {user1}, {user2} and {user3} (Duration {duration})" : "{user1}, {user2} ve {user3} ile görüşme (Süre {duration})", + "Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "{user1}, {user2}, {user3} ve {user4} ile görüşme (Süre {duration})", + "Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "{user1}, {user2}, {user3}, {user4} ve {user5} ile görüşme (Süre {duration})", "Talk to %s" : "%s ile görüşün", "_%n other guest_::_%n other guests_" : ["%n diğer ziyaretçi","%n diğer konuk"], ", " : ",",