🌐 New Crowdin updates (#1531)

This commit is contained in:
Thomas Camlong
2023-11-03 21:15:08 +01:00
committed by GitHub
parent 4f0be52fe9
commit f4a4b3c252
428 changed files with 5095 additions and 2744 deletions

View File

@@ -1,6 +1,6 @@
{
"allowGuests": {
"label": "",
"description": ""
"label": "匿名を許可する",
"description": "ログインしていないユーザーにボードの閲覧を許可する"
}
}

View File

@@ -23,7 +23,7 @@
},
"access": {
"name": "",
"description": ""
"description": "ボードにアクセスできる人を設定する"
}
}
}

View File

@@ -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}} のキャッシュがクリアされた。"
}
}
}

View File

@@ -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": "編集モードの切り替えに失敗しました。"
}
}
}