Add localizations

This commit is contained in:
Justin Edmund 2023-01-28 18:15:30 -08:00
parent c930bc348b
commit 308e5d07e8
2 changed files with 21 additions and 3 deletions

View file

@ -54,9 +54,6 @@
},
"remove": "Remove from grid"
},
"errors": {
"unauthorized": "You don't have permission to perform that action"
},
"filters": {
"labels": {
"element": "Element",
@ -94,6 +91,18 @@
"light": "Light"
}
},
"errors": {
"internal_server_error": {
"title": "Internal Server Error",
"description": "The server reported a problem that we couldn't automatically recover from. Please try your request again."
},
"not_found": {
"title": "Not found",
"description": "The page you're looking for couldn't be found",
"button": "Create a new party"
},
"unauthorized": "You don't have permission to perform that action"
},
"proficiencies": {
"sabre": "Sabre",
"dagger": "Dagger",

View file

@ -63,6 +63,15 @@
}
},
"errors": {
"internal_server_error": {
"title": "サーバーエラー",
"description": "サーバーから届いたエラーは自動的に復されなかったため、再びリクエストを行なってください"
},
"not_found": {
"title": "見つかりませんでした",
"description": "探しているページは見つかりませんでした",
"button": "新しい編成を作成"
},
"unauthorized": "行ったアクションを実行する権限がありません"
},
"header": {