From 25e972eb8c3dd7ade30b3ea116d96a05a2f6c791 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:54 +0900 Subject: [PATCH 01/17] New translations translation.json (German) --- src/config/locales/de/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index 0b0dbeaa..d1ab47c0 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -277,9 +277,9 @@ "status": "Was geht dir durch den Kopf?", "cancel": "Abbrechen", "toot": "Toot", - "close_confirm": "Möchtest du wirklich schließen?", - "close_confirm_ok": "Schließen", - "close_confirm_cancel": "Abbrechen", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Für Menschen mit Sehbehinderung beschreiben", "footer": { "add_image": "Bild hinzufügen", From b47b0c153a970e9aa9aaae2c1b769bfbc9738a30 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:55 +0900 Subject: [PATCH 02/17] New translations translation.json (Portuguese) --- src/config/locales/pt_pt/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/pt_pt/translation.json b/src/config/locales/pt_pt/translation.json index b621edbd..ab98b0e3 100644 --- a/src/config/locales/pt_pt/translation.json +++ b/src/config/locales/pt_pt/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images", From 2c89a64050b0e92aa6140e5cdef188fce049bc04 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:56 +0900 Subject: [PATCH 03/17] New translations translation.json (Central Atlas Tamazight) --- src/config/locales/tzm/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/tzm/translation.json b/src/config/locales/tzm/translation.json index 26a3fb88..eb36abe3 100644 --- a/src/config/locales/tzm/translation.json +++ b/src/config/locales/tzm/translation.json @@ -277,9 +277,9 @@ "status": "Ma'yd illan g ixef-nnek?", "cancel": "Sser", "toot": "Ansaɣ", - "close_confirm": "Is nit txsed ad tssred Ansaɣ Amaynu?", - "close_confirm_ok": "WAX", - "close_confirm_cancel": "Sser", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Rnu yat n twlafet", From 187fb85887f75d284ec1d9ed114c843f479454e1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:57 +0900 Subject: [PATCH 04/17] New translations translation.json (Sinhala) --- src/config/locales/si/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/si/translation.json b/src/config/locales/si/translation.json index 60077404..efecf333 100644 --- a/src/config/locales/si/translation.json +++ b/src/config/locales/si/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images", From 0eb1f87f55dce0d4a38298254716126a0934799f Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:58 +0900 Subject: [PATCH 05/17] New translations translation.json (Chinese Traditional) --- src/config/locales/zh_tw/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/zh_tw/translation.json b/src/config/locales/zh_tw/translation.json index 232393c9..aadd6e3f 100644 --- a/src/config/locales/zh_tw/translation.json +++ b/src/config/locales/zh_tw/translation.json @@ -277,9 +277,9 @@ "status": "正在想些什麼嗎?", "cancel": "取消", "toot": "嘟文", - "close_confirm": "您確定要取消這個新嘟文嗎?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "取消", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "為視障人士增加文字說明", "footer": { "add_image": "新增圖片", From bdafef3b8a873d91967859c69cfe1c57742d3dd0 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:45:59 +0900 Subject: [PATCH 06/17] New translations translation.json (Chinese Simplified) --- src/config/locales/zh_cn/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index 2d2a6045..5020b414 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -277,9 +277,9 @@ "status": "在想啥?", "cancel": "取消", "toot": "嘟嘟!", - "close_confirm": "确定取消发嘟吗?", - "close_confirm_ok": "确定", - "close_confirm_cancel": "取消", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "为视觉障碍人士提供描述", "footer": { "add_image": "上传图片", From f89822405cd530c17f964e248b131ff941b1f9b1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:00 +0900 Subject: [PATCH 07/17] New translations translation.json (Swedish) --- src/config/locales/sv_se/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/sv_se/translation.json b/src/config/locales/sv_se/translation.json index b621edbd..ab98b0e3 100644 --- a/src/config/locales/sv_se/translation.json +++ b/src/config/locales/sv_se/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images", From f4c5793a3c23b14f43ef4fba113bc0a0b24cd5f1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:01 +0900 Subject: [PATCH 08/17] New translations translation.json (Russian) --- src/config/locales/ru/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/ru/translation.json b/src/config/locales/ru/translation.json index d8b86af0..ba0be877 100644 --- a/src/config/locales/ru/translation.json +++ b/src/config/locales/ru/translation.json @@ -277,9 +277,9 @@ "status": "О чём вы думаете?", "cancel": "Отменить", "toot": "Запостить", - "close_confirm": "Вы уверены, что хотите отменить пост?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Отменить", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Опишите для слабовидящих", "footer": { "add_image": "Добавить изображения", From 0e9dc62ae185b193312807f498e9a36ff9290334 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:03 +0900 Subject: [PATCH 09/17] New translations translation.json (Polish) --- src/config/locales/pl/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index a9d01367..115ea3d6 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -277,9 +277,9 @@ "status": "Co Ci chodzi po głowie?", "cancel": "Anuluj", "toot": "Wyślij", - "close_confirm": "Czy na pewno chcesz porzucić tworzenie wpisu?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Anuluj", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Wprowadź opis dla niewidomych i niedowidzących", "footer": { "add_image": "Dodaj obraz", From e60d1e39bab2c41fda739e68c646eab78e4a24d0 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:04 +0900 Subject: [PATCH 10/17] New translations translation.json (French) --- src/config/locales/fr/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 1510127a..86730867 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -277,9 +277,9 @@ "status": "Qu’avez-vous en tête ?", "cancel": "Annuler", "toot": "Pouet!", - "close_confirm": "Êtes-vous sûr de vouloir annuler ce nouveau pouet ?", - "close_confirm_ok": "Oui", - "close_confirm_cancel": "Annuler", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Décrire pour les malvoyant·e·s", "footer": { "add_image": "Ajouter une image", From 270d0e34b489609d03da0c70993daded28c6cfe2 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:05 +0900 Subject: [PATCH 11/17] New translations translation.json (Norwegian) --- src/config/locales/no/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/no/translation.json b/src/config/locales/no/translation.json index 7c10451f..eb552522 100644 --- a/src/config/locales/no/translation.json +++ b/src/config/locales/no/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images", From 9a6b3df7d292f1b60a1b732a04076c2bcbe5bbde Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:06 +0900 Subject: [PATCH 12/17] New translations translation.json (Korean) --- src/config/locales/ko/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index d990f9d9..ff602f9c 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -277,9 +277,9 @@ "status": "무슨 생각을 하고 있나요?", "cancel": "취소", "toot": "툿", - "close_confirm": "툿 작성을 그만둘까요?", - "close_confirm_ok": "예", - "close_confirm_cancel": "취소", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "시각장애인을 위한 설명", "footer": { "add_image": "이미지 추가", From 46eac0b36b2d05d0ac9f6466bc09939a16903294 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:07 +0900 Subject: [PATCH 13/17] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index d2e4f037..08ec77d7 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -277,9 +277,9 @@ "status": "今なにしてる?", "cancel": "キャンセル", "toot": "トゥート!", - "close_confirm": "本当に閉じますか?", - "close_confirm_ok": "閉じる", - "close_confirm_cancel": "キャンセル", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "メディアの説明を追加", "footer": { "add_image": "画像を添付", From 738511a3a4c114a637552ca8b15aa6b64ddc0156 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:08 +0900 Subject: [PATCH 14/17] New translations translation.json (Italian) --- src/config/locales/it/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/it/translation.json b/src/config/locales/it/translation.json index 2217e900..836e53b0 100644 --- a/src/config/locales/it/translation.json +++ b/src/config/locales/it/translation.json @@ -277,9 +277,9 @@ "status": "Cosa ti passa per la testa?", "cancel": "Annulla", "toot": "Post", - "close_confirm": "Sei sicuro di voler cancellare il nuovo post?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Annulla", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Descrivi per i non vedenti", "footer": { "add_image": "Aggiungi immagini", From f56a0380b93b7d4b23bb6bdd0e0c20c5551b6cc7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:09 +0900 Subject: [PATCH 15/17] New translations translation.json (Czech) --- src/config/locales/cs/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/cs/translation.json b/src/config/locales/cs/translation.json index b621edbd..ab98b0e3 100644 --- a/src/config/locales/cs/translation.json +++ b/src/config/locales/cs/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images", From 485d4303ce802b75ba6194d60d8c52b131fbabfb Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:10 +0900 Subject: [PATCH 16/17] New translations translation.json (Spanish) --- src/config/locales/es_es/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/es_es/translation.json b/src/config/locales/es_es/translation.json index 38877df1..9f5c4bb3 100644 --- a/src/config/locales/es_es/translation.json +++ b/src/config/locales/es_es/translation.json @@ -277,9 +277,9 @@ "status": "¿En qué estás pensando?", "cancel": "Cancelar", "toot": "Toot", - "close_confirm": "¿Está seguro que desea cancelar el nuevo toot?", - "close_confirm_ok": "Aceptar", - "close_confirm_cancel": "Cancelar", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describir para los discapacitados visuales", "footer": { "add_image": "Añadir imágenes", From 3f7a7b09526f885b345b24b6f2a1f8b51d6678ab Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 26 May 2021 22:46:11 +0900 Subject: [PATCH 17/17] New translations translation.json (Indonesian) --- src/config/locales/id/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/id/translation.json b/src/config/locales/id/translation.json index 961845e8..9d2c2b67 100644 --- a/src/config/locales/id/translation.json +++ b/src/config/locales/id/translation.json @@ -277,9 +277,9 @@ "status": "What is on your mind?", "cancel": "Cancel", "toot": "Toot", - "close_confirm": "Are you sure you want to cancel the new toot?", - "close_confirm_ok": "OK", - "close_confirm_cancel": "Cancel", + "close_confirm": "Are you sure you want to discard this toot?", + "close_confirm_ok": "Discard", + "close_confirm_cancel": "Continue Editing", "description": "Describe for the visually impaired", "footer": { "add_image": "Add images",