diff --git a/locales/en-US.yml b/locales/en-US.yml index cdb06e03..f32529e1 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -5,6 +5,7 @@ clickToExpand: "(Click to expand)" copy: "Copy" share: "Share" note: "Note" +other: "Other" _error: notFound: "Page not found" notFoundDesc: "The page you are looking for could not be found. Please check the URL." @@ -97,6 +98,12 @@ _servers: _system: fetchError: "Failed to fetch data. Please try again later." _statistics: + title: "Server Statistics" + description: "A graphical presentation of the statistics of the Misskey servers." + viewFullStats: "See detailed statistics" + lang: "Primary Language" + registerAcceptance: "New registration acceptance" + version: "Version" notes: "Notes" users: "Users" servers: "Servers" @@ -254,9 +261,46 @@ _shareLinkGenerator: typeSomethingToGetLink: "Enter the body to generate sharing link." typeSomethingToGetButton: "Enter the body to generate share button code." _goToMisskey: - title: "Misskey Webに移動" - heading: "このページを開きたいサーバーを選択してください" + title: "Go to your Misskey Web" + heading: "Select the server you want to open the page and continue" _api: _permissions: title: "Permissions" description: "Description" + _types: + "read:account": "View your account information" + "write:account": "Edit your account information" + "read:blocks": "View your list of blocked users" + "write:blocks": "Edit your list of blocked users" + "read:drive": "Access your Drive files and folders" + "write:drive": "Edit or delete your Drive files and folders" + "read:favorites": "View your list of favorites" + "write:favorites": "Edit your list of favorites" + "read:following": "View information on who you follow" + "write:following": "Follow or unfollow other accounts" + "read:messaging": "View your chats" + "write:messaging": "Compose or delete chat messages" + "read:mutes": "View your list of muted users" + "write:mutes": "Edit your list of muted users" + "write:notes": "Compose or delete notes" + "read:notifications": "View your notifications" + "write:notifications": "Manage your notifications" + "read:reactions": "View your reactions" + "write:reactions": "Edit your reactions" + "write:votes": "Add Vote" + "read:pages": "View your Pages" + "write:pages": "Edit or delete your Pages" + "read:page-likes": "View list of liked Pages" + "write:page-likes": "Edit list of liked Pages" + "read:user-groups": "View your user groups" + "write:user-groups": "Edit or delete your user groups" + "read:channels": "View your channels" + "write:channels": "Edit your channels" + "read:gallery": "View your gallery" + "write:gallery": "Edit your gallery" + "read:gallery-likes": "View your list of liked gallery posts" + "write:gallery-likes": "Edit your list of liked gallery posts" + "read:flash": "View Play" + "write:flash": "Edit Plays" + "read:flash-likes": "View list of liked Plays" + "write:flash-likes": "Edit list of liked Plays" diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 48d94b6a..a4582a65 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -5,6 +5,7 @@ clickToExpand: "Cliquer pour développer" copy: "Copier" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "Le chargement de données a échoué. Veuillez réessayer plus tard." _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "Nombre de notes" users: "Nombre d’utilisateurs" servers: "Nombre d'instances" @@ -260,3 +267,40 @@ _api: _permissions: title: "権限" description: "説明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/id-ID.yml b/locales/id-ID.yml index 7077c45a..0a1d0840 100644 --- a/locales/id-ID.yml +++ b/locales/id-ID.yml @@ -5,6 +5,7 @@ clickToExpand: "(クリックして展開)" copy: "コピー" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "データの読み込みに失敗しました。後でもう一度お試しください。" _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "ノート数" users: "ユーザー数" servers: "サーバー数" @@ -260,3 +267,40 @@ _api: _permissions: title: "権限" description: "説明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/it-IT.yml b/locales/it-IT.yml index 34c911b5..77d36cf5 100644 --- a/locales/it-IT.yml +++ b/locales/it-IT.yml @@ -5,6 +5,7 @@ clickToExpand: "Clicca per espandere" copy: "コピー" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "Impossibile caricare i dati. Per favore riprova più tardi." _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "Note" users: "Profili" servers: "Server" @@ -260,3 +267,40 @@ _api: _permissions: title: "権限" description: "説明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 1cb72791..324b1905 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -5,6 +5,7 @@ clickToExpand: "(クリックして展開)" copy: "복사하기" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "데이터 로딩을 실패했습니다. 시간을 두고 다시 시도해보세요." _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "노트 수" users: "사용자 수" servers: "서버 수" @@ -260,3 +267,40 @@ _api: _permissions: title: "권한" description: "설명" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 7077c45a..0a1d0840 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -5,6 +5,7 @@ clickToExpand: "(クリックして展開)" copy: "コピー" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "データの読み込みに失敗しました。後でもう一度お試しください。" _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "ノート数" users: "ユーザー数" servers: "サーバー数" @@ -260,3 +267,40 @@ _api: _permissions: title: "権限" description: "説明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 7077c45a..0a1d0840 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -5,6 +5,7 @@ clickToExpand: "(クリックして展開)" copy: "コピー" share: "共有する" note: "ノート" +other: "その他" _error: notFound: "ページが見つかりませんでした" notFoundDesc: "お探しのページは見つかりませんでした。URLをお確かめください。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "データの読み込みに失敗しました。後でもう一度お試しください。" _statistics: + title: "サーバー統計" + description: "Misskeyサーバーの統計データをグラフでご紹介。" + viewFullStats: "詳しい統計を見る" + lang: "プライマリ言語" + registerAcceptance: "新規登録受付方式" + version: "バージョン" notes: "ノート数" users: "ユーザー数" servers: "サーバー数" @@ -260,3 +267,40 @@ _api: _permissions: title: "権限" description: "説明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する" diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml index d035fa97..72ac1312 100644 --- a/locales/zh-TW.yml +++ b/locales/zh-TW.yml @@ -5,6 +5,7 @@ clickToExpand: "(點擊展開)" copy: "複製" share: "分享" note: "貼文" +other: "其他" _error: notFound: "找不到此頁面" notFoundDesc: "找不到此頁面,請確認網址是否正確。" @@ -97,6 +98,12 @@ _servers: _system: fetchError: "資料載入失敗。請稍後再試。" _statistics: + title: "伺服器統計資料" + description: "以圖形方式顯示 Misskey 伺服器統計資料。" + viewFullStats: "查看詳細統計數據" + lang: "主要語言" + registerAcceptance: "是否開放註冊" + version: "伺服器版本" notes: "貼文數" users: "使用者數" servers: "伺服器數量" @@ -260,3 +267,40 @@ _api: _permissions: title: "權限" description: "說明" + _types: + "read:account": "アカウントの情報を見る" + "write:account": "アカウントの情報を変更する" + "read:blocks": "ブロックを見る" + "write:blocks": "ブロックを操作する" + "read:drive": "ドライブを見る" + "write:drive": "ドライブを操作する" + "read:favorites": "お気に入りを見る" + "write:favorites": "お気に入りを操作する" + "read:following": "フォローの情報を見る" + "write:following": "フォロー・フォロー解除する" + "read:messaging": "チャットを見る" + "write:messaging": "チャットを操作する" + "read:mutes": "ミュートを見る" + "write:mutes": "ミュートを操作する" + "write:notes": "ノートを作成・削除する" + "read:notifications": "通知を見る" + "write:notifications": "通知を操作する" + "read:reactions": "リアクションを見る" + "write:reactions": "リアクションを操作する" + "write:votes": "投票する" + "read:pages": "ページを見る" + "write:pages": "ページを操作する" + "read:page-likes": "ページのいいねを見る" + "write:page-likes": "ページのいいねを操作する" + "read:user-groups": "ユーザーグループを見る" + "write:user-groups": "ユーザーグループを操作する" + "read:channels": "チャンネルを見る" + "write:channels": "チャンネルを操作する" + "read:gallery": "ギャラリーを見る" + "write:gallery": "ギャラリーを操作する" + "read:gallery-likes": "ギャラリーのいいねを見る" + "write:gallery-likes": "ギャラリーのいいねを操作する" + "read:flash": "Playを見る" + "write:flash": "Playを操作する" + "read:flash-likes": "Playのいいねを見る" + "write:flash-likes": "Playのいいねを操作する"