From 110dde0e324083ba0c6cde6fce75a51cac5cf08f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:04 +0900 Subject: [PATCH 001/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index d7aeb357e..cfa06e2c5 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From b01c013b061f7ad860ef32f5f4d1350075eec143 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:06 +0900 Subject: [PATCH 002/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 1322b09fe..3252739ac 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From ca2d35262117b7affe958d27a44ce09bc88f0576 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:08 +0900 Subject: [PATCH 003/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 9b4ae5c38..0a76ecd06 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "Choose a background" delete-wallpaper: "Remove background" dark-mode: "Dark Mode" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Use circle icons" contrasted-acct: "Add contrast to username" gradient-window-header: "Use gradients on window headers" From d29159883bef6b433847bee3a0410851d5bc4216 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:11 +0900 Subject: [PATCH 004/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 72a923dec..30f919b82 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "Sélectionner un fond d'écran" delete-wallpaper: "Supprimer le fond d'écran" dark-mode: "Mode nuit" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Utiliser des icônes circulaires" contrasted-acct: "Nom d’utilisateur contrasté" gradient-window-header: "Utiliser les dégradés sur la barre de titre de la fenêtre" From 8dbabb57f8c4bb2bf27e0bf7e5945fa1ea4ba5bc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:14 +0900 Subject: [PATCH 005/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 9acfd631e..ffff7e92f 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "Nacht Modus" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Kreisförmige Icons" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "Übergang in Fensterköpfen" From 5190d969d0733dd1dda00a14bc3f3f3158505c76 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:16 +0900 Subject: [PATCH 006/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index d7aeb357e..cfa06e2c5 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From 75fc01a46f097c39acebd7befea778fdce7d538f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:18 +0900 Subject: [PATCH 007/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 48601bfab..9d0d36f16 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From 7198e17699ef2fc8ff056f20c3d44a9a1bde2e8e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:20 +0900 Subject: [PATCH 008/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 04a1c37d0..edfcf350b 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "Wybierz tło" delete-wallpaper: "Usuń tło" dark-mode: "Tryb ciemny" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Używaj okrągłych ikon" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "Używaj gradientów na pasku tytułu okna" From 2169779c17638cc2fc1d2e1e900da08634932217 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:23 +0900 Subject: [PATCH 009/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 343d0ef6a..2f5ce5036 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From a8a13902c8564d4f0344939443cb673257f2fc40 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:26 +0900 Subject: [PATCH 010/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index fc06b1f96..78fd05e41 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From c64123f45869bd26dffaa0f109be7993f168e07b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:28 +0900 Subject: [PATCH 011/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index d941d64b0..4a6637758 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "Elije un fondo" delete-wallpaper: "Suprimir fondo" dark-mode: "Modo Nocturno" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Usar iconos circulares" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "Usar degradados en las cabeceras de las páginas" From 47a14fca7be1974daf54b0339965d2269dd3460e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:31 +0900 Subject: [PATCH 012/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 5074c05ae..cec81fce6 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙選ぶ" delete-wallpaper: "壁紙ほかす" dark-mode: "夜にすんで" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "アイコンもタコ焼きも丸いやんな?" contrasted-acct: "ユーザー名ようわからんし見やすしといて" gradient-window-header: "ウィンドウのタイトルバーにグラデーション付ける" From 0728cb4fa2ab1dded3b8b4e24fe70d929621b196 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:33 +0900 Subject: [PATCH 013/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index 60f8fc20e..e964e6358 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "Donkere modus" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "Ronde pictogrammen gebruiken" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "Kleurverloop gebruiken op vensterkoppen" From f54ba449b124c1baddd694a02b91f8c63b29e156 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 22 Sep 2018 20:41:35 +0900 Subject: [PATCH 014/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 63135791a..134c6f35d 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -691,6 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙を選択" delete-wallpaper: "壁紙を削除" dark-mode: "ダークモード" + use-shadow: "UIに影を使用" + rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" From f648068e6c3220e8887cbf1830a45cdf06c3a06c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 23 Sep 2018 20:11:14 +0900 Subject: [PATCH 015/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 30f919b82..8dbffea5d 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -9,7 +9,7 @@ common: intro: title: "C’est quoi Misskey ?" about: "Misskeyはオープンソースの分散型マイクロブログSNSです。リッチで高度にカスタマイズできるUI、投稿へのリアクション、ファイルを一元管理できるドライブなど、先進的な機能を揃えています。また、Fediverseと呼ばれるネットワークに接続できるため、他のSNSともやり取りできます。例えば、あなたが何か投稿すると、その投稿はMisskeyだけでなく他のSNSにも伝わります。ちょうどある惑星から他の惑星に電波を発信している様子をイメージしてください。" - features: "Fonctionnalités" + features: "Options" rich-contents: "Notes" rich-contents-desc: "自分の考え、話題の出来事、皆と共有したいことについて発信してください。必要であれば、様々な構文を使って投稿を装飾したり、好きな画像、動画などのファイルやアンケートを添付することもできます。" reaction: "Réactions" @@ -149,16 +149,16 @@ common: donation: "Dons" nav: "Navigation" tips: "Conseils" - hashtags: "Étiquettes" + hashtags: "Hashtags" deck: widgets: "Widgets" home: "Accueil" local: "Local" hybrid: "Social" - hashtag: "ハッシュタグ" + hashtag: "Hashtag" global: "Global" mentions: "Mentions" - direct: "ダイレクト投稿" + direct: "Messages directs" notifications: "Notifications" list: "Liste" swap-left: "Déplacer à gauche" @@ -401,7 +401,7 @@ common/views/widgets/posts-monitor.vue: title: "Graphe des publications" toggle: "Basculer entre les vues" common/views/widgets/hashtags.vue: - title: "Étiquettes" + title: "Hashtags" common/views/widgets/server.vue: title: "Informations sur le serveur" toggle: "Afficher les vues" @@ -691,8 +691,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "Sélectionner un fond d'écran" delete-wallpaper: "Supprimer le fond d'écran" dark-mode: "Mode nuit" - use-shadow: "UIに影を使用" - rounded-corners: "UIの角を丸める" + use-shadow: "Utiliser les ombres dans l'interface utilisateur" + rounded-corners: "Coins arrondis" circle-icons: "Utiliser des icônes circulaires" contrasted-acct: "Nom d’utilisateur contrasté" gradient-window-header: "Utiliser les dégradés sur la barre de titre de la fenêtre" @@ -701,7 +701,7 @@ desktop/views/components/settings.vue: show-clock-on-header: "Afficher l'horloge à droite sur le coté supérieur" show-reply-target: "Afficher les réponses" show-my-renotes: "Afficher mes republications dans le fil" - show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" + show-renoted-my-notes: "Afficher mes republications dans les fils" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "Afficher la carte" show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" @@ -813,10 +813,10 @@ desktop/views/components/timeline.vue: hybrid: "Social" global: "Global" mentions: "Mentions" - messages: "メッセージ" + messages: "Messages" list: "Listes" - hashtag: "ハッシュタグ" - add-tag-timeline: "ハッシュタグを追加" + hashtag: "Hashtag" + add-tag-timeline: "Ajouter un fil de hashtags" add-list: "リストを追加" list-name: "リスト名" desktop/views/components/ui.header.vue: @@ -1144,7 +1144,7 @@ mobile/views/pages/home.vue: hybrid: "Social" global: "Global" mentions: "Mentions" - messages: "メッセージ" + messages: "Messages" mobile/views/pages/tag.vue: no-posts-found: "Pas de message avec un hashtag {} trouvé." mobile/views/pages/welcome.vue: From 7cece92afd44c24d4038d50b521cd864fb7c3b6a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:11 +0900 Subject: [PATCH 016/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index cfa06e2c5..20c5e14bf 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From fd6e2951096de7b4fccc24b5271c1daa4f51b355 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:14 +0900 Subject: [PATCH 017/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 3252739ac..43f15cad6 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From 5b2f4f10e51739f36778bebd9b1495ede36fa3cb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:17 +0900 Subject: [PATCH 018/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 0a76ecd06..5e67ca50f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "Copy link" favorite: "Favorite this note" pin: "Pin to your profile" + unpin: "ピン留め解除" delete: "Delete" delete-confirm: "Delete this post?" remote: "Show original note" From bd4bde641db6568a62d34725b583df38033da555 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:19 +0900 Subject: [PATCH 019/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 8dbffea5d..9dff23912 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "Copier le lien" favorite: "Mettre cette note en favoris" pin: "Épingler sur votre profil" + unpin: "ピン留め解除" delete: "Supprimer" delete-confirm: "Supprimer cette publication ?" remote: "Afficher la note originale" From 4ce46d78e855b22253a82ea733440afd65464b1e Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:22 +0900 Subject: [PATCH 020/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index ffff7e92f..f5f0f58cc 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "Diese Anmerkung favorisieren" pin: "An die Profilseite pinnen" + unpin: "ピン留め解除" delete: "Löschen" delete-confirm: "Diesen Post löschen?" remote: "Auf Quelle anzeigen" From e45bcf33a231cbe0214dcc12a44b047ef9707b1f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:25 +0900 Subject: [PATCH 021/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index cfa06e2c5..20c5e14bf 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From bc9b79474da3bc4cbc7a846344f67bad045730f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:28 +0900 Subject: [PATCH 022/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 9d0d36f16..ddc6a6b1f 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From e2feab666c4acf2617a4905de77f485d068e6016 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:31 +0900 Subject: [PATCH 023/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index edfcf350b..3b9ce2664 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "Dodaj do ulubionych" pin: "Przypnij do profilu" + unpin: "ピン留め解除" delete: "Usuń" delete-confirm: "Czy na pewno chcesz usunąć ten wpis?" remote: "Pokaż oryginał" From 71d6538dc3407fa4ebea711fdc6f8548b69ebc5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:35 +0900 Subject: [PATCH 024/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 2f5ce5036..b27adc64d 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From 8ad263772d794ccfa7076de183ea32ee9361ee91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:37 +0900 Subject: [PATCH 025/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 78fd05e41..98b4329f3 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From 33bac7c0046dae5769cd73d89eb3228af53e6598 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:39 +0900 Subject: [PATCH 026/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 4a6637758..6fe6726fd 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "Copiar enlace" favorite: "Me gusta esta nota" pin: "Fijar en el perfil" + unpin: "ピン留め解除" delete: "Borrar" delete-confirm: "¿Seguro que quieres borrar la publicación?" remote: "Ver el original" From 310bb78817d1932bc48c620380b5c03829e8a81f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:43 +0900 Subject: [PATCH 027/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index cec81fce6..3210fbdf3 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "ほかす" delete-confirm: "この投稿を削除してもええか?" remote: "投稿元に行ってみよか" From 87ec1415f61de712fd9f72a45e2473369204399d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:45 +0900 Subject: [PATCH 028/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index e964e6358..f077b6df9 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "Deze notitie toevoegen aan favorieten" pin: "Vastmaken aan profielpagina" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "Origineel tonen" From 051b04a089ffe8909875abde3db3fc45bfc764bb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 24 Sep 2018 16:32:48 +0900 Subject: [PATCH 029/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 134c6f35d..fddab01e0 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -301,6 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" + unpin: "ピン留め解除" delete: "削除" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" From 16d06180e28a0c726628053d604ba4020fad1c52 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 25 Sep 2018 21:55:37 +0900 Subject: [PATCH 030/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 3210fbdf3..3e5cdd98d 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -265,8 +265,8 @@ common/views/components/media-banner.vue: sensitive: "見せたらあかん" click-to-show: "押してみ、見せたるわ" common/views/components/cw-button.vue: - hide: "見せへんわ" - show: "もっとあるやろ!" + hide: "もうええわ" + show: "見たいやろ?" common/views/components/messaging.vue: search-user: "ユーザーを探す" you: "あんさん" @@ -301,7 +301,7 @@ common/views/components/note-menu.vue: copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" - unpin: "ピン留め解除" + unpin: "ピン留めやめる" delete: "ほかす" delete-confirm: "この投稿を削除してもええか?" remote: "投稿元に行ってみよか" @@ -432,7 +432,7 @@ common/views/widgets/tips.vue: tips-line19: "いくつかのウィンドウはブラウザの外に切り離すことができんで" tips-line20: "カレンダーウィジェットのパーセンテージは、経過の割合を示してんねん" tips-line21: "APIをつこてbotの開発なども行えるで" - tips-line23: "まゆかわいいよまゆ" + tips-line23: "ウチのタコちゃんかわええやろ…今の突っ込むところや!" tips-line24: "Misskeyは2014年にサービスを開始したんよ" tips-line25: "対応ブラウザやったらMisskeyを開いとらんでも通知を受け取れんで" common/views/pages/follow.vue: @@ -454,10 +454,10 @@ desktop: choose-avatar: "アバターにする画像選んでや" invalid-filetype: "この形式のファイル無理やねん" desktop/views/components/activity.chart.vue: - total: "Black ... Total" - notes: "Blue ... Notes" - replies: "Red ... Replies" - renotes: "Green ... Renotes" + total: "黒いの… 全部" + notes: "青いの… 投稿" + replies: "赤いの… 返信" + renotes: "みどり… Renotes" desktop/views/components/activity.vue: title: "アクティビティ" toggle: "表示変える" @@ -589,7 +589,7 @@ desktop/views/components/home.vue: add: "増やす" desktop/views/input-dialog.vue: cancel: "やめとくわ" - ok: "決定" + ok: "これや!" desktop/views/components/messaging-room-window.vue: title: "メッセージ:" desktop/views/components/messaging-window.vue: @@ -692,8 +692,8 @@ desktop/views/components/settings.vue: choose-wallpaper: "壁紙選ぶ" delete-wallpaper: "壁紙ほかす" dark-mode: "夜にすんで" - use-shadow: "UIに影を使用" - rounded-corners: "UIの角を丸める" + use-shadow: "UIに影付けたる" + rounded-corners: "みんなまぁるくUI変更" circle-icons: "アイコンもタコ焼きも丸いやんな?" contrasted-acct: "ユーザー名ようわからんし見やすしといて" gradient-window-header: "ウィンドウのタイトルバーにグラデーション付ける" @@ -1188,13 +1188,13 @@ mobile/views/pages/settings/settings.profile.vue: is-cat: "このアカウントはCatや" is-locked: "他人のフォローは許してからや!" advanced: "その他" - privacy: "プライバシー" + privacy: "プライバシー⇔オカンの年齢" save: "保存" - saved: "プロフィールを保存しました" - uploading: "アップロード中" - upload-failed: "アップロードに失敗しました" + saved: "プロフィールを保存したで" + uploading: "アップロードしとるで…" + upload-failed: "これアップロードでけへんわ" mobile/views/pages/search.vue: - search: "検索" + search: "探す" empty: "「{}」に関する投稿は見つかりませんでした。" not-found: "「{}」に関する投稿は見つかりませんでした。" mobile/views/pages/selectdrive.vue: From cde91b3e8509ac76f5adea7fd95e1dfb4fcba0fa Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 25 Sep 2018 22:21:23 +0900 Subject: [PATCH 031/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 122 +++++++++++++++++++++++----------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 3e5cdd98d..288a8612c 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -796,7 +796,7 @@ desktop/views/components/settings.profile.vue: birthday: "誕生日" save: "保存" locked-account: "アカウント守る" - is-locked: "他人のフォローは許してからや!" + is-locked: "他人のフォローは許可してからや!" other: "その他" is-bot: "このアカウントはBotやで" is-cat: "このアカウントはCatやで" @@ -1195,90 +1195,90 @@ mobile/views/pages/settings/settings.profile.vue: upload-failed: "これアップロードでけへんわ" mobile/views/pages/search.vue: search: "探す" - empty: "「{}」に関する投稿は見つかりませんでした。" - not-found: "「{}」に関する投稿は見つかりませんでした。" + empty: "ワイは「{}」なんて投稿知らんわ、無いんちゃう?知らんけど。" + not-found: "ワイは「{}」なんて投稿知らんわ、無いんちゃう?知らんけど。" mobile/views/pages/selectdrive.vue: - select-file: "ファイルを選択" + select-file: "ファイル選んでや" mobile/views/pages/settings.vue: - signed-in-as: "{}としてサインイン中" + signed-in-as: "あんたは橋の下で拾った{}や!" lang: "言語" - lang-tip: "変更はページの再読み込み後に反映されます。" - recommended: "推奨" - auto: "自動" - specify-language: "言語を指定" - design: "デザインと表示" - dark-mode: "ダークモード" - i-am-under-limited-internet: "私は通信を制限されている" - circle-icons: "円形のアイコンを使用" - contrasted-acct: "ユーザー名にコントラストを付ける" + lang-tip: "ページもっぺん読み込んだら反映したるで。" + recommended: "これええで" + auto: "勝手にやる" + specify-language: "言語選びや" + design: "見た感じ" + dark-mode: "ナイトゲームや!" + i-am-under-limited-internet: "電波がバァーっといけへんねん" + circle-icons: "アイコンもタコ焼きも丸いやんな?" + contrasted-acct: "ユーザー名ようわからんし見やすしといて" timeline: "タイムライン" - show-reply-target: "リプライ先を表示する" - show-my-renotes: "自分の行ったRenoteを表示する" - show-renoted-my-notes: "自分の投稿のRenoteを表示する" - show-local-renotes: "ローカルの投稿のRenoteを表示する" + show-reply-target: "どこにリプライするんや見せて" + show-my-renotes: "あんたのしたRenoteも出すで" + show-renoted-my-notes: "あんたの言うたことのRenoteも出すで" + show-local-renotes: "ローカル投稿のRenoteも出すで" post-style: "投稿の表示スタイル" post-style-standard: "標準" post-style-smart: "べっぴんさん" - notification-position: "通知の表示" - notification-position-bottom: "下" - notification-position-top: "上" - behavior: "動作" - fetch-on-scroll: "スクロールで自動読み込み" + notification-position: "通知どこ見せる?" + notification-position-bottom: "ミナミ" + notification-position-top: "キタ" + behavior: "動き" + fetch-on-scroll: "スクロールしたらもっと見せてや" note-visibility: "投稿の公開範囲" - default-note-visibility: "デフォルトの公開範囲" - remember-note-visibility: "投稿の公開範囲を記憶する" - disable-via-mobile: "「モバイルからの投稿」フラグを付けない" - load-raw-images: "添付された画像を高画質で表示する" - load-remote-media: "リモートサーバーのメディアを表示する" - twitter: "Twitter連携" - twitter-connect: "Twitterアカウントに接続する" - twitter-reconnect: "再接続する" - twitter-disconnect: "切断する" - update: "Misskey Update" + default-note-visibility: "もとからの公開範囲" + remember-note-visibility: "投稿の公開範囲おぼえといて" + disable-via-mobile: "「モバイルからの投稿」フラグなんて要らんわ" + load-raw-images: "添付された画像もべっぴんさんのままにしといてな" + load-remote-media: "東京とか、リモートサーバーのメディアも見せてや" + twitter: "鳥さんとも連携や!" + twitter-connect: "鳥さん邪魔すんで" + twitter-reconnect: "もっぺん繋ぎ直すで" + twitter-disconnect: "邪魔するんやったら帰って" + update: "あんたのMisskeyいつのや?" version: "バージョン:" - latest-version: "最新のバージョン:" - update-checking: "アップデートを確認中" - check-for-updates: "アップデートを確認" - no-updates: "利用可能な更新はありません" - no-updates-desc: "お使いのMisskeyは最新です。" - update-available: "新しいバージョンが利用可能です" - update-available-desc: "ページを再度読み込みすると更新が適用されます。" + latest-version: "いっちゃん新しいやつ:" + update-checking: "アップデートはあらへんか…" + check-for-updates: "アップデートあるんかな?" + no-updates: "アップデートあらへんわ" + no-updates-desc: "つこてるMisskeyは最新や!" + update-available: "もっとええバージョンがあるで" + update-available-desc: "もっぺんページ読み込んだら新しなるで" settings: "設定" - signout: "サインアウト" + signout: "さいなら" sound: "サウンド" - enable-sounds: "サウンドを有効にする" + enable-sounds: "サウンド鳴らす" mobile/views/pages/user.vue: - follows-you: "フォローされています" + follows-you: "フォローされとるで" following: "フォロー" followers: "フォロワー" notes: "投稿" - overview: "概要" + overview: "こんなやつ" timeline: "タイムライン" media: "メディア" - is-suspended: "このユーザーは凍結されています。" - is-remote: "このユーザーはリモートユーザーです。" - view-remote: "正確な情報を見る" + is-suspended: "このユーザーはあかんわ。凍結されとる。" + is-remote: "このユーザーは東京とかそこらへんのリモートユーザーや。" + view-remote: "ちゃんとした情報を見る" mobile/views/pages/user/home.vue: - recent-notes: "最近の投稿" + recent-notes: "最近儲かりまっか?" images: "画像" - activity: "アクティビティ" + activity: "やっとること" keywords: "キーワード" - domains: "頻出ドメイン" - frequently-replied-users: "よく会話するユーザー" - followers-you-know: "知り合いのフォロワー" - last-used-at: "最終ログイン" + domains: "よく出るドメイン" + frequently-replied-users: "よう話しとるユーザー" + followers-you-know: "知っとるフォロワー" + last-used-at: "最後いつ来た?" mobile/views/pages/user/home.followers-you-know.vue: - loading: "読み込み中" - no-users: "知り合いのユーザーはいません" + loading: "読み込んどる…" + no-users: "知っとるユーザーは居らん" mobile/views/pages/user/home.friends.vue: - loading: "読み込み中" - no-users: "よく会話するユーザーはいません" + loading: "読み込んどる…" + no-users: "よう話すユーザーは居らん" mobile/views/pages/user/home.notes.vue: - loading: "読み込み中" - no-notes: "投稿はありません" + loading: "読み込んどる…" + no-notes: "投稿はあらへん" mobile/views/pages/user/home.photos.vue: - loading: "読み込み中" - no-photos: "写真はありません" + loading: "読み込んどる…" + no-photos: "写真はあらへんで" docs: edit-this-page-on-github: "間違いや改善点を見つけましたか?" edit-this-page-on-github-link: "このページをGitHubで編集" From f3390472817aa3c8c9d111cf34d262dbc89f5042 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 26 Sep 2018 23:31:56 +0900 Subject: [PATCH 032/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 9dff23912..1cd726532 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -301,7 +301,7 @@ common/views/components/note-menu.vue: copy-link: "Copier le lien" favorite: "Mettre cette note en favoris" pin: "Épingler sur votre profil" - unpin: "ピン留め解除" + unpin: "Désépingler" delete: "Supprimer" delete-confirm: "Supprimer cette publication ?" remote: "Afficher la note originale" @@ -818,8 +818,8 @@ desktop/views/components/timeline.vue: list: "Listes" hashtag: "Hashtag" add-tag-timeline: "Ajouter un fil de hashtags" - add-list: "リストを追加" - list-name: "リスト名" + add-list: "Ajouter une nouvelle liste" + list-name: "Nom de la liste" desktop/views/components/ui.header.vue: welcome-back: "Content de vous revoir !" adjective: "さん" From 15ac17e967827e5dd916749298cfdd1d1a5255ca Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:18 +0900 Subject: [PATCH 033/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 20c5e14bf..2942d4a11 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 25518ca80a15438bd844b81f2708771757d2c024 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:21 +0900 Subject: [PATCH 034/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 43f15cad6..a4c5a5256 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 1648cfd03317734cbb13bdfa25d54cd8751ff80b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:24 +0900 Subject: [PATCH 035/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 5e67ca50f..888171315 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "NSFW" click-to-show: "Click to show" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "Hide" show: "See more" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Two-factor authentication" other: "Other" license: "License" + theme: "テーマ" behaviour: "Behavior" fetch-on-scroll: "Endless loading on scroll" fetch-on-scroll-desc: "When you scroll down the page, it automatically fetches additional content." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "Use circle icons" contrasted-acct: "Add contrast to username" - 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 recent popular hashtags on the post form" show-clock-on-header: "Show clock on upper-right" @@ -705,7 +726,6 @@ 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: "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." @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "Notification style" notification-position-bottom: "Bottom" notification-position-top: "Top" + theme: "テーマ" behavior: "Behavior" fetch-on-scroll: "Endless loading on scroll" note-visibility: "Post visibility" From 59fa255a096e63e85b5f1da6fe10d1c53d8f03ab Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:27 +0900 Subject: [PATCH 036/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 1cd726532..730a8193e 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "Contenu sensible" click-to-show: "Cliquer pour afficher" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Vérification en deux étapes" other: "Autres" license: "License" + theme: "テーマ" behaviour: "Comportement" fetch-on-scroll: "Chargement lors du défilement" fetch-on-scroll-desc: "Chargement automatique du contenu lors du défilement de la page." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "Coins arrondis" circle-icons: "Utiliser des icônes circulaires" contrasted-acct: "Nom d’utilisateur contrasté" - gradient-window-header: "Utiliser les dégradés sur la barre de titre de la fenêtre" post-form-on-timeline: "Afficher le formulaire en haut du fil" suggest-recent-hashtags: "Afficher les hashtags populaires dans le champs de saisie" show-clock-on-header: "Afficher l'horloge à droite sur le coté supérieur" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "Afficher mes republications dans les fils" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "Afficher la carte" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "Son" enable-sounds: "Activer le son" enable-sounds-desc: "Jouer un son lorsque vous recevez un message. Ce paramètre est sauvegardé dans le navigateur." @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "Style de notification" notification-position-bottom: "en bas" notification-position-top: "en haut" + theme: "テーマ" behavior: "Comportement" fetch-on-scroll: "Chargement lors du défilement" note-visibility: "Visibilité de la publication" From fd3e2535e6d2517ebfe63c59a08a69bd13a995f0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:29 +0900 Subject: [PATCH 037/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index f5f0f58cc..92b3bc9e1 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Zwei-Faktor-Authentifizierung" other: "Anderes" license: "Lizenz" + theme: "テーマ" behaviour: "Verhalten" fetch-on-scroll: "Aktualisieren beim scrollen" fetch-on-scroll-desc: "Wenn du runterscrollst empfängt die Seite automatisch zusätzliche Inhalte." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "Kreisförmige Icons" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "Übergang in Fensterköpfen" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "Karte anzeigen" - show-maps-desc: "Zeige den Standort zu diesem Beitrag automatisch an." sound: "Ton" enable-sounds: "Ton aktivieren" enable-sounds-desc: "Spiel einen Ton ab beim Erhalten eines Beitrags bzw. einer Nachricht. Diese Einstellung wird im Browser gespeichert." @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 40a3e2ff1334c2f50f683a23245b1a8b403680a6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:32 +0900 Subject: [PATCH 038/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 20c5e14bf..2942d4a11 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From a050368475864f0bf30916f7165451dcf318a340 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:35 +0900 Subject: [PATCH 039/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index ddc6a6b1f..8a3260d47 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 82755de5784f0b9b44aa60896827d86e549bc155 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:38 +0900 Subject: [PATCH 040/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 3b9ce2664..9b6e5d96c 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Uwierzytelnianie dwuetapowe" other: "Inne" license: "Licencja" + theme: "テーマ" behaviour: "Zachowanie" fetch-on-scroll: "Automatycznie ładuj po przeciągnięciu w dół" fetch-on-scroll-desc: "Po przewinięciu na dół strony automatycznie zostaną załadowane nowe treści." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "Używaj okrągłych ikon" contrasted-acct: "ユーザー名にコントラストを付ける" - 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-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "Automatycznie pokazuj mapę" - show-maps-desc: "Mapa będzie automatycznie rozwijana dla wpisów zawierających informacje o lokalizacji." sound: "Dźwięk" enable-sounds: "Włącz dźwięk" enable-sounds-desc: "Odtwarzaj dźwięk przy wstawianiu wpisów, wysyłaniu lub otrzymywaniu wiadomości. Opcja ta jest zapamiętywana przez przeglądarkę." @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "Zachowanie" fetch-on-scroll: "Automatycznie ładuj po przeciągnięciu w dół" note-visibility: "投稿の公開範囲" From ee5e812c32641d01aa6d2c8816f6c123087ee94f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:40 +0900 Subject: [PATCH 041/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index b27adc64d..edda1fd29 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 8c009c1844660ca4580a84e1044fa4f95675c5a5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:42 +0900 Subject: [PATCH 042/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 98b4329f3..fb619636b 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 042cc506dc7ef8a8cf2c907a6dcd634e2245b0b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:45 +0900 Subject: [PATCH 043/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 6fe6726fd..b63ea4b03 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Autenticación de Doble-Factor" other: "Otros" license: "Licencia" + theme: "テーマ" behaviour: "Acciones" fetch-on-scroll: "Desplazamiento infinito" fetch-on-scroll-desc: "Cuando te deslizas al final de la página nuevo contenido se carga automáticamente." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "Usar iconos circulares" contrasted-acct: "ユーザー名にコントラストを付ける" - 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-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 3479f2434739cc684670436fae4ea0195c5f77fc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:48 +0900 Subject: [PATCH 044/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 288a8612c..ff5984348 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "見せたらあかん" click-to-show: "押してみ、見せたるわ" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "もうええわ" show: "見たいやろ?" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動き" fetch-on-scroll: "スクロールしたらもっと見せてや" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動でもっとコンテンツを読み込むで。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "みんなまぁるくUI変更" circle-icons: "アイコンもタコ焼きも丸いやんな?" contrasted-acct: "ユーザー名ようわからんし見やすしといて" - gradient-window-header: "ウィンドウのタイトルバーにグラデーション付ける" post-form-on-timeline: "タイムラインの上の方で投稿できるようにせえへん?" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示すんで" show-clock-on-header: "右上をカリヨン広場にする(時計表示)" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "わしのRenoteもタイムライン載せてくれや" show-local-renotes: "ローカル投稿のRenoteも見たいんや" show-maps: "地図勝手にバァーって開いてくれ" - show-maps-desc: "どこにおるんかわかっとる投稿の地図は自動で見せるで" sound: "サウンド" enable-sounds: "サウンド鳴らす" enable-sounds-desc: "投稿やメッセージもろたとき、音鳴らしたるわ。大丈夫や、この設定はブラウザが覚えてくれとる。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知どこ見せる?" notification-position-bottom: "ミナミ" notification-position-top: "キタ" + theme: "テーマ" behavior: "動き" fetch-on-scroll: "スクロールしたらもっと見せてや" note-visibility: "投稿の公開範囲" From be0f8023f909554cf2caa16fdb3bdc1ca716b2b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:50 +0900 Subject: [PATCH 045/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index f077b6df9..5f4dbecc7 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Authenticatie in twee stappen" other: "Overig" license: "Licentie" + theme: "テーマ" behaviour: "Gedrag" fetch-on-scroll: "Ophalen bij scrollen" fetch-on-scroll-desc: "Als je omlaag scrolt, wordt de rest van de inhoud automatisch opgehaald." @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "Ronde pictogrammen gebruiken" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "Kleurverloop gebruiken op vensterkoppen" post-form-on-timeline: "Berichtformulier boven de tijdlijn tonen" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "Mijn gerenote bericht tonen op de tijdlijn" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "Kaart tonen" - show-maps-desc: "Kaart van bijgevoegde locatie tonen." sound: "Geluid" enable-sounds: "Geluid inschakelen" enable-sounds-desc: "Een geluid afspelen bij het ontvangen van een bericht. Deze instelling wordt opgeslagen in je browser." @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "Gedrag" fetch-on-scroll: "Ophalen bij scrollen" note-visibility: "投稿の公開範囲" From 3e6a873138a720720969cf4eb83d3e7b0b0985af Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 00:52:53 +0900 Subject: [PATCH 046/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index fddab01e0..a853afd6e 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -264,6 +264,27 @@ common/views/components/connect-failed.troubleshooter.vue: common/views/components/media-banner.vue: sensitive: "閲覧注意" click-to-show: "クリックして表示" +common/views/components/theme.vue: + light-theme: "非ダークモード時に使用するテーマ" + dark-theme: "ダークモード時に使用するテーマ" + install-a-theme: "テーマのインストール" + theme-code: "テーマコード" + install: "インストール" + create-a-theme: "テーマの作成" + save-created-theme: "テーマを保存" + primary-color: "プライマリ カラー" + secondary-color: "セカンダリ カラー" + text-color: "文字色" + base-theme: "ベーステーマ" + base-theme-light: "Light" + base-theme-dark: "Dark" + theme-name: "テーマ名" + preview-created-theme: "プレビュー" + invalid-theme: "テーマが正しくありません。" + already-installed: "既にそのテーマはインストールされています。" + saved: "保存しました" + installed-themes: "インストールされたテーマ" + select-theme: "テーマを選択してください" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" @@ -676,6 +697,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "その他" license: "ライセンス" + theme: "テーマ" behaviour: "動作" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -696,7 +718,6 @@ desktop/views/components/settings.vue: rounded-corners: "UIの角を丸める" circle-icons: "円形のアイコンを使用" contrasted-acct: "ユーザー名にコントラストを付ける" - gradient-window-header: "ウィンドウのタイトルバーにグラデーションを使用" post-form-on-timeline: "タイムライン上部に投稿フォームを表示する" suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" @@ -705,7 +726,6 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - show-maps-desc: "位置情報が添付された投稿のマップを自動的に展開します。" sound: "サウンド" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" @@ -1222,6 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" + theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From 2d89050a5865d617418694af0522c209b6fc75fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 16:01:08 +0900 Subject: [PATCH 047/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 730a8193e..ce91e9686 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -111,7 +111,7 @@ common: disable-animated-mfm: "Désactiver les textes animés dans les publications" always-show-nsfw: "常に閲覧注意のメディアを表示する" always-mark-nsfw: "常にメディアを閲覧注意として投稿" - show-full-acct: "ユーザー名のホストを省略しない" + show-full-acct: "Afficher l’adresse complète de l’utilisateur" reduce-motion: "Réduire les animations dans l’interface utilisateur" this-setting-is-this-device-only: "Uniquement sur cet appareil" do-not-use-in-production: 'Il s’agit d’une version de développement. Ne pas utiliser dans un environnement de production.' @@ -189,7 +189,7 @@ auth/views/index.vue: denied: "L'autorisation de l'application a été refusée." denied-paragraph: "Cette application ne va pas accéder à votre compte." already-authorized: "Cette application est déjà autorisée" - allowed: "アプリケーションの連携を許可しました" + allowed: "Permissions autorisées de l’application." callback-url: "Retour vers l'application" please-go-back: "Veillez retourner à l'application." error: "La session n'existe pas." @@ -267,24 +267,24 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" - install-a-theme: "テーマのインストール" - theme-code: "テーマコード" - install: "インストール" - create-a-theme: "テーマの作成" - save-created-theme: "テーマを保存" - primary-color: "プライマリ カラー" - secondary-color: "セカンダリ カラー" - text-color: "文字色" - base-theme: "ベーステーマ" - base-theme-light: "Light" - base-theme-dark: "Dark" - theme-name: "テーマ名" - preview-created-theme: "プレビュー" - invalid-theme: "テーマが正しくありません。" - already-installed: "既にそのテーマはインストールされています。" - saved: "保存しました" - installed-themes: "インストールされたテーマ" - select-theme: "テーマを選択してください" + install-a-theme: "Installer un thème" + theme-code: "Code du thème" + install: "Installation" + create-a-theme: "Créer un thème" + save-created-theme: "Enregistrer le thème" + primary-color: "Couleur primaire" + secondary-color: "Couleur secondaire" + text-color: "Couleur du texte" + base-theme: "Thème de base" + base-theme-light: "Clair" + base-theme-dark: "Sombre" + theme-name: "Nom du Thème" + preview-created-theme: "Prévisualisation" + invalid-theme: "Thème n’est pas valide." + already-installed: "Le thème est déjà installé." + saved: "enregistré" + installed-themes: "Thèmes installés" + select-theme: "Veuillez sélectionner un thème" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From 026d4f494722456fe212abf8e10940d9ade275da Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Sep 2018 16:11:06 +0900 Subject: [PATCH 048/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index ce91e9686..599bb536b 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -499,7 +499,7 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "Nombre des notes : Total commulé" users: "Nombre d’utilisateurs·trices : augmentation/diminution" users-total: "Nombre total d’utilisateurs·trices : total cumulé" drive: "ドライブ使用量の増減" @@ -1242,7 +1242,7 @@ mobile/views/pages/settings.vue: notification-position: "Style de notification" notification-position-bottom: "en bas" notification-position-top: "en haut" - theme: "テーマ" + theme: "Thème" behavior: "Comportement" fetch-on-scroll: "Chargement lors du défilement" note-visibility: "Visibilité de la publication" From a9ab3187e28c125d5a0113e263cfcb45e503aab8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 22:31:59 +0900 Subject: [PATCH 049/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 599bb536b..b0d633bec 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -32,7 +32,7 @@ common: paragraph2: "Vous pouvez changer l'affichage en cliquant droit sur certains widgets." paragraph3: "Pour supprimer un widget, glissez et déposez le widget sur la zone étiquetée « Corbeille » dans l'en-tête." paragraph4: "Pour terminer la personnalisation, cliquez sur \"Terminer\" dans le coin supérieur droit." - gotit: "Compris!" + gotit: "Compris !" notification: file-uploaded: "Le fichier a été téléversé !" message-from: "Message de {} :" @@ -442,7 +442,7 @@ common/views/widgets/tips.vue: tips-line4: "Vous pouvez coller des images à partir du presse-papier sur la fenêtre de la note" tips-line5: "Vous pouvez téléverser des fichiers sur le Drive en faisant un glisser-déposer" tips-line6: "Vous pouvez déplacer un dossier en le glissant dans le Drive" - tips-line7: "ドライブでフォルダをドラッグしてフォルダ移動できます" + tips-line7: "Vous pouvez déplacer des dossiers en les glissant dans le Drive" tips-line8: "Vous pouvez personnaliser l'Accueil via les paramètres" tips-line9: "Misskey est sous licence AGPLv3" tips-line10: "タイムマシンウィジェットを利用すると、簡単に過去のタイムラインに遡れます" @@ -450,7 +450,7 @@ common/views/widgets/tips.vue: tips-line13: "Tous les fichiers attachés à cette publication sont sauvegardés dans le Drive" tips-line14: "ホームのカスタマイズ中、ウィジェットを右クリックしてデザインを変更できます" tips-line17: "Vous pouvez mettre un texte en surbrillance en le mettant entre ** **" - tips-line19: "いくつかのウィンドウはブラウザの外に切り離すことができます" + tips-line19: "Plusieurs fenêtres peuvent être détachées en dehors du navigateur." tips-line20: "カレンダーウィジェットのパーセンテージは、経過の割合を示しています" tips-line21: "Vous pouvez aussi utiliser l'API pour développer des Bots." tips-line23: "Mayu est mignone avec ses sourcils." @@ -697,7 +697,7 @@ desktop/views/components/settings.vue: 2fa: "Vérification en deux étapes" other: "Autres" license: "License" - theme: "テーマ" + theme: "Thèmes" behaviour: "Comportement" fetch-on-scroll: "Chargement lors du défilement" fetch-on-scroll-desc: "Chargement automatique du contenu lors du défilement de la page." @@ -764,7 +764,7 @@ desktop/views/components/settings.vue: debug-mode: "Activer le mode debug" debug-mode-desc: "Ce paramètre est stocké dans le navigateur." experimental: "Activer les fonctionnalités expérimentales" - experimental-desc: "実験的機能を有効にするとMisskeyの動作が不安定になる可能性があります。この設定はブラウザに記憶されます。" + experimental-desc: "L’activation des fonctionnalités expérimentales peuvent rendre le client Misskey instable. Ce paramètre est stocké dans le navigateur." tools: "Outils" task-manager: "Gestionnaire de tâches" third-parties: "Services tiers" @@ -955,7 +955,7 @@ desktop/views/pages/selectdrive.vue: cancel: "Annuler" upload: "Uploader un ou plusieurs fichier(s) depuis votre PC" desktop/views/pages/search.vue: - not-available: "検索機能はインスタンスの設定で無効になっています。" + not-available: "La fonction de recherche est désactivée dans les paramètres de l’instance." not-found: "Aucun message trouvé pour '{}'" desktop/views/pages/share.vue: share-with: "Partager avec {}" From e2f1af49476fd8a03881a196acc0d4a058725ac1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:32 +0900 Subject: [PATCH 050/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 2942d4a11..752b74d8d 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 84634db0e5fcbe783c9c9c0bf3d813d108c64dbf Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:35 +0900 Subject: [PATCH 051/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index a4c5a5256..3d3e02782 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 8a173da9aa91e55f23d69fca910bdcf30bd4d037 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:38 +0900 Subject: [PATCH 052/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 888171315..eba7fd575 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "Hide" show: "See more" From 3f6f417acbef252c747c09a70d84f385c869ed5b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:40 +0900 Subject: [PATCH 053/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index b0d633bec..e63e3f99c 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "Installer un thème" theme-code: "Code du thème" install: "Installation" + installed: "「{}」をインストールしました" create-a-theme: "Créer un thème" save-created-theme: "Enregistrer le thème" primary-color: "Couleur primaire" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "enregistré" installed-themes: "Thèmes installés" select-theme: "Veuillez sélectionner un thème" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From 23a1be56ada25b453e6bdc26ad70a2c4495a5b18 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:42 +0900 Subject: [PATCH 054/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 92b3bc9e1..d961f0c3a 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From dcb2bf41775a5ee59cc0c50f6c9db30413ab4358 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:45 +0900 Subject: [PATCH 055/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 2942d4a11..752b74d8d 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 98e93e40ed1abab5242e2a06fe9499793e8e2e47 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:48 +0900 Subject: [PATCH 056/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 8a3260d47..4072d1321 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 12a88dbbcd90c39a81294b03bfc595011e0363a7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:51 +0900 Subject: [PATCH 057/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 9b6e5d96c..a02c227c0 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From c49118e3ec4f81b539aaff364e3e159cd7a12fdb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:53 +0900 Subject: [PATCH 058/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index edda1fd29..1a2b9a754 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From dad501d966339f7ce3856870f5739f3a70dcaddc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:55 +0900 Subject: [PATCH 059/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index fb619636b..89b37d0d7 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From eb02ddd2405743da0addc029fb9ad7db250bef3c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:11:58 +0900 Subject: [PATCH 060/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index b63ea4b03..41c33a8ec 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From e6d130549e5ba1942bef10a876439f1d4ce412b0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:12:00 +0900 Subject: [PATCH 061/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index ff5984348..c48d2e8a2 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "もうええわ" show: "見たいやろ?" From 17cc9c7c3e6a399dfd556b99c08f2ba43db74ce9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:12:03 +0900 Subject: [PATCH 062/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index 5f4dbecc7..8daee10d8 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From d77f7f4e278d549926354b9bda8c03063c481295 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Sep 2018 23:12:05 +0900 Subject: [PATCH 063/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index a853afd6e..fb47ef7ae 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -270,6 +270,7 @@ common/views/components/theme.vue: install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" + installed: "「{}」をインストールしました" create-a-theme: "テーマの作成" save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" @@ -285,6 +286,8 @@ common/views/components/theme.vue: saved: "保存しました" installed-themes: "インストールされたテーマ" select-theme: "テーマを選択してください" + uninstall: "アンインストール" + uninstalled: "「{}」をアンインストールしました" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From c56d5952d63f52df546bbad7ecdbdb8008b0a42d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:31:49 +0900 Subject: [PATCH 064/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 752b74d8d..2ddb4a104 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From 6a0cdd2e5edc39008d669fe4345565bf2c39626a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:31:52 +0900 Subject: [PATCH 065/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 3d3e02782..3d32dfe9a 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From c01ebd4cb3d440a04dba66af05a41b9a9ee6ab00 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:31:55 +0900 Subject: [PATCH 066/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index eba7fd575..433b2f8b3 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" + follow-processing: "フォロー処理中" follow-request: "Follow request" desktop: banner-crop-title: "Crop the part that appears as a banner" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" + follow-processing: "フォロー処理中" follow-request: "Follow request" desktop/views/components/followers-window.vue: followers: "{}'s followers" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" + follow-processing: "フォロー処理中" follow-request: "Follow request" mobile/views/components/friends-maker.vue: title: "Let's follow them" From c7765c976ade8134bdae70784c8bcd9aa1de23d1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:31:58 +0900 Subject: [PATCH 067/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index e63e3f99c..7688a8000 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "Suit" follow: "Suivre" request-pending: "Demande d'abonnement en attente" + follow-processing: "フォロー処理中" follow-request: "Demande d'abonnement" desktop: banner-crop-title: "Découpez la partie qui apparaitra comme bannière" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "Abonnements" follow: "Suivre" request-pending: "En attente d'approbation" + follow-processing: "フォロー処理中" follow-request: "Demande d'abonnement" desktop/views/components/followers-window.vue: followers: "{} abonné·e·s" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "Abonnements" follow: "Suivre" request-pending: "En attente d'approbation" + follow-processing: "フォロー処理中" follow-request: "Demande d'abonnement" mobile/views/components/friends-maker.vue: title: "Abonnez-vous aux utilisateurs" From 978ac6350a786064d103d94d252b5a916898c164 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:00 +0900 Subject: [PATCH 068/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index d961f0c3a..7b6baf65d 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "Folge ich" follow: "Folgen" request-pending: "Ausstehend" + follow-processing: "フォロー処理中" follow-request: "Follower-Anfragen" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From 80a9cb9f6e957e51f7aa6ab2a467cdf1e63c7d18 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:04 +0900 Subject: [PATCH 069/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 752b74d8d..2ddb4a104 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From e2844907de351719e1f6c5e5547da7530aca845c Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:06 +0900 Subject: [PATCH 070/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 4072d1321..5a85e9bbc 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From d363009140d9f6d00a7cf41386665d8b27620a4d Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:09 +0900 Subject: [PATCH 071/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index a02c227c0..8599480dd 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "Śledzisz" follow: "Śledź" request-pending: "Oczekiwanie na pozwolenie" + follow-processing: "フォロー処理中" follow-request: "Poproś o śledzenie" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "Śledzisz" follow: "Śledź" request-pending: "Oczekiwanie na pozwolenie" + follow-processing: "フォロー処理中" follow-request: "Poproś o śledzenie" desktop/views/components/followers-window.vue: followers: "Śledzący" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "Śledzisz" follow: "Śledź" request-pending: "Oczekiwanie na pozwolenie" + follow-processing: "フォロー処理中" follow-request: "Poproś o śledzenie" mobile/views/components/friends-maker.vue: title: "Zacznij śledzić ludzi takich jak Ty" From e2f2f1046421908b9fef23a9e0e4a356f81eab0a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:12 +0900 Subject: [PATCH 072/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 1a2b9a754..0320116fb 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From f553d6342dc20d06fdcb1fa99e107fe11a8e9411 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:15 +0900 Subject: [PATCH 073/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 89b37d0d7..c255a8cfa 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From 748c0feb2dd3aeef1194111fb746b39e38cd7950 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:18 +0900 Subject: [PATCH 074/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 41c33a8ec..6e6eb9fba 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "Siguiendo" follow: "Seguir" request-pending: "Solicitud pendiente" + follow-processing: "フォロー処理中" follow-request: "Solicitar suscripción" desktop: banner-crop-title: "Corta la parte que aparece como un banner" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "Siguiendo" follow: "Sigue" request-pending: "Pendiente de aprobación" + follow-processing: "フォロー処理中" follow-request: "Solicitud de seguir" desktop/views/components/followers-window.vue: followers: "{} seguidores" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From 0af4bacc916965222a0966f8a4c7dc3d60028723 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:21 +0900 Subject: [PATCH 075/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index c48d2e8a2..1a846ce6d 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォローしとる" follow: "フォロー" request-pending: "フォローの許し待っとる" + follow-processing: "フォロー処理中" follow-request: "フォロー許してくれや!言うてみる" desktop: banner-crop-title: "どこバナーとして出す?" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォローしとる" follow: "フォロー" request-pending: "フォローの許し待っとる" + follow-processing: "フォロー処理中" follow-request: "フォロー許してくれや!言うてみる" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォローしとる" follow: "フォロー" request-pending: "フォローの許し待っとる" + follow-processing: "フォロー処理中" follow-request: "フォロー許してくれや!言うてみる" mobile/views/components/friends-maker.vue: title: "おもろそうやな" From 7e08fe8768f31158fea81722efdf973965ce4eba Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:24 +0900 Subject: [PATCH 076/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index 8daee10d8..1d0d643a3 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "Volgen" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "Volgers van {}" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "Volgen" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From 0ba923f3732733ac70fe7c35c2c76445fc34ec91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 1 Oct 2018 19:32:26 +0900 Subject: [PATCH 077/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index fb47ef7ae..fa09e35ff 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -464,6 +464,7 @@ common/views/pages/follow.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" @@ -590,6 +591,7 @@ desktop/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" desktop/views/components/followers-window.vue: followers: "{} のフォロワー" @@ -1070,6 +1072,7 @@ mobile/views/components/follow-button.vue: following: "フォロー中" follow: "フォロー" request-pending: "フォロー許可待ち" + follow-processing: "フォロー処理中" follow-request: "フォロー申請" mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" From d1b6cc74f89ff3e64fe64560a43247c571e50e16 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:05 +0900 Subject: [PATCH 078/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 2ddb4a104..6011d157c 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From b3aeae228e8eabb0cb362925755ebe81a026db56 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:10 +0900 Subject: [PATCH 079/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 3d32dfe9a..b1d8b22c2 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 58c6b98b1db929e05afa7e7c2750af632f589bef Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:15 +0900 Subject: [PATCH 080/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 433b2f8b3..c5f6d919c 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "Hide" show: "See more" From ae11b2ee1d855add6a90ab31a5397bd33e8f0cd5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:19 +0900 Subject: [PATCH 081/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 7688a8000..07bf64877 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "Veuillez sélectionner un thème" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From 6decae39311a6818e26ca520897677cf6ad703dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:25 +0900 Subject: [PATCH 082/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 7b6baf65d..b9a62ba71 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From ac046368019f0e70ef03eefb845aac2c35dd11d3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:31 +0900 Subject: [PATCH 083/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 2ddb4a104..6011d157c 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 10b9c76138fcd7db80c1d6528ef2d2aacd78e69c Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:12:36 +0900 Subject: [PATCH 084/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 5a85e9bbc..d6a043ec0 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 2c49da3adaec9d68115144ebe45483281ea172ee Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:00 +0900 Subject: [PATCH 085/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 8599480dd..261bc485e 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 0dea5c799b65e1b1d8b33f4c5bca201648024999 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:04 +0900 Subject: [PATCH 086/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 0320116fb..d5807f283 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From c1f58e670cd2e44aceed32cb00b6d8cdfa6605b3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:09 +0900 Subject: [PATCH 087/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index c255a8cfa..e73e415ae 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 3578ce0da81ecb0e9bf72505f7748a8120c1f468 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:14 +0900 Subject: [PATCH 088/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 6e6eb9fba..0372b094f 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 4d19ff1b5363ce09f983ee03f3c0774f46234020 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:20 +0900 Subject: [PATCH 089/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 1a846ce6d..851d76691 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "もうええわ" show: "見たいやろ?" From 0f29448b9694a9fca3c3fa15999050a552431612 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:25 +0900 Subject: [PATCH 090/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index 1d0d643a3..d7845d3b0 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 1f8a30ad29f83b9da09349878f54ea6f3fa7aeb0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 16:13:29 +0900 Subject: [PATCH 091/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index fa09e35ff..202b61b3f 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -288,6 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" + author: "作者" + desc: "説明" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From a1caf776983129e3613a753a9668d4216eaaec95 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 22:56:58 +0900 Subject: [PATCH 092/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 07bf64877..99836505d 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -286,10 +286,10 @@ common/views/components/theme.vue: saved: "enregistré" installed-themes: "Thèmes installés" select-theme: "Veuillez sélectionner un thème" - uninstall: "アンインストール" + uninstall: "Désinstaller" uninstalled: "「{}」をアンインストールしました" - author: "作者" - desc: "説明" + author: "Auteur" + desc: "Description" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From 011d5e99266b47d7f039c24cdcb14496066be8f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 2 Oct 2018 23:14:27 +0900 Subject: [PATCH 093/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 99836505d..51982b7ba 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -52,7 +52,7 @@ common: weeks_ago: "Il y a {} semaines·s" months_ago: "Il y a {} mois" years_ago: "Il y a {} an·s" - month-and-day: "{month}/{day}" + month-and-day: "{month} mois/{day} jour" trash: "Corbeille" weekday-short: sunday: "D" @@ -287,7 +287,7 @@ common/views/components/theme.vue: installed-themes: "Thèmes installés" select-theme: "Veuillez sélectionner un thème" uninstall: "Désinstaller" - uninstalled: "「{}」をアンインストールしました" + uninstalled: "« {} » a été désinstallé" author: "Auteur" desc: "Description" common/views/components/cw-button.vue: @@ -479,7 +479,7 @@ desktop: uploading-avatar: "Téléversement du nouvel avatar" avatar-updated: "L'avatar est mis à jour" choose-avatar: "Choisir un avatar" - invalid-filetype: "この形式のファイルはサポートされていません" + invalid-filetype: "Ce format de fichier n’est pas pris en charge" desktop/views/components/activity.chart.vue: total: "Noirs ... Total" notes: "Bleu ... Notes" From d6876475a9500db46dcb64bc6a1611064cca297f Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:01 +0900 Subject: [PATCH 094/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 6011d157c..4a6d7c379 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 3c12b19214e3de0da6ed9079e3ee6f60dfd2e6b3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:06 +0900 Subject: [PATCH 095/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index b1d8b22c2..d9c859891 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 16dd6ecbaf050cd5cc3d63b9d95b655437ccdefc Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:09 +0900 Subject: [PATCH 096/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index c5f6d919c..cecba0919 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "Hide" show: "See more" From 948b0344d3f7232d0bfd4a14c1c82116730d9104 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:13 +0900 Subject: [PATCH 097/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 51982b7ba..a8739f44f 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "« {} » a été désinstallé" author: "Auteur" desc: "Description" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From 21701c71d8c541db70b2677448ab8da85dc85a55 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:18 +0900 Subject: [PATCH 098/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index b9a62ba71..d126937f0 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 0d718e95214441d285dccb7667480cdb98840b37 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:23 +0900 Subject: [PATCH 099/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 6011d157c..4a6d7c379 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From ffccd3f528c4471496ce642a73f054142ced5ddf Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:27 +0900 Subject: [PATCH 100/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index d6a043ec0..23a51b117 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From b068c4a49feb7b42412a241b76eba944d76888d1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:32 +0900 Subject: [PATCH 101/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 261bc485e..0b5dd1344 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From fda3ac0f5e75c5b5e95823de74512ebbea93eb22 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:36 +0900 Subject: [PATCH 102/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index d5807f283..c8d57ffca 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 4078169874faeaae45045bc446754a40e4e8032d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:41 +0900 Subject: [PATCH 103/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index e73e415ae..6ea055b49 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 581471f0ce5d1c08780e3b3b23935fef2952c24a Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:46 +0900 Subject: [PATCH 104/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 0372b094f..04d11332f 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From c0b35603c00d73ecaf063d29fd643bf083138f69 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:50 +0900 Subject: [PATCH 105/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 851d76691..50a0264ac 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "もうええわ" show: "見たいやろ?" From b8dbb60803b5a555346e7f32ba08d08eaafd68f9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:55 +0900 Subject: [PATCH 106/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index d7845d3b0..80f3211f6 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 98a98a9e0998e1a184cc1d0751743ae2bc830d95 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:02:59 +0900 Subject: [PATCH 107/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 202b61b3f..c1807a442 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -290,6 +290,9 @@ common/views/components/theme.vue: uninstalled: "「{}」をアンインストールしました" author: "作者" desc: "説明" + export: "エクスポート" + import: "インポート" + import-by-code: "またはコードをペースト" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 004d0ccfa26fd2dc9d83605232c89e61d2565863 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:27 +0900 Subject: [PATCH 108/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 4a6d7c379..41f668175 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 5592ac70c6a025031dd5def89c4f90de4208f362 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:33 +0900 Subject: [PATCH 109/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index d9c859891..307f97dd3 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 7a8f72c720a3dc58b21aad5d25fcb8d70573620e Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:37 +0900 Subject: [PATCH 110/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index cecba0919..be3e4e1a1 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "Hide" show: "See more" From d6de5fd6f0e3bce680e7fb0d01181232ffa8a780 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:41 +0900 Subject: [PATCH 111/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index a8739f44f..dfa833d45 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From b9285cf76d8af07bea9e88f02e8a6f203eb45fd1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:46 +0900 Subject: [PATCH 112/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index d126937f0..bd4721b2d 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From ac4a347769cbe3b3915fd0f959e609d3a5c7d963 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:50 +0900 Subject: [PATCH 113/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 4a6d7c379..41f668175 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From b15050a8edf81958b3194024f608b53656b942f2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:11:55 +0900 Subject: [PATCH 114/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 23a51b117..fe71b5f92 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 073388167eca54fcbbd219fde552aa7be0c20572 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:02 +0900 Subject: [PATCH 115/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 0b5dd1344..93a6ae404 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 49a94114a1797f31819a9919697a9ada6449d388 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:07 +0900 Subject: [PATCH 116/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index c8d57ffca..452b79f16 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 20afc8741ed8ccaaa7d40215ef4f5ce88ed02d3a Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:13 +0900 Subject: [PATCH 117/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 6ea055b49..6059571d3 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From df237b3dff28ca5bb94e27e702621e50a517210e Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:19 +0900 Subject: [PATCH 118/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 04d11332f..bf4b51db8 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From c198b20313007f8ea44beb5490a46db51ef30829 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:24 +0900 Subject: [PATCH 119/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 50a0264ac..3845b24e4 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "もうええわ" show: "見たいやろ?" From d6cc2dfa88f834afb4f4ebae7d18446f42ecbde4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:30 +0900 Subject: [PATCH 120/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index 80f3211f6..a7abd3428 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From 0676c283a347063a4b2fc54f1d03da49e6484445 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 03:12:34 +0900 Subject: [PATCH 121/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index c1807a442..57f81ac01 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -293,6 +293,7 @@ common/views/components/theme.vue: export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" + theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: hide: "隠す" show: "もっと見る" From b21864589a14b23ec23a662d4431fb688c7478f3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:15 +0900 Subject: [PATCH 122/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 41f668175..09eb76121 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 57d286e35f9e208ae61412f805a45ac2e9cb7eb6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:20 +0900 Subject: [PATCH 123/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 307f97dd3..4ceac8674 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From d734c24997c9d532e66c344cc24f252a00a6bc77 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:25 +0900 Subject: [PATCH 124/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index be3e4e1a1..b6c9e3f40 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "The number of posts: increase/decrease (Combined)" local-notes: "The number of posts: increase/decrease (Local)" remote-notes: "The number of posts: increase/decrease (Remote)" - notes-total: "The number of posts: cumulative total" + notes-total: "投稿の積算" users: "The number of users: increase/decrease" - users-total: "The number of users: cumulative total" + users-total: "ユーザーの積算" drive: "Capacity used as the storage: increase/decrease" - drive-total: "Capacity used as the storage: cumulative total" + drive-total: "ドライブ使用量の積算" drive-files: "The number of files on the storage: increase/decrease" - drive-files-total: "The number of files on the storage: cumulative total" + drive-files-total: "ドライブのファイル数の積算" network-requests: "Requests" network-time: "Response time" network-usage: "Traffic" From f59e24968bdacc443e2ded688aa7041f395f9e92 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:31 +0900 Subject: [PATCH 125/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index dfa833d45..eb8dbdf38 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "Nombre des notes : Total commulé" + notes-total: "投稿の積算" users: "Nombre d’utilisateurs·trices : augmentation/diminution" - users-total: "Nombre total d’utilisateurs·trices : total cumulé" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "Requêtes" network-time: "Temps de réponse" network-usage: "Traffic" From c6540260069d5b180938838a54c0ee85fbf6c3a2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:35 +0900 Subject: [PATCH 126/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index bd4721b2d..6e14de7e9 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 3844fd74a24aa93529d7045958fd9c5caf19464a Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:39 +0900 Subject: [PATCH 127/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 41f668175..09eb76121 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From df3c6bee226fa4d4957f3242907708bad4e649a3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:43 +0900 Subject: [PATCH 128/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index fe71b5f92..565ca3858 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 9d5b9982019d9dafd527b88a3b3a0784c4b19648 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:49 +0900 Subject: [PATCH 129/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 93a6ae404..fa0f9bede 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From c36c4f697056898d00d80081195c17bc0bbd3ecf Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:53 +0900 Subject: [PATCH 130/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 452b79f16..5d1518789 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 4c82a15db9731c4b8a667b7a6cb471644dbedeed Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:22:57 +0900 Subject: [PATCH 131/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 6059571d3..16ef0a395 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 85774cbb30a356a0206017beae0c4d303601f801 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:23:01 +0900 Subject: [PATCH 132/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index bf4b51db8..9cdc9463f 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "Número de publicaciones: aumentar/disminuir (Combinado)" local-notes: "Número de publicaciones: aumentar/disminuir (Local)" remote-notes: "Número de publicaciones: aumentar/disminuir (Remoto)" - notes-total: "Número de publicaciones: Acumulativo total" + notes-total: "投稿の積算" users: "Número de usuarios: aumentar/disminuir" - users-total: "Número de usuarios: Acumulativo total" + users-total: "ユーザーの積算" drive: "Capacidad de almacenamiento usada: aumentar/disminuir" - drive-total: "Capacidad de almacenamiento usada: Acumulativa total" + drive-total: "ドライブ使用量の積算" drive-files: "Número de archivos almacenados: aumentar/disminuir" - drive-files-total: "Número de archivos almacenados: Acumulativo total" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From fbc86b7bd63ed4d077614fefc881221a7605124e Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:23:07 +0900 Subject: [PATCH 133/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 3845b24e4..0d905ac71 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減(統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "全部の投稿" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From edd8b7c0453124132bec0d165dc43154a948a553 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:23:11 +0900 Subject: [PATCH 134/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index a7abd3428..c0923af45 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From 6330208931b7cf99d6c5530af517e998aa800912 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 Oct 2018 19:23:15 +0900 Subject: [PATCH 135/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 57f81ac01..2b1dffc35 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -509,13 +509,13 @@ desktop/views/components/charts.vue: notes: "投稿の増減 (統合)" local-notes: "投稿の増減 (ローカル)" remote-notes: "投稿の増減 (リモート)" - notes-total: "投稿の累計" + notes-total: "投稿の積算" users: "ユーザーの増減" - users-total: "ユーザーの累計" + users-total: "ユーザーの積算" drive: "ドライブ使用量の増減" - drive-total: "ドライブ使用量の累計" + drive-total: "ドライブ使用量の積算" drive-files: "ドライブのファイル数の増減" - drive-files-total: "ドライブのファイル数の累計" + drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" From e2c86dcff7b5c0846fe3819803a98864ffde5b26 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 6 Oct 2018 17:01:11 +0900 Subject: [PATCH 136/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index b6c9e3f40..68e5d406e 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -109,7 +109,7 @@ common: use-contrast-reversi-stones: "Make the stone color clear in reversi" verified-user: "Verified account" disable-animated-mfm: "Disable animated texts in a post" - always-show-nsfw: "常に閲覧注意のメディアを表示する" + always-show-nsfw: "Always show NSFW contents" always-mark-nsfw: "Always post with a warning about media attachment" show-full-acct: "Do not omit the hostname from the username" reduce-motion: "Reduce motion in UI" @@ -158,7 +158,7 @@ common: hashtag: "Hashtag" global: "Global" mentions: "Mentions" - direct: "ダイレクト投稿" + direct: "Direct post" notifications: "Notifications" list: "Lists" swap-left: "Move to the left" @@ -708,7 +708,7 @@ desktop/views/components/settings.vue: 2fa: "Two-factor authentication" other: "Other" license: "License" - theme: "テーマ" + theme: "Theme" behaviour: "Behavior" fetch-on-scroll: "Endless loading on scroll" fetch-on-scroll-desc: "When you scroll down the page, it automatically fetches additional content." @@ -1254,7 +1254,7 @@ mobile/views/pages/settings.vue: notification-position: "Notification style" notification-position-bottom: "Bottom" notification-position-top: "Top" - theme: "テーマ" + theme: "Theme" behavior: "Behavior" fetch-on-scroll: "Endless loading on scroll" note-visibility: "Post visibility" From ce203ee6acb4aa50d2d8394cccd4a712a46e3113 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 19:32:31 +0900 Subject: [PATCH 137/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index eb8dbdf38..386876217 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -270,7 +270,7 @@ common/views/components/theme.vue: install-a-theme: "Installer un thème" theme-code: "Code du thème" install: "Installation" - installed: "「{}」をインストールしました" + installed: "« {} » a été installé" create-a-theme: "Créer un thème" save-created-theme: "Enregistrer le thème" primary-color: "Couleur primaire" From 1194065d4a9241966cfec85d9bf1c0a89cf86565 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 19:41:39 +0900 Subject: [PATCH 138/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 386876217..f77c93b6b 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -291,9 +291,9 @@ common/views/components/theme.vue: author: "Auteur" desc: "Description" export: "エクスポート" - import: "インポート" - import-by-code: "またはコードをペースト" - theme-name-required: "テーマ名は必須です。" + import: "Importer" + import-by-code: "Ou coller du code" + theme-name-required: "Nom du thème est obligatoire." common/views/components/cw-button.vue: hide: "Masquer" show: "Voir plus" From c7902a056ff4aa10efc50950b0943713675c6e2b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 22:41:27 +0900 Subject: [PATCH 139/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 2b1dffc35..739b58735 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -64,11 +64,11 @@ common: saturday: "L" weekday: sunday: "日曜日" - monday: "月曜日" + monday: "Mandag" tuesday: "火曜日" wednesday: "水曜日" thursday: "木曜日" - friday: "金曜日" + friday: "Fredag" saturday: "土曜日" reactions: like: "Lik" From 526318cb0da4be865b3cd6b6143ab3a4ae855600 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 22:51:32 +0900 Subject: [PATCH 140/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 739b58735..a9c3bb952 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -34,10 +34,10 @@ common: paragraph4: "カスタマイズを終了するには、右上の「完了」をクリックします。" gotit: "Got it!" notification: - file-uploaded: "ファイルがアップロードされました" - message-from: "{}さんからメッセージ:" - reversi-invited: "対局への招待があります" - reversi-invited-by: "{}さんから" + file-uploaded: "Filen ble lastet opp!" + message-from: "Melding fra {}:" + reversi-invited: "Invitert til et spill" + reversi-invited-by: "Invitert av {}:" notified-by: "{}さんから" reply-from: "{}さんから返信:" quoted-by: "{}さんが引用:" @@ -63,13 +63,13 @@ common: friday: "F" saturday: "L" weekday: - sunday: "日曜日" + sunday: "Søndag" monday: "Mandag" - tuesday: "火曜日" - wednesday: "水曜日" - thursday: "木曜日" + tuesday: "Tirsdag" + wednesday: "Onsdag" + thursday: "Torsdag" friday: "Fredag" - saturday: "土曜日" + saturday: "Lørdag" reactions: like: "Lik" love: "Elsk" @@ -83,7 +83,7 @@ common: pudding: "Pudding" note-visibility: public: "公開" - home: "ホーム" + home: "Hjem" home-desc: "ホームタイムラインにのみ公開" followers: "フォロワー" followers-desc: "自分のフォロワーにのみ公開" From 524f82475d8d1d01fb04b7ceb6656d3450afd668 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 23:02:43 +0900 Subject: [PATCH 141/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index a9c3bb952..4e7595306 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -3,8 +3,8 @@ meta: lang: "norsk" divider: "" common: - misskey: "A ⭐ of fediverse" - about-title: "A ⭐ of fediverse." + misskey: "En ⭐ av fediverse" + about-title: "En ⭐ av fediverse" about: "Misskeyを見つけていただき、ありがとうございます。Misskeyは、地球で生まれた分散マイクロブログSNSです。Fediverse(様々なSNSで構成される宇宙)の中に存在するため、他のSNSと相互に繋がっています。暫し都会の喧騒から離れて、新しいインターネットにダイブしてみませんか。" intro: title: "Misskeyって?" @@ -39,8 +39,8 @@ common: reversi-invited: "Invitert til et spill" reversi-invited-by: "Invitert av {}:" notified-by: "{}さんから" - reply-from: "{}さんから返信:" - quoted-by: "{}さんが引用:" + reply-from: "Svar fra {}:" + quoted-by: "Sitert av {}:" time: unknown: "ukjent" future: "fremtidig" @@ -52,7 +52,7 @@ common: weeks_ago: "{} uke(r) siden" months_ago: "{} måned(er) siden" years_ago: "{} år siden" - month-and-day: "{month}月 {day}日" + month-and-day: "{day}/{month}" trash: "ゴミ箱" weekday-short: sunday: "S" @@ -82,7 +82,7 @@ common: rip: "RIP" pudding: "Pudding" note-visibility: - public: "公開" + public: "Offentlig" home: "Hjem" home-desc: "ホームタイムラインにのみ公開" followers: "フォロワー" From ce903d65fb243f1101a0840b9a5d7582a6e55f54 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 23:32:04 +0900 Subject: [PATCH 142/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 4e7595306..fbb96fa9f 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -5,9 +5,9 @@ meta: common: misskey: "En ⭐ av fediverse" about-title: "En ⭐ av fediverse" - about: "Misskeyを見つけていただき、ありがとうございます。Misskeyは、地球で生まれた分散マイクロブログSNSです。Fediverse(様々なSNSで構成される宇宙)の中に存在するため、他のSNSと相互に繋がっています。暫し都会の喧騒から離れて、新しいインターネットにダイブしてみませんか。" + about: "Takk for at du fant Misskey. Misskey er en desentralisert mikroblogging platform født på jorden. Siden den eksisterer sammen med Fediverset (Et univers hvor forskjellige sosiale media-plattformer blir organisert), så blir den gjensidig tilknyttet med andre sosiale media-plattformer. Hvorfor ikke ta en pause fra kjas og mas fra storbyen og hoppe inn i en ny type internett?" intro: - title: "Misskeyって?" + title: "Hva er Misskey?" about: "Misskeyはオープンソースの分散型マイクロブログSNSです。リッチで高度にカスタマイズできるUI、投稿へのリアクション、ファイルを一元管理できるドライブなど、先進的な機能を揃えています。また、Fediverseと呼ばれるネットワークに接続できるため、他のSNSともやり取りできます。例えば、あなたが何か投稿すると、その投稿はMisskeyだけでなく他のSNSにも伝わります。ちょうどある惑星から他の惑星に電波を発信している様子をイメージしてください。" features: "特徴" rich-contents: "投稿" @@ -23,7 +23,7 @@ common: detected: "広告ブロッカーを無効にしてください" warning: "Misskeyは広告を掲載していませんが、広告をブロックする機能が有効だと一部の機能が利用できなかったり、不具合が発生する場合があります。" application-authorization: "アプリの連携" - close: "閉じる" + close: "Lukk" do-not-copy-paste: "ここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。" got-it: "わかった" customization-tips: @@ -55,7 +55,7 @@ common: month-and-day: "{day}/{month}" trash: "ゴミ箱" weekday-short: - sunday: "S" + sunday: "Søn" monday: "M" tuesday: "T" wednesday: "O" From bf583b07fd368977a7b2f7889ac2605f07eb2423 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 23:41:46 +0900 Subject: [PATCH 143/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index fbb96fa9f..0c57c31ad 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -55,7 +55,7 @@ common: month-and-day: "{day}/{month}" trash: "ゴミ箱" weekday-short: - sunday: "Søn" + sunday: "S" monday: "M" tuesday: "T" wednesday: "O" @@ -98,7 +98,7 @@ common: e: "ここに書いてください" f: "あなたが書くのを待っています..." search: "検索" - delete: "削除" + delete: "Slett" loading: "読み込み中" ok: "わかった" update-available-title: "更新があります" @@ -122,8 +122,8 @@ common: turn-of: "{}のターンです" past-turn-of: "{}のターン" won: "{}の勝ち" - black: "黒" - white: "白" + black: "Sort" + white: "Hvit" total: "合計" this-turn: "{}ターン目" widgets: @@ -310,16 +310,16 @@ common/views/components/messaging-room.vue: only-one-file-attached: "メッセージに添付できるのはひとつのファイルのみです" common/views/components/messaging-room.form.vue: input-message-here: "ここにメッセージを入力" - send: "送信" + send: "Send" attach-from-local: "PCからファイルを添付する" attach-from-drive: "ドライブからファイルを添付する" only-one-file-attached: "メッセージに添付できるのはひとつのファイルのみです" common/views/components/messaging-room.message.vue: - is-read: "既読" + is-read: "Lest" deleted: "このメッセージは削除されました" common/views/components/nav.vue: about: "Misskeyについて" - stats: "統計" + stats: "Statistikk" status: "ステータス" wiki: "Wiki" donors: "ドナー" @@ -379,7 +379,7 @@ common/views/components/signup.vue: retype-placeholder: "確認のため再入力してください" password-matched: "確認されました" password-not-matched: "一致していません" - recaptcha: "認証" + recaptcha: "Captcha" create: "アカウント作成" some-error: "何らかの原因によりアカウントの作成に失敗しました。再度お試しください。" common/views/components/special-message.vue: @@ -414,7 +414,7 @@ common/views/widgets/broadcast.vue: fetching: "確認中" no-broadcasts: "お知らせはありません" have-a-nice-day: "良い一日を!" - next: "次" + next: "Neste" common/views/widgets/calendar.vue: year: "{}年" month: "{}月" @@ -568,7 +568,7 @@ desktop/views/components/drive.folder.vue: desktop/views/components/drive.nav-folder.vue: drive: "ドライブ" desktop/views/components/drive.vue: - search: "検索" + search: "Søk" load-more: "もっと読み込む" empty-draghover: "ドロップですか?いいですよ、ボクはカワイイですからね" empty-drive: "ドライブには何もありません。" @@ -636,10 +636,10 @@ desktop/views/components/note-detail.vue: add-reaction: "リアクション" desktop/views/components/notes.note.vue: reposted-by: "{}がRenote" - reply: "返信" + reply: "Svar" renote: "Renote" add-reaction: "リアクション" - detail: "詳細" + detail: "Vis detaljer" private: "この投稿は非公開です" deleted: "この投稿は削除されました" desktop/views/components/notes.vue: @@ -656,7 +656,7 @@ desktop/views/components/post-form.vue: reply-placeholder: "この投稿への返信..." quote-placeholder: "この投稿を引用..." submit: "投稿" - reply: "返信" + reply: "Svar" renote: "Renote" posted: "投稿しました!" replied: "返信しました!" @@ -680,7 +680,7 @@ desktop/views/components/post-form.vue: annotations: "内容への注釈 (オプション)" desktop/views/components/post-form-window.vue: note: "新規投稿" - reply: "返信" + reply: "Svar" attaches: "添付: {}メディア" uploading-media: "{}個のメディアをアップロード中" desktop/views/components/progress-dialog.vue: @@ -698,7 +698,7 @@ desktop/views/components/settings-window.vue: settings: "設定" desktop/views/components/settings.vue: profile: "プロフィール" - notification: "通知" + notification: "Notifikasjon" apps: "アプリ" mute: "ミュート" drive: "ドライブ" @@ -807,7 +807,7 @@ desktop/views/components/settings.api.vue: desktop/views/components/settings.apps.vue: no-apps: "連携しているアプリケーションはありません" desktop/views/components/settings.drive.vue: - max: "中" + max: "Maks" in-use: "使用中" desktop/views/components/settings.mute.vue: no-users: "ミュートしているユーザーはいません" @@ -1041,7 +1041,7 @@ mobile/views/components/drive.vue: drive: "ドライブ" used: "使用中" folder-count: "フォルダ" - count-separator: "、" + count-separator: "," file-count: "ファイル" load-more: "もっと読み込む" nothing-in-drive: "ドライブには何もありません" @@ -1252,8 +1252,8 @@ mobile/views/pages/settings.vue: post-style-standard: "標準" post-style-smart: "スマート" notification-position: "通知の表示" - notification-position-bottom: "下" - notification-position-top: "上" + notification-position-bottom: "Bunn" + notification-position-top: "Topp" theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" @@ -1332,7 +1332,7 @@ docs: generated: "このドキュメントはAPI定義に基づき自動生成されています。" props: name: "名前" - type: "型" + type: "Type" description: "説明" dev/views/index.vue: manage-apps: "アプリの管理" From f11e1ecf08e30de17e669eaefdb6204b2448e71d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 23:51:37 +0900 Subject: [PATCH 144/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 0c57c31ad..e0ef4dc01 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -793,7 +793,7 @@ desktop/views/components/settings.2fa.vue: howtoinstall: "インストール方法はこちら" scan: "次に、表示されているQRコードをスキャンします:" done: "お使いのデバイスに表示されているトークンを入力して完了します:" - submit: "完了" + submit: "Send" success: "設定が完了しました!" failed: "設定に失敗しました。トークンに誤りがないかご確認ください。" info: "次回サインインからは、同様にパスワードに加えてデバイスに表示されているトークンを入力します。" @@ -821,11 +821,11 @@ desktop/views/components/settings.password.vue: desktop/views/components/settings.profile.vue: avatar: "アイコン" choice-avatar: "画像を選択" - name: "名前" - location: "場所" + name: "Navn" + location: "Lokasjon" description: "自己紹介" birthday: "誕生日" - save: "保存" + save: "Lagre profilen" locked-account: "アカウントの保護" is-locked: "フォローを承認制にする" other: "その他" @@ -862,7 +862,7 @@ desktop/views/components/ui.header.account.vue: follow-requests: "フォロー申請" customize: "ホームのカスタマイズ" admin: "管理" - settings: "設定" + settings: "Innstillinger" signout: "サインアウト" dark: "闇に飲まれる" desktop/views/components/ui.header.nav.vue: @@ -871,11 +871,11 @@ desktop/views/components/ui.header.nav.vue: messaging: "メッセージ" game: "ゲーム" desktop/views/components/ui.header.notifications.vue: - title: "通知" + title: "Notifikasjon" desktop/views/components/ui.header.post.vue: post: "新規投稿" desktop/views/components/ui.header.search.vue: - placeholder: "検索" + placeholder: "Søk" desktop/views/components/received-follow-requests-window.vue: title: "フォロー申請" accept: "承認" @@ -962,7 +962,7 @@ desktop/views/pages/note.vue: next: "次の投稿" desktop/views/pages/selectdrive.vue: title: "ファイルを選択してください" - ok: "決定" + ok: "Ok" cancel: "キャンセル" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: @@ -1017,15 +1017,15 @@ desktop/views/pages/user/user.timeline.vue: desktop/views/widgets/messaging.vue: title: "メッセージ" desktop/views/widgets/notifications.vue: - title: "通知" + title: "Notifikasjon" settings: "通知の設定" desktop/views/widgets/polls.vue: title: "アンケート" refresh: "他を見る" nothing: "ありません!" desktop/views/widgets/post-form.vue: - title: "投稿" - note: "投稿" + title: "Innlegg" + note: "Innlegg" desktop/views/widgets/profile.vue: update-banner: "クリックでバナー編集" update-avatar: "クリックでアバター編集" @@ -1064,7 +1064,7 @@ mobile/views/components/drive.file.vue: mobile/views/components/drive.file-detail.vue: download: "ダウンロード" rename: "名前を変更" - move: "移動" + move: "Flytt" hash: "ハッシュ (md5)" exif: "EXIF" nsfw: "閲覧注意" @@ -1092,7 +1092,7 @@ mobile/views/components/note.vue: deleted: "この投稿は削除されました" location: "位置情報" mobile/views/components/note-detail.vue: - reply: "返信" + reply: "Svar" reaction: "リアクション" reposted-by: "{}がRenote" private: "この投稿は非公開です" @@ -1114,7 +1114,7 @@ mobile/views/components/notifications.vue: empty: "ありません!" mobile/views/components/post-form.vue: add-visible-user: "ユーザーを追加" - submit: "投稿" + submit: "Send" reply: "返信" renote: "Renote" quote-placeholder: "この投稿を引用... (オプション)" From 9dff74fcc1d1dbd11f876bb612dee6712a50d16f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 00:01:35 +0900 Subject: [PATCH 145/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index e0ef4dc01..9257fbaa8 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -1136,10 +1136,10 @@ mobile/views/components/ui.header.vue: adjective: "さん" mobile/views/components/ui.nav.vue: timeline: "タイムライン" - notifications: "通知" + notifications: "Notifikasjon" messaging: "メッセージ" follow-requests: "フォロー申請" - search: "検索" + search: "Søk" drive: "ドライブ" favorites: "お気に入り" user-lists: "リスト" From e63f28b00de17308fa370232f42f8e09de9cfeb2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 00:41:33 +0900 Subject: [PATCH 146/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 9257fbaa8..522339166 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -1146,7 +1146,7 @@ mobile/views/components/ui.nav.vue: widgets: "ウィジェット" game: "ゲーム" darkmode: "ダークモード" - settings: "設定" + settings: "Innstillinger" admin: "管理" about: "Misskeyについて" mobile/views/components/user-timeline.vue: @@ -1226,7 +1226,7 @@ mobile/views/pages/settings/settings.profile.vue: uploading: "アップロード中" upload-failed: "アップロードに失敗しました" mobile/views/pages/search.vue: - search: "検索" + search: "Søk" empty: "「{}」に関する投稿は見つかりませんでした。" not-found: "「{}」に関する投稿は見つかりませんでした。" mobile/views/pages/selectdrive.vue: @@ -1276,7 +1276,7 @@ mobile/views/pages/settings.vue: no-updates-desc: "お使いのMisskeyは最新です。" update-available: "新しいバージョンが利用可能です" update-available-desc: "ページを再度読み込みすると更新が適用されます。" - settings: "設定" + settings: "Innstillinger" signout: "サインアウト" sound: "サウンド" enable-sounds: "サウンドを有効にする" @@ -1285,7 +1285,7 @@ mobile/views/pages/user.vue: following: "フォロー" followers: "フォロワー" notes: "投稿" - overview: "概要" + overview: "Oversikt" timeline: "タイムライン" media: "メディア" is-suspended: "このユーザーは凍結されています。" @@ -1293,7 +1293,7 @@ mobile/views/pages/user.vue: view-remote: "正確な情報を見る" mobile/views/pages/user/home.vue: recent-notes: "最近の投稿" - images: "画像" + images: "Bilder" activity: "アクティビティ" keywords: "キーワード" domains: "頻出ドメイン" @@ -1331,7 +1331,7 @@ docs: show-src-link: "コードをGitHubで見る" generated: "このドキュメントはAPI定義に基づき自動生成されています。" props: - name: "名前" + name: "Navn" type: "Type" description: "説明" dev/views/index.vue: From b18af6ccf05a10f6330f37e216a998f744648d3f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 03:45:38 +0900 Subject: [PATCH 147/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 522339166..2d2017c16 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -1204,7 +1204,7 @@ mobile/views/pages/note.vue: prev: "前の投稿" next: "次の投稿" mobile/views/pages/notifications.vue: - notifications: "通知" + notifications: "Notifikasjon" read-all: "すべての通知を既読にしますか?" mobile/views/pages/games/reversi.vue: reversi: "リバーシ" From fa6593731a1f01fa8be17304a1b2c9ba02b8d23a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 03:51:11 +0900 Subject: [PATCH 148/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 2d2017c16..baacb0725 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -1333,6 +1333,6 @@ docs: props: name: "Navn" type: "Type" - description: "説明" + description: "Beskrivelse" dev/views/index.vue: manage-apps: "アプリの管理" From a76d5cecc2092218d5101d2401761e70ea89ad56 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:01:04 +0900 Subject: [PATCH 149/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index baacb0725..6926fc0b0 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -523,16 +523,16 @@ desktop/views/components/choose-file-from-drive-window.vue: choose-file: "ファイル選択中" upload: "PCからドライブにファイルをアップロード" cancel: "キャンセル" - ok: "決定" + ok: "Ok" choose-prompt: "ファイルを選択" desktop/views/components/choose-folder-from-drive-window.vue: cancel: "キャンセル" - ok: "決定" + ok: "Ok" choose-prompt: "フォルダを選択" desktop/views/components/crop-window.vue: skip: "クロップをスキップ" cancel: "キャンセル" - ok: "決定" + ok: "Ok" desktop/views/components/drive-window.vue: used: "使用中" drive: "ドライブ" @@ -616,12 +616,12 @@ desktop/views/components/friends-maker.vue: desktop/views/components/game-window.vue: game: "リバーシ" desktop/views/components/home.vue: - done: "完了" + done: "Fullført" add-widget: "ウィジェットを追加:" - add: "追加" + add: "Legg til" desktop/views/input-dialog.vue: cancel: "キャンセル" - ok: "決定" + ok: "Ok" desktop/views/components/messaging-room-window.vue: title: "メッセージ:" desktop/views/components/messaging-window.vue: @@ -709,7 +709,7 @@ desktop/views/components/settings.vue: other: "その他" license: "ライセンス" theme: "テーマ" - behaviour: "動作" + behaviour: "Oppførsel" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" note-visibility: "投稿の公開範囲" @@ -744,10 +744,10 @@ desktop/views/components/settings.vue: test: "テスト" mobile: "モバイル" disable-via-mobile: "「モバイルからの投稿」フラグを付けない" - language: "言語" + language: "Språk" pick-language: "言語を選択" - recommended: "推奨" - auto: "自動" + recommended: "Anbefalt" + auto: "Automatisk" specify-language: "言語を指定" language-desc: "変更はページの再度読み込み後に反映されます。" cache: "キャッシュ" @@ -885,7 +885,7 @@ desktop/views/components/user-lists-window.vue: create-list: "リストを作成" list-name: "リスト名" desktop/views/components/user-preview.vue: - notes: "投稿" + notes: "Innlegg" following: "フォロー" followers: "フォロワー" desktop/views/components/users-list.vue: @@ -1115,7 +1115,7 @@ mobile/views/components/notifications.vue: mobile/views/components/post-form.vue: add-visible-user: "ユーザーを追加" submit: "Send" - reply: "返信" + reply: "Svar" renote: "Renote" quote-placeholder: "この投稿を引用... (オプション)" reply-placeholder: "この投稿への返信..." @@ -1210,9 +1210,9 @@ mobile/views/pages/games/reversi.vue: reversi: "リバーシ" mobile/views/pages/settings/settings.profile.vue: title: "プロフィール" - name: "名前" + name: "Navn" account: "アカウント" - location: "場所" + location: "Lokasjon" description: "自己紹介" birthday: "誕生日" avatar: "アイコン" From b4fd18804ab5e5d45be86d52bf578422ca291463 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:11:43 +0900 Subject: [PATCH 150/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 6926fc0b0..015d55222 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -97,7 +97,7 @@ common: d: "言いたいことは?" e: "ここに書いてください" f: "あなたが書くのを待っています..." - search: "検索" + search: "Søk" delete: "Slett" loading: "読み込み中" ok: "わかった" @@ -133,14 +133,14 @@ common: timemachine: "カレンダー(タイムマシン)" activity: "アクティビティ" rss: "RSSリーダー" - memo: "付箋" + memo: "Notis" trends: "トレンド" photo-stream: "フォトストリーム" posts-monitor: "投稿チャート" slideshow: "スライドショー" version: "バージョン" broadcast: "ブロードキャスト" - notifications: "通知" + notifications: "Notifikasjon" users: "おすすめユーザー" polls: "アンケート" post-form: "投稿フォーム" @@ -159,7 +159,7 @@ common: global: "グローバル" mentions: "あなた宛て" direct: "ダイレクト投稿" - notifications: "通知" + notifications: "Notifikasjon" list: "リスト" swap-left: "左に移動" swap-right: "右に移動" @@ -332,7 +332,7 @@ common/views/components/note-menu.vue: favorite: "お気に入り" pin: "ピン留め" unpin: "ピン留め解除" - delete: "削除" + delete: "Slett" delete-confirm: "この投稿を削除しますか?" remote: "投稿元で見る" common/views/components/poll.vue: @@ -399,7 +399,7 @@ common/views/components/twitter-setting.vue: common/views/components/uploader.vue: waiting: "待機中" common/views/components/visibility-chooser.vue: - public: "公開" + public: "Offentlig" home: "ホーム" home-desc: "ホームタイムラインにのみ公開" followers: "フォロワー" @@ -437,9 +437,9 @@ common/views/widgets/server.vue: title: "サーバー情報" toggle: "表示を切り替え" common/views/widgets/memo.vue: - title: "付箋" + title: "Notis" memo: "ここに書いて!" - save: "保存" + save: "Lagre" common/views/widgets/slideshow.vue: folder-customize-mode: "フォルダを指定するには、カスタマイズモードを終了してください" folder: "クリックしてフォルダを指定してください" @@ -655,7 +655,7 @@ desktop/views/components/post-form.vue: hide-contents: "内容を隠す" reply-placeholder: "この投稿への返信..." quote-placeholder: "この投稿を引用..." - submit: "投稿" + submit: "Send" reply: "Svar" renote: "Renote" posted: "投稿しました!" @@ -695,7 +695,7 @@ desktop/views/components/renote-form.vue: desktop/views/components/renote-form-window.vue: title: "この投稿をRenoteしますか?" desktop/views/components/settings-window.vue: - settings: "設定" + settings: "Innstillinger" desktop/views/components/settings.vue: profile: "プロフィール" notification: "Notifikasjon" @@ -878,8 +878,8 @@ desktop/views/components/ui.header.search.vue: placeholder: "Søk" desktop/views/components/received-follow-requests-window.vue: title: "フォロー申請" - accept: "承認" - reject: "拒否" + accept: "Godta" + reject: "Avslå" desktop/views/components/user-lists-window.vue: title: "リスト" create-list: "リストを作成" @@ -945,7 +945,7 @@ desktop/views/pages/welcome.vue: signin: "ログイン" signup: "新規登録" signin-button: "やってる" - signup-button: "やる" + signup-button: "Registrer" timeline: "タイムライン" announcements: "お知らせ" photos: "最近の画像" @@ -1010,7 +1010,7 @@ desktop/views/pages/user/user.header.vue: followers: "フォロワー" is-bot: "このアカウントはBotです" desktop/views/pages/user/user.timeline.vue: - default: "投稿" + default: "Innlegg" with-replies: "投稿と返信" with-media: "メディア" empty: "このユーザーはまだ何も投稿していないようです。" @@ -1197,8 +1197,8 @@ mobile/views/pages/messaging-room.vue: messaging: "メッセージ" mobile/views/pages/received-follow-requests.vue: title: "フォロー申請" - accept: "承認" - reject: "拒否" + accept: "Godta" + reject: "Avslå" mobile/views/pages/note.vue: title: "投稿" prev: "前の投稿" @@ -1221,7 +1221,7 @@ mobile/views/pages/settings/settings.profile.vue: is-locked: "フォローを承認制にする" advanced: "その他" privacy: "プライバシー" - save: "保存" + save: "Lagre profilen" saved: "プロフィールを保存しました" uploading: "アップロード中" upload-failed: "アップロードに失敗しました" @@ -1233,10 +1233,10 @@ mobile/views/pages/selectdrive.vue: select-file: "ファイルを選択" mobile/views/pages/settings.vue: signed-in-as: "{}としてサインイン中" - lang: "言語" + lang: "Språk" lang-tip: "変更はページの再読み込み後に反映されます。" - recommended: "推奨" - auto: "自動" + recommended: "Anbefalt" + auto: "Automatisk" specify-language: "言語を指定" design: "デザインと表示" dark-mode: "ダークモード" @@ -1249,13 +1249,13 @@ mobile/views/pages/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteを表示する" show-local-renotes: "ローカルの投稿のRenoteを表示する" post-style: "投稿の表示スタイル" - post-style-standard: "標準" + post-style-standard: "Standard" post-style-smart: "スマート" notification-position: "通知の表示" notification-position-bottom: "Bunn" notification-position-top: "Topp" theme: "テーマ" - behavior: "動作" + behavior: "Oppførsel" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" default-note-visibility: "デフォルトの公開範囲" From eb0eaf6a0939a1ccc3ab0bac3ced371e51a80211 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:21:47 +0900 Subject: [PATCH 151/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 015d55222..03c5f21c7 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -9,8 +9,8 @@ common: intro: title: "Hva er Misskey?" about: "Misskeyはオープンソースの分散型マイクロブログSNSです。リッチで高度にカスタマイズできるUI、投稿へのリアクション、ファイルを一元管理できるドライブなど、先進的な機能を揃えています。また、Fediverseと呼ばれるネットワークに接続できるため、他のSNSともやり取りできます。例えば、あなたが何か投稿すると、その投稿はMisskeyだけでなく他のSNSにも伝わります。ちょうどある惑星から他の惑星に電波を発信している様子をイメージしてください。" - features: "特徴" - rich-contents: "投稿" + features: "Funksjoner" + rich-contents: "Innlegg" rich-contents-desc: "自分の考え、話題の出来事、皆と共有したいことについて発信してください。必要であれば、様々な構文を使って投稿を装飾したり、好きな画像、動画などのファイルやアンケートを添付することもできます。" reaction: "リアクション" reaction-desc: "あなたの気持ちを伝える最も簡単な方法です。Misskeyは、他のユーザーの投稿に様々なリアクションを付けることができます。いちどMisskeyのリアクション機能を体験してしまうと、もう「いいね」の概念しか存在しないSNSには戻れなくなるかもしれません。" @@ -124,7 +124,7 @@ common: won: "{}の勝ち" black: "Sort" white: "Hvit" - total: "合計" + total: "Totalt" this-turn: "{}ターン目" widgets: analog-clock: "アナログ時計" @@ -199,7 +199,7 @@ common/views/components/games/reversi/reversi.vue: waiting-for: "{}を待っています" cancel: "キャンセル" common/views/components/games/reversi/reversi.game.vue: - surrender: "投了" + surrender: "Gi opp" surrendered: "投了により" is-llotheo: "石の少ない方が勝ち(ロセオ)" looped-map: "ループマップ" @@ -207,17 +207,17 @@ common/views/components/games/reversi/reversi.game.vue: common/views/components/games/reversi/reversi.index.vue: title: "Misskey Reversi" sub-title: "他のMisskeyユーザーとリバーシで対戦しよう" - invite: "招待" + invite: "Inviter" rule: "遊び方" rule-desc: "リバーシは、相手と交互に石をボードに置いて、相手の石を挟んで自分の色に変えてゆき、最終的に残った石が多い方が勝ちというボードゲームです。" - mode-invite: "招待" + mode-invite: "Inviter" mode-invite-desc: "指定したユーザーと対戦するモードです。" invitations: "対局の招待があります!" my-games: "自分の対局" all-games: "みんなの対局" enter-username: "ユーザー名を入力してください" game-state: - ended: "終了" + ended: "Ferdig" playing: "進行中" common/views/components/games/reversi/reversi.room.vue: settings-of-the-game: "ゲームの設定" @@ -295,7 +295,7 @@ common/views/components/theme.vue: import-by-code: "またはコードをペースト" theme-name-required: "テーマ名は必須です。" common/views/components/cw-button.vue: - hide: "隠す" + hide: "Skjul" show: "もっと見る" common/views/components/messaging.vue: search-user: "ユーザーを探す" @@ -327,7 +327,7 @@ common/views/components/nav.vue: develop: "開発者" feedback: "フィードバック" common/views/components/note-menu.vue: - detail: "詳細" + detail: "Detaljer" copy-link: "リンクをコピー" favorite: "お気に入り" pin: "ピン留め" @@ -501,7 +501,7 @@ desktop/views/components/charts.vue: title: "チャート" per-day: "1日ごと" per-hour: "1時間ごと" - notes: "投稿" + notes: "Innlegg" users: "ユーザー" drive: "ドライブ" network: "ネットワーク" @@ -671,7 +671,7 @@ desktop/views/components/post-form.vue: insert-a-kao: "v('ω')v" create-poll: "アンケートを作成" text-remain: "残り{}文字" - recent-tags: "最近" + recent-tags: "Nylig" click-to-tagging: "クリックでタグ付け" visibility: "公開範囲" geolocation-alert: "お使いの端末は位置情報に対応していません" @@ -853,7 +853,7 @@ desktop/views/components/timeline.vue: list-name: "リスト名" desktop/views/components/ui.header.vue: welcome-back: "おかえりなさい、" - adjective: "さん" + adjective: "-san" desktop/views/components/ui.header.account.vue: profile: "プロフィール" drive: "ドライブ" @@ -861,7 +861,7 @@ desktop/views/components/ui.header.account.vue: lists: "リスト" follow-requests: "フォロー申請" customize: "ホームのカスタマイズ" - admin: "管理" + admin: "Admin" settings: "Innstillinger" signout: "サインアウト" dark: "闇に飲まれる" @@ -902,17 +902,17 @@ desktop/views/pages/admin/admin.vue: dashboard: "ダッシュボード" drive: "ドライブ" users: "ユーザー" - update: "更新" + update: "Oppdater" desktop/views/pages/admin/admin.dashboard.vue: dashboard: "ダッシュボード" all-users: "全てのユーザー" original-users: "このインスタンスのユーザー" all-notes: "全ての投稿" original-notes: "このインスタンスの投稿" - invite: "招待" + invite: "Inviter" desktop/views/pages/admin/admin.suspend-user.vue: suspend-user: "ユーザーの凍結" - suspend: "凍結" + suspend: "Suspender" suspended: "凍結しました" desktop/views/pages/admin/admin.unsuspend-user.vue: unsuspend-user: "ユーザーの凍結の解除" @@ -950,7 +950,7 @@ desktop/views/pages/welcome.vue: announcements: "お知らせ" photos: "最近の画像" powered-by-misskey: "Powered by Misskey." - info: "情報" + info: "Informasjon" desktop/views/pages/drive.vue: title: "Misskey Drive" desktop/views/pages/favorites.vue: @@ -1005,7 +1005,7 @@ desktop/views/pages/user/user.profile.vue: push-to-a-list: "リストに追加" list-pushed: "{user}を{list}に追加しました。" desktop/views/pages/user/user.header.vue: - posts: "投稿" + posts: "Innlegg" following: "フォロー" followers: "フォロワー" is-bot: "このアカウントはBotです" @@ -1133,7 +1133,7 @@ mobile/views/components/timeline.vue: load-more: "もっと" mobile/views/components/ui.header.vue: welcome-back: "おかえりなさい、" - adjective: "さん" + adjective: "Mr." mobile/views/components/ui.nav.vue: timeline: "タイムライン" notifications: "Notifikasjon" @@ -1147,7 +1147,7 @@ mobile/views/components/ui.nav.vue: game: "ゲーム" darkmode: "ダークモード" settings: "Innstillinger" - admin: "管理" + admin: "Admin" about: "Misskeyについて" mobile/views/components/user-timeline.vue: no-notes: "このユーザーは投稿していないようです。" @@ -1185,7 +1185,7 @@ mobile/views/pages/welcome.vue: mobile/views/pages/widgets.vue: dashboard: "ダッシュボード" widgets-hints: "ウィジェットを追加/削除したり並べ替えたりできます。ウィジェットを移動するには「三」をドラッグします。ウィジェットを削除するには「x」をタップします。いくつかのウィジェットはタップすることで表示を変更できます。" - add-widget: "追加" + add-widget: "Legg til" customization-tips: "カスタマイズのヒント" mobile/views/pages/widgets/activity.vue: activity: "アクティビティ" From e164a155d5c5061ad65d140f1ce76fe1183299cb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:33:10 +0900 Subject: [PATCH 152/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 03c5f21c7..884fe435a 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -288,8 +288,8 @@ common/views/components/theme.vue: select-theme: "テーマを選択してください" uninstall: "アンインストール" uninstalled: "「{}」をアンインストールしました" - author: "作者" - desc: "説明" + author: "Forfatter" + desc: "Beskrivelse" export: "エクスポート" import: "インポート" import-by-code: "またはコードをペースト" @@ -299,7 +299,7 @@ common/views/components/cw-button.vue: show: "もっと見る" common/views/components/messaging.vue: search-user: "ユーザーを探す" - you: "あなた" + you: "Du" no-history: "履歴はありません" common/views/components/messaging-room.vue: empty: "このユーザーと話したことはありません" @@ -322,9 +322,9 @@ common/views/components/nav.vue: stats: "Statistikk" status: "ステータス" wiki: "Wiki" - donors: "ドナー" + donors: "Donatorer" repository: "リポジトリ" - develop: "開発者" + develop: "Utviklere" feedback: "フィードバック" common/views/components/note-menu.vue: detail: "Detaljer" From 5e74515c77142dbb0a61ff85fa212524e6684488 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:41:56 +0900 Subject: [PATCH 153/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 884fe435a..6f6779dc1 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -337,7 +337,7 @@ common/views/components/note-menu.vue: remote: "投稿元で見る" common/views/components/poll.vue: vote-to: "「{}」に投票する" - vote-count: "{}票" + vote-count: "{} stemmer" total-users: "{}人が投票" vote: "投票する" show-result: "結果を見る" @@ -375,7 +375,7 @@ common/views/components/signup.vue: weak-password: "弱いパスワード" normal-password: "まあまあのパスワード" strong-password: "強いパスワード" - retype: "再入力" + retype: "Gjenta" retype-placeholder: "確認のため再入力してください" password-matched: "確認されました" password-not-matched: "一致していません" @@ -386,7 +386,7 @@ common/views/components/special-message.vue: new-year: "Happy New Year!" christmas: "Merry Christmas!" common/views/components/stream-indicator.vue: - connecting: "接続中" + connecting: "Tilkobler" reconnecting: "再接続中" connected: "接続完了" common/views/components/twitter-setting.vue: @@ -397,7 +397,7 @@ common/views/components/twitter-setting.vue: connect: "Twitterと接続する" disconnect: "切断する" common/views/components/uploader.vue: - waiting: "待機中" + waiting: "Venter" common/views/components/visibility-chooser.vue: public: "Offentlig" home: "ホーム" @@ -411,7 +411,7 @@ common/views/components/trends.vue: count: "{}人が投稿" empty: "トレンドなし" common/views/widgets/broadcast.vue: - fetching: "確認中" + fetching: "Henter" no-broadcasts: "お知らせはありません" have-a-nice-day: "良い一日を!" next: "Neste" From 51f289430bd2ab1b36470bd24472d049997f6ffe Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 04:52:30 +0900 Subject: [PATCH 154/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 6f6779dc1..0abd4ed31 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -494,8 +494,8 @@ desktop/views/components/activity.vue: toggle: "表示を切り替え" desktop/views/components/calendar.vue: title: "{1}年 {2}月" - prev: "前の月" - next: "次の月" + prev: "Forrige måned" + next: "Neste måned" go: "クリックして時間遡行" desktop/views/components/charts.vue: title: "チャート" @@ -534,11 +534,11 @@ desktop/views/components/crop-window.vue: cancel: "キャンセル" ok: "Ok" desktop/views/components/drive-window.vue: - used: "使用中" + used: "brukt" drive: "ドライブ" desktop/views/components/drive.file.vue: avatar: "アイコン" - banner: "バナー" + banner: "Banner" nsfw: "閲覧注意" contextmenu: rename: "名前を変更" @@ -664,7 +664,7 @@ desktop/views/components/post-form.vue: note-failed: "投稿に失敗しました" reply-failed: "返信に失敗しました" renote-failed: "Renoteに失敗しました" - posting: "投稿中" + posting: "Publiserer" attach-media-from-local: "PCからメディアを添付" attach-media-from-drive: "ドライブからメディアを添付" attach-cancel: "添付取り消し" From f1879d44255e3a187b6095f6f9ee9aff4017f1b5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:03:18 +0900 Subject: [PATCH 155/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 0abd4ed31..26c20236d 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -699,14 +699,14 @@ desktop/views/components/settings-window.vue: desktop/views/components/settings.vue: profile: "プロフィール" notification: "Notifikasjon" - apps: "アプリ" + apps: "Apper" mute: "ミュート" drive: "ドライブ" security: "セキュリティ" signin: "サインイン履歴" password: "パスワード" 2fa: "二段階認証" - other: "その他" + other: "Annet" license: "ライセンス" theme: "テーマ" behaviour: "Oppførsel" @@ -824,7 +824,7 @@ desktop/views/components/settings.profile.vue: name: "Navn" location: "Lokasjon" description: "自己紹介" - birthday: "誕生日" + birthday: "Bursdag" save: "Lagre profilen" locked-account: "アカウントの保護" is-locked: "フォローを承認制にする" @@ -840,13 +840,13 @@ desktop/views/components/sub-note-content.vue: desktop/views/components/taskmanager.vue: title: "タスクマネージャ" desktop/views/components/timeline.vue: - home: "ホーム" + home: "Hjem" local: "ローカル" hybrid: "ソーシャル" global: "グローバル" mentions: "あなた宛て" messages: "メッセージ" - list: "リスト" + list: "Lister" hashtag: "ハッシュタグ" add-tag-timeline: "ハッシュタグを追加" add-list: "リストを追加" @@ -858,7 +858,7 @@ desktop/views/components/ui.header.account.vue: profile: "プロフィール" drive: "ドライブ" favorites: "お気に入り" - lists: "リスト" + lists: "Lister" follow-requests: "フォロー申請" customize: "ホームのカスタマイズ" admin: "Admin" @@ -866,10 +866,10 @@ desktop/views/components/ui.header.account.vue: signout: "サインアウト" dark: "闇に飲まれる" desktop/views/components/ui.header.nav.vue: - home: "ホーム" + home: "Hjem" deck: "デッキ" messaging: "メッセージ" - game: "ゲーム" + game: "Spill" desktop/views/components/ui.header.notifications.vue: title: "Notifikasjon" desktop/views/components/ui.header.post.vue: @@ -991,7 +991,7 @@ desktop/views/pages/user/user.vue: desktop/views/pages/user/user.home.vue: last-used-at: "最終アクセス" desktop/views/pages/user/user.photos.vue: - title: "フォト" + title: "Bilder" loading: "読み込み中" no-photos: "写真はありません" desktop/views/pages/user/user.profile.vue: @@ -1039,7 +1039,7 @@ desktop/views/widgets/users.vue: no-one: "いません!" mobile/views/components/drive.vue: drive: "ドライブ" - used: "使用中" + used: "brukt" folder-count: "フォルダ" count-separator: "," file-count: "ファイル" @@ -1130,7 +1130,7 @@ mobile/views/components/sub-note-content.vue: poll: "アンケート" mobile/views/components/timeline.vue: empty: "投稿がありません" - load-more: "もっと" + load-more: "Mer" mobile/views/components/ui.header.vue: welcome-back: "おかえりなさい、" adjective: "Mr." @@ -1152,11 +1152,11 @@ mobile/views/components/ui.nav.vue: mobile/views/components/user-timeline.vue: no-notes: "このユーザーは投稿していないようです。" no-notes-with-media: "メディア付き投稿はありません。" - load-more: "もっと" + load-more: "Mer" mobile/views/components/users-list.vue: - all: "すべて" + all: "Alle" known: "知り合い" - load-more: "もっと" + load-more: "Mer" mobile/views/pages/favorites.vue: title: "お気に入り" mobile/views/pages/user-lists.vue: From 1cd50363b983177494c30660ba3105c9a4f21b54 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:11:24 +0900 Subject: [PATCH 156/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 26c20236d..48990c26e 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -889,9 +889,9 @@ desktop/views/components/user-preview.vue: following: "フォロー" followers: "フォロワー" desktop/views/components/users-list.vue: - all: "すべて" + all: "Alle" iknow: "知り合い" - load-more: "もっと" + load-more: "Mer" fetching: "読み込んでいます" desktop/views/components/users-list-item.vue: followed: "フォローされています" From 489a80ad6426c52c236ca8d64140ee09fc4cfa5f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:21:23 +0900 Subject: [PATCH 157/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 48990c26e..aa631a929 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -400,13 +400,13 @@ common/views/components/uploader.vue: waiting: "Venter" common/views/components/visibility-chooser.vue: public: "Offentlig" - home: "ホーム" + home: "Hjem" home-desc: "ホームタイムラインにのみ公開" followers: "フォロワー" followers-desc: "自分のフォロワーにのみ公開" specified: "ダイレクト" specified-desc: "指定したユーザーにのみ公開" - private: "非公開" + private: "Privat" common/views/components/trends.vue: count: "{}人が投稿" empty: "トレンドなし" @@ -612,7 +612,7 @@ desktop/views/components/friends-maker.vue: empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" refresh: "もっと見る" - close: "閉じる" + close: "Lukk" desktop/views/components/game-window.vue: game: "リバーシ" desktop/views/components/home.vue: @@ -684,7 +684,7 @@ desktop/views/components/post-form-window.vue: attaches: "添付: {}メディア" uploading-media: "{}個のメディアをアップロード中" desktop/views/components/progress-dialog.vue: - waiting: "待機中" + waiting: "Venter" desktop/views/components/renote-form.vue: quote: "引用する..." cancel: "キャンセル" @@ -741,7 +741,7 @@ desktop/views/components/settings.vue: enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" volume: "ボリューム" - test: "テスト" + test: "Test" mobile: "モバイル" disable-via-mobile: "「モバイルからの投稿」フラグを付けない" language: "Språk" @@ -776,7 +776,7 @@ desktop/views/components/settings.vue: debug-mode-desc: "この設定はブラウザに記憶されます。" experimental: "実験的機能を有効にする" experimental-desc: "実験的機能を有効にするとMisskeyの動作が不安定になる可能性があります。この設定はブラウザに記憶されます。" - tools: "ツール" + tools: "Verktøy" task-manager: "タスクマネージャ" third-parties: "サードパーティ" desktop/views/components/settings.2fa.vue: @@ -897,7 +897,7 @@ desktop/views/components/users-list-item.vue: followed: "フォローされています" desktop/views/components/window.vue: popout: "ポップアウト" - close: "閉じる" + close: "Lukk" desktop/views/pages/admin/admin.vue: dashboard: "ダッシュボード" drive: "ドライブ" @@ -1085,7 +1085,7 @@ mobile/views/components/friends-maker.vue: empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" refresh: "もっと見る" - close: "閉じる" + close: "Lukk" mobile/views/components/note.vue: reposted-by: "{}がRenote" private: "この投稿は非公開です" @@ -1172,7 +1172,7 @@ mobile/views/pages/followers.vue: mobile/views/pages/following.vue: following-of: "{}のフォロー" mobile/views/pages/home.vue: - home: "ホーム" + home: "Hjem" local: "ローカル" hybrid: "ソーシャル" global: "グローバル" @@ -1214,9 +1214,9 @@ mobile/views/pages/settings/settings.profile.vue: account: "アカウント" location: "Lokasjon" description: "自己紹介" - birthday: "誕生日" + birthday: "Bursdag" avatar: "アイコン" - banner: "バナー" + banner: "Banner" is-cat: "このアカウントはCatです" is-locked: "フォローを承認制にする" advanced: "その他" From 803c7e2ce2bf5696e8d1f7e722d51a6a9662384b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:30:57 +0900 Subject: [PATCH 158/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index aa631a929..1199d62e9 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -148,7 +148,7 @@ common: server: "サーバー情報" donation: "寄付のお願い" nav: "ナビゲーション" - tips: "ヒント" + tips: "Tips" hashtags: "ハッシュタグ" deck: widgets: "ウィジェット" @@ -881,7 +881,7 @@ desktop/views/components/received-follow-requests-window.vue: accept: "Godta" reject: "Avslå" desktop/views/components/user-lists-window.vue: - title: "リスト" + title: "Brukerlister" create-list: "リストを作成" list-name: "リスト名" desktop/views/components/user-preview.vue: @@ -1101,11 +1101,11 @@ mobile/views/components/note-detail.vue: mobile/views/components/note-preview.vue: admin: "admin" bot: "bot" - cat: "cat" + cat: "katt" mobile/views/components/note-sub.vue: admin: "admin" bot: "bot" - cat: "cat" + cat: "katt" mobile/views/components/notes.vue: failed: "読み込みに失敗しました。" retry: "リトライ" @@ -1121,7 +1121,7 @@ mobile/views/components/post-form.vue: reply-placeholder: "この投稿への返信..." cw-placeholder: "内容への注釈 (オプション)" location-alert: "お使いの端末は位置情報に対応していません" - error: "エラー" + error: "Feil" username-prompt: "ユーザー名を入力してください" mobile/views/components/sub-note-content.vue: private: "この投稿は非公開です" @@ -1142,9 +1142,9 @@ mobile/views/components/ui.nav.vue: search: "Søk" drive: "ドライブ" favorites: "お気に入り" - user-lists: "リスト" + user-lists: "Lister" widgets: "ウィジェット" - game: "ゲーム" + game: "Spill" darkmode: "ダークモード" settings: "Innstillinger" admin: "Admin" @@ -1160,7 +1160,7 @@ mobile/views/components/users-list.vue: mobile/views/pages/favorites.vue: title: "お気に入り" mobile/views/pages/user-lists.vue: - title: "リスト" + title: "Lister" enter-list-name: "リスト名を入力してください" mobile/views/pages/drive.vue: drive: "ドライブ" From a0e866e32bdd48b1fb4d5419f7c2e290c0efc79a Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:41:23 +0900 Subject: [PATCH 159/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 1199d62e9..e3df3c2a4 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -53,7 +53,7 @@ common: months_ago: "{} måned(er) siden" years_ago: "{} år siden" month-and-day: "{day}/{month}" - trash: "ゴミ箱" + trash: "Papirkurv" weekday-short: sunday: "S" monday: "M" @@ -152,7 +152,7 @@ common: hashtags: "ハッシュタグ" deck: widgets: "ウィジェット" - home: "ホーム" + home: "Hjem" local: "ローカル" hybrid: "ソーシャル" hashtag: "ハッシュタグ" @@ -160,7 +160,7 @@ common: mentions: "あなた宛て" direct: "ダイレクト投稿" notifications: "Notifikasjon" - list: "リスト" + list: "Lister" swap-left: "左に移動" swap-right: "右に移動" swap-up: "上に移動" @@ -225,7 +225,7 @@ common/views/components/games/reversi/reversi.room.vue: random: "ランダム" black-or-white: "先手/後手" black-is: "{}が黒" - rules: "ルール" + rules: "Regler" is-llotheo: "石の少ない方が勝ち(ロセオ)" looped-map: "ループマップ" can-put-everywhere: "どこでも置けるモード" @@ -419,9 +419,9 @@ common/views/widgets/calendar.vue: year: "{}年" month: "{}月" day: "{}日" - today: "今日:" - this-month: "今月:" - this-year: "今年:" + today: "I dag:" + this-month: "Denne måneden:" + this-year: "Dette året:" common/views/widgets/donation.vue: title: "寄付のお願い" text: "Misskeyの運営にはドメイン、サーバー等のコストが掛かります。Misskeyは広告を掲載したりしないため、収入を皆様からの寄付に頼っています。もしご興味があれば、{}までご連絡ください。ご協力ありがとうございます。" @@ -675,7 +675,7 @@ desktop/views/components/post-form.vue: click-to-tagging: "クリックでタグ付け" visibility: "公開範囲" geolocation-alert: "お使いの端末は位置情報に対応していません" - error: "エラー" + error: "Feil" enter-username: "ユーザー名を入力してください" annotations: "内容への注釈 (オプション)" desktop/views/components/post-form-window.vue: @@ -808,7 +808,7 @@ desktop/views/components/settings.apps.vue: no-apps: "連携しているアプリケーションはありません" desktop/views/components/settings.drive.vue: max: "Maks" - in-use: "使用中" + in-use: "I bruk" desktop/views/components/settings.mute.vue: no-users: "ミュートしているユーザーはいません" desktop/views/components/settings.password.vue: @@ -828,7 +828,7 @@ desktop/views/components/settings.profile.vue: save: "Lagre profilen" locked-account: "アカウントの保護" is-locked: "フォローを承認制にする" - other: "その他" + other: "Annet" is-bot: "このアカウントはBotです" is-cat: "このアカウントはCatです" profile-updated: "プロフィールを更新しました" @@ -867,7 +867,7 @@ desktop/views/components/ui.header.account.vue: dark: "闇に飲まれる" desktop/views/components/ui.header.nav.vue: home: "Hjem" - deck: "デッキ" + deck: "Kolonner" messaging: "メッセージ" game: "Spill" desktop/views/components/ui.header.notifications.vue: From 2fcac7cfee1198d383b4dc6ce6e146cae2254926 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 05:51:22 +0900 Subject: [PATCH 160/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index e3df3c2a4..35aa5b60e 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -233,7 +233,7 @@ common/views/components/games/reversi/reversi.room.vue: this-game-is-started-soon: "ゲームは数秒後に開始されます" waiting-for-other: "相手の準備が完了するのを待っています" waiting-for-me: "あなたの準備が完了するのを待っています" - waiting-for-both: "準備中" + waiting-for-both: "Venter på deg" cancel: "キャンセル" ready: "準備完了" cancel-ready: "準備続行" @@ -416,9 +416,9 @@ common/views/widgets/broadcast.vue: have-a-nice-day: "良い一日を!" next: "Neste" common/views/widgets/calendar.vue: - year: "{}年" - month: "{}月" - day: "{}日" + year: "År {}" + month: "Måned {}" + day: "Dag {}" today: "I dag:" this-month: "Denne måneden:" this-year: "Dette året:" From 0492c0e7fe236f273bb484ba0a16d1d44501a706 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:02:03 +0900 Subject: [PATCH 161/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 35aa5b60e..a5f68b40b 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -89,7 +89,7 @@ common: followers-desc: "自分のフォロワーにのみ公開" specified: "ダイレクト" specified-desc: "指定したユーザーにのみ公開" - private: "非公開" + private: "Privat" note-placeholders: a: "今どうしてる?" b: "何かありましたか?" @@ -208,7 +208,7 @@ common/views/components/games/reversi/reversi.index.vue: title: "Misskey Reversi" sub-title: "他のMisskeyユーザーとリバーシで対戦しよう" invite: "Inviter" - rule: "遊び方" + rule: "Slik spiller du" rule-desc: "リバーシは、相手と交互に石をボードに置いて、相手の石を挟んで自分の色に変えてゆき、最終的に残った石が多い方が勝ちというボードゲームです。" mode-invite: "Inviter" mode-invite-desc: "指定したユーザーと対戦するモードです。" @@ -218,7 +218,7 @@ common/views/components/games/reversi/reversi.index.vue: enter-username: "ユーザー名を入力してください" game-state: ended: "Ferdig" - playing: "進行中" + playing: "Pågår" common/views/components/games/reversi/reversi.room.vue: settings-of-the-game: "ゲームの設定" choose-map: "マップを選択" @@ -275,7 +275,7 @@ common/views/components/theme.vue: save-created-theme: "テーマを保存" primary-color: "プライマリ カラー" secondary-color: "セカンダリ カラー" - text-color: "文字色" + text-color: "Tekstfarge" base-theme: "ベーステーマ" base-theme-light: "Light" base-theme-dark: "Dark" @@ -356,7 +356,7 @@ common/views/components/signin.vue: token: "トークン" signing-in: "やってます..." signin: "サインイン" - or: "または" + or: "Eller" signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: @@ -474,7 +474,7 @@ common/views/pages/follow.vue: follow-request: "フォロー申請" desktop: banner-crop-title: "バナーとして表示する部分を選択" - banner: "バナー" + banner: "Banner" uploading-banner: "新しいバナーをアップロードしています" banner-updated: "バナーを更新しました" choose-banner: "バナーにする画像を選択" @@ -518,7 +518,7 @@ desktop/views/components/charts.vue: drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" network-time: "応答時間" - network-usage: "通信量" + network-usage: "Nettverks bruk" desktop/views/components/choose-file-from-drive-window.vue: choose-file: "ファイル選択中" upload: "PCからドライブにファイルをアップロード" @@ -708,7 +708,7 @@ desktop/views/components/settings.vue: 2fa: "二段階認証" other: "Annet" license: "ライセンス" - theme: "テーマ" + theme: "Utseende" behaviour: "Oppførsel" fetch-on-scroll: "スクロールで自動読み込み" fetch-on-scroll-desc: "ページを下までスクロールしたときに自動で追加のコンテンツを読み込みます。" @@ -1219,7 +1219,7 @@ mobile/views/pages/settings/settings.profile.vue: banner: "Banner" is-cat: "このアカウントはCatです" is-locked: "フォローを承認制にする" - advanced: "その他" + advanced: "Avansert" privacy: "プライバシー" save: "Lagre profilen" saved: "プロフィールを保存しました" @@ -1254,7 +1254,7 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "Bunn" notification-position-top: "Topp" - theme: "テーマ" + theme: "Utseende" behavior: "Oppførsel" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" From dbb0593e7507bcd7af47c42c83d425093912cc43 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:11:47 +0900 Subject: [PATCH 162/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index a5f68b40b..5c13cce85 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -48,7 +48,7 @@ common: seconds_ago: "{} sekunder siden" minutes_ago: "{} minutter siden" hours_ago: "{} time siden" - days_ago: "{} dag siden" + days_ago: "{} d siden" weeks_ago: "{} uke(r) siden" months_ago: "{} måned(er) siden" years_ago: "{} år siden" @@ -100,7 +100,7 @@ common: search: "Søk" delete: "Slett" loading: "読み込み中" - ok: "わかった" + ok: "Ok" update-available-title: "更新があります" update-available: "En ny versjon av Misskey er nå tilgjengelig ({newer}, nåværende versjon er {current}). Last inn siden igjen for at oppdateringen skal tre i kraft." my-token-regenerated: "Ditt synbol har blitt generert. Du vil nå bli utlogget." @@ -330,7 +330,7 @@ common/views/components/note-menu.vue: detail: "Detaljer" copy-link: "リンクをコピー" favorite: "お気に入り" - pin: "ピン留め" + pin: "Fest til profilen din" unpin: "ピン留め解除" delete: "Slett" delete-confirm: "この投稿を削除しますか?" @@ -339,9 +339,9 @@ common/views/components/poll.vue: vote-to: "「{}」に投票する" vote-count: "{} stemmer" total-users: "{}人が投票" - vote: "投票する" + vote: "Stem" show-result: "結果を見る" - voted: "投票済み" + voted: "Stemt" common/views/components/poll-editor.vue: no-only-one-choice: "アンケートには、選択肢が最低2つ必要です" choice-n: "選択肢{}" @@ -353,7 +353,7 @@ common/views/components/reaction-picker.vue: common/views/components/signin.vue: username: "ユーザー名" password: "パスワード" - token: "トークン" + token: "Token" signing-in: "やってます..." signin: "サインイン" or: "Eller" From c237ac36afd19d3926419b895f7305d8b48bb9d6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:21:40 +0900 Subject: [PATCH 163/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 5c13cce85..b58a1900f 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -387,15 +387,15 @@ common/views/components/special-message.vue: christmas: "Merry Christmas!" common/views/components/stream-indicator.vue: connecting: "Tilkobler" - reconnecting: "再接続中" - connected: "接続完了" + reconnecting: "Kobler til på nytt" + connected: "Tilkoblet" common/views/components/twitter-setting.vue: description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。" connected-to: "次のTwitterアカウントに接続されています" detail: "詳細..." reconnect: "再接続する" connect: "Twitterと接続する" - disconnect: "切断する" + disconnect: "Koble fra" common/views/components/uploader.vue: waiting: "Venter" common/views/components/visibility-chooser.vue: @@ -535,9 +535,9 @@ desktop/views/components/crop-window.vue: ok: "Ok" desktop/views/components/drive-window.vue: used: "brukt" - drive: "ドライブ" + drive: "Disk" desktop/views/components/drive.file.vue: - avatar: "アイコン" + avatar: "Avatar" banner: "Banner" nsfw: "閲覧注意" contextmenu: @@ -566,7 +566,7 @@ desktop/views/components/drive.folder.vue: rename-folder: "フォルダ名の変更" input-new-folder-name: "新しいフォルダ名を入力してください" desktop/views/components/drive.nav-folder.vue: - drive: "ドライブ" + drive: "Disk" desktop/views/components/drive.vue: search: "Søk" load-more: "もっと読み込む" @@ -679,7 +679,7 @@ desktop/views/components/post-form.vue: enter-username: "ユーザー名を入力してください" annotations: "内容への注釈 (オプション)" desktop/views/components/post-form-window.vue: - note: "新規投稿" + note: "Nytt innlegg" reply: "Svar" attaches: "添付: {}メディア" uploading-media: "{}個のメディアをアップロード中" @@ -700,8 +700,8 @@ desktop/views/components/settings.vue: profile: "プロフィール" notification: "Notifikasjon" apps: "Apper" - mute: "ミュート" - drive: "ドライブ" + mute: "Demp" + drive: "Disk" security: "セキュリティ" signin: "サインイン履歴" password: "パスワード" @@ -819,11 +819,11 @@ desktop/views/components/settings.password.vue: not-match: "新しいパスワードが一致しません" changed: "パスワードを変更しました" desktop/views/components/settings.profile.vue: - avatar: "アイコン" + avatar: "Avatar" choice-avatar: "画像を選択" name: "Navn" location: "Lokasjon" - description: "自己紹介" + description: "Om meg" birthday: "Bursdag" save: "Lagre profilen" locked-account: "アカウントの保護" @@ -856,7 +856,7 @@ desktop/views/components/ui.header.vue: adjective: "-san" desktop/views/components/ui.header.account.vue: profile: "プロフィール" - drive: "ドライブ" + drive: "Disk" favorites: "お気に入り" lists: "Lister" follow-requests: "フォロー申請" @@ -873,7 +873,7 @@ desktop/views/components/ui.header.nav.vue: desktop/views/components/ui.header.notifications.vue: title: "Notifikasjon" desktop/views/components/ui.header.post.vue: - post: "新規投稿" + post: "Skriv nytt innlegg" desktop/views/components/ui.header.search.vue: placeholder: "Søk" desktop/views/components/received-follow-requests-window.vue: @@ -958,8 +958,8 @@ desktop/views/pages/favorites.vue: desktop/views/pages/home-customize.vue: title: "ホームのカスタマイズ" desktop/views/pages/note.vue: - prev: "前の投稿" - next: "次の投稿" + prev: "Forrige innlegg" + next: "Neste innlegg" desktop/views/pages/selectdrive.vue: title: "ファイルを選択してください" ok: "Ok" From c9955490b22beaab238bf668d3d3c3e6330860b4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:31:14 +0900 Subject: [PATCH 164/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index b58a1900f..f672d0577 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -1021,7 +1021,7 @@ desktop/views/widgets/notifications.vue: settings: "通知の設定" desktop/views/widgets/polls.vue: title: "アンケート" - refresh: "他を見る" + refresh: "Oppdater" nothing: "ありません!" desktop/views/widgets/post-form.vue: title: "Innlegg" @@ -1030,19 +1030,19 @@ desktop/views/widgets/profile.vue: update-banner: "クリックでバナー編集" update-avatar: "クリックでアバター編集" desktop/views/widgets/trends.vue: - title: "トレンド" - refresh: "他を見る" + title: "Populært nå" + refresh: "Oppdater" nothing: "ありません!" desktop/views/widgets/users.vue: title: "おすすめユーザー" - refresh: "他を見る" + refresh: "Oppdater" no-one: "いません!" mobile/views/components/drive.vue: - drive: "ドライブ" + drive: "Disk" used: "brukt" - folder-count: "フォルダ" + folder-count: "Mappe(r)" count-separator: "," - file-count: "ファイル" + file-count: "Fil(er)" load-more: "もっと読み込む" nothing-in-drive: "ドライブには何もありません" folder-is-empty: "このフォルダは空です" @@ -1076,7 +1076,7 @@ mobile/views/components/media-video.vue: click-to-show: "クリックして表示" mobile/views/components/follow-button.vue: following: "フォロー中" - follow: "フォロー" + follow: "Følg" request-pending: "フォロー許可待ち" follow-processing: "フォロー処理中" follow-request: "フォロー申請" @@ -1140,7 +1140,7 @@ mobile/views/components/ui.nav.vue: messaging: "メッセージ" follow-requests: "フォロー申請" search: "Søk" - drive: "ドライブ" + drive: "Disk" favorites: "お気に入り" user-lists: "Lister" widgets: "ウィジェット" @@ -1155,7 +1155,7 @@ mobile/views/components/user-timeline.vue: load-more: "Mer" mobile/views/components/users-list.vue: all: "Alle" - known: "知り合い" + known: "Du kjenner" load-more: "Mer" mobile/views/pages/favorites.vue: title: "お気に入り" @@ -1163,7 +1163,7 @@ mobile/views/pages/user-lists.vue: title: "Lister" enter-list-name: "リスト名を入力してください" mobile/views/pages/drive.vue: - drive: "ドライブ" + drive: "Disk" more: "もっと見る" mobile/views/pages/signup.vue: lets-start: "📦 始めましょう" @@ -1201,7 +1201,7 @@ mobile/views/pages/received-follow-requests.vue: reject: "Avslå" mobile/views/pages/note.vue: title: "投稿" - prev: "前の投稿" + prev: "Forrige innlegg" next: "次の投稿" mobile/views/pages/notifications.vue: notifications: "Notifikasjon" From b53bb6491b45067054f52545c99725cda1371e02 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:41:23 +0900 Subject: [PATCH 165/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index f672d0577..c1ef9f98b 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -631,7 +631,7 @@ desktop/views/components/note-detail.vue: private: "この投稿は非公開です" deleted: "この投稿は削除されました" reposted-by: "{}がRenote" - location: "位置情報" + location: "Lokasjon" renote: "Renote" add-reaction: "リアクション" desktop/views/components/notes.note.vue: @@ -644,7 +644,7 @@ desktop/views/components/notes.note.vue: deleted: "この投稿は削除されました" desktop/views/components/notes.vue: error: "読み込みに失敗しました。" - retry: "リトライ" + retry: "Prøv på nytt" load-more: "もっと読み込む" desktop/views/components/notifications.vue: more: "もっと見る" @@ -717,7 +717,7 @@ desktop/views/components/settings.vue: remember-note-visibility: "投稿の公開範囲を記憶する" auto-popout: "ウィンドウの自動ポップアウト" auto-popout-desc: "ウィンドウが開かれるとき、ポップアウト(ブラウザ外に切り離す)可能なら自動でポップアウトします。この設定はブラウザに記憶されます。" - advanced: "詳細設定" + advanced: "Avanserte innstillinger" api-via-stream: "ストリームを経由したAPIリクエスト" api-via-stream-desc: "この設定をオンにすると、websocket接続を経由してAPIリクエストが行われます(パフォーマンス向上が期待できます)。オフにすると、ネイティブの fetch APIが利用されます。この設定はこのデバイスのみ有効です。" display: "デザインと表示" @@ -737,12 +737,12 @@ desktop/views/components/settings.vue: show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" show-maps: "マップの自動展開" - sound: "サウンド" + sound: "Lyd" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" volume: "ボリューム" test: "Test" - mobile: "モバイル" + mobile: "Mobil" disable-via-mobile: "「モバイルからの投稿」フラグを付けない" language: "Språk" pick-language: "言語を選択" @@ -764,7 +764,7 @@ desktop/views/components/settings.vue: latest-version: "最新のバージョン:" update-checking: "アップデートを確認中" do-update: "アップデートを確認" - update-settings: "詳細設定" + update-settings: "Avanserte innstillinger" prevent-update: "アップデートを延期する(非推奨)" prevent-update-desc: "この設定をオンにしてもアップデートが反映される場合があります。この設定はこのデバイスのみ有効です。" no-updates: "利用可能な更新はありません" @@ -841,7 +841,7 @@ desktop/views/components/taskmanager.vue: title: "タスクマネージャ" desktop/views/components/timeline.vue: home: "Hjem" - local: "ローカル" + local: "Lokalt" hybrid: "ソーシャル" global: "グローバル" mentions: "あなた宛て" @@ -886,11 +886,11 @@ desktop/views/components/user-lists-window.vue: list-name: "リスト名" desktop/views/components/user-preview.vue: notes: "Innlegg" - following: "フォロー" + following: "Følger" followers: "フォロワー" desktop/views/components/users-list.vue: all: "Alle" - iknow: "知り合い" + iknow: "Du kjenner" load-more: "Mer" fetching: "読み込んでいます" desktop/views/components/users-list-item.vue: @@ -1200,9 +1200,9 @@ mobile/views/pages/received-follow-requests.vue: accept: "Godta" reject: "Avslå" mobile/views/pages/note.vue: - title: "投稿" + title: "Innlegg" prev: "Forrige innlegg" - next: "次の投稿" + next: "Neste innlegg" mobile/views/pages/notifications.vue: notifications: "Notifikasjon" read-all: "すべての通知を既読にしますか?" @@ -1213,7 +1213,7 @@ mobile/views/pages/settings/settings.profile.vue: name: "Navn" account: "アカウント" location: "Lokasjon" - description: "自己紹介" + description: "Om meg" birthday: "Bursdag" avatar: "アイコン" banner: "Banner" @@ -1282,12 +1282,12 @@ mobile/views/pages/settings.vue: enable-sounds: "サウンドを有効にする" mobile/views/pages/user.vue: follows-you: "フォローされています" - following: "フォロー" + following: "Følger" followers: "フォロワー" - notes: "投稿" + notes: "Innlegg" overview: "Oversikt" timeline: "タイムライン" - media: "メディア" + media: "Media" is-suspended: "このユーザーは凍結されています。" is-remote: "このユーザーはリモートユーザーです。" view-remote: "正確な情報を見る" From 7e34fc75ce36ce677315a780734321031da75241 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 06:51:21 +0900 Subject: [PATCH 166/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index c1ef9f98b..d1c13580d 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -134,7 +134,7 @@ common: activity: "アクティビティ" rss: "RSSリーダー" memo: "Notis" - trends: "トレンド" + trends: "Populært nå" photo-stream: "フォトストリーム" posts-monitor: "投稿チャート" slideshow: "スライドショー" @@ -153,7 +153,7 @@ common: deck: widgets: "ウィジェット" home: "Hjem" - local: "ローカル" + local: "Lokalt" hybrid: "ソーシャル" hashtag: "ハッシュタグ" global: "グローバル" @@ -161,7 +161,7 @@ common: direct: "ダイレクト投稿" notifications: "Notifikasjon" list: "Lister" - swap-left: "左に移動" + swap-left: "Flytt til venstre" swap-right: "右に移動" swap-up: "上に移動" swap-down: "下に移動" @@ -595,7 +595,7 @@ desktop/views/components/media-video.vue: click-to-show: "クリックして表示" desktop/views/components/follow-button.vue: following: "フォロー中" - follow: "フォロー" + follow: "Følg" request-pending: "フォロー許可待ち" follow-processing: "フォロー処理中" follow-request: "フォロー申請" @@ -941,10 +941,10 @@ desktop/views/pages/stats/stats.vue: original-notes: "このインスタンスの投稿" desktop/views/pages/welcome.vue: about: "詳しく..." - gotit: "わかった" - signin: "ログイン" - signup: "新規登録" - signin-button: "やってる" + gotit: "Skjønner!" + signin: "Logg inn" + signup: "Bli med" + signin-button: "Logger inn..." signup-button: "Registrer" timeline: "タイムライン" announcements: "お知らせ" @@ -973,7 +973,7 @@ desktop/views/pages/share.vue: desktop/views/pages/tag.vue: no-posts-found: "ハッシュタグ「{}」が付けられた投稿は見つかりませんでした。" desktop/views/pages/user-list.users.vue: - users: "ユーザー" + users: "Bruker" add-user: "ユーザーを追加" username: "ユーザー名" desktop/views/pages/user/user.followers-you-know.vue: @@ -1012,7 +1012,7 @@ desktop/views/pages/user/user.header.vue: desktop/views/pages/user/user.timeline.vue: default: "Innlegg" with-replies: "投稿と返信" - with-media: "メディア" + with-media: "Media" empty: "このユーザーはまだ何も投稿していないようです。" desktop/views/widgets/messaging.vue: title: "メッセージ" @@ -1090,14 +1090,14 @@ mobile/views/components/note.vue: reposted-by: "{}がRenote" private: "この投稿は非公開です" deleted: "この投稿は削除されました" - location: "位置情報" + location: "Lokasjon" mobile/views/components/note-detail.vue: reply: "Svar" reaction: "リアクション" reposted-by: "{}がRenote" private: "この投稿は非公開です" deleted: "この投稿は削除されました" - location: "位置情報" + location: "Lokasjon" mobile/views/components/note-preview.vue: admin: "admin" bot: "bot" @@ -1108,7 +1108,7 @@ mobile/views/components/note-sub.vue: cat: "katt" mobile/views/components/notes.vue: failed: "読み込みに失敗しました。" - retry: "リトライ" + retry: "Prøv på nytt" mobile/views/components/notifications.vue: more: "もっと見る" empty: "ありません!" @@ -1173,7 +1173,7 @@ mobile/views/pages/following.vue: following-of: "{}のフォロー" mobile/views/pages/home.vue: home: "Hjem" - local: "ローカル" + local: "Lokalt" hybrid: "ソーシャル" global: "グローバル" mentions: "あなた宛て" @@ -1215,7 +1215,7 @@ mobile/views/pages/settings/settings.profile.vue: location: "Lokasjon" description: "Om meg" birthday: "Bursdag" - avatar: "アイコン" + avatar: "Avatar" banner: "Banner" is-cat: "このアカウントはCatです" is-locked: "フォローを承認制にする" @@ -1250,7 +1250,7 @@ mobile/views/pages/settings.vue: show-local-renotes: "ローカルの投稿のRenoteを表示する" post-style: "投稿の表示スタイル" post-style-standard: "Standard" - post-style-smart: "スマート" + post-style-smart: "Smart" notification-position: "通知の表示" notification-position-bottom: "Bunn" notification-position-top: "Topp" @@ -1266,7 +1266,7 @@ mobile/views/pages/settings.vue: twitter: "Twitter連携" twitter-connect: "Twitterアカウントに接続する" twitter-reconnect: "再接続する" - twitter-disconnect: "切断する" + twitter-disconnect: "Koble fra" update: "Misskey Update" version: "バージョン:" latest-version: "最新のバージョン:" From 9900d48fa09527e5cbc6144396f319cdc5f27070 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 07:01:37 +0900 Subject: [PATCH 167/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index d1c13580d..5b38224a9 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -162,14 +162,14 @@ common: notifications: "Notifikasjon" list: "Lister" swap-left: "Flytt til venstre" - swap-right: "右に移動" - swap-up: "上に移動" - swap-down: "下に移動" + swap-right: "Flytt til høyre" + swap-up: "Flytt opp" + swap-down: "Flytt ned" remove: "カラムを削除" add-column: "カラムを追加" rename: "名前を変更" stack-left: "左に重ねる" - pop-right: "右に出す" + pop-right: "Til høyre" auth/views/form.vue: share-access: "{{ app.name }}があなたのアカウントにアクセスすることを許可しますか?" permission-ask: "このアプリは次の権限を要求しています:" @@ -468,7 +468,7 @@ common/views/widgets/tips.vue: common/views/pages/follow.vue: signed-in-as: "{}としてサインイン中" following: "フォロー中" - follow: "フォロー" + follow: "Følg" request-pending: "フォロー許可待ち" follow-processing: "フォロー処理中" follow-request: "フォロー申請" @@ -614,7 +614,7 @@ desktop/views/components/friends-maker.vue: refresh: "もっと見る" close: "Lukk" desktop/views/components/game-window.vue: - game: "リバーシ" + game: "Reversi" desktop/views/components/home.vue: done: "Fullført" add-widget: "ウィジェットを追加:" @@ -1006,7 +1006,7 @@ desktop/views/pages/user/user.profile.vue: list-pushed: "{user}を{list}に追加しました。" desktop/views/pages/user/user.header.vue: posts: "Innlegg" - following: "フォロー" + following: "Følger" followers: "フォロワー" is-bot: "このアカウントはBotです" desktop/views/pages/user/user.timeline.vue: From 7597048ba0016f17e0b8819ea52d821ceaa03468 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 07:21:50 +0900 Subject: [PATCH 168/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 5b38224a9..6d365f3e3 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -222,7 +222,7 @@ common/views/components/games/reversi/reversi.index.vue: common/views/components/games/reversi/reversi.room.vue: settings-of-the-game: "ゲームの設定" choose-map: "マップを選択" - random: "ランダム" + random: "Tilfeldig" black-or-white: "先手/後手" black-is: "{}が黒" rules: "Regler" @@ -588,10 +588,10 @@ desktop/views/components/drive.vue: upload: "ファイルをアップロード" url-upload: "URLからアップロード" desktop/views/components/media-image.vue: - sensitive: "閲覧注意" + sensitive: "NSFW" click-to-show: "クリックして表示" desktop/views/components/media-video.vue: - sensitive: "閲覧注意" + sensitive: "Innholdet er NSFW" click-to-show: "クリックして表示" desktop/views/components/follow-button.vue: following: "フォロー中" @@ -673,7 +673,7 @@ desktop/views/components/post-form.vue: text-remain: "残り{}文字" recent-tags: "Nylig" click-to-tagging: "クリックでタグ付け" - visibility: "公開範囲" + visibility: "Synlighet" geolocation-alert: "お使いの端末は位置情報に対応していません" error: "Feil" enter-username: "ユーザー名を入力してください" @@ -1069,10 +1069,10 @@ mobile/views/components/drive.file-detail.vue: exif: "EXIF" nsfw: "閲覧注意" mobile/views/components/media-image.vue: - sensitive: "閲覧注意" + sensitive: "NSFW" click-to-show: "クリックして表示" mobile/views/components/media-video.vue: - sensitive: "閲覧注意" + sensitive: "Innholdet er NSFW" click-to-show: "クリックして表示" mobile/views/components/follow-button.vue: following: "フォロー中" @@ -1181,7 +1181,7 @@ mobile/views/pages/home.vue: mobile/views/pages/tag.vue: no-posts-found: "ハッシュタグ「{}」が付けられた投稿は見つかりませんでした。" mobile/views/pages/welcome.vue: - signup: "新規登録" + signup: "Bli med" mobile/views/pages/widgets.vue: dashboard: "ダッシュボード" widgets-hints: "ウィジェットを追加/削除したり並べ替えたりできます。ウィジェットを移動するには「三」をドラッグします。ウィジェットを削除するには「x」をタップします。いくつかのウィジェットはタップすることで表示を変更できます。" From 760b941fe87d353a64f6305f15744d929c4013a6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 07:31:50 +0900 Subject: [PATCH 169/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 6d365f3e3..3e55a47e4 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -16,7 +16,7 @@ common: reaction-desc: "あなたの気持ちを伝える最も簡単な方法です。Misskeyは、他のユーザーの投稿に様々なリアクションを付けることができます。いちどMisskeyのリアクション機能を体験してしまうと、もう「いいね」の概念しか存在しないSNSには戻れなくなるかもしれません。" ui: "インターフェース" ui-desc: "どのようなUIが使いやすいかは人それぞれです。だから、Misskeyは自由度の高いUIを持っています。レイアウトやデザインを調整したり、カスタマイズ可能な様々なウィジェットを配置したりして、自分だけのホームを作ってください。" - drive: "ドライブ" + drive: "Disk" drive-desc: "以前投稿したことのある画像をまた投稿したくなったことはありませんか?もしくは、アップロードしたファイルをフォルダ分けして整理したくなったことはありませんか?Misskeyの根幹に組み込まれたドライブ機能によってそれらが解決します。ファイルの共有も簡単です。" outro: "他にもMisskeyにしかない機能はまだまだあるので、ぜひあなた自身の目で確かめてください。Misskeyは分散型SNSなので、このインスタンスが気に入らなければ他のインスタンスを試すこともできます。それでは、GLHF!" adblock: @@ -25,7 +25,7 @@ common: application-authorization: "アプリの連携" close: "Lukk" do-not-copy-paste: "ここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。" - got-it: "わかった" + got-it: "Skjønner!" customization-tips: title: "カスタマイズのヒント" paragraph1: "ホームのカスタマイズでは、ウィジェットを追加/削除したり、ドラッグ&ドロップして並べ替えたりすることができます。" @@ -224,7 +224,7 @@ common/views/components/games/reversi/reversi.room.vue: choose-map: "マップを選択" random: "Tilfeldig" black-or-white: "先手/後手" - black-is: "{}が黒" + black-is: "Sort er {}" rules: "Regler" is-llotheo: "石の少ない方が勝ち(ロセオ)" looped-map: "ループマップ" @@ -235,8 +235,8 @@ common/views/components/games/reversi/reversi.room.vue: waiting-for-me: "あなたの準備が完了するのを待っています" waiting-for-both: "Venter på deg" cancel: "キャンセル" - ready: "準備完了" - cancel-ready: "準備続行" + ready: "Klar" + cancel-ready: "Avbryt \"Klar\"" common/views/components/connect-failed.vue: title: "Kunne ikke koble til tjeneren." description: "Det er enten et problem med internettilknytningen din, eller så har tjeneren blitt tatt ned for vedlikehold. {Prøv igjen} senere." @@ -262,7 +262,7 @@ common/views/components/connect-failed.troubleshooter.vue: flush: "キャッシュの削除" set-version: "バージョン指定" common/views/components/media-banner.vue: - sensitive: "閲覧注意" + sensitive: "Sensitivt innhold" click-to-show: "クリックして表示" common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" @@ -479,7 +479,7 @@ desktop: banner-updated: "バナーを更新しました" choose-banner: "バナーにする画像を選択" avatar-crop-title: "アバターとして表示する部分を選択" - avatar: "アバター" + avatar: "Avatar" uploading-avatar: "新しいアバターをアップロードしています" avatar-updated: "アバターを更新しました" choose-avatar: "アバターにする画像を選択" @@ -498,12 +498,12 @@ desktop/views/components/calendar.vue: next: "Neste måned" go: "クリックして時間遡行" desktop/views/components/charts.vue: - title: "チャート" - per-day: "1日ごと" + title: "Diagrammer" + per-day: "per dag" per-hour: "1時間ごと" notes: "Innlegg" - users: "ユーザー" - drive: "ドライブ" + users: "Brukere" + drive: "Disk" network: "ネットワーク" charts: notes: "投稿の増減 (統合)" @@ -517,7 +517,7 @@ desktop/views/components/charts.vue: drive-files: "ドライブのファイル数の増減" drive-files-total: "ドライブのファイル数の積算" network-requests: "リクエスト" - network-time: "応答時間" + network-time: "Responstid" network-usage: "Nettverks bruk" desktop/views/components/choose-file-from-drive-window.vue: choose-file: "ファイル選択中" @@ -539,7 +539,7 @@ desktop/views/components/drive-window.vue: desktop/views/components/drive.file.vue: avatar: "Avatar" banner: "Banner" - nsfw: "閲覧注意" + nsfw: "NSFW" contextmenu: rename: "名前を変更" mark-as-sensitive: "閲覧注意に設定" @@ -850,7 +850,7 @@ desktop/views/components/timeline.vue: hashtag: "ハッシュタグ" add-tag-timeline: "ハッシュタグを追加" add-list: "リストを追加" - list-name: "リスト名" + list-name: "Liste navn" desktop/views/components/ui.header.vue: welcome-back: "おかえりなさい、" adjective: "-san" @@ -883,7 +883,7 @@ desktop/views/components/received-follow-requests-window.vue: desktop/views/components/user-lists-window.vue: title: "Brukerlister" create-list: "リストを作成" - list-name: "リスト名" + list-name: "Liste navn" desktop/views/components/user-preview.vue: notes: "Innlegg" following: "Følger" @@ -900,8 +900,8 @@ desktop/views/components/window.vue: close: "Lukk" desktop/views/pages/admin/admin.vue: dashboard: "ダッシュボード" - drive: "ドライブ" - users: "ユーザー" + drive: "Disk" + users: "Brukere" update: "Oppdater" desktop/views/pages/admin/admin.dashboard.vue: dashboard: "ダッシュボード" @@ -947,7 +947,7 @@ desktop/views/pages/welcome.vue: signin-button: "Logger inn..." signup-button: "Registrer" timeline: "タイムライン" - announcements: "お知らせ" + announcements: "Kunngjøringer" photos: "最近の画像" powered-by-misskey: "Powered by Misskey." info: "Informasjon" @@ -1060,14 +1060,14 @@ mobile/views/components/drive-file-chooser.vue: mobile/views/components/drive-folder-chooser.vue: select-folder: "フォルダーを選択" mobile/views/components/drive.file.vue: - nsfw: "閲覧注意" + nsfw: "NSFW" mobile/views/components/drive.file-detail.vue: download: "ダウンロード" rename: "名前を変更" move: "Flytt" hash: "ハッシュ (md5)" exif: "EXIF" - nsfw: "閲覧注意" + nsfw: "NSFW" mobile/views/components/media-image.vue: sensitive: "NSFW" click-to-show: "クリックして表示" @@ -1207,7 +1207,7 @@ mobile/views/pages/notifications.vue: notifications: "Notifikasjon" read-all: "すべての通知を既読にしますか?" mobile/views/pages/games/reversi.vue: - reversi: "リバーシ" + reversi: "Reversi" mobile/views/pages/settings/settings.profile.vue: title: "プロフィール" name: "Navn" @@ -1278,7 +1278,7 @@ mobile/views/pages/settings.vue: update-available-desc: "ページを再度読み込みすると更新が適用されます。" settings: "Innstillinger" signout: "サインアウト" - sound: "サウンド" + sound: "Lyder" enable-sounds: "サウンドを有効にする" mobile/views/pages/user.vue: follows-you: "フォローされています" From 9dd7b114105522b00157d0d98f9c02fedc14d453 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 07:41:01 +0900 Subject: [PATCH 170/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 3e55a47e4..e9a27ec08 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -47,7 +47,7 @@ common: just_now: "akkurat nå" seconds_ago: "{} sekunder siden" minutes_ago: "{} minutter siden" - hours_ago: "{} time siden" + hours_ago: "{} t siden" days_ago: "{} d siden" weeks_ago: "{} uke(r) siden" months_ago: "{} måned(er) siden" @@ -99,7 +99,7 @@ common: f: "あなたが書くのを待っています..." search: "Søk" delete: "Slett" - loading: "読み込み中" + loading: "Laster inn..." ok: "Ok" update-available-title: "更新があります" update-available: "En ny versjon av Misskey er nå tilgjengelig ({newer}, nåværende versjon er {current}). Last inn siden igjen for at oppdateringen skal tre i kraft." @@ -278,8 +278,8 @@ common/views/components/theme.vue: text-color: "Tekstfarge" base-theme: "ベーステーマ" base-theme-light: "Light" - base-theme-dark: "Dark" - theme-name: "テーマ名" + base-theme-dark: "Mørk" + theme-name: "Tema navn" preview-created-theme: "プレビュー" invalid-theme: "テーマが正しくありません。" already-installed: "既にそのテーマはインストールされています。" @@ -303,7 +303,7 @@ common/views/components/messaging.vue: no-history: "履歴はありません" common/views/components/messaging-room.vue: empty: "このユーザーと話したことはありません" - more: "もっと読む" + more: "Les mer" no-history: "これより過去の履歴はありません" resize-form: "ドラッグしてフォームの広さを調整" new-message: "新しいメッセージがあります" @@ -320,16 +320,16 @@ common/views/components/messaging-room.message.vue: common/views/components/nav.vue: about: "Misskeyについて" stats: "Statistikk" - status: "ステータス" + status: "Status" wiki: "Wiki" donors: "Donatorer" - repository: "リポジトリ" + repository: "Kodelager" develop: "Utviklere" feedback: "フィードバック" common/views/components/note-menu.vue: detail: "Detaljer" copy-link: "リンクをコピー" - favorite: "お気に入り" + favorite: "Merket som favoritt" pin: "Fest til profilen din" unpin: "ピン留め解除" delete: "Slett" @@ -340,37 +340,37 @@ common/views/components/poll.vue: vote-count: "{} stemmer" total-users: "{}人が投票" vote: "Stem" - show-result: "結果を見る" + show-result: "Vis resultater" voted: "Stemt" common/views/components/poll-editor.vue: no-only-one-choice: "アンケートには、選択肢が最低2つ必要です" - choice-n: "選択肢{}" + choice-n: "Valg {}" remove: "この選択肢を削除" add: "+選択肢を追加" destroy: "アンケートを破棄" common/views/components/reaction-picker.vue: choose-reaction: "リアクションを選択" common/views/components/signin.vue: - username: "ユーザー名" - password: "パスワード" + username: "Brukernavn" + password: "Passord" token: "Token" signing-in: "やってます..." - signin: "サインイン" + signin: "Logg inn" or: "Eller" signin-with-twitter: "Twitterでログイン" login-failed: "ログインできませんでした。ユーザー名とパスワードを確認してください。" common/views/components/signup.vue: invitation-code: "招待コード" invitation-info: "招待コードをお持ちでない方は、管理者までご連絡ください。" - username: "ユーザー名" + username: "Brukernavn" checking: "確認しています..." available: "利用できます" unavailable: "既に利用されています" - error: "通信エラー" + error: "Nettverksfeil" invalid-format: "a~z、A~Z、0~9、_が使えます" too-short: "1文字以上でお願いします!" too-long: "20文字以内でお願いします" - password: "パスワード" + password: "Passord" password-placeholder: "8文字以上を推奨します" weak-password: "弱いパスワード" normal-password: "まあまあのパスワード" @@ -392,7 +392,7 @@ common/views/components/stream-indicator.vue: common/views/components/twitter-setting.vue: description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。" connected-to: "次のTwitterアカウントに接続されています" - detail: "詳細..." + detail: "Detaljer..." reconnect: "再接続する" connect: "Twitterと接続する" disconnect: "Koble fra" From 1709b04aa3f46e24a33204df80b91acb8fac5750 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 07:51:37 +0900 Subject: [PATCH 171/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index e9a27ec08..5f7cbde36 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -393,7 +393,7 @@ common/views/components/twitter-setting.vue: description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。" connected-to: "次のTwitterアカウントに接続されています" detail: "Detaljer..." - reconnect: "再接続する" + reconnect: "Koble til på nytt" connect: "Twitterと接続する" disconnect: "Koble fra" common/views/components/uploader.vue: @@ -541,7 +541,7 @@ desktop/views/components/drive.file.vue: banner: "Banner" nsfw: "NSFW" contextmenu: - rename: "名前を変更" + rename: "Endre navn" mark-as-sensitive: "閲覧注意に設定" unmark-as-sensitive: "閲覧注意を解除" copy-url: "URLをコピー" @@ -553,7 +553,7 @@ desktop/views/components/drive.file.vue: add-app: "アプリを追加" rename-file: "ファイル名の変更" input-new-file-name: "新しいファイル名を入力してください" - copied: "コピー完了" + copied: "Kopiert" copied-url-to-clipboard: "URLをクリップボードにコピーしました" desktop/views/components/drive.folder.vue: unable-to-process: "操作を完了できません" @@ -562,7 +562,7 @@ desktop/views/components/drive.folder.vue: contextmenu: move-to-this-folder: "このフォルダへ移動" show-in-new-window: "新しいウィンドウで表示" - rename: "名前を変更" + rename: "Endre navn" rename-folder: "フォルダ名の変更" input-new-folder-name: "新しいフォルダ名を入力してください" desktop/views/components/drive.nav-folder.vue: @@ -625,7 +625,7 @@ desktop/views/input-dialog.vue: desktop/views/components/messaging-room-window.vue: title: "メッセージ:" desktop/views/components/messaging-window.vue: - title: "メッセージ" + title: "Samtaler" desktop/views/components/note-detail.vue: more: "会話をもっと読み込む" private: "この投稿は非公開です" @@ -647,7 +647,7 @@ desktop/views/components/notes.vue: retry: "Prøv på nytt" load-more: "もっと読み込む" desktop/views/components/notifications.vue: - more: "もっと見る" + more: "Mer" empty: "ありません!" desktop/views/components/post-form.vue: add-visible-user: "+ユーザーを追加" @@ -687,7 +687,7 @@ desktop/views/components/progress-dialog.vue: waiting: "Venter" desktop/views/components/renote-form.vue: quote: "引用する..." - cancel: "キャンセル" + cancel: "Avbryt" renote: "Renote" reposting: "しています..." success: "Renoteしました!" @@ -704,10 +704,10 @@ desktop/views/components/settings.vue: drive: "Disk" security: "セキュリティ" signin: "サインイン履歴" - password: "パスワード" - 2fa: "二段階認証" + password: "Passord" + 2fa: "To-faktor autentisering" other: "Annet" - license: "ライセンス" + license: "Lisens" theme: "Utseende" behaviour: "Oppførsel" fetch-on-scroll: "スクロールで自動読み込み" @@ -781,12 +781,12 @@ desktop/views/components/settings.vue: third-parties: "サードパーティ" desktop/views/components/settings.2fa.vue: intro: "二段階認証を設定すると、サインイン時にパスワードだけでなく、予め登録しておいた物理的なデバイス(例えばあなたのスマートフォンなど)も必要になり、よりセキュリティが向上します。" - detail: "詳細..." + detail: "Detaljer..." url: "https://www.google.co.jp/intl/ja/landing/2step/" caution: "登録したデバイスを紛失するなどした場合、Misskeyにサインインできなくなりますのでご注意ください。" register: "デバイスを登録する" already-registered: "既に設定は完了しています。" - unregister: "設定を解除" + unregister: "Avregistrer" unregistered: "二段階認証が無効になりました。" enter-password: "パスワードを入力してください" authenticator: "まず、Google Authenticatorをお使いのデバイスにインストールします:" @@ -820,7 +820,7 @@ desktop/views/components/settings.password.vue: changed: "パスワードを変更しました" desktop/views/components/settings.profile.vue: avatar: "Avatar" - choice-avatar: "画像を選択" + choice-avatar: "Velg et bilde" name: "Navn" location: "Lokasjon" description: "Om meg" @@ -857,7 +857,7 @@ desktop/views/components/ui.header.vue: desktop/views/components/ui.header.account.vue: profile: "プロフィール" drive: "Disk" - favorites: "お気に入り" + favorites: "Favoritter" lists: "Lister" follow-requests: "フォロー申請" customize: "ホームのカスタマイズ" @@ -868,7 +868,7 @@ desktop/views/components/ui.header.account.vue: desktop/views/components/ui.header.nav.vue: home: "Hjem" deck: "Kolonner" - messaging: "メッセージ" + messaging: "Samtaler" game: "Spill" desktop/views/components/ui.header.notifications.vue: title: "Notifikasjon" @@ -963,7 +963,7 @@ desktop/views/pages/note.vue: desktop/views/pages/selectdrive.vue: title: "ファイルを選択してください" ok: "Ok" - cancel: "キャンセル" + cancel: "Avbryt" upload: "PCからドライブにファイルをアップロード" desktop/views/pages/search.vue: not-available: "検索機能はインスタンスの設定で無効になっています。" @@ -978,11 +978,11 @@ desktop/views/pages/user-list.users.vue: username: "ユーザー名" desktop/views/pages/user/user.followers-you-know.vue: title: "知り合いのフォロワー" - loading: "読み込み中" + loading: "Laster inn" no-users: "知り合いのフォロワーはいません" desktop/views/pages/user/user.friends.vue: title: "よく話すユーザー" - loading: "読み込み中" + loading: "Laster inn" no-users: "よく話すユーザーはいません" desktop/views/pages/user/user.vue: is-suspended: "このユーザーは凍結されています。" @@ -992,7 +992,7 @@ desktop/views/pages/user/user.home.vue: last-used-at: "最終アクセス" desktop/views/pages/user/user.photos.vue: title: "Bilder" - loading: "読み込み中" + loading: "Laster inn" no-photos: "写真はありません" desktop/views/pages/user/user.profile.vue: follows-you: "フォローされています" @@ -1015,10 +1015,10 @@ desktop/views/pages/user/user.timeline.vue: with-media: "Media" empty: "このユーザーはまだ何も投稿していないようです。" desktop/views/widgets/messaging.vue: - title: "メッセージ" + title: "Melding" desktop/views/widgets/notifications.vue: title: "Notifikasjon" - settings: "通知の設定" + settings: "Innstillinger" desktop/views/widgets/polls.vue: title: "アンケート" refresh: "Oppdater" From 3491941bed785ef1aebd370bbc6d4cc5d6ef1973 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 08:01:13 +0900 Subject: [PATCH 172/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 70 +++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 5f7cbde36..cf4749bec 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -402,7 +402,7 @@ common/views/components/visibility-chooser.vue: public: "Offentlig" home: "Hjem" home-desc: "ホームタイムラインにのみ公開" - followers: "フォロワー" + followers: "Følgere" followers-desc: "自分のフォロワーにのみ公開" specified: "ダイレクト" specified-desc: "指定したユーザーにのみ公開" @@ -522,16 +522,16 @@ desktop/views/components/charts.vue: desktop/views/components/choose-file-from-drive-window.vue: choose-file: "ファイル選択中" upload: "PCからドライブにファイルをアップロード" - cancel: "キャンセル" + cancel: "Avbryt" ok: "Ok" choose-prompt: "ファイルを選択" desktop/views/components/choose-folder-from-drive-window.vue: - cancel: "キャンセル" + cancel: "Avbryt" ok: "Ok" choose-prompt: "フォルダを選択" desktop/views/components/crop-window.vue: skip: "クロップをスキップ" - cancel: "キャンセル" + cancel: "Avbryt" ok: "Ok" desktop/views/components/drive-window.vue: used: "brukt" @@ -611,7 +611,7 @@ desktop/views/components/friends-maker.vue: title: "気になるユーザーをフォロー:" empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" - refresh: "もっと見る" + refresh: "Mer" close: "Lukk" desktop/views/components/game-window.vue: game: "Reversi" @@ -620,7 +620,7 @@ desktop/views/components/home.vue: add-widget: "ウィジェットを追加:" add: "Legg til" desktop/views/input-dialog.vue: - cancel: "キャンセル" + cancel: "Avbryt" ok: "Ok" desktop/views/components/messaging-room-window.vue: title: "メッセージ:" @@ -740,17 +740,17 @@ desktop/views/components/settings.vue: sound: "Lyd" enable-sounds: "サウンドを有効にする" enable-sounds-desc: "投稿やメッセージを送受信したときなどにサウンドを再生します。この設定はブラウザに記憶されます。" - volume: "ボリューム" + volume: "Volum" test: "Test" mobile: "Mobil" disable-via-mobile: "「モバイルからの投稿」フラグを付けない" language: "Språk" - pick-language: "言語を選択" + pick-language: "Velg språk" recommended: "Anbefalt" auto: "Automatisk" - specify-language: "言語を指定" + specify-language: "Angi språk" language-desc: "変更はページの再度読み込み後に反映されます。" - cache: "キャッシュ" + cache: "Hurtiglager" clean-cache: "クリーンアップ" cache-warn: "クリーンアップを行うと、ブラウザに記憶されたアカウント情報のキャッシュ、書きかけの投稿・返信・メッセージ、およびその他のデータ(設定情報含む)が削除されます。クリーンアップを行った後はページを再度読み込みする必要があります。" cache-cleared: "キャッシュを削除しました" @@ -771,7 +771,7 @@ desktop/views/components/settings.vue: no-updates-desc: "お使いのMisskeyは最新です。" update-available: "新しいバージョンが利用可能です" update-available-desc: "ページを再度読み込みすると更新が適用されます。" - advanced-settings: "高度な設定" + advanced-settings: "Avansert" debug-mode: "デバッグモードを有効にする" debug-mode-desc: "この設定はブラウザに記憶されます。" experimental: "実験的機能を有効にする" @@ -843,7 +843,7 @@ desktop/views/components/timeline.vue: home: "Hjem" local: "Lokalt" hybrid: "ソーシャル" - global: "グローバル" + global: "Globalt" mentions: "あなた宛て" messages: "メッセージ" list: "Lister" @@ -887,7 +887,7 @@ desktop/views/components/user-lists-window.vue: desktop/views/components/user-preview.vue: notes: "Innlegg" following: "Følger" - followers: "フォロワー" + followers: "Følgere" desktop/views/components/users-list.vue: all: "Alle" iknow: "Du kjenner" @@ -975,7 +975,7 @@ desktop/views/pages/tag.vue: desktop/views/pages/user-list.users.vue: users: "Bruker" add-user: "ユーザーを追加" - username: "ユーザー名" + username: "Brukernavn" desktop/views/pages/user/user.followers-you-know.vue: title: "知り合いのフォロワー" loading: "Laster inn" @@ -1011,7 +1011,7 @@ desktop/views/pages/user/user.header.vue: is-bot: "このアカウントはBotです" desktop/views/pages/user/user.timeline.vue: default: "Innlegg" - with-replies: "投稿と返信" + with-replies: "Innlegg og svar" with-media: "Media" empty: "このユーザーはまだ何も投稿していないようです。" desktop/views/widgets/messaging.vue: @@ -1036,7 +1036,7 @@ desktop/views/widgets/trends.vue: desktop/views/widgets/users.vue: title: "おすすめユーザー" refresh: "Oppdater" - no-one: "いません!" + no-one: "Ingen" mobile/views/components/drive.vue: drive: "Disk" used: "brukt" @@ -1063,7 +1063,7 @@ mobile/views/components/drive.file.vue: nsfw: "NSFW" mobile/views/components/drive.file-detail.vue: download: "ダウンロード" - rename: "名前を変更" + rename: "Endre navn" move: "Flytt" hash: "ハッシュ (md5)" exif: "EXIF" @@ -1110,7 +1110,7 @@ mobile/views/components/notes.vue: failed: "読み込みに失敗しました。" retry: "Prøv på nytt" mobile/views/components/notifications.vue: - more: "もっと見る" + more: "Mer" empty: "ありません!" mobile/views/components/post-form.vue: add-visible-user: "ユーザーを追加" @@ -1137,7 +1137,7 @@ mobile/views/components/ui.header.vue: mobile/views/components/ui.nav.vue: timeline: "タイムライン" notifications: "Notifikasjon" - messaging: "メッセージ" + messaging: "Meldinger" follow-requests: "フォロー申請" search: "Søk" drive: "Disk" @@ -1175,7 +1175,7 @@ mobile/views/pages/home.vue: home: "Hjem" local: "Lokalt" hybrid: "ソーシャル" - global: "グローバル" + global: "Globalt" mentions: "あなた宛て" messages: "メッセージ" mobile/views/pages/tag.vue: @@ -1192,9 +1192,9 @@ mobile/views/pages/widgets/activity.vue: mobile/views/pages/share.vue: share-with: "{}で共有" mobile/views/pages/messaging.vue: - messaging: "メッセージ" + messaging: "Meldinger" mobile/views/pages/messaging-room.vue: - messaging: "メッセージ" + messaging: "Meldinger" mobile/views/pages/received-follow-requests.vue: title: "フォロー申請" accept: "Godta" @@ -1211,7 +1211,7 @@ mobile/views/pages/games/reversi.vue: mobile/views/pages/settings/settings.profile.vue: title: "プロフィール" name: "Navn" - account: "アカウント" + account: "Konto" location: "Lokasjon" description: "Om meg" birthday: "Bursdag" @@ -1237,7 +1237,7 @@ mobile/views/pages/settings.vue: lang-tip: "変更はページの再読み込み後に反映されます。" recommended: "Anbefalt" auto: "Automatisk" - specify-language: "言語を指定" + specify-language: "Angi språk" design: "デザインと表示" dark-mode: "ダークモード" i-am-under-limited-internet: "私は通信を制限されている" @@ -1265,7 +1265,7 @@ mobile/views/pages/settings.vue: load-remote-media: "リモートサーバーのメディアを表示する" twitter: "Twitter連携" twitter-connect: "Twitterアカウントに接続する" - twitter-reconnect: "再接続する" + twitter-reconnect: "Koble til på nytt" twitter-disconnect: "Koble fra" update: "Misskey Update" version: "バージョン:" @@ -1283,7 +1283,7 @@ mobile/views/pages/settings.vue: mobile/views/pages/user.vue: follows-you: "フォローされています" following: "Følger" - followers: "フォロワー" + followers: "Følgere" notes: "Innlegg" overview: "Oversikt" timeline: "タイムライン" @@ -1292,36 +1292,36 @@ mobile/views/pages/user.vue: is-remote: "このユーザーはリモートユーザーです。" view-remote: "正確な情報を見る" mobile/views/pages/user/home.vue: - recent-notes: "最近の投稿" + recent-notes: "Nylige innlegg" images: "Bilder" activity: "アクティビティ" - keywords: "キーワード" + keywords: "Nøkkelord" domains: "頻出ドメイン" frequently-replied-users: "よく会話するユーザー" followers-you-know: "知り合いのフォロワー" last-used-at: "最終ログイン" mobile/views/pages/user/home.followers-you-know.vue: - loading: "読み込み中" + loading: "Laster inn" no-users: "知り合いのユーザーはいません" mobile/views/pages/user/home.friends.vue: - loading: "読み込み中" + loading: "Laster inn" no-users: "よく会話するユーザーはいません" mobile/views/pages/user/home.notes.vue: - loading: "読み込み中" + loading: "Laster inn" no-notes: "投稿はありません" mobile/views/pages/user/home.photos.vue: - loading: "読み込み中" + loading: "Laster inn" no-photos: "写真はありません" docs: edit-this-page-on-github: "間違いや改善点を見つけましたか?" edit-this-page-on-github-link: "このページをGitHubで編集" api: entities: - properties: "プロパティ" + properties: "Egenskaper" endpoints: - params: "パラメータ" + params: "Parametere" no-params: "パラメータはありません" - res: "レスポンス" + res: "Respons" require-credential: "このエンドポイントは認証情報が必須です。" require-permission: "このエンドポイントは{permission}の権限を必要とします。" has-limit: "レートリミットがあります。" From e364d5f21384e8042a9086976ec36bd725c11147 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 08:10:57 +0900 Subject: [PATCH 173/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index cf4749bec..4c692f99f 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -129,7 +129,7 @@ common: widgets: analog-clock: "アナログ時計" profile: "プロフィール" - calendar: "カレンダー" + calendar: "Kalender" timemachine: "カレンダー(タイムマシン)" activity: "アクティビティ" rss: "RSSリーダー" @@ -138,13 +138,13 @@ common: photo-stream: "フォトストリーム" posts-monitor: "投稿チャート" slideshow: "スライドショー" - version: "バージョン" + version: "Versjon" broadcast: "ブロードキャスト" notifications: "Notifikasjon" users: "おすすめユーザー" polls: "アンケート" post-form: "投稿フォーム" - messaging: "メッセージ" + messaging: "Meldinger" server: "サーバー情報" donation: "寄付のお願い" nav: "ナビゲーション" @@ -156,7 +156,7 @@ common: local: "Lokalt" hybrid: "ソーシャル" hashtag: "ハッシュタグ" - global: "グローバル" + global: "Globalt" mentions: "あなた宛て" direct: "ダイレクト投稿" notifications: "Notifikasjon" @@ -167,7 +167,7 @@ common: swap-down: "Flytt ned" remove: "カラムを削除" add-column: "カラムを追加" - rename: "名前を変更" + rename: "Endre navn" stack-left: "左に重ねる" pop-right: "Til høyre" auth/views/form.vue: @@ -404,7 +404,7 @@ common/views/components/visibility-chooser.vue: home-desc: "ホームタイムラインにのみ公開" followers: "Følgere" followers-desc: "自分のフォロワーにのみ公開" - specified: "ダイレクト" + specified: "Direkte" specified-desc: "指定したユーザーにのみ公開" private: "Privat" common/views/components/trends.vue: @@ -594,7 +594,7 @@ desktop/views/components/media-video.vue: sensitive: "Innholdet er NSFW" click-to-show: "クリックして表示" desktop/views/components/follow-button.vue: - following: "フォロー中" + following: "Følger" follow: "Følg" request-pending: "フォロー許可待ち" follow-processing: "フォロー処理中" @@ -1054,7 +1054,7 @@ mobile/views/components/drive.vue: url-prompt: "アップロードしたいファイルのURL" uploading: "アップロードをリクエストしました。アップロードが完了するまで時間がかかる場合があります。" mobile/views/components/drive-file-detail.vue: - rename: "名前を変更" + rename: "Endre navn" mobile/views/components/drive-file-chooser.vue: select-file: "ファイルを選択" mobile/views/components/drive-folder-chooser.vue: @@ -1075,7 +1075,7 @@ mobile/views/components/media-video.vue: sensitive: "Innholdet er NSFW" click-to-show: "クリックして表示" mobile/views/components/follow-button.vue: - following: "フォロー中" + following: "Følger" follow: "Følg" request-pending: "フォロー許可待ち" follow-processing: "フォロー処理中" @@ -1084,7 +1084,7 @@ mobile/views/components/friends-maker.vue: title: "気になるユーザーをフォロー" empty: "おすすめのユーザーは見つかりませんでした。" fetching: "読み込んでいます" - refresh: "もっと見る" + refresh: "Se mer" close: "Lukk" mobile/views/components/note.vue: reposted-by: "{}がRenote" @@ -1141,7 +1141,7 @@ mobile/views/components/ui.nav.vue: follow-requests: "フォロー申請" search: "Søk" drive: "Disk" - favorites: "お気に入り" + favorites: "Favoritter" user-lists: "Lister" widgets: "ウィジェット" game: "Spill" @@ -1158,13 +1158,13 @@ mobile/views/components/users-list.vue: known: "Du kjenner" load-more: "Mer" mobile/views/pages/favorites.vue: - title: "お気に入り" + title: "Favoritter" mobile/views/pages/user-lists.vue: title: "Lister" enter-list-name: "リスト名を入力してください" mobile/views/pages/drive.vue: drive: "Disk" - more: "もっと見る" + more: "Vis mer" mobile/views/pages/signup.vue: lets-start: "📦 始めましょう" mobile/views/pages/followers.vue: From 5257dffea559701aa038345524453266eec1cd22 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:25 +0900 Subject: [PATCH 174/188] New translations ja-JP.yml (Catalan) --- locales/ca-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index 09eb76121..e693b5133 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 6fe794b2f05710229cd6d559f2522e4684f0c5d1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:30 +0900 Subject: [PATCH 175/188] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 4ceac8674..14a271c2a 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 35ae7facf98e387dad347a5929bfb023a5c8555f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:35 +0900 Subject: [PATCH 176/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 68e5d406e..a4a269993 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From cb3a82152d494699a7e0ccc83c0349fd4f1102b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:39 +0900 Subject: [PATCH 177/188] New translations ja-JP.yml (French) --- locales/fr-FR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index f77c93b6b..b966d2e07 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "Installer un thème" theme-code: "Code du thème" install: "Installation" From f0ef5f8a7c13356fa413d4c685332ab65b3d54de Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:45 +0900 Subject: [PATCH 178/188] New translations ja-JP.yml (German) --- locales/de-DE.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/de-DE.yml b/locales/de-DE.yml index 6e14de7e9..a3a4fd59a 100644 --- a/locales/de-DE.yml +++ b/locales/de-DE.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From ace2e29bf9c4f14408353ad228b5d62f7a739ae9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:51 +0900 Subject: [PATCH 179/188] New translations ja-JP.yml (Italian) --- locales/it-IT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 09eb76121..e693b5133 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 9bceafb6c673e1624f1789595621489fb23b6ff4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:31:56 +0900 Subject: [PATCH 180/188] New translations ja-JP.yml (Korean) --- locales/ko-KR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 565ca3858..38ba5e579 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From c5f559524dd1b5179a65cd6105a8dd7e199e1d38 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:00 +0900 Subject: [PATCH 181/188] New translations ja-JP.yml (Polish) --- locales/pl-PL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index fa0f9bede..72ac1a390 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 2f5c45aa2c944e48a0aa9bfdba90ed54c480471b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:05 +0900 Subject: [PATCH 182/188] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 5d1518789..ba6b8e9b4 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 3d1e3bfba9ba6020d16d4622afdb2b7358de5790 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:10 +0900 Subject: [PATCH 183/188] New translations ja-JP.yml (Russian) --- locales/ru-RU.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 16ef0a395..80eb0bcf3 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 9a800b52eb3fef2cca8086a518908fee390aa9c0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:15 +0900 Subject: [PATCH 184/188] New translations ja-JP.yml (Spanish) --- locales/es-ES.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/es-ES.yml b/locales/es-ES.yml index 9cdc9463f..062c7e9e4 100644 --- a/locales/es-ES.yml +++ b/locales/es-ES.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 7393fb52d7adcfb2b35929a0adead81aceae7f34 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:20 +0900 Subject: [PATCH 185/188] New translations ja-JP.yml (Japanese, Kansai) --- locales/ja-KS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml index 0d905ac71..3afc974e6 100644 --- a/locales/ja-KS.yml +++ b/locales/ja-KS.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 3f0bded1045c9093dadc5af91f0d8b74d0f58f4f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:25 +0900 Subject: [PATCH 186/188] New translations ja-JP.yml (Dutch) --- locales/nl-NL.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml index c0923af45..d4a34a834 100644 --- a/locales/nl-NL.yml +++ b/locales/nl-NL.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 566f03bd9316892d8b8211b27ea2fe2d28c19c6c Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:32:29 +0900 Subject: [PATCH 187/188] New translations ja-JP.yml (Norwegian) --- locales/no-NO.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/no-NO.yml b/locales/no-NO.yml index 4c692f99f..a6c23cd5b 100644 --- a/locales/no-NO.yml +++ b/locales/no-NO.yml @@ -267,6 +267,8 @@ common/views/components/media-banner.vue: common/views/components/theme.vue: light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" + light-themes: "明るいテーマ" + dark-themes: "暗いテーマ" install-a-theme: "テーマのインストール" theme-code: "テーマコード" install: "インストール" From 45ff993c4c6f57e758c4a7ef745dbcfa2bef2085 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 Oct 2018 15:43:00 +0900 Subject: [PATCH 188/188] New translations ja-JP.yml (English) --- locales/en-US.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index a4a269993..7ecc4fe15 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -472,7 +472,7 @@ common/views/pages/follow.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" - follow-processing: "フォロー処理中" + follow-processing: "Processing follow" follow-request: "Follow request" desktop: banner-crop-title: "Crop the part that appears as a banner" @@ -599,7 +599,7 @@ desktop/views/components/follow-button.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" - follow-processing: "フォロー処理中" + follow-processing: "Processing follow" follow-request: "Follow request" desktop/views/components/followers-window.vue: followers: "{}'s followers" @@ -1080,7 +1080,7 @@ mobile/views/components/follow-button.vue: following: "Following" follow: "Follow" request-pending: "Pending follow request" - follow-processing: "フォロー処理中" + follow-processing: "Processing follow" follow-request: "Follow request" mobile/views/components/friends-maker.vue: title: "Let's follow them"