Apply translations in ja_JP

review completed for the source file '/crabfit-frontend/public/i18n/en/event.json'
on the 'ja_JP' language.
This commit is contained in:
transifex-integration[bot] 2021-06-07 12:14:37 +00:00 committed by GitHub
parent dbd34b7483
commit 9fa9c79e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,63 +1,65 @@
{ {
"available": "available", "available": "都合がいい",
"greyed_times": "この領域はイベントの範囲ではないので、グレーアウトしました。このイベントは作った時間帯と違う時間帯で見るかもしれません。",
"nav": { "nav": {
"title": "Click to copy", "title": "クリックして、コピーする",
"copied": "Copied!", "copied": "コピーしました!",
"shareinfo": "Copy the link to this page, or share via <1>email</1>.", "shareinfo": "このページのリンクをコーピして、または<1>メール</1>でシェアします。",
"shareinfo_alt": "Click the link above to copy it to your clipboard, or share via <1>email</1>.", "shareinfo_alt": "この上にあるリンクをクリックして、クリップボードにコーピして、または<1>メール</1>でシェアーします。",
"email_subject": "Scheduling {{event_name}}", "email_subject": "{{event_name}}を予定",
"email_body": "Visit this link to enter your availabilities:" "email_body": "このリンクで都合を登録できます:"
}, },
"form": { "form": {
"signed_out": "Sign in to add your availability", "signed_out": "都合を登録したいなら、最初はログインしてください",
"signed_in": "Signed in as {{name}}", "signed_in": "{{name}}でログインしています",
"name": "Your name", "name": "あなたの名前",
"password": "Password (optional)", "password": "パスワード(任意)",
"button": "Login", "button": "ログイン",
"info": "These details are only for this event. Use a password to prevent others from changing your availability.", "info": "この詳細はこのイベントだけについてです。他人はあなたの都合を変化することを予防したいなら、パスワードを使ってください。",
"timezone": "Your time zone", "timezone": "あなたの時間帯",
"errors": { "errors": {
"password_incorrect": "Password is incorrect. Check your name is spelled right.", "password_incorrect": "パスワードは正しくありません。名前の綴りかたを確認してください。",
"unknown": "Failed to login. Please try again." "unknown": "ログインはできなかったです。もう一度やり直してください。"
}, },
"created_in_timezone": "This event was created in the timezone <strong>{{timezone}}</strong>. <3>Click here</3> to use it.", "created_in_timezone": "このイベントは<strong>{{timezone}}</strong>の時間帯で作成しました。<3>ここをクリックする</3>とその時間帯を使うことができます。",
"local_timezone": "Your local timezone is detected to be <strong>{{timezone}}</strong>. <3>Click here</3> to use it." "local_timezone": "システムによると、あなたのローカル時間帯は<strong>{{timezone}}</strong>です。<3>ここをクリックする</3>とその時間帯を使うことでできます。"
}, },
"offline": { "offline": {
"title": "You are offline", "title": "インターネットは接続していません",
"body": "A Crab Fit doesn't work offline.<br />Make sure you're connected to the internet and try again." "body": "クラブフィットはオフラインで使われません。<br />インターネット接続を確認してもう一度やり直してください。"
}, },
"error": { "error": {
"title": "Event not found", "title": "イベントは見つけられませんでした",
"body": "Check that the url you entered is correct." "body": "登録したURLを確認してください"
}, },
"tabs": { "tabs": {
"you": "Your availability", "you": "あなたの都合",
"you_tooltip": "Login to set your availability", "you_tooltip": "ログインすると都合を設定することができます",
"group": "Group availability" "group": "グループの都合"
}, },
"group": { "group": {
"legend_tooltip": "Click to highlight highest availability", "legend_tooltip": "クリックすると最高の都合をハイライトすることができます",
"info1": "Hover or tap the calendar below to see who is available", "info1": "下のカレンダーの上にマウスカーソルをホバリングしてまたはタップすると都合がいい人を見ることができます",
"info2": "Click the names below to view people individually" "info2": "下の名前をクリックすると人の都合を見ることができます"
}, },
"you": { "you": {
"info": "Click and drag the calendar below to set your availabilities", "info": "都合を設定したいなら、下のカレンダーをクリックしてドラッグする",
"google_cal": { "google_cal": {
"login": "Sync with Google Calendar", "login": "Googleカレンダーを同期する",
"logout": "log out", "logout": "ログアウト",
"select_all": "Select all", "select_all": "全部を選択する",
"select_none": "Select none", "select_none": "どれもないを選択する",
"info": "Importing will overwrite your current availability", "info": "インポートしたら、今の都合が上書きされる",
"button": "Import availability" "button": "都合をインポートする"
} },
"outlook_cal": "Outlookカレンダーを同期する"
} }
} }