Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
⭐ new: japanese localization
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jul 21, 2018
1 parent b8ab630 commit e6e0980
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions client-addon/src/locales/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"org": {
"kazupon": {
"vue-i18n": {
"editor": {
"messages": "メッセージ",
"paths": "パス"
},
"locale": {
"button": "ロケールを追加",
"default": "{locale} (デフォルト)",
"modal": {
"body": {
"hint": "BCP47 によるロケール名で推奨",
"info": "BCP47 について ...",
"label": "ロケールを入力",
"placeholder": "例: ja",
"error": "既にロケールが存在します。"
},
"button": "追加",
"title": "ロケールを追加"
}
},
"message-field": {
"placeholder": "メッセージを編集"
},
"notification": {
"message": "{locale} を追加しました。",
"title": "Vue I18n"
},
"path-add-field": {
"button": "パスを追加",
"modal": {
"body": "パスを追加してもよろしいですか?",
"button": "追加",
"title": "確認",
"messages": {
"already": "既にパスが存在します。",
"breaking": "このパスを追加した場合、対応するパスの階層構造が失われるかもしれません。"
}
},
"placeholder": "パスの入力"
},
"path-field": {
"modal": {
"body": "パスを更新してもよろしいですか?",
"button": "更新",
"title": "確認"
},
"placeholder": "パスを更新"
},
"title": "プロジェクトローカライゼーション",
"tooltip": "ローカライゼーション"
}
}
}
}

0 comments on commit e6e0980

Please sign in to comment.