summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-02-03 00:15:50 +0900
committerGitHub <noreply@github.com>2019-02-03 00:15:50 +0900
commit190eb0601fe53bf14eb9ab9ba27e4204c02756fb (patch)
tree17a4768d9d842eb67a020ced13bd11e07208dc92
parentFix video thumbnails (#4095) (diff)
downloadmisskey-190eb0601fe53bf14eb9ab9ba27e4204c02756fb.tar.gz
misskey-190eb0601fe53bf14eb9ab9ba27e4204c02756fb.tar.bz2
misskey-190eb0601fe53bf14eb9ab9ba27e4204c02756fb.zip
New Crowdin translations (#4096)
* New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English)
-rw-r--r--locales/ca-ES.yml4
-rw-r--r--locales/de-DE.yml4
-rw-r--r--locales/en-US.yml5
-rw-r--r--locales/es-ES.yml4
-rw-r--r--locales/fr-FR.yml4
-rw-r--r--locales/it-IT.yml4
-rw-r--r--locales/ja-KS.yml4
-rw-r--r--locales/ko-KR.yml4
-rw-r--r--locales/nl-NL.yml4
-rw-r--r--locales/no-NO.yml4
-rw-r--r--locales/pl-PL.yml4
-rw-r--r--locales/pt-PT.yml4
-rw-r--r--locales/ru-RU.yml4
-rw-r--r--locales/zh-CN.yml4
14 files changed, 56 insertions, 1 deletions
diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml
index 4589533f3e..1f3c5c1a5d 100644
--- a/locales/ca-ES.yml
+++ b/locales/ca-ES.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票する"
vote-count: "{}票"
diff --git a/locales/de-DE.yml b/locales/de-DE.yml
index 38ca4bd6ec..debb9573bf 100644
--- a/locales/de-DE.yml
+++ b/locales/de-DE.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "Stimme für '{}'"
vote-count: "{} Stimmen"
diff --git a/locales/en-US.yml b/locales/en-US.yml
index bcff4427b5..4b3bb98611 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "Report abuse"
report-abuse-detail: "What kind of nuisance did you encounter?"
report-abuse-reported: "The issue has been reported to the administrator. Your cooperation is much appreciated."
+ silence: "Make Silence"
+ unsilence: "Unsilence"
+ suspend: "Suspend"
+ unsuspend: "Unsuspend"
common/views/components/poll.vue:
vote-to: "Vote for '{}'"
vote-count: "{} votes"
@@ -1013,7 +1017,6 @@ admin/views/instance.vue:
instance-name: "Instance name"
instance-description: "Instance description"
host: "Host"
- logo-url: "Logo image URL"
banner-url: "Banner image URL"
error-image-url: "Error image URL"
languages: "Language of this instance"
diff --git a/locales/es-ES.yml b/locales/es-ES.yml
index ca970b44a1..e674d7edd9 100644
--- a/locales/es-ES.yml
+++ b/locales/es-ES.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "'{}' para votar"
vote-count: "{} votos"
diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml
index 6e802cf726..b3d7e9b293 100644
--- a/locales/fr-FR.yml
+++ b/locales/fr-FR.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "Signaler un abus"
report-abuse-detail: "Détail du signalement"
report-abuse-reported: "Transmit à l’administrateur. Merci de votre collaboration."
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "Voter pour '{}'"
vote-count: "{} votes"
diff --git a/locales/it-IT.yml b/locales/it-IT.yml
index 61f990d6ff..6d8e2da71b 100644
--- a/locales/it-IT.yml
+++ b/locales/it-IT.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票する"
vote-count: "{}票"
diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml
index f538e88d8b..6cb2e13d0d 100644
--- a/locales/ja-KS.yml
+++ b/locales/ja-KS.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票や!"
vote-count: "{}票"
diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml
index 8ace4ff4f8..9789d56d35 100644
--- a/locales/ko-KR.yml
+++ b/locales/ko-KR.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "스팸 신고"
report-abuse-detail: "어떤 스팸 행위를 하고 있습니까?"
report-abuse-reported: "관리자에게 보고되었습니다. 협조해주셔서 감사합니다."
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "\"{}\"에 투표하기"
vote-count: "{}표"
diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml
index 0a2a7efd3a..075876c1d2 100644
--- a/locales/nl-NL.yml
+++ b/locales/nl-NL.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "Stemmen op '{}'"
vote-count: "{} stemmen"
diff --git a/locales/no-NO.yml b/locales/no-NO.yml
index 1d80d99b5c..51f9a3e69a 100644
--- a/locales/no-NO.yml
+++ b/locales/no-NO.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票する"
vote-count: "{} stemmer"
diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml
index a548578379..ea549dfd67 100644
--- a/locales/pl-PL.yml
+++ b/locales/pl-PL.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "Zgłoś nadużycie"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "Zagłosuj na '{}'"
vote-count: "{} głosów"
diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml
index 657b223365..3749d54a47 100644
--- a/locales/pt-PT.yml
+++ b/locales/pt-PT.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票する"
vote-count: "{}票"
diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml
index d0240c8ceb..b493c82498 100644
--- a/locales/ru-RU.yml
+++ b/locales/ru-RU.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "「{}」に投票する"
vote-count: "{}票"
diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml
index 334c0be7af..f6ee621164 100644
--- a/locales/zh-CN.yml
+++ b/locales/zh-CN.yml
@@ -360,6 +360,10 @@ common/views/components/user-menu.vue:
report-abuse: "举报骚扰"
report-abuse-detail: "做了什么骚扰的行为?"
report-abuse-reported: "已报告给管理员。 非常感谢你的合作。"
+ silence: "サイレンス"
+ unsilence: "サイレンス解除"
+ suspend: "凍結"
+ unsuspend: "凍結解除"
common/views/components/poll.vue:
vote-to: "为\"{}\"投票"
vote-count: "{}票"