From 70fd73dfa8154b2806520d84fc1b69d6760bf33c Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" <13498015+amyspark@users.noreply.github.com> Date: Mon, 19 Nov 2018 14:56:49 +0000 Subject: [PATCH 1/2] Enable adding a media description --- src/config/locales/de/translation.json | 3 +- src/config/locales/en/translation.json | 3 +- src/config/locales/fr/translation.json | 3 +- src/config/locales/ja/translation.json | 3 +- src/config/locales/ko/translation.json | 3 +- src/config/locales/pl/translation.json | 3 +- .../TimelineSpace/Modals/NewToot.vue | 62 ++++++++++++++++--- .../store/TimelineSpace/Modals/NewToot.js | 19 +++++- 8 files changed, 83 insertions(+), 16 deletions(-) diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index b62b860526..c7fe2b6622 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -188,7 +188,8 @@ "change_visibility": "Sichtbarkeit ändern", "add_cw": "Inhalt hinzufügen Warnung", "change_sensitive": "Ändern Sie empfindlich", - "pined_hashtag": "Pin the hashtag" + "pined_hashtag": "Pin the hashtag", + "description": "Für Menschen mit Sehbehinderung beschreiben", }, "jump": { "jump_to": "Springe zu..." diff --git a/src/config/locales/en/translation.json b/src/config/locales/en/translation.json index dc5290c484..d9c352bda9 100644 --- a/src/config/locales/en/translation.json +++ b/src/config/locales/en/translation.json @@ -200,7 +200,8 @@ "change_visibility": "Change visibility", "add_cw": "Add contents warning", "change_sensitive": "Change sensitive", - "pined_hashtag": "Pin the hashtag" + "pined_hashtag": "Pin the hashtag", + "description": "Describe for the visually impaired", }, "jump": { "jump_to": "Jump to..." diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 442f8bb176..c93260f8b2 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -188,7 +188,8 @@ "change_visibility": "Changer la visibilité", "add_cw": "Ajouter un avertissement de contenu", "change_sensitive": "Changer sensible", - "pined_hashtag": "Pin the hashtag" + "pined_hashtag": "Pin the hashtag", + "description": "Décrire pour les malvoyant·e·s", }, "jump": { "jump_to": "Aller à..." diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 8688ce38e1..f46ef0e715 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -200,7 +200,8 @@ "change_visibility": "プライバシー設定", "add_cw": "閲覧注意を追加", "change_sensitive": "メディアの閲覧注意設定", - "pined_hashtag": "ハッシュタグを固定する" + "pined_hashtag": "ハッシュタグを固定する", + "description": "視覚障害者のための説明", }, "jump": { "jump_to": "移動..." diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index 724eb4fec7..9a6888a94f 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -188,7 +188,8 @@ "change_visibility": "공개 범위 변경", "add_cw": "경고 문구 추가", "change_sensitive": "민감한 미디어 설정", - "pined_hashtag": "해시태그고정" + "pined_hashtag": "해시태그고정", + "description": "시각장애인을 위한 설명", }, "jump": { "jump_to": "이동" diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index c75b595dee..96115df279 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -188,7 +188,8 @@ "change_visibility": "Zmień widoczność", "add_cw": "Dodaj ostrzeżenie zawartości", "change_sensitive": "Zmień wrażliwy", - "pined_hashtag": "Pin the hashtag" + "pined_hashtag": "Pin the hashtag", + "description": "Wprowadź opis dla niewidomych i niedowidzących", }, "jump": { "jump_to": "Przejdź do…" diff --git a/src/renderer/components/TimelineSpace/Modals/NewToot.vue b/src/renderer/components/TimelineSpace/Modals/NewToot.vue index c4582c3f70..35eed00f51 100644 --- a/src/renderer/components/TimelineSpace/Modals/NewToot.vue +++ b/src/renderer/components/TimelineSpace/Modals/NewToot.vue @@ -20,7 +20,8 @@