From 50f187430c2f92a891e78f34f77e7ba127f4ce93 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:41 +0900 Subject: [PATCH 01/37] New translations ja.yml (French) --- locales/fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr.yml b/locales/fr.yml index bf9a3b47f..5d1c1c802 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Votre token vient d'être généré, vous allez maintenant être déconnecté." i-like-sushi: "Je préfère les sushis (au pudding)" show-reversi-board-labels: "Afficher les étiquettes des lignes et colonnes dans Reversi" - verified-user: "Utilisateur·trice vérifié·e" + verified-user: "公式アカウント" disable-animated-mfm: "Désactiver les textes animés dans les publications" reversi: drawn: "Partie nulle" From 2ea52a944dde44aaf07fa12632b65ea90d22e9aa Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:44 +0900 Subject: [PATCH 02/37] New translations ja.yml (German) --- locales/de.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/de.yml b/locales/de.yml index 6461ead93..a29e4c536 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Dein Token wurde generiert. Du wirst jetzt abgemeldet." i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From 25156cf8aa3f6a8460e3d84b5c49e11232c9aab5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:46 +0900 Subject: [PATCH 03/37] New translations ja.yml (Spanish) --- locales/es.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/es.yml b/locales/es.yml index 2d488f409..4aaa8d469 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Tu token se ha regenerado vas a ser desconectado." i-like-sushi: "Prefiero sushi a pudín" show-reversi-board-labels: "Mostrar etiquetas de filas y columnas en Reversi" - verified-user: "Usuario verificado" + verified-user: "公式アカウント" disable-animated-mfm: "Desactivar texto animado en una publicación" reversi: drawn: "Empatado" From 6b7e022089f6b127bda35df7e120441dcf85c58c Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:48 +0900 Subject: [PATCH 04/37] New translations ja.yml (English) --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index cbf64b2be..39c9d9651 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Your token has been regenerated, so you will be signed out." i-like-sushi: "I prefer sushi rather than pudding" show-reversi-board-labels: "Show row and column labels in Reversi" - verified-user: "Authorized User" + verified-user: "公式アカウント" disable-animated-mfm: "Disable animated texts in a post" reversi: drawn: "Draw" From 7fe0de5e332c8e7c69cfa59efbee54f58914e738 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:50 +0900 Subject: [PATCH 05/37] New translations ja.yml (Russian) --- locales/ru.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ru.yml b/locales/ru.yml index 6c110dc73..df4c15640 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "あなたのトークンが更新されたのでサインアウトします。" i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From 00a65e3ad33efdd4a3de0a86a99223aab7fab100 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:52 +0900 Subject: [PATCH 06/37] New translations ja.yml (Italian) --- locales/it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/it.yml b/locales/it.yml index 6ff4150a6..b9b3ba220 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "あなたのトークンが更新されたのでサインアウトします。" i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From 9b91f6b75882b99d797d37af0e5e7de6cdac98f0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:54 +0900 Subject: [PATCH 07/37] New translations ja.yml (Chinese Simplified) --- locales/zh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/zh.yml b/locales/zh.yml index 23948d987..c9ddf77a0 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "あなたのトークンが更新されたのでサインアウトします。" i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From 457c8c2cc50d4b69d3dfa4fa19b9ce35af61d060 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:56 +0900 Subject: [PATCH 08/37] New translations ja.yml (Polish) --- locales/pl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pl.yml b/locales/pl.yml index 44e1af1bd..15949b005 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Twój token został wygenerowany. Zostaniesz wylogowany." i-like-sushi: "Wolę sushi od puddingu" show-reversi-board-labels: "Pokazuj podpisy wierszy i kolumn w Reversi" - verified-user: "Zweryfikowany użytkownik" + verified-user: "公式アカウント" disable-animated-mfm: "Wyłącz animowany tekst we wpisach" reversi: drawn: "Remis" From 61e6e033db2311ca2ccf6402e8c0ac988881e485 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:51:59 +0900 Subject: [PATCH 09/37] New translations ja.yml (Korean) --- locales/ko.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ko.yml b/locales/ko.yml index fced50650..6b0fd6c22 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "당신의 토큰이 업데이트되어 있기 때문에 로그 아웃합니다." i-like-sushi: "나는(푸딩보다 오히려)스시가 좋아" show-reversi-board-labels: "리버시 보드의 행과 열 레이블을 표시" - verified-user: "인증 된 사용자" + verified-user: "公式アカウント" disable-animated-mfm: "게시물의 문자 애니메이션을 비활성화 할" reversi: drawn: "무승부" From 780068d01bcec5bd98ceed4bae12fd30d8f58baf Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:52:01 +0900 Subject: [PATCH 10/37] New translations ja.yml (Portuguese) --- locales/pt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt.yml b/locales/pt.yml index c92134e13..b3fd5af3f 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "あなたのトークンが更新されたのでサインアウトします。" i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From 6be693196e3593f0e4bc55e0b858eba62292c48e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 03:52:03 +0900 Subject: [PATCH 11/37] New translations ja.yml (Catalan) --- locales/ca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ca.yml b/locales/ca.yml index 6ff4150a6..b9b3ba220 100644 --- a/locales/ca.yml +++ b/locales/ca.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "あなたのトークンが更新されたのでサインアウトします。" i-like-sushi: "私は(プリンよりむしろ)寿司が好き" show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示" - verified-user: "認証済みのユーザー" + verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" reversi: drawn: "引き分け" From adfd5633bb1dcb0fd3428ecfc9dc8d849379d32b Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:28 +0900 Subject: [PATCH 12/37] New translations ja.yml (French) --- locales/fr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fr.yml b/locales/fr.yml index 5d1c1c802..33daf5b21 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Utiliser des icônes circulaires" gradient-window-header: "Utiliser les dégradés sur la barre de titre de la fenêtre" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "Afficher les réponses" show-my-renotes: "Afficher mes republications dans le fil" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 6ae0b61c76fb715a27df65e293f03c72cca3a384 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:31 +0900 Subject: [PATCH 13/37] New translations ja.yml (German) --- locales/de.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de.yml b/locales/de.yml index a29e4c536..2833e9768 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Kreisförmige Icons" gradient-window-header: "Übergang in Fensterköpfen" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "Zeige Antworten" show-my-renotes: "Zeige meine Reposts auf der Zeitleiste" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 445acb844275974e454b4091899fda4f65af030e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:33 +0900 Subject: [PATCH 14/37] New translations ja.yml (Spanish) --- locales/es.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/es.yml b/locales/es.yml index 4aaa8d469..a3c558062 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Usar iconos circulares" gradient-window-header: "Usar degradados en las cabeceras de las páginas" post-form-on-timeline: "Mostrar el formulario de las entradas encima de la línea de tiempo" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 2018d8df93438230b2d115841957b9b1a7fc2524 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:36 +0900 Subject: [PATCH 15/37] New translations ja.yml (English) --- locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en.yml b/locales/en.yml index 39c9d9651..04bbbe6fa 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Use circle icons" gradient-window-header: "Use gradients on window headers" post-form-on-timeline: "Display post form at the top of the timeline" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "Display reply target" show-my-renotes: "Show my renotes in the timeline" show-renoted-my-notes: "Show renoted my posts in timelines" From ba41ffa424b31c2a9e9f8820327389ebce1c37c1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:38 +0900 Subject: [PATCH 16/37] New translations ja.yml (Russian) --- locales/ru.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ru.yml b/locales/ru.yml index df4c15640..da241b8aa 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 3f256f710d1862be52cad6ee172e0c26aa201ee0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:41 +0900 Subject: [PATCH 17/37] New translations ja.yml (Italian) --- locales/it.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it.yml b/locales/it.yml index b9b3ba220..6bfa69200 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 44dcfce84c7bbd8197e1e2e2f2eba48b720cd0b2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:43 +0900 Subject: [PATCH 18/37] New translations ja.yml (Chinese Simplified) --- locales/zh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh.yml b/locales/zh.yml index c9ddf77a0..e11cebba4 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 36d68ed4c917fa89d4d5fc15054681f29337dbb8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:46 +0900 Subject: [PATCH 19/37] New translations ja.yml (Polish) --- locales/pl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pl.yml b/locales/pl.yml index 15949b005..46420dba2 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Używaj okrągłych ikon" gradient-window-header: "Używaj gradientów na pasku tytułu okna" post-form-on-timeline: "Wyświetlaj formularz tworzenia wpisu w górnej części osi czasu" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "Pokazuj cel odpowiedzi" show-my-renotes: "Pokazuj moje udostępnienia na osi czasu" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 4e9a3b9cb46a208b1da412e58169d9e143c7fc2e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:48 +0900 Subject: [PATCH 20/37] New translations ja.yml (Korean) --- locales/ko.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ko.yml b/locales/ko.yml index 6b0fd6c22..db9d4c7b0 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From 8b387e1749e3f2fb22834d6d7024ac9fca7c0675 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:51 +0900 Subject: [PATCH 21/37] New translations ja.yml (Portuguese) --- locales/pt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pt.yml b/locales/pt.yml index b3fd5af3f..0e8c26a0f 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From f3d1d01deaf590c3a37399d641b811eeb1a79cab Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 06:11:53 +0900 Subject: [PATCH 22/37] New translations ja.yml (Catalan) --- locales/ca.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ca.yml b/locales/ca.yml index b9b3ba220..6bfa69200 100644 --- a/locales/ca.yml +++ b/locales/ca.yml @@ -625,6 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "円形のアイコンを使用" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" + suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-reply-target: "リプライ先を表示する" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" From b3980860e61e0aa376ca5a03f54e9df363cb9050 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 09:41:18 +0900 Subject: [PATCH 23/37] New translations ja.yml (English) --- locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 04bbbe6fa..42273a053 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -84,7 +84,7 @@ common: my-token-regenerated: "Your token has been regenerated, so you will be signed out." i-like-sushi: "I prefer sushi rather than pudding" show-reversi-board-labels: "Show row and column labels in Reversi" - verified-user: "公式アカウント" + verified-user: "Verified account" disable-animated-mfm: "Disable animated texts in a post" reversi: drawn: "Draw" @@ -625,7 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Use circle icons" gradient-window-header: "Use gradients on window headers" post-form-on-timeline: "Display post form at the top of the timeline" - suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" + suggest-recent-hashtags: "Show popular hashtags on the post form" show-reply-target: "Display reply target" show-my-renotes: "Show my renotes in the timeline" show-renoted-my-notes: "Show renoted my posts in timelines" From bcb2c4d31f1a32f35a5eca49cff24f3b50354bb8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 09:51:19 +0900 Subject: [PATCH 24/37] New translations ja.yml (English) --- locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 42273a053..4b36cf581 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -278,7 +278,7 @@ common/views/components/poll-editor.vue: add: "+ Add a choice" destroy: "Discard the poll" common/views/components/reaction-picker.vue: - choose-reaction: "Express a reaction" + choose-reaction: "Send a reaction" common/views/components/signin.vue: username: "Username" password: "Password" @@ -625,7 +625,7 @@ desktop/views/components/settings.vue: circle-icons: "Use circle icons" gradient-window-header: "Use gradients on window headers" post-form-on-timeline: "Display post form at the top of the timeline" - suggest-recent-hashtags: "Show popular hashtags on the post form" + suggest-recent-hashtags: "Show recent popular hashtags on the post form" show-reply-target: "Display reply target" show-my-renotes: "Show my renotes in the timeline" show-renoted-my-notes: "Show renoted my posts in timelines" @@ -1143,7 +1143,7 @@ mobile/views/pages/user.vue: media: "Media" is-suspended: "This account has been suspended." is-remote: "This user is a remote user, so the information you see here is not complete." - view-remote: "See their complete profile" + view-remote: "See his/her complete profile" mobile/views/pages/user/home.vue: recent-notes: "Recent notes" images: "Images" From 8c0a0937b75ca1efa92e48174ac02ccf3392d024 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 10:01:12 +0900 Subject: [PATCH 25/37] New translations ja.yml (English) --- locales/en.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 4b36cf581..035da37a9 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -72,9 +72,9 @@ common: a: "What are you doing?" b: "What's happening?" c: "What’s on your mind?" - d: "What do you wish to say?" + d: "Would you post any words?" e: "Write here" - f: "Waiting for your writing..." + f: "Waiting for your writing." search: "Search" delete: "Delete" loading: "Loading" @@ -347,7 +347,7 @@ common/views/widgets/calendar.vue: this-year: "This year: " common/views/widgets/donation.vue: title: "Request for donations" - text: "To keep Misskey up and running, we have to spend money on our domain name, the server costs and so on. Since we don't receive money from advertisements, we count on donations from all of you. If you're interested in helping, contact {}. Thank you for your contribution!" + text: "To keep Misskey up and running, there have to happen some expense for the domain name, the server and so on. Since our policy is not to display any advertisements, we count on your donations. If you're interested in helping, contact {}. Thank you for your contribution!" common/views/widgets/photo-stream.vue: title: "Photo stream" no-photos: "No photos" @@ -631,7 +631,7 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "Show renoted my posts in timelines" show-local-renotes: "Show renoted local posts in timelines" show-maps: "Display a map to show the location" - show-maps-desc: "Automatically show the location on the map attached to this post." + show-maps-desc: "If there comes a post contains location information, show a map to display the location." sound: "Sound" enable-sounds: "Enable sound" enable-sounds-desc: "Play a sound when you receive a post/message. This setting is stored in the browser." @@ -770,7 +770,7 @@ desktop/views/components/received-follow-requests-window.vue: reject: "Reject" desktop/views/components/user-lists-window.vue: title: "User lists" - create-list: "Create new list" + create-list: "Create list" list-name: "List name" desktop/views/components/user-preview.vue: notes: "Posts" @@ -1014,7 +1014,7 @@ mobile/views/components/ui.nav.vue: user-lists: "Lists" widgets: "Widgets" game: "Games" - darkmode: "Dark mode" + darkmode: "Dark theme" settings: "Settings" about: "About Misskey" mobile/views/components/user-timeline.vue: @@ -1142,7 +1142,7 @@ mobile/views/pages/user.vue: timeline: "Timeline" media: "Media" is-suspended: "This account has been suspended." - is-remote: "This user is a remote user, so the information you see here is not complete." + is-remote: "The user is a remote user. The profile that you see here may not complete." view-remote: "See his/her complete profile" mobile/views/pages/user/home.vue: recent-notes: "Recent notes" @@ -1167,7 +1167,7 @@ mobile/views/pages/user/home.photos.vue: no-photos: "No photos" docs: edit-this-page-on-github: "Found a mistake or want to contribute for the documentation?" - edit-this-page-on-github-link: "Edit this page on Github!" + edit-this-page-on-github-link: "Edit this page at GitHub!" api: entities: properties: "Properties" From 92dfb5a5ebfff0c5b858223c5b75e4764c1a2803 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:04 +0900 Subject: [PATCH 26/37] New translations ja.yml (French) --- locales/fr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fr.yml b/locales/fr.yml index 33daf5b21..ceabfc495 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "Se connecter" or: "Ou" signin-with-twitter: "Se connecter via Twitter" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "Nom d'utilisateur" checking: "Vérification" From e9d58371efc2686a1255a290ec7a704b85bc846e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:07 +0900 Subject: [PATCH 27/37] New translations ja.yml (German) --- locales/de.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de.yml b/locales/de.yml index 2833e9768..ed1f5f907 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "Anmelden" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "Benutzername" checking: "Überprüfung..." From 393bd7e96483f61c1859e215745eeafaf2afa2f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:09 +0900 Subject: [PATCH 28/37] New translations ja.yml (Spanish) --- locales/es.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/es.yml b/locales/es.yml index a3c558062..1229b54f8 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "Entra" or: "O" signin-with-twitter: "Ingresar con Twitter" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "Usuario" checking: "Comprobando..." From 700e6e8c67a7d0edcc5d372130a0aa4eedd47df9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:11 +0900 Subject: [PATCH 29/37] New translations ja.yml (English) --- locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en.yml b/locales/en.yml index 035da37a9..75d000d56 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "Sign in" or: "Or" signin-with-twitter: "Log in with Twitter" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "Username" checking: "Confirming..." From 53cfe34e5fb170e8105c1d420f6c013433012d85 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:13 +0900 Subject: [PATCH 30/37] New translations ja.yml (Russian) --- locales/ru.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ru.yml b/locales/ru.yml index da241b8aa..64378d17c 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From 66664c542f970ccf311bb627322ff5c200dc0881 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:15 +0900 Subject: [PATCH 31/37] New translations ja.yml (Italian) --- locales/it.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it.yml b/locales/it.yml index 6bfa69200..0622059e3 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From 05572910be2e1fd839914cd4e190e0db1ff167ce Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:17 +0900 Subject: [PATCH 32/37] New translations ja.yml (Chinese Simplified) --- locales/zh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh.yml b/locales/zh.yml index e11cebba4..12b4453f4 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From 770f549add62396ede601adf5827c23d7922edcb Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:20 +0900 Subject: [PATCH 33/37] New translations ja.yml (Polish) --- locales/pl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pl.yml b/locales/pl.yml index 46420dba2..514b559b9 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "Zaloguj" or: "または" signin-with-twitter: "Zaloguj się za pomocą Twittera" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "Nazwa użytkownika" checking: "Sprawdzanie…" From b625fe0ae736bd845b6e1f9da37e31eba30a3a68 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:22 +0900 Subject: [PATCH 34/37] New translations ja.yml (Korean) --- locales/ko.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ko.yml b/locales/ko.yml index db9d4c7b0..7c8bb2510 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From bb3aecd9d3167d9ad92045c63039d103ed7b0854 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:25 +0900 Subject: [PATCH 35/37] New translations ja.yml (Portuguese) --- locales/pt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pt.yml b/locales/pt.yml index 0e8c26a0f..6dba620f0 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From 028d811eca2875f7b4e85dfabf1a10d538e5ba6d Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 13:21:27 +0900 Subject: [PATCH 36/37] New translations ja.yml (Catalan) --- locales/ca.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ca.yml b/locales/ca.yml index 6bfa69200..0622059e3 100644 --- a/locales/ca.yml +++ b/locales/ca.yml @@ -287,6 +287,7 @@ common/views/components/signin.vue: signin: "サインイン" or: "または" signin-with-twitter: "Twitterでログイン" + login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: username: "ユーザー名" checking: "確認しています..." From 820a4d4ca243423b1292339178ae2f9d5bd57416 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Aug 2018 14:51:21 +0900 Subject: [PATCH 37/37] New translations ja.yml (English) --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index 75d000d56..5d4d5c2ce 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -287,7 +287,7 @@ common/views/components/signin.vue: signin: "Sign in" or: "Or" signin-with-twitter: "Log in with Twitter" - login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" + login-failed: "Log in failed. Make sure you have entered your correct username and password." common/views/components/signup.vue: username: "Username" checking: "Confirming..."