From 6102289b0fd658113ec9bbe0fac3e69360765391 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 17 May 2017 12:37:33 -0700 Subject: [PATCH] Update translations --- _locales/es/messages.json | 4 ++++ _locales/fi/messages.json | 4 ++++ _locales/nl/messages.json | 4 ++++ _locales/pl/messages.json | 14 +++++++++----- _locales/zh_TW/messages.json | 4 ++++ 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 2403cddcfc..e79edc803b 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -123,6 +123,10 @@ "message": "Reiniciar Signal", "description": "Menu item for restarting the program." }, + "youLeftTheGroup": { + "message": "Ha dejado el grupo", + "description": "Displayed when a user can't send a message because they have left the group" + }, "deleteMessages": { "message": "Eliminar mensajes", "description": "Menu item for deleting messages, title case." diff --git a/_locales/fi/messages.json b/_locales/fi/messages.json index 317a632829..9d39907ad1 100644 --- a/_locales/fi/messages.json +++ b/_locales/fi/messages.json @@ -123,6 +123,10 @@ "message": "Käynnistä Signal uudelleen", "description": "Menu item for restarting the program." }, + "youLeftTheGroup": { + "message": "Olet poistunut ryhmästä.", + "description": "Displayed when a user can't send a message because they have left the group" + }, "deleteMessages": { "message": "Poista viestit", "description": "Menu item for deleting messages, title case." diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json index 12608b3c34..d468198494 100644 --- a/_locales/nl/messages.json +++ b/_locales/nl/messages.json @@ -123,6 +123,10 @@ "message": "Signal herstarten", "description": "Menu item for restarting the program." }, + "youLeftTheGroup": { + "message": "Je hebt de groep verlaten", + "description": "Displayed when a user can't send a message because they have left the group" + }, "deleteMessages": { "message": "Berichten verwijderen", "description": "Menu item for deleting messages, title case." diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index d6ff854416..f0deccb804 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -26,7 +26,7 @@ "description": "" }, "youChangedTheTimer": { - "message": "Ustawiłeś czas na $time$", + "message": "Czas ustawiony na $time$", "description": "Message displayed when you change the message expiration timer in a conversation.", "placeholders": { "time": { @@ -112,7 +112,7 @@ "description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble." }, "timerOption_0_seconds_abbreviated": { - "message": "Wyłączone", + "message": "wyłączony", "description": "Short format indicating current timer setting in the conversation list snippet" }, "syncExplanation": { @@ -123,8 +123,12 @@ "message": "Uruchom ponownie", "description": "Menu item for restarting the program." }, + "youLeftTheGroup": { + "message": "Opuściłeś grupę", + "description": "Displayed when a user can't send a message because they have left the group" + }, "deleteMessages": { - "message": "Usuń wiadomości", + "message": "Usuń konwersację", "description": "Menu item for deleting messages, title case." }, "incomingError": { @@ -194,7 +198,7 @@ "description": "Label for the sender of a message" }, "deleteConversationConfirmation": { - "message": "Usunąć permanentnie tę konwersację?", + "message": "Usunąć trwale tę konwersację?", "description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone." }, "unlinkedWarning": { @@ -388,7 +392,7 @@ "description": "" }, "timerOption_0_seconds": { - "message": "Wyłącz", + "message": "wyłącz", "description": "Label for option to turn off message expiration in the timer menu" }, "installAndroidInstructions": { diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json index b82bb3014b..547f9d783c 100644 --- a/_locales/zh_TW/messages.json +++ b/_locales/zh_TW/messages.json @@ -123,6 +123,10 @@ "message": "從新開啟Signal", "description": "Menu item for restarting the program." }, + "youLeftTheGroup": { + "message": "你已離開此群組", + "description": "Displayed when a user can't send a message because they have left the group" + }, "deleteMessages": { "message": "刪除訊息", "description": "Menu item for deleting messages, title case."