summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-02-08 17:01:43 +0900
committerGitHub <noreply@github.com>2019-02-08 17:01:43 +0900
commit46bddfc9c231494ff5643f445327f9bbbe44ca0f (patch)
tree8be653a8cda9b193c6a532a5e486b5cb80bdde97
parentIntroduce per-instance chart (#4183) (diff)
downloadmisskey-46bddfc9c231494ff5643f445327f9bbbe44ca0f.tar.gz
misskey-46bddfc9c231494ff5643f445327f9bbbe44ca0f.tar.bz2
misskey-46bddfc9c231494ff5643f445327f9bbbe44ca0f.zip
New Crowdin translations (#4178)
* 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 (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 (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 (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * 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) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified)
-rw-r--r--locales/ca-ES.yml33
-rw-r--r--locales/de-DE.yml33
-rw-r--r--locales/en-US.yml35
-rw-r--r--locales/es-ES.yml33
-rw-r--r--locales/fr-FR.yml61
-rw-r--r--locales/it-IT.yml33
-rw-r--r--locales/ja-KS.yml33
-rw-r--r--locales/ko-KR.yml33
-rw-r--r--locales/nl-NL.yml33
-rw-r--r--locales/no-NO.yml33
-rw-r--r--locales/pl-PL.yml33
-rw-r--r--locales/pt-PT.yml33
-rw-r--r--locales/ru-RU.yml33
-rw-r--r--locales/zh-CN.yml71
14 files changed, 496 insertions, 34 deletions
diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml
index 76f0da7731..ec51acfe3b 100644
--- a/locales/ca-ES.yml
+++ b/locales/ca-ES.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/de-DE.yml b/locales/de-DE.yml
index 7011699bba..491487448c 100644
--- a/locales/de-DE.yml
+++ b/locales/de-DE.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/en-US.yml b/locales/en-US.yml
index 70056806f4..91c8f5eb17 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -1019,7 +1019,7 @@ admin/views/dashboard.vue:
federated: "Federated"
admin/views/queue.vue:
operation: "Action(s)"
- remove-all-jobs: "すべてのジョブをクリア"
+ remove-all-jobs: "Clear all queued jobs"
admin/views/abuse.vue:
title: "Abuse"
target: "Target"
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "Deleted"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "Federation"
+ host: "Host"
+ notes: "Notes"
+ users: "Users"
+ following: "Following"
+ followers: "Followers"
+ status: "Status"
+ latest-request-sent-at: "Time of last request sent"
+ latest-request-received-at: "Last request received at"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "Block"
+ lookup: "Look up"
+ instances: "Instances"
+ instance-not-registered: "The instance has not been discovered"
+ sort: "Sort by"
+ sorts:
+ caughtAtAsc: "Date of discovery (Ascending)"
+ caughtAtDesc: "Date of discovery (Descending)"
+ notesAsc: "Order by least Notes posted"
+ notesDesc: "Order by most Notes posted"
+ usersAsc: "Less followers"
+ usersDesc: "More followers"
+ followingAsc: "Least followed"
+ followingDesc: "Has more followers"
+ followersAsc: "Sort by having less followers"
+ followersDesc: "Sort by the larger number of followers"
+ state: "Status"
+ states:
+ all: "All"
+ blocked: "Blocked"
+ result-is-truncated: "Displaying the top {n} items."
desktop/views/pages/welcome.vue:
about: "More details..."
gotit: "Got it!"
diff --git a/locales/es-ES.yml b/locales/es-ES.yml
index 0c76e3d6e1..7de1ebd851 100644
--- a/locales/es-ES.yml
+++ b/locales/es-ES.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml
index 136eb06e7d..aa3bd03e4e 100644
--- a/locales/fr-FR.yml
+++ b/locales/fr-FR.yml
@@ -345,8 +345,8 @@ common/views/components/note-menu.vue:
copy-link: "Copier le lien"
favorite: "Mettre cette note en favoris"
unfavorite: "Retirer des favoris"
- watch: "ウォッチ"
- unwatch: "ウォッチ解除"
+ watch: "Surveiller"
+ unwatch: "Ne plus surveiller"
pin: "Épingler sur votre profil"
unpin: "Désépingler"
delete: "Supprimer"
@@ -363,10 +363,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: "サイレンス解除"
+ silence: "Mettre en sourdine"
+ unsilence: "Enlever la sourdine"
suspend: "Suspendre"
- unsuspend: "凍結解除"
+ unsuspend: "Ne plus suspendre"
common/views/components/poll.vue:
vote-to: "Voter pour '{}'"
vote-count: "{} votes"
@@ -509,12 +509,12 @@ common/views/components/profile-editor.vue:
email-address: "Adresse de courrier électronique"
email-verified: "L’adresse du courrier électronique a été vérifiée."
email-not-verified: "Adresse de courriel n’est pas confirmée. Veuillez vérifier votre boite de réception."
- export: "エクスポート"
+ export: "Exporter"
export-targets:
- all-notes: "すべての投稿データ"
- following-list: "フォロー"
- mute-list: "ミュート"
- blocking-list: "ブロック"
+ all-notes: "Toutes les notes publiées"
+ following-list: "Liste des abonnements"
+ mute-list: "Liste des comptes mis en sourdine"
+ blocking-list: "Liste des comptes bloqués"
export-requested: "エクスポートをリクエストしました。これには時間がかかる場合があります。エクスポートが終わると、ドライブにファイルが追加されます。"
common/views/components/user-list-editor.vue:
users: "Utilisateur·rice"
@@ -1007,7 +1007,7 @@ admin/views/index.vue:
announcements: "Annonces"
hashtags: "Hashtags"
abuse: "Abus"
- queue: "ジョブキュー"
+ queue: "File d’attente"
back-to-misskey: "Retour vers Misskey"
admin/views/dashboard.vue:
dashboard: "Tableau de bord"
@@ -1018,7 +1018,7 @@ admin/views/dashboard.vue:
this-instance: "Cette instance"
federated: "Fédérées"
admin/views/queue.vue:
- operation: "操作"
+ operation: "Action(s)"
remove-all-jobs: "すべてのジョブをクリア"
admin/views/abuse.vue:
title: "Abus"
@@ -1161,8 +1161,8 @@ admin/views/users.vue:
unsuspend: "Suspension levée"
unsuspend-confirm: "Souhaiteriez-vous ne plus suspendre ce compte ?"
unsuspended: "La suspension de l’utilisateur a été levée avec succès"
- make-silence: "サイレンス"
- unmake-silence: "サイレンスの解除"
+ make-silence: "Mettre en sourdine"
+ unmake-silence: "Enlever la sourdine"
verify: "Vérification du compte"
verify-confirm: "Souhaiteriez-vous rendre votre compte comme étant un compte vérifié ?"
verified: "Le compte a été vérifié"
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "Supprimé"
admin/views/hashtags.vue:
hided-tags: "Tags cachés"
+admin/views/federation.vue:
+ federation: "Fédération"
+ host: "Hôte"
+ notes: "Notes"
+ users: "Utilisateur·rice·s"
+ following: "Abonnements"
+ followers: "Abonné·e·s"
+ status: "Statuts"
+ latest-request-sent-at: "Dernière requête envoyée"
+ latest-request-received-at: "Dernière requête reçue"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "Instances"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "Trier par"
+ sorts:
+ caughtAtAsc: "Date d’inscription (Ascendant)"
+ caughtAtDesc: "Date d’inscription (Descendant)"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "Description des notes"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "Les moins suivies"
+ followingDesc: "フォローが多い順"
+ followersAsc: "Ayant le moins d'abonné·e·s"
+ followersDesc: "Ayant le plus d'abonné·e·s"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "à propos"
gotit: "J'ai compris !"
diff --git a/locales/it-IT.yml b/locales/it-IT.yml
index 994d4ec0d9..9f995de0bf 100644
--- a/locales/it-IT.yml
+++ b/locales/it-IT.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml
index 1c04e00ef9..31eb1e4557 100644
--- a/locales/ja-KS.yml
+++ b/locales/ja-KS.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "もうちょい……"
gotit: "ほい"
diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml
index af4c93806b..71ed781207 100644
--- a/locales/ko-KR.yml
+++ b/locales/ko-KR.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "삭제하였습니다"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "자세히..."
gotit: "알겠습니다"
diff --git a/locales/nl-NL.yml b/locales/nl-NL.yml
index 4915981b1f..de23fdf2f5 100644
--- a/locales/nl-NL.yml
+++ b/locales/nl-NL.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/no-NO.yml b/locales/no-NO.yml
index 3d0c3ab00a..f3736154b8 100644
--- a/locales/no-NO.yml
+++ b/locales/no-NO.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "Skjønner!"
diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml
index 50f7aaf721..0094638d5e 100644
--- a/locales/pl-PL.yml
+++ b/locales/pl-PL.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "Usunięto"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "O Misskey"
gotit: "Rozumiem!"
diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml
index 8ca1b0a862..7587bb851f 100644
--- a/locales/pt-PT.yml
+++ b/locales/pt-PT.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml
index 362beb80c6..56ecc5effa 100644
--- a/locales/ru-RU.yml
+++ b/locales/ru-RU.yml
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "削除しました"
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
+admin/views/federation.vue:
+ federation: "連合"
+ host: "ホスト"
+ notes: "投稿"
+ users: "ユーザー"
+ following: "フォロー中"
+ followers: "フォロワー"
+ status: "ステータス"
+ latest-request-sent-at: "直近のリクエスト送信"
+ latest-request-received-at: "直近のリクエスト受信"
+ remove-all-following: "フォローを全解除"
+ remove-all-following-info: "{host}からのフォローをすべて解除します。そのインスタンスがもう存在しなくなった場合などに実行してください。"
+ block: "ブロック"
+ lookup: "照会"
+ instances: "インスタンス"
+ instance-not-registered: "そのインスタンスは登録されていません"
+ sort: "ソート"
+ sorts:
+ caughtAtAsc: "登録日時が古い順"
+ caughtAtDesc: "登録日時が新しい順"
+ notesAsc: "投稿が少ない順"
+ notesDesc: "投稿が多い順"
+ usersAsc: "ユーザーが少ない順"
+ usersDesc: "ユーザーが多い順"
+ followingAsc: "フォローが少ない順"
+ followingDesc: "フォローが多い順"
+ followersAsc: "フォロワーが少ない順"
+ followersDesc: "フォロワーが多い順"
+ state: "状態"
+ states:
+ all: "すべて"
+ blocked: "ブロック"
+ result-is-truncated: "上位{n}件を表示しています。"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"
diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml
index 2ff895979a..def4030bb1 100644
--- a/locales/zh-CN.yml
+++ b/locales/zh-CN.yml
@@ -354,10 +354,10 @@ common/views/components/note-menu.vue:
remote: "显示原始投稿"
common/views/components/user-menu.vue:
mention: "提到"
- mute: "免打扰"
- unmute: "解除免打扰"
- block: "屏蔽"
- unblock: "取消屏蔽"
+ mute: "屏蔽"
+ unmute: "解除屏蔽"
+ block: "拉黑"
+ unblock: "取消拉黑"
push-to-list: "添加至列表"
select-list: "请选择一个列表"
report-abuse: "举报骚扰"
@@ -511,10 +511,10 @@ common/views/components/profile-editor.vue:
email-not-verified: "邮件地址尚未验证。 请检查您的邮箱。"
export: "导出"
export-targets:
- all-notes: "すべての投稿データ"
- following-list: "フォロー"
- mute-list: "ミュート"
- blocking-list: "ブロック"
+ all-notes: "所有发帖"
+ following-list: "关注列表"
+ mute-list: "屏蔽列表"
+ blocking-list: "黑名单"
export-requested: "导出请求已提交。可能需要花一些时间。导出的文件将保存到网盘中。"
common/views/components/user-list-editor.vue:
users: "用户"
@@ -780,8 +780,8 @@ desktop/views/components/settings.vue:
notification: "通知"
apps: "应用程序"
tags: "标签"
- mute-and-block: "静音/屏蔽"
- blocking: "屏蔽中"
+ mute-and-block: "屏蔽/拉黑"
+ blocking: "已拉黑"
security: "安全性"
signin: "登录历史"
password: "密码"
@@ -912,13 +912,13 @@ common/views/components/drive-settings.vue:
in-use: "正在使用"
stats: "统计"
common/views/components/mute-and-block.vue:
- mute-and-block: "静音/封锁"
- mute: "静音"
- block: "封锁中"
- no-muted-users: "没有静音的用户"
- no-blocked-users: "没有封锁的用户"
- word-mute: "文字静音"
- muted-words: "静音的关键字"
+ mute-and-block: "屏蔽/拉黑"
+ mute: "屏蔽"
+ block: "拉黑中"
+ no-muted-users: "无屏蔽用户"
+ no-blocked-users: "无拉黑的用户"
+ word-mute: "文字屏蔽"
+ muted-words: "屏蔽关键字"
muted-words-description: "使用空格分隔会产生AND规范,并且使用换行符分隔会产生OR规范"
save: "保存"
common/views/components/password-settings.vue:
@@ -1007,7 +1007,7 @@ admin/views/index.vue:
announcements: "公告"
hashtags: "标签"
abuse: "举报垃圾信息"
- queue: "ジョブキュー"
+ queue: "作业队列"
back-to-misskey: "返回 Misskey"
admin/views/dashboard.vue:
dashboard: "Dashboard"
@@ -1019,7 +1019,7 @@ admin/views/dashboard.vue:
federated: "联合"
admin/views/queue.vue:
operation: "操作"
- remove-all-jobs: "すべてのジョブをクリア"
+ remove-all-jobs: "清除所有作业"
admin/views/abuse.vue:
title: "举报垃圾信息"
target: "目标"
@@ -1233,6 +1233,39 @@ admin/views/announcements.vue:
removed: "已删除"
admin/views/hashtags.vue:
hided-tags: "隐藏标签"
+admin/views/federation.vue:
+ federation: "联合"
+ host: "主机名"
+ notes: "帖子"
+ users: "用户"
+ following: "正在关注"
+ followers: "关注者"
+ status: "状态"
+ latest-request-sent-at: "上次发送的请求"
+ latest-request-received-at: "上次收到的请求"
+ remove-all-following: "取消所有关注"
+ remove-all-following-info: "取消{host}的所有关注者。当实例不存在时执行。"
+ block: "拉黑"
+ lookup: "查询"
+ instances: "实例"
+ instance-not-registered: "实例未注册"
+ sort: "排序"
+ sorts:
+ caughtAtAsc: "注册时间从旧到新"
+ caughtAtDesc: "注册时间从新到旧"
+ notesAsc: "发帖数量从少到多"
+ notesDesc: "发帖数量从多到少"
+ usersAsc: "用户数从少到多"
+ usersDesc: "用户数从多到少"
+ followingAsc: "关注数从少到多"
+ followingDesc: "关注数从多到少"
+ followersAsc: "粉丝数从少到多"
+ followersDesc: "粉丝数从多到少"
+ state: "状态"
+ states:
+ all: "所有"
+ blocked: "已拉黑"
+ result-is-truncated: "显示最前面的{n}项。"
desktop/views/pages/welcome.vue:
about: "更多信息..."
gotit: "没问题! "