Skip to content
Snippets Groups Projects
Unverified Commit 26f0a7e8 authored by transifex-integration[bot]'s avatar transifex-integration[bot] Committed by GitHub
Browse files

Translate /app/assets/locales/en.json in ja_JP (#4517)


translation completed for the source file '/app/assets/locales/en.json'
on the 'ja_JP' language.

Co-authored-by: default avatartransifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
parent 9f788ae1
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,15 @@ ...@@ -25,7 +25,15 @@
"created_at": "作成時", "created_at": "作成時",
"homepage": { "homepage": {
"welcome_bbb": "BigBlueButton へようこそ。", "welcome_bbb": "BigBlueButton へようこそ。",
"greenlight_description": "Greenlightは、オープンソースWeb会議サーバ BigBlueButton のシンプルなフロントエンドです。 自分の会議室を作成して会議を主催したり、簡単なリンクを使用して他のユーザーを招待したりできます。" "greenlight_description": "Greenlightは、オープンソースWeb会議サーバ BigBlueButton のシンプルなフロントエンドです。 自分の会議室を作成して会議を主催したり、簡単なリンクを使用して他のユーザーを招待したりできます。",
"meeting_title": "会議を立ち上げる",
"meeting_description": "仮想のクラスを立ち上げて、学習効果を最大にすることができます。",
"recording_title": "会議を録画する",
"recording_description": "BigBlueButtonの会議を録画し、学生や生徒と共有することができます。",
"settings_title": "会議室を管理する",
"settings_description": "会議室の設定を調整し、仮想教室を効果的に運用できます。",
"learning_tools_title": "もちろんこれだけではありません!",
"learning_tools_description": "BigBlueButtonには多くの組み込みツールが用意され、オンライン学習&授業を快適に行うことができます。"
}, },
"authentication": { "authentication": {
"sign_in": "サインイン", "sign_in": "サインイン",
...@@ -232,6 +240,7 @@ ...@@ -232,6 +240,7 @@
"enter_link": "リンクをここに入力" "enter_link": "リンクをここに入力"
}, },
"settings": { "settings": {
"settings": "設定",
"allow_users_to_share_rooms": "ユーザーに会議室の共有を許可", "allow_users_to_share_rooms": "ユーザーに会議室の共有を許可",
"allow_users_to_share_rooms_description": "無効に設定した場合、各会議室のドロップダウンからボタンが削除され、ユーザーが会議室を共有できなくなります", "allow_users_to_share_rooms_description": "無効に設定した場合、各会議室のドロップダウンからボタンが削除され、ユーザーが会議室を共有できなくなります",
"allow_users_to_preupload_presentation": "ユーザーにプレゼンファイルの事前アップロードを許可", "allow_users_to_preupload_presentation": "ユーザーにプレゼンファイルの事前アップロードを許可",
...@@ -443,6 +452,27 @@ ...@@ -443,6 +452,27 @@
"label": "ログイン状態を維持" "label": "ログイン状態を維持"
} }
} }
},
"change_password": {
"fields": {
"old_password": {
"label": "現在のパスワード",
"placeholder": "パスワードを入力"
},
"new_password": {
"label": "新しいパスワード",
"placeholder": "新しいパスワードを入力"
},
"password_confirmation": {
"label": "パスワード確認",
"placeholder": "新しいパスワードを確認"
}
},
"validations": {
"old_password": {
"required": "現在のパスワードを入力してください"
}
}
} }
}, },
"admin": { "admin": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment