mirror of
https://github.com/tooot-app/app
synced 2025-02-09 00:18:38 +01:00
New Crowdin updates (#373)
* New translations common.json (Japanese) * New translations common.json (Japanese) * New translations instance.json (Japanese) * New translations parse.json (Japanese) * New translations relationship.json (Japanese) * New translations timeline.json (Japanese) * New translations actions.json (Japanese) * New translations announcements.json (Japanese) * New translations compose.json (Japanese) * New translations screens.json (Japanese) * New translations mediaSelector.json (Japanese) * New translations emojis.json (Japanese) * New translations contextMenu.json (Japanese) * New translations accountSelection.json (Japanese) * Add some Japanese translations Co-authored-by: Hikali-47041 <hikali.47041@gmail.com>
This commit is contained in:
parent
9bc1c878ab
commit
b537c38e9c
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"OK": "",
|
"OK": "はい",
|
||||||
"apply": "",
|
"apply": "適用",
|
||||||
"cancel": ""
|
"cancel": "キャンセル"
|
||||||
},
|
},
|
||||||
"customEmoji": {
|
"customEmoji": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "カスタム絵文字 {{emoji}}"
|
||||||
},
|
},
|
||||||
"message": {
|
"message": {
|
||||||
"success": {
|
"success": {
|
||||||
"message": ""
|
"message": "{{function}} が成功しました"
|
||||||
},
|
},
|
||||||
"warning": {
|
"warning": {
|
||||||
"message": ""
|
"message": ""
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"message": ""
|
"message": "{{function}} に失敗しました。もういちどお試しください。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"separator": ""
|
"separator": ", "
|
||||||
}
|
}
|
@ -1,76 +1,76 @@
|
|||||||
{
|
{
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "",
|
||||||
"account": {
|
"account": {
|
||||||
"title": "",
|
"title": "ユーザーアクション",
|
||||||
"mute": {
|
"mute": {
|
||||||
"action_false": "",
|
"action_false": "ユーザーをミュート",
|
||||||
"action_true": ""
|
"action_true": "ユーザーのミュートを解除"
|
||||||
},
|
},
|
||||||
"block": {
|
"block": {
|
||||||
"action_false": "",
|
"action_false": "ユーザーをブロック",
|
||||||
"action_true": ""
|
"action_true": "ユーザーのブロックを解除"
|
||||||
},
|
},
|
||||||
"reports": {
|
"reports": {
|
||||||
"action": ""
|
"action": "ユーザーを報告"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"copy": {
|
"copy": {
|
||||||
"action": "",
|
"action": "トゥートをコピー",
|
||||||
"succeed": ""
|
"succeed": "コピー完了"
|
||||||
},
|
},
|
||||||
"instance": {
|
"instance": {
|
||||||
"title": "",
|
"title": "インスタンスアクション",
|
||||||
"block": {
|
"block": {
|
||||||
"action": "",
|
"action": "インスタンスをブロック {{instance}}",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "インスタンス {{instance}} をブロックしますか?",
|
||||||
"message": "",
|
"message": "ほとんどの場合、特定のユーザーをミュートまたはブロックすることができます。\n\nインスタンスをブロックすると、このインスタンスからフォロワーを含むすべてのコンテンツが削除されます!",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"confirm": ""
|
"confirm": "確定"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"share": {
|
"share": {
|
||||||
"status": {
|
"status": {
|
||||||
"action": ""
|
"action": "トゥートを共有"
|
||||||
},
|
},
|
||||||
"account": {
|
"account": {
|
||||||
"action": ""
|
"action": "ユーザーを共有"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"title": "",
|
"title": "トゥートのアクション",
|
||||||
"edit": {
|
"edit": {
|
||||||
"action": ""
|
"action": "トゥートを編集"
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"action": "",
|
"action": "トゥートを削除",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "削除しますか?",
|
||||||
"message": "",
|
"message": "この投稿へのすべてのお気に入り登録やブーストは消去され、すべての返信は孤立することになります。",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"confirm": ""
|
"confirm": "確定"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deleteEdit": {
|
"deleteEdit": {
|
||||||
"action": "",
|
"action": "トゥートを削除し、再投稿する",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "削除して再投稿しますか?",
|
||||||
"message": "",
|
"message": "この投稿へのすべてのお気に入り登録やブーストは消去され、すべての返信は孤立することになります。",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"confirm": ""
|
"confirm": "確定"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mute": {
|
"mute": {
|
||||||
"action_false": "",
|
"action_false": "トゥートと返信をミュート",
|
||||||
"action_true": ""
|
"action_true": "トゥートと返信のミュートを解除"
|
||||||
},
|
},
|
||||||
"pin": {
|
"pin": {
|
||||||
"action_false": "",
|
"action_false": "トゥートを固定",
|
||||||
"action_true": ""
|
"action_true": "トゥートの固定を解除"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"frequentUsed": "よく使う絵文字"
|
||||||
|
}
|
@ -1,29 +1,29 @@
|
|||||||
{
|
{
|
||||||
"server": {
|
"server": {
|
||||||
"textInput": {
|
"textInput": {
|
||||||
"placeholder": ""
|
"placeholder": "インスタンスのドメイン"
|
||||||
},
|
},
|
||||||
"button": "",
|
"button": "ログイン",
|
||||||
"information": {
|
"information": {
|
||||||
"name": "",
|
"name": "名前",
|
||||||
"accounts": "",
|
"accounts": "ユーザー",
|
||||||
"statuses": "",
|
"statuses": "トゥート",
|
||||||
"domains": ""
|
"domains": "接続連合数"
|
||||||
},
|
},
|
||||||
"disclaimer": {
|
"disclaimer": {
|
||||||
"base": ""
|
"base": "ログインにはシステムのブラウザを使用するため、あなたのアカウント情報は tooot アプリには表示されません。"
|
||||||
},
|
},
|
||||||
"terms": {
|
"terms": {
|
||||||
"base": ""
|
"base": "ログインすることで、 tooot の <0>プライバシーポリシー</0> および <1>利用規約</1> に同意したことになります。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "このインスタンスにログインしました",
|
||||||
"message": "",
|
"message": "既存のアカウントにログインしたまま、他のアカウントにログインできます",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"cancel": "",
|
"cancel": "$t(common:buttons.cancel)",
|
||||||
"continue": ""
|
"continue": "続行"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"title": "",
|
"title": "メディアソースを選択",
|
||||||
"options": {
|
"options": {
|
||||||
"image": "",
|
"image": "写真をアップロード",
|
||||||
"image_max": "",
|
"image_max": "写真をアップロード (最大{{max}}枚)",
|
||||||
"video": "",
|
"video": "動画をアップロード",
|
||||||
"video_max": ""
|
"video_max": "動画をアップロード (最大{{max}}本)"
|
||||||
},
|
},
|
||||||
"library": {
|
"library": {
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "権限がありません",
|
||||||
"message": "",
|
"message": "アップロードするにはフォトライブラリの読み取り許可が必要です",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"settings": ""
|
"settings": "設定を更新する"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"HTML": {
|
"HTML": {
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "タップして内容を展開または折りたたむ",
|
||||||
"expanded": "{{hint}}{{totalLines}}",
|
"expanded": "{{hint}}{{totalLines}}",
|
||||||
"totalLines": "",
|
"totalLines": " ({{count}} 行)",
|
||||||
"defaultHint": ""
|
"defaultHint": "長いトゥート"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"follow": {
|
"follow": {
|
||||||
"function": ""
|
"function": "ユーザーをフォロー"
|
||||||
},
|
},
|
||||||
"block": {
|
"block": {
|
||||||
"function": ""
|
"function": "ユーザーをブロック"
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"error": "",
|
"error": "読み込みエラー",
|
||||||
"blocked_by": "",
|
"blocked_by": "ブロックされてます",
|
||||||
"blocking": "",
|
"blocking": "ブロックを解除",
|
||||||
"following": "",
|
"following": "フォローを解除",
|
||||||
"requested": "",
|
"requested": "リクエストを取り消す",
|
||||||
"default": ""
|
"default": "フォロー"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,145 +1,145 @@
|
|||||||
{
|
{
|
||||||
"empty": {
|
"empty": {
|
||||||
"error": {
|
"error": {
|
||||||
"message": "",
|
"message": "読み込みエラー",
|
||||||
"button": ""
|
"button": "再試行"
|
||||||
},
|
},
|
||||||
"success": {
|
"success": {
|
||||||
"message": ""
|
"message": "表示するものがありません"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"message": ""
|
"message": "スレッドの末端です。コーヒーはいかがですか <0 />"
|
||||||
},
|
},
|
||||||
"lookback": {
|
"lookback": {
|
||||||
"message": ""
|
"message": "最終閲覧"
|
||||||
},
|
},
|
||||||
"refresh": {
|
"refresh": {
|
||||||
"fetchPreviousPage": "",
|
"fetchPreviousPage": "前のページを取得",
|
||||||
"refetch": ""
|
"refetch": "更新"
|
||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
"actioned": {
|
"actioned": {
|
||||||
"pinned": "",
|
"pinned": "固定された投稿",
|
||||||
"favourite": "",
|
"favourite": "{name}さんがあなたのトゥートをお気に入りに登録しました",
|
||||||
"status": "",
|
"status": "{name}さんが投稿しました",
|
||||||
"follow": "",
|
"follow": "{name}さんにフォローされました",
|
||||||
"follow_request": "",
|
"follow_request": "{{name}}さんがフォローをリクエストしました",
|
||||||
"poll": "",
|
"poll": "アンケートが終了しました",
|
||||||
"reblog": {
|
"reblog": {
|
||||||
"default": "",
|
"default": "{name}さんがブースト",
|
||||||
"notification": ""
|
"notification": "{name}さんがあなたのトゥートをブーストしました"
|
||||||
},
|
},
|
||||||
"update": ""
|
"update": "ブーストしたトゥートが編集されました"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"reply": {
|
"reply": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "このトゥートに返信"
|
||||||
},
|
},
|
||||||
"reblogged": {
|
"reblogged": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "このトゥートをブーストしますか?",
|
||||||
"function": ""
|
"function": "トゥートをブースト"
|
||||||
},
|
},
|
||||||
"favourited": {
|
"favourited": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "このトゥートをお気に入りに追加",
|
||||||
"function": ""
|
"function": "お気に入りトゥート"
|
||||||
},
|
},
|
||||||
"bookmarked": {
|
"bookmarked": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "このトゥートをブックマークに追加",
|
||||||
"function": ""
|
"function": "ブックマークトゥート"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actionsUsers": {
|
"actionsUsers": {
|
||||||
"reblogged_by": {
|
"reblogged_by": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "{{count}}人がこのトゥートをブーストしました",
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "タップしてユーザーを確認",
|
||||||
"text": ""
|
"text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
|
||||||
},
|
},
|
||||||
"favourited_by": {
|
"favourited_by": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "{{count}}人がこのトゥートをお気に入りしました",
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "タップしてユーザーを確認",
|
||||||
"text": ""
|
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "このトゥートは{{count}}回編集されました",
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "タップして全編集履歴を表示",
|
||||||
"text_one": "",
|
"text_one": "{{count}}回 編集",
|
||||||
"text_other": ""
|
"text_other": "{{count}}回 編集"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"sensitive": {
|
"sensitive": {
|
||||||
"button": ""
|
"button": "閲覧注意のメディアを表示"
|
||||||
},
|
},
|
||||||
"unsupported": {
|
"unsupported": {
|
||||||
"text": "",
|
"text": "読み込みエラー",
|
||||||
"button": ""
|
"button": "リモートリンクを試す"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "{{name}}のアバター",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "{{name}}のページに移動するにはタップしてください"
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"expandHint": ""
|
"expandHint": "内容を非表示にする"
|
||||||
},
|
},
|
||||||
"filtered": "",
|
"filtered": "フィルター済み",
|
||||||
"fullConversation": "",
|
"fullConversation": "スレッドを読む",
|
||||||
"translate": {
|
"translate": {
|
||||||
"default": "",
|
"default": "翻訳",
|
||||||
"succeed": "",
|
"succeed": "{{provider}} によって {{source}} から翻訳されました",
|
||||||
"failed": "",
|
"failed": "翻訳できませんでした",
|
||||||
"source_not_supported": "",
|
"source_not_supported": "サポートされていない言語のトゥートです",
|
||||||
"target_not_supported": ""
|
"target_not_supported": "ターゲットの言語の翻訳はサポートされてません"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"shared": {
|
"shared": {
|
||||||
"account": {
|
"account": {
|
||||||
"name": {
|
"name": {
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "ユーザーの表示名"
|
||||||
},
|
},
|
||||||
"account": {
|
"account": {
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "ユーザーのアカウント名"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"application": "",
|
"application": "{{application}}",
|
||||||
"edited": {
|
"edited": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "トゥートが編集されました"
|
||||||
},
|
},
|
||||||
"muted": {
|
"muted": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "トゥートがミュートされました"
|
||||||
},
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"direct": {
|
"direct": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "トゥートはダイレクトメッセージです"
|
||||||
},
|
},
|
||||||
"private": {
|
"private": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "トゥートはフォロワーのみに公開されます"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"withAccounts": "",
|
"withAccounts": "@ ",
|
||||||
"delete": {
|
"delete": {
|
||||||
"function": ""
|
"function": "ダイレクトメッセージを削除"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"button": {
|
"button": {
|
||||||
"vote": "",
|
"vote": "投票",
|
||||||
"refresh": ""
|
"refresh": "更新"
|
||||||
},
|
},
|
||||||
"count": {
|
"count": {
|
||||||
"voters_one": "",
|
"voters_one": "{{count}} 人が投票",
|
||||||
"voters_other": "",
|
"voters_other": "{{count}} 人が投票",
|
||||||
"votes_one": "",
|
"votes_one": "{{count}} 票",
|
||||||
"votes_other": ""
|
"votes_other": "{{count}} 票"
|
||||||
},
|
},
|
||||||
"expiration": {
|
"expiration": {
|
||||||
"expired": "",
|
"expired": "終了",
|
||||||
"until": ""
|
"until": "終了 <0 />"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"screenshot": {
|
"screenshot": {
|
||||||
"title": "",
|
"title": "プライバシー保護",
|
||||||
"message": "",
|
"message": "ユーザー名やアバターなど、他のユーザーを特定する情報は公開しないでください。",
|
||||||
"button": ""
|
"button": "確定"
|
||||||
},
|
},
|
||||||
"localCorrupt": {
|
"localCorrupt": {
|
||||||
"message": ""
|
"message": "ログイン期限が切れました。もう一度ログインしてください。"
|
||||||
},
|
},
|
||||||
"pushError": {
|
"pushError": {
|
||||||
"message": "",
|
"message": "プッシュサービスのエラー",
|
||||||
"description": ""
|
"description": "設定でプッシュ通知を再度有効にしてください"
|
||||||
},
|
},
|
||||||
"shareError": {
|
"shareError": {
|
||||||
"imageNotSupported": "",
|
"imageNotSupported": "画像ファイル形式 {{type}} はサポートされていません",
|
||||||
"videoNotSupported": ""
|
"videoNotSupported": "動画ファイル形式 {{type}} はサポートされていません"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"heading": "",
|
"heading": "共有先",
|
||||||
"content": {
|
"content": {
|
||||||
"select_account": ""
|
"select_account": "アカウントを選択"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"content": {
|
"content": {
|
||||||
"altText": {
|
"altText": {
|
||||||
"heading": ""
|
"heading": "代替テキスト"
|
||||||
},
|
},
|
||||||
"notificationsFilter": {
|
"notificationsFilter": {
|
||||||
"heading": "",
|
"heading": "表示する通知の種類",
|
||||||
"content": {
|
"content": {
|
||||||
"follow": "",
|
"follow": "$t(screenTabs:me.push.follow.heading)",
|
||||||
"follow_request": "",
|
"follow_request": "フォローリクエスト",
|
||||||
"favourite": "",
|
"favourite": "$t(screenTabs:me.push.favourite.heading)",
|
||||||
"reblog": "",
|
"reblog": "$t(screenTabs:me.push.reblog.heading)",
|
||||||
"mention": "",
|
"mention": "$t(screenTabs:me.push.mention.heading)",
|
||||||
"poll": "",
|
"poll": "$t(screenTabs:me.push.poll.heading)",
|
||||||
"status": "",
|
"status": "購読中のユーザーからのトゥート",
|
||||||
"update": ""
|
"update": "編集されたリブログ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"heading": "",
|
"heading": "お知らせ",
|
||||||
"content": {
|
"content": {
|
||||||
"published": "",
|
"published": "公開 <0 />",
|
||||||
"button": {
|
"button": {
|
||||||
"read": "",
|
"read": "既読",
|
||||||
"unread": ""
|
"unread": "既読にする"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,35 +1,35 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
"heading": {
|
||||||
"left": {
|
"left": {
|
||||||
"button": "",
|
"button": "キャンセル",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "編集をキャンセルしますか?",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"save": "",
|
"save": "下書きを保存",
|
||||||
"delete": "",
|
"delete": "下書きを削除",
|
||||||
"cancel": ""
|
"cancel": "キャンセル"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"button": {
|
"button": {
|
||||||
"default": "",
|
"default": "トゥート",
|
||||||
"conversation": "",
|
"conversation": "DMをトゥート",
|
||||||
"reply": "",
|
"reply": "トゥートに返信",
|
||||||
"deleteEdit": "",
|
"deleteEdit": "トゥート",
|
||||||
"edit": "",
|
"edit": "トゥート",
|
||||||
"share": ""
|
"share": "トゥート"
|
||||||
},
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"default": {
|
"default": {
|
||||||
"title": "",
|
"title": "トゥートに失敗しました",
|
||||||
"button": ""
|
"button": "もう一度やり直す"
|
||||||
},
|
},
|
||||||
"removeReply": {
|
"removeReply": {
|
||||||
"title": "",
|
"title": "返信されたトゥートが見つかりませんでした",
|
||||||
"description": "",
|
"description": "返信されたトゥートが削除された可能性があります。参照から削除しますか?",
|
||||||
"cancel": "",
|
"cancel": "$t(common:buttons.cancel)",
|
||||||
"confirm": ""
|
"confirm": "参照を削除"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -37,143 +37,143 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"root": {
|
"root": {
|
||||||
"header": {
|
"header": {
|
||||||
"postingAs": "",
|
"postingAs": "@{{acct}}@{{domain}} としてトゥート",
|
||||||
"spoilerInput": {
|
"spoilerInput": {
|
||||||
"placeholder": ""
|
"placeholder": "注意書き"
|
||||||
},
|
},
|
||||||
"textInput": {
|
"textInput": {
|
||||||
"placeholder": "",
|
"placeholder": "今なにかんがえてるの?",
|
||||||
"keyboardImage": {
|
"keyboardImage": {
|
||||||
"exceedMaximum": {
|
"exceedMaximum": {
|
||||||
"title": "",
|
"title": "アップロードできるメディアの数の上限に達しました",
|
||||||
"OK": ""
|
"OK": "$t(common:buttons.OK)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"attachments": {
|
"attachments": {
|
||||||
"sensitive": "",
|
"sensitive": "メディアを閲覧注意にする",
|
||||||
"remove": {
|
"remove": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "{{attachment}} のメディアを削除する"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "{{attachment}} のメディアを編集する"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "アップロードするメディアを追加する"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"emojis": {
|
"emojis": {
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "タップして絵文字を追加"
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"option": {
|
"option": {
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "投票オプション {{index}}",
|
||||||
"single": "",
|
"single": "単一選択項目",
|
||||||
"multiple": ""
|
"multiple": "複数選択項目"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quantity": {
|
"quantity": {
|
||||||
"reduce": {
|
"reduce": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "投票の選択肢を {{amount}} に減らす",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "最小の投票数 {{amount}} に到達しました"
|
||||||
},
|
},
|
||||||
"increase": {
|
"increase": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "投票の選択肢を {{amount}} に増やす",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "最大の投票数 {{amount}} に到達しました"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"multiple": {
|
"multiple": {
|
||||||
"heading": "",
|
"heading": "投票タイプ",
|
||||||
"options": {
|
"options": {
|
||||||
"single": "",
|
"single": "単一選択式",
|
||||||
"multiple": "",
|
"multiple": "複数選択式",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expiration": {
|
"expiration": {
|
||||||
"heading": "",
|
"heading": "終了時間",
|
||||||
"options": {
|
"options": {
|
||||||
"300": "",
|
"300": "5分",
|
||||||
"1800": "",
|
"1800": "30分",
|
||||||
"3600": "",
|
"3600": "1時間",
|
||||||
"21600": "",
|
"21600": "6時間",
|
||||||
"86400": "",
|
"86400": "1日",
|
||||||
"259200": "",
|
"259200": "3日",
|
||||||
"604800": "",
|
"604800": "7日",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "メディアをアップロード",
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "メディアをアップロードした場合、投票機能は無効化されます",
|
||||||
"failed": {
|
"failed": {
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "アップロードに失敗",
|
||||||
"button": ""
|
"button": "再試行"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "投票を追加",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "投票がアクティブな場合、メディアのアップロードは無効化されます"
|
||||||
},
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "公開範囲は {{visibility}} です",
|
||||||
"title": "",
|
"title": "公開範囲",
|
||||||
"options": {
|
"options": {
|
||||||
"public": "",
|
"public": "公開",
|
||||||
"unlisted": "",
|
"unlisted": "未収載",
|
||||||
"private": "",
|
"private": "フォロワー限定",
|
||||||
"direct": "",
|
"direct": "ダイレクトメッセージ",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spoiler": {
|
"spoiler": {
|
||||||
"accessibilityLabel": ""
|
"accessibilityLabel": "スポイラーの設定"
|
||||||
},
|
},
|
||||||
"emoji": {
|
"emoji": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "絵文字を追加",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "絵文字選択パネルを開き、横にスワイプしてページを変更します"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drafts_one": "",
|
"drafts_one": "下書き ({{count}})",
|
||||||
"drafts_other": ""
|
"drafts_other": "下書き ({{count}})"
|
||||||
},
|
},
|
||||||
"editAttachment": {
|
"editAttachment": {
|
||||||
"header": {
|
"header": {
|
||||||
"title": "",
|
"title": "メディアを編集",
|
||||||
"right": {
|
"right": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "メディアの編集を保存",
|
||||||
"failed": {
|
"failed": {
|
||||||
"title": "",
|
"title": "編集に失敗",
|
||||||
"button": ""
|
"button": "再試行"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"altText": {
|
"altText": {
|
||||||
"heading": "",
|
"heading": "閲覧が難しいユーザーへの説明",
|
||||||
"placeholder": ""
|
"placeholder": "目の不自由な人や視覚障がいを持つ人を含むより多くの人がメディアにアクセスできるようになる、代替テキスト(alt-text)とも呼ばれる説明をメディアに追加することができます。\n\n簡潔でありながらも、メディアの文脈を正確に理解できるような表現が良い説明です。"
|
||||||
},
|
},
|
||||||
"imageFocus": ""
|
"imageFocus": "円形の枠をドラッグしてサムネイルの焦点にしたい場所を更新します"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"draftsList": {
|
"draftsList": {
|
||||||
"header": {
|
"header": {
|
||||||
"title": ""
|
"title": "下書き"
|
||||||
},
|
},
|
||||||
"warning": "",
|
"warning": "下書きは端末内のみに保存されます。下書きが不幸な出来事によって失われる可能性があります。そのため下書きを長期保存のために使用しないことを推奨します。",
|
||||||
"content": {
|
"content": {
|
||||||
"accessibilityHint": "",
|
"accessibilityHint": "下書きを保存しました。タップしてこの下書きを編集します",
|
||||||
"textEmpty": ""
|
"textEmpty": "コンテンツが空です"
|
||||||
},
|
},
|
||||||
"checkAttachment": ""
|
"checkAttachment": "サーバー上にあるメディアを確認しています…"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"content": {
|
"content": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "この画像に対するほかのアクション",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "この画像を保存または共有できます"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"save": "",
|
"save": "画像を保存",
|
||||||
"share": "",
|
"share": "画像を共有",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
"succeed": "",
|
"succeed": "画像を保存しました",
|
||||||
"failed": ""
|
"failed": "画像の保存に失敗しました"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,353 +1,352 @@
|
|||||||
{
|
{
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"local": {
|
"local": {
|
||||||
"name": ""
|
"name": "ホーム"
|
||||||
},
|
},
|
||||||
"public": {
|
"public": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"segments": {
|
"segments": {
|
||||||
"left": "",
|
"left": "連合",
|
||||||
"right": ""
|
"right": "ローカル"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"name": ""
|
"name": "通知"
|
||||||
},
|
},
|
||||||
"me": {
|
"me": {
|
||||||
"name": ""
|
"name": "私について"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"search": {
|
"search": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "検索",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "ハッシュタグ、ユーザー、トゥートを検索"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"filter": {
|
"filter": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "フィルター",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "表示される通知の種類をフィルターする"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"me": {
|
"me": {
|
||||||
"stacks": {
|
"stacks": {
|
||||||
"bookmarks": {
|
"bookmarks": {
|
||||||
"name": ""
|
"name": "ブックマーク"
|
||||||
},
|
},
|
||||||
"conversations": {
|
"conversations": {
|
||||||
"name": ""
|
"name": "ダイレクトメッセージ"
|
||||||
},
|
},
|
||||||
"favourites": {
|
"favourites": {
|
||||||
"name": ""
|
"name": "お気に入り"
|
||||||
},
|
},
|
||||||
"fontSize": {
|
"fontSize": {
|
||||||
"name": ""
|
"name": "トゥートのフォントサイズ"
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"name": ""
|
"name": "言語"
|
||||||
},
|
},
|
||||||
"lists": {
|
"lists": {
|
||||||
"name": ""
|
"name": "リスト"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"name": ""
|
"name": "リスト: {{list}}"
|
||||||
},
|
},
|
||||||
"push": {
|
"push": {
|
||||||
"name": ""
|
"name": "プッシュ通知"
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"name": ""
|
"name": "プロフィールを編集"
|
||||||
},
|
},
|
||||||
"profileName": {
|
"profileName": {
|
||||||
"name": ""
|
"name": "表示名を編集"
|
||||||
},
|
},
|
||||||
"profileNote": {
|
"profileNote": {
|
||||||
"name": ""
|
"name": "説明文を編集"
|
||||||
},
|
},
|
||||||
"profileFields": {
|
"profileFields": {
|
||||||
"name": ""
|
"name": "プロフィール補足情報を編集"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"name": ""
|
"name": "アプリの設定"
|
||||||
},
|
},
|
||||||
"webSettings": {
|
"webSettings": {
|
||||||
"name": ""
|
"name": "アカウントの設定"
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
"name": ""
|
"name": "アカウントを切り替える"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fontSize": {
|
"fontSize": {
|
||||||
"demo": "",
|
"demo": "<p>これはトゥートの例です。😊 フォントサイズを以下の選択肢から選択できます。<br /><br />この設定はトゥートのメインコンテンツにのみ影響し、他のフォントサイズには影響しません。</p>",
|
||||||
"sizes": {
|
"sizes": {
|
||||||
"S": "",
|
"S": "小",
|
||||||
"M": "",
|
"M": "中 (デフォルト)",
|
||||||
"L": "",
|
"L": "大",
|
||||||
"XL": "",
|
"XL": "特大",
|
||||||
"XXL": ""
|
"XXL": "最大"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"cancellation": {
|
"cancellation": {
|
||||||
"title": "",
|
"title": "変更を破棄",
|
||||||
"message": "",
|
"message": "変更は保存されていません。変更の保存を破棄しますか?",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"cancel": "",
|
"cancel": "$t(common:buttons.cancel)",
|
||||||
"discard": ""
|
"discard": "破棄"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"feedback": {
|
"feedback": {
|
||||||
"succeed": "",
|
"succeed": "{{type}} がアップデートされました",
|
||||||
"failed": ""
|
"failed": "{{type}} のアップデートに失敗しました。もういちどお試しください"
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"name": {
|
"name": {
|
||||||
"title": ""
|
"title": "表示名"
|
||||||
},
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"title": "",
|
"title": "アイコン",
|
||||||
"description": ""
|
"description": "400x400pxまで縮小されます"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"title": "",
|
"title": "ヘッダー",
|
||||||
"description": ""
|
"description": "1500x1500pxまで縮小されます"
|
||||||
},
|
},
|
||||||
"note": {
|
"note": {
|
||||||
"title": ""
|
"title": "プロフィール説明文"
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "",
|
"title": "プロフィール補足情報",
|
||||||
"total_one": "",
|
"total_one": "{{count}} つのフィールド",
|
||||||
"total_other": ""
|
"total_other": "{{count}} つのフィールド"
|
||||||
},
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"title": "",
|
"title": "デフォルトの投稿の公開範囲",
|
||||||
"options": {
|
"options": {
|
||||||
"public": "",
|
"public": "公開",
|
||||||
"unlisted": "",
|
"unlisted": "未収載",
|
||||||
"private": "",
|
"private": "フォロワー限定",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensitive": {
|
"sensitive": {
|
||||||
"title": ""
|
"title": "メディアを常に閲覧注意として投稿する"
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
"title": "",
|
"title": "承認制アカウント",
|
||||||
"description": ""
|
"description": "フォロワーを手動で承認する必要があります"
|
||||||
},
|
},
|
||||||
"bot": {
|
"bot": {
|
||||||
"title": "",
|
"title": "ボットアカウント",
|
||||||
"description": ""
|
"description": "このアカウントを主に自動で動作するものとし、人による監視がされていない可能性があるものとします"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"group": "",
|
"group": "グループ {{index}}",
|
||||||
"label": "",
|
"label": "ラベル",
|
||||||
"content": ""
|
"content": "内容"
|
||||||
},
|
},
|
||||||
"mediaSelectionFailed": ""
|
"mediaSelectionFailed": "画像処理に失敗しました。もういちどお試しください。"
|
||||||
},
|
},
|
||||||
"push": {
|
"push": {
|
||||||
"notAvailable": "",
|
"notAvailable": "あなたがお使いのデバイスでは tooot のプッシュ通知をサポートしていません",
|
||||||
"enable": {
|
"enable": {
|
||||||
"direct": "",
|
"direct": "プッシュ通知を有効にする",
|
||||||
"settings": ""
|
"settings": "設定で有効にする"
|
||||||
},
|
},
|
||||||
"global": {
|
"global": {
|
||||||
"heading": "",
|
"heading": "{{acct}} の通知を有効にする",
|
||||||
"description": ""
|
"description": "メッセージは tooot のサーバー経由で到達します"
|
||||||
},
|
},
|
||||||
"decode": {
|
"decode": {
|
||||||
"heading": "",
|
"heading": "メッセージの詳細を表示",
|
||||||
"description": ""
|
"description": "tooot のサーバーを介して到達するメッセージは暗号化されますが、サーバー上でメッセージを復号することを選択できます。サーバーのソースコードはオープンソースであり、ログを保存することはありません。"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"heading": ""
|
"heading": "デフォルト"
|
||||||
},
|
},
|
||||||
"follow": {
|
"follow": {
|
||||||
"heading": ""
|
"heading": "新しいフォロワー"
|
||||||
},
|
},
|
||||||
"follow_request": {
|
"follow_request": {
|
||||||
"heading": ""
|
"heading": "フォローリクエスト"
|
||||||
},
|
},
|
||||||
"favourite": {
|
"favourite": {
|
||||||
"heading": ""
|
"heading": "お気に入り"
|
||||||
},
|
},
|
||||||
"reblog": {
|
"reblog": {
|
||||||
"heading": ""
|
"heading": "ブースト"
|
||||||
},
|
},
|
||||||
"mention": {
|
"mention": {
|
||||||
"heading": ""
|
"heading": "返信"
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"heading": ""
|
"heading": "投票"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"heading": ""
|
"heading": "購読したユーザーのトゥート"
|
||||||
},
|
},
|
||||||
"howitworks": ""
|
"howitworks": "通知到達(routing)のしくみを学ぶ"
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"announcements": {
|
"announcements": {
|
||||||
"content": {
|
"content": {
|
||||||
"unread": "",
|
"unread": "未読数: {{amount}}",
|
||||||
"read": "",
|
"read": "すべて読みました",
|
||||||
"empty": ""
|
"empty": "ありません"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"push": {
|
"push": {
|
||||||
"content": {
|
"content": {
|
||||||
"enabled": "",
|
"enabled": "有効",
|
||||||
"disabled": ""
|
"disabled": "無効"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"title": ""
|
"title": "最新バージョンへのアップデート"
|
||||||
},
|
},
|
||||||
"logout": {
|
"logout": {
|
||||||
"button": "",
|
"button": "ログアウト",
|
||||||
"alert": {
|
"alert": {
|
||||||
"title": "",
|
"title": "ログアウトしますか?",
|
||||||
"message": "",
|
"message": "ログアウトすると、再度ログインする必要があります",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"logout": "",
|
"logout": "ログアウト",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontsize": {
|
"fontsize": {
|
||||||
"heading": "",
|
"heading": "$t(me.stacks.fontSize.name)",
|
||||||
"content": {
|
"content": {
|
||||||
"S": "",
|
"S": "$t(me.fontSize.sizes.S)",
|
||||||
"M": "",
|
"M": "$t(me.fontSize.sizes.M)",
|
||||||
"L": "",
|
"L": "$t(me.fontSize.sizes.L)",
|
||||||
"XL": "",
|
"XL": "$t(me.fontSize.sizes.XL)",
|
||||||
"XXL": ""
|
"XXL": "$t(me.fontSize.sizes.XXL)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"heading": "",
|
"heading": "$t(me.stacks.language.name)",
|
||||||
"options": {
|
"options": {
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"heading": "",
|
"heading": "外観",
|
||||||
"options": {
|
"options": {
|
||||||
"auto": "",
|
"auto": "システムの設定に従う",
|
||||||
"light": "",
|
"light": "ライトモード",
|
||||||
"dark": "",
|
"dark": "ダークモード",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"darkTheme": {
|
"darkTheme": {
|
||||||
"heading": "",
|
"heading": "ダークテーマ",
|
||||||
"options": {
|
"options": {
|
||||||
"lighter": "",
|
"lighter": "明るめ",
|
||||||
"darker": "",
|
"darker": "暗め",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"heading": "",
|
"heading": "リンクを開く",
|
||||||
"options": {
|
"options": {
|
||||||
"internal": "",
|
"internal": "アプリ内で開く",
|
||||||
"external": "",
|
"external": "システムブラウザを使用する",
|
||||||
"cancel": ""
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"staticEmoji": {
|
"staticEmoji": {
|
||||||
"heading": "",
|
"heading": "静的な絵文字リスト",
|
||||||
"description": ""
|
"description": "絵文字リストを表示しているときにアプリが頻繁にクラッシュする場合、代わりにアニメーションが無効化された絵文字リストを使用してみてください。"
|
||||||
},
|
},
|
||||||
"feedback": {
|
"feedback": {
|
||||||
"heading": ""
|
"heading": "機能リクエスト"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"heading": ""
|
"heading": "tooot をサポート"
|
||||||
},
|
},
|
||||||
"review": {
|
"review": {
|
||||||
"heading": ""
|
"heading": "tooot をレビュー"
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"heading": ""
|
"heading": "tooot に関する連絡"
|
||||||
},
|
},
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"heading": "",
|
"heading": "ソフトウェア改善への協力",
|
||||||
"description": ""
|
"description": "ユーザーに関連しない情報のみ収集します"
|
||||||
},
|
},
|
||||||
"version": "",
|
"version": "バージョン v{{version}}",
|
||||||
"instanceVersion": ""
|
"instanceVersion": "Mastodonのバージョン v{{version}}"
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
"existing": "",
|
"existing": "ログイン済みのアカウント",
|
||||||
"new": ""
|
"new": "インスタンスに新規ログイン"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
"account": {
|
"account": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"accessibilityLabel": "",
|
"accessibilityLabel": "ユーザー {{user}} に対するアクション",
|
||||||
"accessibilityHint": ""
|
"accessibilityHint": "このユーザーをミュート、ブロック、報告または共有できます"
|
||||||
},
|
},
|
||||||
"followed_by": "",
|
"followed_by": "はあなたをフォローしています",
|
||||||
"moved": "",
|
"moved": "ユーザーは引っ越ししました",
|
||||||
"created_at": "",
|
"created_at": "登録日: {{date}}",
|
||||||
"summary": {
|
"summary": {
|
||||||
"statuses_count": "",
|
"statuses_count": "{{count}} 投稿",
|
||||||
"following_count": "",
|
"following_count": "$t(shared.users.accounts.following)",
|
||||||
"followers_count": ""
|
"followers_count": "$t(shared.users.accounts.followers)" },
|
||||||
},
|
|
||||||
"toots": {
|
"toots": {
|
||||||
"default": "",
|
"default": "投稿",
|
||||||
"all": ""
|
"all": "投稿と返信"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"attachments": {
|
"attachments": {
|
||||||
"name": ""
|
"name": "<0 /><1>\" のメディア</1>"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"header": {
|
"header": {
|
||||||
"prefix": "",
|
"prefix": "検索",
|
||||||
"placeholder": ""
|
"placeholder": "検索したいことは…?"
|
||||||
},
|
},
|
||||||
"empty": {
|
"empty": {
|
||||||
"general": "",
|
"general": "検索キーワードを入力して<bold>$t(screenTabs:shared.search.sections.accounts)</bold>、<bold>$t(screenTabs:shared.search.sections.hashtags)</bold> または <bold>$t(screenTabs:shared.search.sections.statuses)</bold>を検索",
|
||||||
"advanced": {
|
"advanced": {
|
||||||
"header": "",
|
"header": "高度な検索のフォーマット",
|
||||||
"example": {
|
"example": {
|
||||||
"account": "",
|
"account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)",
|
||||||
"hashtag": "",
|
"hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)",
|
||||||
"statusLink": "",
|
"statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)",
|
||||||
"accountLink": ""
|
"accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sections": {
|
"sections": {
|
||||||
"accounts": "",
|
"accounts": "ユーザー",
|
||||||
"hashtags": "",
|
"hashtags": "ハッシュタグ",
|
||||||
"statuses": ""
|
"statuses": "投稿"
|
||||||
},
|
},
|
||||||
"notFound": ""
|
"notFound": "{{type}} <bold>{{searchTerm}}</bold> は見つかりませんでした"
|
||||||
},
|
},
|
||||||
"toot": {
|
"toot": {
|
||||||
"name": ""
|
"name": "スレッド"
|
||||||
},
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"accounts": {
|
"accounts": {
|
||||||
"following": "",
|
"following": "{{count}} フォロー",
|
||||||
"followers": ""
|
"followers": "{{count}} フォロワー"
|
||||||
},
|
},
|
||||||
"statuses": {
|
"statuses": {
|
||||||
"reblogged_by": "",
|
"reblogged_by": "{{count}} ブースト",
|
||||||
"favourited_by": ""
|
"favourited_by": "{{count}} お気に入り"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"name": ""
|
"name": "編集履歴"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user