From 01b7d83501a0d2ed9a1cd50f27241b5dd24418b7 Mon Sep 17 00:00:00 2001 From: boxmoji Date: Fri, 2 Feb 2018 13:26:50 -0800 Subject: [PATCH] Mojito: Update translations (#625) --- src/i18n/bn-IN.properties | 4 ++++ src/i18n/da-DK.properties | 4 ++++ src/i18n/de-DE.properties | 4 ++++ src/i18n/en-AU.properties | 4 ++++ src/i18n/en-CA.properties | 4 ++++ src/i18n/en-GB.properties | 4 ++++ src/i18n/es-419.properties | 4 ++++ src/i18n/es-ES.properties | 4 ++++ src/i18n/fi-FI.properties | 4 ++++ src/i18n/fr-CA.properties | 4 ++++ src/i18n/fr-FR.properties | 4 ++++ src/i18n/hi-IN.properties | 4 ++++ src/i18n/it-IT.properties | 4 ++++ src/i18n/ja-JP.properties | 4 ++++ src/i18n/ko-KR.properties | 4 ++++ src/i18n/nb-NO.properties | 4 ++++ src/i18n/nl-NL.properties | 4 ++++ src/i18n/pl-PL.properties | 4 ++++ src/i18n/pt-BR.properties | 4 ++++ src/i18n/ru-RU.properties | 4 ++++ src/i18n/sv-SE.properties | 4 ++++ src/i18n/tr-TR.properties | 4 ++++ src/i18n/zh-CN.properties | 4 ++++ src/i18n/zh-TW.properties | 4 ++++ 24 files changed, 96 insertions(+) diff --git a/src/i18n/bn-IN.properties b/src/i18n/bn-IN.properties index 7b39f7a49..37ba2c13d 100644 --- a/src/i18n/bn-IN.properties +++ b/src/i18n/bn-IN.properties @@ -123,6 +123,10 @@ box3d_settings=সেটিংস annotation_add_comment_placeholder=এখানে একটি মন্তব্য যোগ করুন... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=একটি উত্তর পোস্ট করুন... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=বাতিল করুন # Text for save annotation button diff --git a/src/i18n/da-DK.properties b/src/i18n/da-DK.properties index 45374ada7..166b9a4c3 100644 --- a/src/i18n/da-DK.properties +++ b/src/i18n/da-DK.properties @@ -123,6 +123,10 @@ box3d_settings=Indstillinger annotation_add_comment_placeholder=Tilføj en kommentar her... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Slå et svar op... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Annuller # Text for save annotation button diff --git a/src/i18n/de-DE.properties b/src/i18n/de-DE.properties index e74b99f91..c1afb240d 100644 --- a/src/i18n/de-DE.properties +++ b/src/i18n/de-DE.properties @@ -123,6 +123,10 @@ box3d_settings=Einstellungen annotation_add_comment_placeholder=Kommentar hier hinzufügen ... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Antwort posten ... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Abbrechen # Text for save annotation button diff --git a/src/i18n/en-AU.properties b/src/i18n/en-AU.properties index c889f27a2..48ff78264 100644 --- a/src/i18n/en-AU.properties +++ b/src/i18n/en-AU.properties @@ -123,6 +123,10 @@ box3d_settings=Settings annotation_add_comment_placeholder=Add a comment here... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Post a reply... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancel # Text for save annotation button diff --git a/src/i18n/en-CA.properties b/src/i18n/en-CA.properties index 980d5fe2d..385937ffe 100644 --- a/src/i18n/en-CA.properties +++ b/src/i18n/en-CA.properties @@ -123,6 +123,10 @@ box3d_settings=Settings annotation_add_comment_placeholder=Add a comment here... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Post a reply... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancel # Text for save annotation button diff --git a/src/i18n/en-GB.properties b/src/i18n/en-GB.properties index c889f27a2..48ff78264 100644 --- a/src/i18n/en-GB.properties +++ b/src/i18n/en-GB.properties @@ -123,6 +123,10 @@ box3d_settings=Settings annotation_add_comment_placeholder=Add a comment here... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Post a reply... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancel # Text for save annotation button diff --git a/src/i18n/es-419.properties b/src/i18n/es-419.properties index a06f704e6..4ab68bb4b 100644 --- a/src/i18n/es-419.properties +++ b/src/i18n/es-419.properties @@ -123,6 +123,10 @@ box3d_settings=Configuración annotation_add_comment_placeholder=Agregar un comentario aquí… # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publicar una respuesta… +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancelar # Text for save annotation button diff --git a/src/i18n/es-ES.properties b/src/i18n/es-ES.properties index 7ba5dc98f..54ad7955e 100644 --- a/src/i18n/es-ES.properties +++ b/src/i18n/es-ES.properties @@ -123,6 +123,10 @@ box3d_settings=Configuración annotation_add_comment_placeholder=Agregar un comentario aquí... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publicar una respuesta... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancelar # Text for save annotation button diff --git a/src/i18n/fi-FI.properties b/src/i18n/fi-FI.properties index 6eeed6868..0fa31af24 100644 --- a/src/i18n/fi-FI.properties +++ b/src/i18n/fi-FI.properties @@ -123,6 +123,10 @@ box3d_settings=Asetukset annotation_add_comment_placeholder=Lisää kommentti tähän... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Julkaise vastaus... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Peruuta # Text for save annotation button diff --git a/src/i18n/fr-CA.properties b/src/i18n/fr-CA.properties index b36887eed..62688cfd3 100644 --- a/src/i18n/fr-CA.properties +++ b/src/i18n/fr-CA.properties @@ -123,6 +123,10 @@ box3d_settings=Paramètres annotation_add_comment_placeholder=Ajouter un commentaire ici... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publier une réponse... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Annuler # Text for save annotation button diff --git a/src/i18n/fr-FR.properties b/src/i18n/fr-FR.properties index b36887eed..62688cfd3 100644 --- a/src/i18n/fr-FR.properties +++ b/src/i18n/fr-FR.properties @@ -123,6 +123,10 @@ box3d_settings=Paramètres annotation_add_comment_placeholder=Ajouter un commentaire ici... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publier une réponse... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Annuler # Text for save annotation button diff --git a/src/i18n/hi-IN.properties b/src/i18n/hi-IN.properties index 49f5c4e36..b32ef63b1 100644 --- a/src/i18n/hi-IN.properties +++ b/src/i18n/hi-IN.properties @@ -123,6 +123,10 @@ box3d_settings=सेटिंग annotation_add_comment_placeholder=यहाँ एक टिप्पणी जोड़ें... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=कोई जवाब पोस्ट करें... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=रद्द करें # Text for save annotation button diff --git a/src/i18n/it-IT.properties b/src/i18n/it-IT.properties index 516bcbd1d..a5ec8d6b3 100644 --- a/src/i18n/it-IT.properties +++ b/src/i18n/it-IT.properties @@ -123,6 +123,10 @@ box3d_settings=Impostazioni annotation_add_comment_placeholder=Aggiungi un commento qui... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Pubblica una risposta... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Annulla # Text for save annotation button diff --git a/src/i18n/ja-JP.properties b/src/i18n/ja-JP.properties index 05c365abb..fd987a7a0 100644 --- a/src/i18n/ja-JP.properties +++ b/src/i18n/ja-JP.properties @@ -123,6 +123,10 @@ box3d_settings=設定 annotation_add_comment_placeholder=ここにコメントを追加... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=返信を投稿... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=キャンセル # Text for save annotation button diff --git a/src/i18n/ko-KR.properties b/src/i18n/ko-KR.properties index 356b04e0a..a337edda1 100644 --- a/src/i18n/ko-KR.properties +++ b/src/i18n/ko-KR.properties @@ -123,6 +123,10 @@ box3d_settings=설정 annotation_add_comment_placeholder=여기에 코멘트 추가... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=회신 게시... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=취소 # Text for save annotation button diff --git a/src/i18n/nb-NO.properties b/src/i18n/nb-NO.properties index b555caf38..196978811 100644 --- a/src/i18n/nb-NO.properties +++ b/src/i18n/nb-NO.properties @@ -123,6 +123,10 @@ box3d_settings=Innstillinger annotation_add_comment_placeholder=Legg til en kommentar her ... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Skriv et svar ... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Avbryt # Text for save annotation button diff --git a/src/i18n/nl-NL.properties b/src/i18n/nl-NL.properties index 9db7797d5..f73380502 100644 --- a/src/i18n/nl-NL.properties +++ b/src/i18n/nl-NL.properties @@ -123,6 +123,10 @@ box3d_settings=Instellingen annotation_add_comment_placeholder=Hier een opmerking toevoegen... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Hier een antwoord plaatsen... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Annuleren # Text for save annotation button diff --git a/src/i18n/pl-PL.properties b/src/i18n/pl-PL.properties index 37e44b9f3..93f9c7c9a 100644 --- a/src/i18n/pl-PL.properties +++ b/src/i18n/pl-PL.properties @@ -123,6 +123,10 @@ box3d_settings=Ustawienia annotation_add_comment_placeholder=Dodaj komentarz tutaj... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Opublikuj odpowiedź... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Anuluj # Text for save annotation button diff --git a/src/i18n/pt-BR.properties b/src/i18n/pt-BR.properties index 1b7972260..0defbc346 100644 --- a/src/i18n/pt-BR.properties +++ b/src/i18n/pt-BR.properties @@ -123,6 +123,10 @@ box3d_settings=Configurações annotation_add_comment_placeholder=Adicione um comentário... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publique uma resposta... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Cancelar # Text for save annotation button diff --git a/src/i18n/ru-RU.properties b/src/i18n/ru-RU.properties index eae0c39d6..fda29fae1 100644 --- a/src/i18n/ru-RU.properties +++ b/src/i18n/ru-RU.properties @@ -123,6 +123,10 @@ box3d_settings=Настройки annotation_add_comment_placeholder=Добавьте комментарий сюда... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Опубликуйте ответ... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Отмена # Text for save annotation button diff --git a/src/i18n/sv-SE.properties b/src/i18n/sv-SE.properties index dd2c43001..bd3d55360 100644 --- a/src/i18n/sv-SE.properties +++ b/src/i18n/sv-SE.properties @@ -123,6 +123,10 @@ box3d_settings=Inställningar annotation_add_comment_placeholder=Lägg till en kommentar här ... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Publicera ett svar ... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=Avbryt # Text for save annotation button diff --git a/src/i18n/tr-TR.properties b/src/i18n/tr-TR.properties index f79864e45..f4cf97944 100644 --- a/src/i18n/tr-TR.properties +++ b/src/i18n/tr-TR.properties @@ -123,6 +123,10 @@ box3d_settings=Ayarlar annotation_add_comment_placeholder=Buraya bir yorum ekleyin... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=Bir yanıt gönderin... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=İptal # Text for save annotation button diff --git a/src/i18n/zh-CN.properties b/src/i18n/zh-CN.properties index 1b24ac7ba..87f5e2edc 100644 --- a/src/i18n/zh-CN.properties +++ b/src/i18n/zh-CN.properties @@ -123,6 +123,10 @@ box3d_settings=设置 annotation_add_comment_placeholder=在此添加评论... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=发表回复... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=取消 # Text for save annotation button diff --git a/src/i18n/zh-TW.properties b/src/i18n/zh-TW.properties index 1add7fbea..3cc717558 100644 --- a/src/i18n/zh-TW.properties +++ b/src/i18n/zh-TW.properties @@ -123,6 +123,10 @@ box3d_settings=設定 annotation_add_comment_placeholder=在此處新增留言... # Placeholder text for reply textarea in annotation dialog annotation_reply_placeholder=發佈回覆... +# Text for finish annotation mode button +annotation_done=Done +# Text for close annotation mode button +annotation_close=Close # Text for cancel annotation button annotation_cancel=取消 # Text for save annotation button