🌐 New Crowdin updates (#1531)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"allowGuests": {
|
||||
"label": "",
|
||||
"description": ""
|
||||
"label": "匿名を許可する",
|
||||
"description": "ログインしていないユーザーにボードの閲覧を許可する"
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"access": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
"description": "ボードにアクセスできる人を設定する"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"title": "",
|
||||
"title": "キャッシュ・クリーニング",
|
||||
"selector": {
|
||||
"label": "",
|
||||
"label": "クリアするキャッシュを選択する",
|
||||
"data": {
|
||||
"ping": "",
|
||||
"repositoryIcons": "",
|
||||
"calendar&medias": "",
|
||||
"weather": ""
|
||||
"ping": "Pingクエリ",
|
||||
"repositoryIcons": "リモート/ローカル・アイコン",
|
||||
"calendar&medias": "カレンダーからのメディア",
|
||||
"weather": "気象データ"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"notificationTitle": "",
|
||||
"notificationTitle": "キャッシュ・クリア",
|
||||
"clearAll": {
|
||||
"text": "",
|
||||
"notificationMessage": ""
|
||||
"text": "すべてのキャッシュを消去する",
|
||||
"notificationMessage": "すべてのキャッシュがクリアされました"
|
||||
},
|
||||
"clearSelect": {
|
||||
"text": "",
|
||||
"notificationMessageSingle": "",
|
||||
"notificationMessageMulti": ""
|
||||
"text": "選択したクエリを消去する",
|
||||
"notificationMessageSingle": "{{value}} のキャッシュがクリアされました。",
|
||||
"notificationMessageMulti": "{{values}} のキャッシュがクリアされた。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"menu": {
|
||||
"toggle": "",
|
||||
"enable": "",
|
||||
"disable": ""
|
||||
"toggle": "編集モードの切り替え",
|
||||
"enable": "編集モードを有効にする",
|
||||
"disable": "編集モードを無効にする"
|
||||
},
|
||||
"form": {
|
||||
"label": "",
|
||||
"message": "",
|
||||
"label": "パスワードの編集",
|
||||
"message": "編集モードを切り替えるには、 <Code>EDIT_MODE_PASSWORD</Code> という環境変数に入力したパスワードを入力する必要があります。これが設定されていない場合、編集モードのオンとオフを切り替えることはできません。",
|
||||
"submit": "送信"
|
||||
},
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "成功",
|
||||
"message": "編集モードの切り替えに成功。"
|
||||
},
|
||||
"error": {
|
||||
"title": "エラー",
|
||||
"message": ""
|
||||
"message": "編集モードの切り替えに失敗しました。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user