From 90e318db1250a8e0f922d52d62e86141adda3f0c Mon Sep 17 00:00:00 2001 From: Jenkins <jenkins@ring-packaging.cx> Date: Mon, 11 Oct 2021 15:53:41 -0400 Subject: [PATCH] l10n: automatic bump Change-Id: Ic1732d4deaa10c5a743e0cef6bad1fedda522113 --- .../Resources/ar.lproj/Localizable.strings | 7 ++++ .../Resources/bg.lproj/Localizable.strings | 7 ++++ .../Resources/ca.lproj/Localizable.strings | 7 ++++ .../Resources/cs-CZ.lproj/Localizable.strings | 7 ++++ .../Resources/da.lproj/Localizable.strings | 7 ++++ .../Resources/de-DE.lproj/Localizable.strings | 7 ++++ .../Resources/de.lproj/Localizable.strings | 35 +++++++++++-------- .../Resources/el.lproj/Localizable.strings | 7 ++++ .../Resources/eo.lproj/Localizable.strings | 7 ++++ .../Resources/es.lproj/Localizable.strings | 7 ++++ .../Resources/es_AR.lproj/Localizable.strings | 7 ++++ .../Resources/es_CO.lproj/Localizable.strings | 7 ++++ .../Resources/es_MX.lproj/Localizable.strings | 7 ++++ .../Resources/et.lproj/Localizable.strings | 7 ++++ .../Resources/eu.lproj/Localizable.strings | 7 ++++ .../Resources/fa-IR.lproj/Localizable.strings | 7 ++++ .../Resources/fa.lproj/Localizable.strings | 7 ++++ .../Resources/fi.lproj/Localizable.strings | 7 ++++ .../Resources/fr-BE.lproj/Localizable.strings | 7 ++++ .../Resources/fr-CA.lproj/Localizable.strings | 7 ++++ .../Resources/fr-CH.lproj/Localizable.strings | 7 ++++ .../Resources/fr-FR.lproj/Localizable.strings | 7 ++++ .../Resources/fr.lproj/Localizable.strings | 7 ++++ .../Resources/gl.lproj/Localizable.strings | 7 ++++ .../Resources/he.lproj/Localizable.strings | 7 ++++ .../Resources/hi-IN.lproj/Localizable.strings | 7 ++++ .../Resources/hi.lproj/Localizable.strings | 7 ++++ .../Resources/hr.lproj/Localizable.strings | 7 ++++ .../Resources/hu.lproj/Localizable.strings | 7 ++++ .../Resources/id.lproj/Localizable.strings | 7 ++++ .../Resources/it-IT.lproj/Localizable.strings | 7 ++++ .../Resources/it.lproj/Localizable.strings | 7 ++++ .../Resources/ja.lproj/Localizable.strings | 7 ++++ .../Resources/ko-KR.lproj/Localizable.strings | 7 ++++ .../Resources/lt.lproj/Localizable.strings | 7 ++++ .../Resources/ms.lproj/Localizable.strings | 7 ++++ .../Resources/nb.lproj/Localizable.strings | 7 ++++ .../Resources/nl-NL.lproj/Localizable.strings | 7 ++++ .../Resources/nl.lproj/Localizable.strings | 7 ++++ .../Resources/nl_BE.lproj/Localizable.strings | 7 ++++ .../Resources/oc.lproj/Localizable.strings | 7 ++++ .../Resources/pa.lproj/Localizable.strings | 7 ++++ .../Resources/pl.lproj/Localizable.strings | 7 ++++ .../Resources/pl_PL.lproj/Localizable.strings | 7 ++++ .../Resources/pt-BR.lproj/Localizable.strings | 7 ++++ .../Resources/pt.lproj/Localizable.strings | 7 ++++ .../Resources/pt_PT.lproj/Localizable.strings | 7 ++++ .../Resources/ro_RO.lproj/Localizable.strings | 7 ++++ .../Resources/ru-RU.lproj/Localizable.strings | 7 ++++ .../Resources/ru.lproj/Localizable.strings | 7 ++++ .../Resources/sk-SK.lproj/Localizable.strings | 7 ++++ .../Resources/sl.lproj/Localizable.strings | 7 ++++ .../Resources/sq-AL.lproj/Localizable.strings | 7 ++++ .../Resources/sr_RS.lproj/Localizable.strings | 7 ++++ .../Resources/sv.lproj/Localizable.strings | 7 ++++ .../Resources/tr.lproj/Localizable.strings | 7 ++++ .../Resources/uk.lproj/Localizable.strings | 7 ++++ .../Resources/vi.lproj/Localizable.strings | 7 ++++ .../zh-Hans-CN.lproj/Localizable.strings | 7 ++++ .../zh-Hans.lproj/Localizable.strings | 7 ++++ .../Resources/zh.lproj/Localizable.strings | 7 ++++ 61 files changed, 441 insertions(+), 14 deletions(-) diff --git a/Ring/Ring/Resources/ar.lproj/Localizable.strings b/Ring/Ring/Resources/ar.lproj/Localizable.strings index 6dc864179..de08ede8a 100644 --- a/Ring/Ring/Resources/ar.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ar.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "أنت تشارك موقعك حاليًا مع"; "conversation.explanationReceivingLocationFrom" = "أنت تتلقى حاليًا موقعًا مباشرًا من"; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "لم تــرد أي دعوة"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "مكالمة خارجة فائتة"; "generatedMessage.missedIncomingCall" = "مكالمة واردة فائتة"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "إعدادات متقدمة"; diff --git a/Ring/Ring/Resources/bg.lproj/Localizable.strings b/Ring/Ring/Resources/bg.lproj/Localizable.strings index 52134afae..f2ba84af5 100644 --- a/Ring/Ring/Resources/bg.lproj/Localizable.strings +++ b/Ring/Ring/Resources/bg.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Пропуснато изходящо обаждане"; "generatedMessage.missedIncomingCall" = "Пропуснато входящо обаждане"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Разширени настройки"; diff --git a/Ring/Ring/Resources/ca.lproj/Localizable.strings b/Ring/Ring/Resources/ca.lproj/Localizable.strings index e7f736a5e..437f01d54 100644 --- a/Ring/Ring/Resources/ca.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ca.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Trucada sortint perduda"; "generatedMessage.missedIncomingCall" = "Trucada entrant perduda"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Preferències avançades"; diff --git a/Ring/Ring/Resources/cs-CZ.lproj/Localizable.strings b/Ring/Ring/Resources/cs-CZ.lproj/Localizable.strings index db7e3bd14..3eea7dfec 100644 --- a/Ring/Ring/Resources/cs-CZ.lproj/Localizable.strings +++ b/Ring/Ring/Resources/cs-CZ.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Právě sdílíte svou polohu s "; "conversation.explanationReceivingLocationFrom" = "Právě přijímáte aktuální polohu od "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Žádná pozvání"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Nepřijatý odchozí hovor"; "generatedMessage.missedIncomingCall" = "Zmeškaný příchozí hovor"; "generatedMessage.liveLocationSharing" = "Sdílení aktuální polohy"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Pokročilá nastavení"; diff --git a/Ring/Ring/Resources/da.lproj/Localizable.strings b/Ring/Ring/Resources/da.lproj/Localizable.strings index 40e51f01f..194f45d6e 100644 --- a/Ring/Ring/Resources/da.lproj/Localizable.strings +++ b/Ring/Ring/Resources/da.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Du deler i øjeblikket din lokation med"; "conversation.explanationReceivingLocationFrom" = "Du modtager i øjeblikket en live lokation fra"; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Ingen invitationer"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Ubesvarede udgående opkald"; "generatedMessage.missedIncomingCall" = "Ubesvarede indgående opkald"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Avancerede indstillinger"; diff --git a/Ring/Ring/Resources/de-DE.lproj/Localizable.strings b/Ring/Ring/Resources/de-DE.lproj/Localizable.strings index 3467c6df3..1b6c1a192 100644 --- a/Ring/Ring/Resources/de-DE.lproj/Localizable.strings +++ b/Ring/Ring/Resources/de-DE.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Sie teilen Ihren aktuellen Standort mit "; "conversation.explanationReceivingLocationFrom" = "Sie erhalten derzeit den aktuellen Standort von"; "conversation.errorSavingImage" = "Bild konnte nicht in der Galerie gespeichert werden"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Du haben die Unterhaltungsanfrage angenommen."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Keine Einladungen"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Verpasster ausgehender Anruf"; "generatedMessage.missedIncomingCall" = "Verpasster eingehender Anruf"; "generatedMessage.liveLocationSharing" = "Standort live mitteilen"; +"generatedMessage.contactLeftConversation" = "Kontakt hat das Gespräch verlassen"; //General Settings "generalSettings.title" = "Erweiterte Einstellungen"; diff --git a/Ring/Ring/Resources/de.lproj/Localizable.strings b/Ring/Ring/Resources/de.lproj/Localizable.strings index 5f0afc6df..124a72074 100644 --- a/Ring/Ring/Resources/de.lproj/Localizable.strings +++ b/Ring/Ring/Resources/de.lproj/Localizable.strings @@ -25,9 +25,9 @@ "global.versionName" = "Maloya"; "global.close" = "Schließen"; "global.share" = "Teilen"; -"global.forward" = "Forward"; +"global.forward" = "Weiterleiten"; "global.save" = "Speichern"; -"global.resend" = "Resend"; +"global.resend" = "Erneut senden"; "global.preview" = "Vorschau"; // Scan @@ -36,13 +36,13 @@ // Smartlist "smartlist.yesterday" = "Gestern"; -"smartlist.results" = "Public Directory"; +"smartlist.results" = "Öffentliches Verzeichnis"; "smartlist.conversations" = "Unterhaltungen"; "smartlist.searching" = "Suchen..."; "smartlist.noResults" = "Keine Ergebnisse"; "smartlist.noConversation" = "Keine Unterhaltungen"; "smartlist.searchBarPlaceholder" = "Namen eingeben…"; -"smartlist.searchBar" = "Search for new or existing contact..."; +"smartlist.searchBar" = "Nach neuen oder bestehenden Kontakten suchen..."; "smartlist.noNetworkConnectivity" = "Keine Netzwerkverbindung"; "smartlist.cellularAccess" = "Vergewissern Sie sich, dass der Mobilfunkzugang in Ihren Einstellungen erlaubt ist."; "smartlist.accountsTitle" = "Konten"; @@ -51,14 +51,20 @@ "smartlist.selectOneNumber" = "Eine der Nummern auswählen"; "smartlist.invitations" = "Einladungen"; "smartlist.accountSettings" = "Kontoeinstellungen"; -"smartlist.advancedSettings" = "Advanced Settings"; +"smartlist.advancedSettings" = "Erweiterte Einstellungen"; "smartlist.aboutJami" = "Über Jami"; //Conversation -"conversation.messagePlaceholder" = "Write message to "; +"conversation.messagePlaceholder" = "Nachricht schreiben an"; "conversation.explanationSendingLocationTo" = "Sie teilen Ihren Standort derzeit mit"; "conversation.explanationReceivingLocationFrom" = "Sie erhalten derzeit einen Live-Standort von"; -"conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.errorSavingImage" = "Fehler beim Speichern des Bildes in der Galerie"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hallo,\nMöchten Sie dem Gespräch beitreten?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Sie haben die Gesprächsanfrage angenommen."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Keine Einladungen"; @@ -92,7 +98,7 @@ "createAccount.lookingForUsernameAvailability" = "Verfügbarkeit des Benutzernamens wird geprüft …"; "createAccount.invalidUsername" = "Ungültiger Benutzername"; "createAccount.usernameAlreadyTaken" = "Dieser Benutzername ist bereits vergeben"; -"createAccount.usernameValid" = "username is available"; +"createAccount.usernameValid" = "Benutzername ist verfügbar"; "createAccount.loading" = "Lade"; "createAccount.waitCreateAccountTitle" = "Konto hinzufügen"; "createAccount.RegisterAUsername" = "Benutzername registrieren"; @@ -189,10 +195,10 @@ "calls.haghUp" = "auflegen"; "calls.maximize" = "maximieren"; "calls.minimize" = "minimieren"; -"calls.setModerator" = "set moderator"; -"calls.removeModerator" = "unset moderator"; -"calls.muteAudio" = "mute audio"; -"calls.unmuteAudio" = "unmute audio"; +"calls.setModerator" = "Moderator einstellen"; +"calls.removeModerator" = "Moderator deaktivieren"; +"calls.muteAudio" = "Audio stumm schalten"; +"calls.unmuteAudio" = "Audio lautschalten"; //Account Page "accountPage.devicesListHeader" = "Geräte"; @@ -251,7 +257,7 @@ "accountPage.noBoothMode" = "Um den Geheim-Modus zu aktivieren, müssen Sie zuerst ein Passwort für Ihr Konto erstellen."; "accountPage.boothModeAlertMessage" = "Nach der Aktivierung des Geheim-Modus werden alle Ihre Gespräche entfernt."; "accountPage.peerDiscovery" = "In lokalem Netzwerk automatisch verbinden"; -"accountPage.autoRegistration" = "Auto register after expiration"; +"accountPage.autoRegistration" = "Automatische Registrierung nach Ablauf"; //Account "account.sipUsername" = "Benutzername"; @@ -259,7 +265,7 @@ "account.sipServer" = "SIP Server"; "account.port" = "Port"; "account.proxyServer" = "Proxy"; -"account.createSipAccount" = "Create a SIP Account"; +"account.createSipAccount" = "Erstellen eines SIP-Kontos"; "account.usernameLabel" = "Benutzername eingeben"; "account.passwordLabel" = "Passwort eingeben"; "account.serverLabel" = "Adresse eingeben"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Ausgehender Anruf fehlgeschlagen"; "generatedMessage.missedIncomingCall" = "Verpasster eingehender Anruf"; "generatedMessage.liveLocationSharing" = "Live-Standortfreigabe"; +"generatedMessage.contactLeftConversation" = "Kontakt hat die Unterhaltung verlassen."; //General Settings "generalSettings.title" = "Erweiterte Einstellungen"; diff --git a/Ring/Ring/Resources/el.lproj/Localizable.strings b/Ring/Ring/Resources/el.lproj/Localizable.strings index 5b3420bac..4d4593e93 100644 --- a/Ring/Ring/Resources/el.lproj/Localizable.strings +++ b/Ring/Ring/Resources/el.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Αναπάντητη εξερχόμενη κλήση"; "generatedMessage.missedIncomingCall" = "Αναπάντητη εισερχόμενη κλήση"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Προχωρημένες ρυθμίσεις"; diff --git a/Ring/Ring/Resources/eo.lproj/Localizable.strings b/Ring/Ring/Resources/eo.lproj/Localizable.strings index e1d6c6a52..235ea9714 100644 --- a/Ring/Ring/Resources/eo.lproj/Localizable.strings +++ b/Ring/Ring/Resources/eo.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/es.lproj/Localizable.strings b/Ring/Ring/Resources/es.lproj/Localizable.strings index bdef4c60d..dc4d1fc61 100644 --- a/Ring/Ring/Resources/es.lproj/Localizable.strings +++ b/Ring/Ring/Resources/es.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Estás compartiendo tu ubicación con"; "conversation.explanationReceivingLocationFrom" = "Estás recibiendo una ubicación en vivo desde"; "conversation.errorSavingImage" = "No se pudo guardar la imagen en la galería"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hola,\n¿Te gustaría unirte a la conversación?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Has aceptado la solicitud de conversación."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No hay invitaciones"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Llamada saliente perdida"; "generatedMessage.missedIncomingCall" = "Llamada entrante perdida"; "generatedMessage.liveLocationSharing" = "Compartición de ubicación en vivo"; +"generatedMessage.contactLeftConversation" = "El contacto abandonó la conversación"; //General Settings "generalSettings.title" = "Ajustes avanzados"; diff --git a/Ring/Ring/Resources/es_AR.lproj/Localizable.strings b/Ring/Ring/Resources/es_AR.lproj/Localizable.strings index e1243f5bb..6dd49d30f 100644 --- a/Ring/Ring/Resources/es_AR.lproj/Localizable.strings +++ b/Ring/Ring/Resources/es_AR.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Estás compartiendo tu ubicación con"; "conversation.explanationReceivingLocationFrom" = "Estás recibiendo una ubicación en vivo de"; "conversation.errorSavingImage" = "No se pudo guardar la imagen en la galería"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Sin invitaciones"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Llamada saliente perdida"; "generatedMessage.missedIncomingCall" = "Llamada entrante perdida"; "generatedMessage.liveLocationSharing" = "Compartición de ubicación en vivo"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Opciones avanzadas"; diff --git a/Ring/Ring/Resources/es_CO.lproj/Localizable.strings b/Ring/Ring/Resources/es_CO.lproj/Localizable.strings index 3fcda2e92..e6c9b5be9 100644 --- a/Ring/Ring/Resources/es_CO.lproj/Localizable.strings +++ b/Ring/Ring/Resources/es_CO.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Configuración avanzada"; diff --git a/Ring/Ring/Resources/es_MX.lproj/Localizable.strings b/Ring/Ring/Resources/es_MX.lproj/Localizable.strings index 84a653fde..a7024e363 100644 --- a/Ring/Ring/Resources/es_MX.lproj/Localizable.strings +++ b/Ring/Ring/Resources/es_MX.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/et.lproj/Localizable.strings b/Ring/Ring/Resources/et.lproj/Localizable.strings index 4ea739c8c..d1ab16630 100644 --- a/Ring/Ring/Resources/et.lproj/Localizable.strings +++ b/Ring/Ring/Resources/et.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/eu.lproj/Localizable.strings b/Ring/Ring/Resources/eu.lproj/Localizable.strings index edbc5f7ef..776ebca1e 100644 --- a/Ring/Ring/Resources/eu.lproj/Localizable.strings +++ b/Ring/Ring/Resources/eu.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Galdutako irteera-deia"; "generatedMessage.missedIncomingCall" = "Galdutako sarrera-deia"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Ezarpen aurreratuak"; diff --git a/Ring/Ring/Resources/fa-IR.lproj/Localizable.strings b/Ring/Ring/Resources/fa-IR.lproj/Localizable.strings index 562ea1647..57eff147a 100644 --- a/Ring/Ring/Resources/fa-IR.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fa-IR.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "در حال حاضر مکان خود را به اشتراک میگذارید"; "conversation.explanationReceivingLocationFrom" = "در حال حاضر مکان زنده را دریافت میکنید از"; "conversation.errorSavingImage" = "ذخیره تصویر در گالری انجام نشد"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "شما درخواست مکالمه را پذیرفتهاید."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "بدون دعوتنامه"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "تماس خروجی ازدسترفته"; "generatedMessage.missedIncomingCall" = "تماس ورودی ازدسترفته"; "generatedMessage.liveLocationSharing" = "همرسانی زنده مکان"; +"generatedMessage.contactLeftConversation" = "مخاطب گفتگو را ترک کرد"; //General Settings "generalSettings.title" = "تنظیمات پیشرفته"; diff --git a/Ring/Ring/Resources/fa.lproj/Localizable.strings b/Ring/Ring/Resources/fa.lproj/Localizable.strings index 6cc07e779..043fe8f9f 100644 --- a/Ring/Ring/Resources/fa.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fa.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "تماس خروجی بی پاسخ"; "generatedMessage.missedIncomingCall" = "تماس ورودی بی پاسخ"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/fi.lproj/Localizable.strings b/Ring/Ring/Resources/fi.lproj/Localizable.strings index 77c38ff21..65cd5e12e 100644 --- a/Ring/Ring/Resources/fi.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fi.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Jaat sijaintisi tällä hetkellä"; "conversation.explanationReceivingLocationFrom" = "Saat parhaillaan suoraa sijaintia"; "conversation.errorSavingImage" = "Kuvan tallennus galleriaan epäonnistui"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hei,\nHaluatko liittyä keskusteluun?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Olet hyväksynyt keskustelupyynnön."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Ei kutsuja"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Vastaamaton lähtevä puhelu"; "generatedMessage.missedIncomingCall" = "Vastaamaton puhelu"; "generatedMessage.liveLocationSharing" = "Suoran sijainnin jakaminen"; +"generatedMessage.contactLeftConversation" = "Kontakti poistui keskustelusta"; //General Settings "generalSettings.title" = "Edistyneet asetukset"; diff --git a/Ring/Ring/Resources/fr-BE.lproj/Localizable.strings b/Ring/Ring/Resources/fr-BE.lproj/Localizable.strings index dadf365a9..f91638adb 100644 --- a/Ring/Ring/Resources/fr-BE.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fr-BE.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Aucune invitation"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Appel sortant manqué"; "generatedMessage.missedIncomingCall" = "Appel entrant manqué"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Paramètres avancés"; diff --git a/Ring/Ring/Resources/fr-CA.lproj/Localizable.strings b/Ring/Ring/Resources/fr-CA.lproj/Localizable.strings index 11441ed9f..0a01395e5 100644 --- a/Ring/Ring/Resources/fr-CA.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fr-CA.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Aucune invitation"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Appel sortant manqué"; "generatedMessage.missedIncomingCall" = "Appel entrant manqué"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Réglages avancés"; diff --git a/Ring/Ring/Resources/fr-CH.lproj/Localizable.strings b/Ring/Ring/Resources/fr-CH.lproj/Localizable.strings index 0c5284060..2e7e3e3b0 100644 --- a/Ring/Ring/Resources/fr-CH.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fr-CH.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Aucune invitation"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/fr-FR.lproj/Localizable.strings b/Ring/Ring/Resources/fr-FR.lproj/Localizable.strings index b93b967e7..473a4268d 100644 --- a/Ring/Ring/Resources/fr-FR.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fr-FR.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Aucune invitation"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Appel sortant manqué"; "generatedMessage.missedIncomingCall" = "Appel entrant manqué"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Paramètres avancés"; diff --git a/Ring/Ring/Resources/fr.lproj/Localizable.strings b/Ring/Ring/Resources/fr.lproj/Localizable.strings index 4486fa973..a6b7555ed 100644 --- a/Ring/Ring/Resources/fr.lproj/Localizable.strings +++ b/Ring/Ring/Resources/fr.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Vous partagez actuellement votre position avec"; "conversation.explanationReceivingLocationFrom" = "Vous recevez actuellement la position de "; "conversation.errorSavingImage" = "Impossible de sauvegarder l'image dans la galerie"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Bonjour,\nSouhaitez-vous rejoindre la conversation ?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Vous avez accepté la demande de conversation"; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Aucune invitation"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Appel sortant manqué"; "generatedMessage.missedIncomingCall" = "Appel entrant manqué"; "generatedMessage.liveLocationSharing" = "Partage de position en temps réel"; +"generatedMessage.contactLeftConversation" = "Le contact a quitté la conversation"; //General Settings "generalSettings.title" = "Réglages avancés"; diff --git a/Ring/Ring/Resources/gl.lproj/Localizable.strings b/Ring/Ring/Resources/gl.lproj/Localizable.strings index 3d1e3dace..0f0bbbf34 100644 --- a/Ring/Ring/Resources/gl.lproj/Localizable.strings +++ b/Ring/Ring/Resources/gl.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chamada sen resposta"; "generatedMessage.missedIncomingCall" = "Chamada entrante perdida"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Axustes avanzados"; diff --git a/Ring/Ring/Resources/he.lproj/Localizable.strings b/Ring/Ring/Resources/he.lproj/Localizable.strings index ca97f25cd..155915245 100644 --- a/Ring/Ring/Resources/he.lproj/Localizable.strings +++ b/Ring/Ring/Resources/he.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/hi-IN.lproj/Localizable.strings b/Ring/Ring/Resources/hi-IN.lproj/Localizable.strings index c47a8a82c..9326f8fd2 100644 --- a/Ring/Ring/Resources/hi-IN.lproj/Localizable.strings +++ b/Ring/Ring/Resources/hi-IN.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/hi.lproj/Localizable.strings b/Ring/Ring/Resources/hi.lproj/Localizable.strings index fe1742ea7..065d1b17c 100644 --- a/Ring/Ring/Resources/hi.lproj/Localizable.strings +++ b/Ring/Ring/Resources/hi.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "मिस्ड आउटगोइंग कॉल"; "generatedMessage.missedIncomingCall" = "मिस्ड इनकमिंग कॉल"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/hr.lproj/Localizable.strings b/Ring/Ring/Resources/hr.lproj/Localizable.strings index 6df35165e..be0baba22 100644 --- a/Ring/Ring/Resources/hr.lproj/Localizable.strings +++ b/Ring/Ring/Resources/hr.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Propušteni odlazni poziv"; "generatedMessage.missedIncomingCall" = "Propušteni dolazni poziv"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Napredne postavke"; diff --git a/Ring/Ring/Resources/hu.lproj/Localizable.strings b/Ring/Ring/Resources/hu.lproj/Localizable.strings index 276935a66..700895740 100644 --- a/Ring/Ring/Resources/hu.lproj/Localizable.strings +++ b/Ring/Ring/Resources/hu.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Ön megosztja valós idejű helyét a következővel:"; "conversation.explanationReceivingLocationFrom" = "Jelenleg valós idejű helyet kap a következőtől:"; "conversation.errorSavingImage" = "Nem sikerült menteni a képet a kepgyűjteménybe"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Nincs meghívás"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Nem fogadott kimenő hívás"; "generatedMessage.missedIncomingCall" = "Nem fogadott bejövő hívás"; "generatedMessage.liveLocationSharing" = "Valós idejű hely megosztása"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Haladó beállítások"; diff --git a/Ring/Ring/Resources/id.lproj/Localizable.strings b/Ring/Ring/Resources/id.lproj/Localizable.strings index dac72f055..1ddd3fd32 100644 --- a/Ring/Ring/Resources/id.lproj/Localizable.strings +++ b/Ring/Ring/Resources/id.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Panggilan keluar tidak terjawab"; "generatedMessage.missedIncomingCall" = "Panggilan masuk tidak terjawab"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Pengaturan lanjutan"; diff --git a/Ring/Ring/Resources/it-IT.lproj/Localizable.strings b/Ring/Ring/Resources/it-IT.lproj/Localizable.strings index d583abda7..303bb84e8 100644 --- a/Ring/Ring/Resources/it-IT.lproj/Localizable.strings +++ b/Ring/Ring/Resources/it-IT.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Stai attualmente condividendo la tua posizione con"; "conversation.explanationReceivingLocationFrom" = "Stai attualmente ricevendo una posizione dal vivo da"; "conversation.errorSavingImage" = "Impossibile salvare l'immagine nella galleria"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Ciao, \nVuoi partecipare alla conversazione?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Hai accettato la richiesta di conversazione."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Nessun invito"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chiamata in uscita persa"; "generatedMessage.missedIncomingCall" = "Chiamata in arrivo persa"; "generatedMessage.liveLocationSharing" = "Condivisione della posizione in tempo reale"; +"generatedMessage.contactLeftConversation" = "Il contatto ha chiuso la conversazione"; //General Settings "generalSettings.title" = "Impostazioni avanzate"; diff --git a/Ring/Ring/Resources/it.lproj/Localizable.strings b/Ring/Ring/Resources/it.lproj/Localizable.strings index e0a6178a7..1d8c34df5 100644 --- a/Ring/Ring/Resources/it.lproj/Localizable.strings +++ b/Ring/Ring/Resources/it.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Impossibile salvare l'immagine nella galleria"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Ciao, \nVuoi partecipare alla conversazione?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Hai accettato la richiesta di conversazione."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chiamata in uscita persa"; "generatedMessage.missedIncomingCall" = "Chiamata in arrivo persa"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Il contatto ha chiuso la conversazione"; //General Settings "generalSettings.title" = "Impostazioni avanzate"; diff --git a/Ring/Ring/Resources/ja.lproj/Localizable.strings b/Ring/Ring/Resources/ja.lproj/Localizable.strings index ccb7be5d9..73402ebe8 100644 --- a/Ring/Ring/Resources/ja.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ja.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "現在地の共有相手: "; "conversation.explanationReceivingLocationFrom" = "現在地を受信している相手: "; "conversation.errorSavingImage" = "画像一覧に画像を保存できませんでした"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "招待はありません"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "不在発信"; "generatedMessage.missedIncomingCall" = "不在着信"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "詳細設定"; diff --git a/Ring/Ring/Resources/ko-KR.lproj/Localizable.strings b/Ring/Ring/Resources/ko-KR.lproj/Localizable.strings index c881b3ffe..85432fb69 100644 --- a/Ring/Ring/Resources/ko-KR.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ko-KR.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/lt.lproj/Localizable.strings b/Ring/Ring/Resources/lt.lproj/Localizable.strings index 814b796ad..8396b8594 100644 --- a/Ring/Ring/Resources/lt.lproj/Localizable.strings +++ b/Ring/Ring/Resources/lt.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Pakvietimų nėra"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Praleistas gaunamasis skambutis"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Išplėstiniai nustatymai"; diff --git a/Ring/Ring/Resources/ms.lproj/Localizable.strings b/Ring/Ring/Resources/ms.lproj/Localizable.strings index ae4486eaa..80ce3cb4f 100644 --- a/Ring/Ring/Resources/ms.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ms.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/nb.lproj/Localizable.strings b/Ring/Ring/Resources/nb.lproj/Localizable.strings index e48dfab7a..7f94f018b 100644 --- a/Ring/Ring/Resources/nb.lproj/Localizable.strings +++ b/Ring/Ring/Resources/nb.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Du deler for tiden din lokasjon med"; "conversation.explanationReceivingLocationFrom" = "Du mottar for øyeblikket en live lokasjon fra"; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Ingen invitasjoner"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Tapt utgående anrop"; "generatedMessage.missedIncomingCall" = "Tapt innkommende anrop"; "generatedMessage.liveLocationSharing" = "Live posisjonsdeling"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Avanserte innstillinger"; diff --git a/Ring/Ring/Resources/nl-NL.lproj/Localizable.strings b/Ring/Ring/Resources/nl-NL.lproj/Localizable.strings index 1f06af8dd..80f1257a9 100644 --- a/Ring/Ring/Resources/nl-NL.lproj/Localizable.strings +++ b/Ring/Ring/Resources/nl-NL.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Uitgebreide instellingen"; diff --git a/Ring/Ring/Resources/nl.lproj/Localizable.strings b/Ring/Ring/Resources/nl.lproj/Localizable.strings index 04133c0c0..e82d3beb0 100644 --- a/Ring/Ring/Resources/nl.lproj/Localizable.strings +++ b/Ring/Ring/Resources/nl.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Geen uitnodigingen"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Gemiste uitgaande oproep"; "generatedMessage.missedIncomingCall" = "Gemiste inkomende oproep"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Geavanceerde instellingen"; diff --git a/Ring/Ring/Resources/nl_BE.lproj/Localizable.strings b/Ring/Ring/Resources/nl_BE.lproj/Localizable.strings index 33badc51c..45084b317 100644 --- a/Ring/Ring/Resources/nl_BE.lproj/Localizable.strings +++ b/Ring/Ring/Resources/nl_BE.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Geen uitnodigingen"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Gemiste uitgaande oproep"; "generatedMessage.missedIncomingCall" = "Gemiste inkomende oproep"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Geavanceerde instellingen"; diff --git a/Ring/Ring/Resources/oc.lproj/Localizable.strings b/Ring/Ring/Resources/oc.lproj/Localizable.strings index 8c3b4dcac..9973393bd 100644 --- a/Ring/Ring/Resources/oc.lproj/Localizable.strings +++ b/Ring/Ring/Resources/oc.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Cap d’invitacion"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Sonada sortissenta mancada"; "generatedMessage.missedIncomingCall" = "Sonada dintrada mancada"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Paramètres avançats"; diff --git a/Ring/Ring/Resources/pa.lproj/Localizable.strings b/Ring/Ring/Resources/pa.lproj/Localizable.strings index 43bd2afd9..d1de78d96 100644 --- a/Ring/Ring/Resources/pa.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pa.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "ਖੁੰਝੀ ਜਾਂਦੀ ਕਾਲ"; "generatedMessage.missedIncomingCall" = "ਖੁੰਝੀ ਆਉਂਦੀ ਕਾਲ"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "ਉੱਨਤ ਸੈਟਿੰਗਾਂ"; diff --git a/Ring/Ring/Resources/pl.lproj/Localizable.strings b/Ring/Ring/Resources/pl.lproj/Localizable.strings index f3f97e4e0..96e20bf67 100644 --- a/Ring/Ring/Resources/pl.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pl.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Udostępniasz teraz lokalizację dla "; "conversation.explanationReceivingLocationFrom" = "Otrzymujesz teraz lokalizację na żywo od"; "conversation.errorSavingImage" = "Nie udało się zapisać obrazu do galerii"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Brak zaproszeń"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Nieodebrane połączenie wychodzące"; "generatedMessage.missedIncomingCall" = "Nieodebrane połączenie przychodzące"; "generatedMessage.liveLocationSharing" = "Udostępnianie lokalizacji na żywo"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Ustawienia zaawansowane"; diff --git a/Ring/Ring/Resources/pl_PL.lproj/Localizable.strings b/Ring/Ring/Resources/pl_PL.lproj/Localizable.strings index d83bf947a..bd0dd546b 100644 --- a/Ring/Ring/Resources/pl_PL.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pl_PL.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Nieodebrane połączenie wychodzące"; "generatedMessage.missedIncomingCall" = "Nieodebrane połączenie przychodzące"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Ustawienia zaawansowane"; diff --git a/Ring/Ring/Resources/pt-BR.lproj/Localizable.strings b/Ring/Ring/Resources/pt-BR.lproj/Localizable.strings index 7b29e5233..ad99c1a34 100644 --- a/Ring/Ring/Resources/pt-BR.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pt-BR.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Atualmente você está compartilhando sua localização com"; "conversation.explanationReceivingLocationFrom" = "Você está recebendo atualmente uma localização real de"; "conversation.errorSavingImage" = "Falha ao salvar a imagem na galeria"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Sem convites"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chamadas efetuadas perdidas"; "generatedMessage.missedIncomingCall" = "Chamadas recebidas perdidas"; "generatedMessage.liveLocationSharing" = "Compartilhamento de localização atual"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Configurações avançadas"; diff --git a/Ring/Ring/Resources/pt.lproj/Localizable.strings b/Ring/Ring/Resources/pt.lproj/Localizable.strings index 72173ef16..798835582 100644 --- a/Ring/Ring/Resources/pt.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pt.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Sem convites"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chamadas efetuadas perdidas"; "generatedMessage.missedIncomingCall" = "Chamadas recebidas perdidas"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Configurações avançadas"; diff --git a/Ring/Ring/Resources/pt_PT.lproj/Localizable.strings b/Ring/Ring/Resources/pt_PT.lproj/Localizable.strings index 1450253b1..f79d483f5 100644 --- a/Ring/Ring/Resources/pt_PT.lproj/Localizable.strings +++ b/Ring/Ring/Resources/pt_PT.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Sem convites"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Chamadas efetuadas perdidas"; "generatedMessage.missedIncomingCall" = "Chamadas recebidas perdidas"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Configurações avançadas"; diff --git a/Ring/Ring/Resources/ro_RO.lproj/Localizable.strings b/Ring/Ring/Resources/ro_RO.lproj/Localizable.strings index 85a86961e..9ebf1ff95 100644 --- a/Ring/Ring/Resources/ro_RO.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ro_RO.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Acum, poziția ta este distribuită către"; "conversation.explanationReceivingLocationFrom" = "Acum, primești poziția în direct de la"; "conversation.errorSavingImage" = "Salvarea imaginii nu a reușit"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Vrei să participi la conversație?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Ai acceptat invitația la conversație."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Nu sînt invitații"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Apel efectuat nepreluat"; "generatedMessage.missedIncomingCall" = "Apel pierdut"; "generatedMessage.liveLocationSharing" = "Distribuirea poziției în direct"; +"generatedMessage.contactLeftConversation" = "Contactul a întrerupt conversația"; //General Settings "generalSettings.title" = "Reglări avansate"; diff --git a/Ring/Ring/Resources/ru-RU.lproj/Localizable.strings b/Ring/Ring/Resources/ru-RU.lproj/Localizable.strings index e9e49cd63..e366751cc 100644 --- a/Ring/Ring/Resources/ru-RU.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ru-RU.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Пропущенный исходящий"; "generatedMessage.missedIncomingCall" = "Пропущенный входящий"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Дополнительные настройки"; diff --git a/Ring/Ring/Resources/ru.lproj/Localizable.strings b/Ring/Ring/Resources/ru.lproj/Localizable.strings index 5ffc724ad..b79cff54c 100644 --- a/Ring/Ring/Resources/ru.lproj/Localizable.strings +++ b/Ring/Ring/Resources/ru.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "В настоящее время вы делитесь своим местоположением с"; "conversation.explanationReceivingLocationFrom" = "В настоящее время вы получаете текущее местоположение от"; "conversation.errorSavingImage" = "Не удалось сохранить изображение в галерею"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Привет,\nВы хотите присоединиться к разговору?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Вы приняли запрос на беседу."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Приглашений нет"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Непринятый исходящий звонок"; "generatedMessage.missedIncomingCall" = "Пропущенный входящий звонок"; "generatedMessage.liveLocationSharing" = "Совместное использование местоположения в реальном времени"; +"generatedMessage.contactLeftConversation" = "Контакт покинул разговор"; //General Settings "generalSettings.title" = "Дополнительные настройки"; diff --git a/Ring/Ring/Resources/sk-SK.lproj/Localizable.strings b/Ring/Ring/Resources/sk-SK.lproj/Localizable.strings index 66f9e76f9..ead0a0aa3 100644 --- a/Ring/Ring/Resources/sk-SK.lproj/Localizable.strings +++ b/Ring/Ring/Resources/sk-SK.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Žiadne pozvánky"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Zmeškaný odchádzajúci hovory"; "generatedMessage.missedIncomingCall" = "Zmeškaný príchodzí hovor"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Pokročilé nastavenia"; diff --git a/Ring/Ring/Resources/sl.lproj/Localizable.strings b/Ring/Ring/Resources/sl.lproj/Localizable.strings index 54a2f1872..087bfcdc9 100644 --- a/Ring/Ring/Resources/sl.lproj/Localizable.strings +++ b/Ring/Ring/Resources/sl.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Trenutno v živo delite svojo lokacijo z "; "conversation.explanationReceivingLocationFrom" = "Trenutno v živo dobivate podatek o lokaciji od"; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Ni povabil"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Zgrešen odhodni klic"; "generatedMessage.missedIncomingCall" = "Zgrešen dohodni klic"; "generatedMessage.liveLocationSharing" = "Deljenje lokacije v živo"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Napredne nastavitve"; diff --git a/Ring/Ring/Resources/sq-AL.lproj/Localizable.strings b/Ring/Ring/Resources/sq-AL.lproj/Localizable.strings index 3f0e05b9c..2200fed97 100644 --- a/Ring/Ring/Resources/sq-AL.lproj/Localizable.strings +++ b/Ring/Ring/Resources/sq-AL.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Aktualisht e ndani vendndodhjen tuaj me "; "conversation.explanationReceivingLocationFrom" = "Aktualisht merrni drejtpërdrejt vendndodhje nga"; "conversation.errorSavingImage" = "S’u arrit të dërgohet figurë te galeri"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Tungjatjeta,\nDo të donit të merrnit pjesë në bisedë?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "Keni pranuar kërkesën për bisedë."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "S’ka ftesa"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Thirrje ikse të humbura"; "generatedMessage.missedIncomingCall" = "Thirrje ardhëse të humbura"; "generatedMessage.liveLocationSharing" = "Dhënie “live” e vendndodhjes"; +"generatedMessage.contactLeftConversation" = "Kontakti e braktisi bisedën"; //General Settings "generalSettings.title" = "Rregullime të mëtejshme"; diff --git a/Ring/Ring/Resources/sr_RS.lproj/Localizable.strings b/Ring/Ring/Resources/sr_RS.lproj/Localizable.strings index bd501a13c..02685f1b0 100644 --- a/Ring/Ring/Resources/sr_RS.lproj/Localizable.strings +++ b/Ring/Ring/Resources/sr_RS.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Propušten odlazeći poziv"; "generatedMessage.missedIncomingCall" = "Propušten dolazeći poziv"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Napredna podešavanja"; diff --git a/Ring/Ring/Resources/sv.lproj/Localizable.strings b/Ring/Ring/Resources/sv.lproj/Localizable.strings index 66f28d570..ec524650c 100644 --- a/Ring/Ring/Resources/sv.lproj/Localizable.strings +++ b/Ring/Ring/Resources/sv.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Inga inbjudningar"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missat utgående samtal"; "generatedMessage.missedIncomingCall" = "Missat inkommande samtal"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Avancerade inställningar"; diff --git a/Ring/Ring/Resources/tr.lproj/Localizable.strings b/Ring/Ring/Resources/tr.lproj/Localizable.strings index 3136189e1..8122836ec 100644 --- a/Ring/Ring/Resources/tr.lproj/Localizable.strings +++ b/Ring/Ring/Resources/tr.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "Şu anda konum bilginizi şu kişiyle paylaşıyorsunuz:"; "conversation.explanationReceivingLocationFrom" = "Şu anda şu kişiden canlı konum alıyorsunuz:"; "conversation.errorSavingImage" = "Fotoğraf galeriye kaydedilemedi"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "Davetiye yok"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Yanıtsız giden arama"; "generatedMessage.missedIncomingCall" = "Yanıtsız gelen arama"; "generatedMessage.liveLocationSharing" = "Canlı konum paylaşımı"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Gelişmiş ayarlar"; diff --git a/Ring/Ring/Resources/uk.lproj/Localizable.strings b/Ring/Ring/Resources/uk.lproj/Localizable.strings index dcc8fb2f4..7a56dd211 100644 --- a/Ring/Ring/Resources/uk.lproj/Localizable.strings +++ b/Ring/Ring/Resources/uk.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Пропущений вихідний виклик"; "generatedMessage.missedIncomingCall" = "Пропущений вхідний виклик"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Розширені налаштування"; diff --git a/Ring/Ring/Resources/vi.lproj/Localizable.strings b/Ring/Ring/Resources/vi.lproj/Localizable.strings index f0e471eb2..9d060e73f 100644 --- a/Ring/Ring/Resources/vi.lproj/Localizable.strings +++ b/Ring/Ring/Resources/vi.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; diff --git a/Ring/Ring/Resources/zh-Hans-CN.lproj/Localizable.strings b/Ring/Ring/Resources/zh-Hans-CN.lproj/Localizable.strings index 07a905a01..8e33d7984 100644 --- a/Ring/Ring/Resources/zh-Hans-CN.lproj/Localizable.strings +++ b/Ring/Ring/Resources/zh-Hans-CN.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "您当前正在分享实时位置到"; "conversation.explanationReceivingLocationFrom" = "您当前正在接收实时位置,来自"; "conversation.errorSavingImage" = "保存至图库失败"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "没有邀请"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "去电未接"; "generatedMessage.missedIncomingCall" = "未接来电"; "generatedMessage.liveLocationSharing" = "实时位置分享"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "高级设置"; diff --git a/Ring/Ring/Resources/zh-Hans.lproj/Localizable.strings b/Ring/Ring/Resources/zh-Hans.lproj/Localizable.strings index 21d4d78e6..56c8c4555 100644 --- a/Ring/Ring/Resources/zh-Hans.lproj/Localizable.strings +++ b/Ring/Ring/Resources/zh-Hans.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "您目前正在分享您的位置,與"; "conversation.explanationReceivingLocationFrom" = "您正收到即時位置,從"; "conversation.errorSavingImage" = "將圖片儲存到相簿失敗"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "您好,\n您想要加入對話嗎?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "您已接受對話請求。"; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "沒有邀請"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "未接去電"; "generatedMessage.missedIncomingCall" = "未接來電"; "generatedMessage.liveLocationSharing" = "即時位置分享"; +"generatedMessage.contactLeftConversation" = "聯絡人已離開對話"; //General Settings "generalSettings.title" = "進階設定"; diff --git a/Ring/Ring/Resources/zh.lproj/Localizable.strings b/Ring/Ring/Resources/zh.lproj/Localizable.strings index 38be5e404..5adabbc56 100644 --- a/Ring/Ring/Resources/zh.lproj/Localizable.strings +++ b/Ring/Ring/Resources/zh.lproj/Localizable.strings @@ -59,6 +59,12 @@ "conversation.explanationSendingLocationTo" = "You are currently sharing your location with "; "conversation.explanationReceivingLocationFrom" = "You are currently receiving a live location from "; "conversation.errorSavingImage" = "Failed to save image to galery"; +"conversation.receivedRequest" = "\%s\ sent you a request for a conversation."; +"conversation.requestMessage" = "Hello,\nWould you like to join the conversation?"; +"conversation.notContact" = "\%s\ is not in your contact list."; +"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; +"conversation.synchronizationTitle" = "You have accepted the conversation request."; +"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; //Invitations "invitations.noInvitations" = "No invitations"; @@ -333,6 +339,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; +"generatedMessage.contactLeftConversation" = "Contact left conversation"; //General Settings "generalSettings.title" = "Advanced settings"; -- GitLab