mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Update translations
This commit is contained in:
parent
f7d9aecf47
commit
e9e7a3cdf3
@ -544,8 +544,8 @@
|
||||
"day": "{count} {count, plural,\none {den}\nother {dny}\n}",
|
||||
"week": "{count} {count, plural,\none {týden}\nother {týdnů}\n}",
|
||||
"second": "{count} {count, plural,\none {vteřina}\nfew {vteřiny}\nother {vteřin}\n}",
|
||||
"minute": "{count} {count, plural,\none {minuta}\nfew {minuty}\nother {minuty}\n}",
|
||||
"hour": "{count} {count, plural,\none {hodina}\nfew {hodiny}\nother {hodin}\n}"
|
||||
"minute": "{count} {count, plural,\none {minutou}\nother {minuty}\n}",
|
||||
"hour": "{count} {count, plural,\n one {hodinou}\n other {hodiny}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Heslo",
|
||||
@ -657,7 +657,7 @@
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\none {sekundu}\nother {sekund}\n}",
|
||||
"minute": "{count} {count, plural,\none {minutu}\nother {minut}\n}",
|
||||
"hour": "{count} {count, plural,\none {hodinu}\nother {hodin}\n}",
|
||||
"hour": "{count} {count, plural,\none {hodinu}\nother {hodiny}\n}",
|
||||
"day": "{count} {count, plural,\none {dnů}\nother {dnů}\n}",
|
||||
"week": "{count} {count, plural,\none {týden}\nother {týdnů}\n}"
|
||||
}
|
||||
|
@ -515,6 +515,20 @@
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "Z-Wave hálózat kezelése"
|
||||
},
|
||||
"users": {
|
||||
"caption": "Felhasználók",
|
||||
"description": "Felhasználók kezelése",
|
||||
"picker": {
|
||||
"title": "Felhasználók"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Felhasználó átnevezése",
|
||||
"change_password": "Jelszó módosítása",
|
||||
"activate_user": "Felhasználó aktiválása",
|
||||
"deactivate_user": "Felhasználó inaktiválása",
|
||||
"delete_user": "Felhasználó törlése"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -529,7 +543,7 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {nap}\nother {nap}\n}",
|
||||
"week": "{count} {count, plural,\none {hét}\nother {hét}\n}",
|
||||
"second": "{count} {count, plural,\none {mp}\nother {mp}\n}",
|
||||
"second": "{count} {count, plural,\none {másodperc}\nother {másodperc}\n}",
|
||||
"minute": "{count} {count, plural,\none {perc}\nother {perc}\n}",
|
||||
"hour": "{count} {count, plural,\none {óra}\nother {óra}\n}"
|
||||
},
|
||||
@ -615,7 +629,7 @@
|
||||
"on_off": "Be \/ ki",
|
||||
"target_temperature": "Kívánt hőmérséklet",
|
||||
"target_humidity": "Kívánt páratartalom",
|
||||
"operation": "Művelet",
|
||||
"operation": "Üzemmód",
|
||||
"fan_mode": "Sebesség",
|
||||
"swing_mode": "Forgási mód",
|
||||
"away_mode": "Távoli mód",
|
||||
@ -639,7 +653,14 @@
|
||||
"relative_time": {
|
||||
"past": "{time} ezelőtt",
|
||||
"future": "{time} múlva",
|
||||
"never": "Soha"
|
||||
"never": "Soha",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\n one {másodperc}\n other {másodperc}\n}",
|
||||
"minute": "{count} {count, plural,\n one {perc}\n other {perc}\n}",
|
||||
"hour": "{count} {count, plural,\n one {óra}\n other {óra}\n}",
|
||||
"day": "{count} {count, plural,\n one {nap}\n other {nap}\n}",
|
||||
"week": "{count} {count, plural,\n one {hét}\n other {hét}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Állapot előzmények betöltése...",
|
||||
|
@ -56,6 +56,7 @@
|
||||
"on": "接続済"
|
||||
},
|
||||
"cold": {
|
||||
"off": "通常",
|
||||
"on": "低温"
|
||||
},
|
||||
"heat": {
|
||||
@ -72,6 +73,8 @@
|
||||
"climate": {
|
||||
"off": "オフ",
|
||||
"on": "オン",
|
||||
"heat": "暖房",
|
||||
"cool": "冷房",
|
||||
"idle": "アイドル",
|
||||
"auto": "オート",
|
||||
"dry": "ドライ",
|
||||
@ -94,7 +97,8 @@
|
||||
},
|
||||
"group": {
|
||||
"off": "オフ",
|
||||
"on": "オン"
|
||||
"on": "オン",
|
||||
"ok": "OK"
|
||||
},
|
||||
"input_boolean": {
|
||||
"off": "オフ",
|
||||
@ -107,6 +111,7 @@
|
||||
"media_player": {
|
||||
"off": "オフ",
|
||||
"on": "オン",
|
||||
"playing": "再生中",
|
||||
"paused": "一時停止",
|
||||
"idle": "アイドル"
|
||||
},
|
||||
@ -135,7 +140,12 @@
|
||||
},
|
||||
"zwave": {
|
||||
"default": {
|
||||
"initializing": "初期化中"
|
||||
"initializing": "初期化中",
|
||||
"sleeping": "スリープ",
|
||||
"ready": "準備完了"
|
||||
},
|
||||
"query_stage": {
|
||||
"initializing": "初期化中({query_stage})"
|
||||
}
|
||||
},
|
||||
"weather": {
|
||||
@ -153,6 +163,11 @@
|
||||
"windy": "強風"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
"default": {
|
||||
"unknown": "不明"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
"panel": {
|
||||
"shopping-list": {
|
||||
@ -171,6 +186,7 @@
|
||||
"header": "Home Assistantの設定",
|
||||
"core": {
|
||||
"caption": "一般",
|
||||
"description": "設定ファイルの検証とサーバーの操作",
|
||||
"section": {
|
||||
"core": {
|
||||
"validation": {
|
||||
@ -180,7 +196,7 @@
|
||||
"invalid": "設定は無効です"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "設定を再読込中",
|
||||
"heading": "設定の再読込",
|
||||
"introduction": "Home Assistantの一部は、再起動を必要とせずに再読込できます。再読込を押すと、現在の設定をアンロードし、新しい設定を読み込みます。",
|
||||
"core": "コアの再読込",
|
||||
"group": "グループの再読込",
|
||||
@ -210,6 +226,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"customize": {
|
||||
"caption": "カスタマイズ"
|
||||
},
|
||||
"automation": {
|
||||
"caption": "オートメーション",
|
||||
"description": "オートメーションの作成と編集",
|
||||
@ -224,8 +243,10 @@
|
||||
"alias": "名前",
|
||||
"triggers": {
|
||||
"header": "トリガー",
|
||||
"introduction": "トリガーはオートメーションルールの処理を開始させます。同じルールに対して複数のトリガーを指定することが可能です。トリガーが開始されると、Home Assistantは条件があれば確認し、アクションを呼び出します。\n\n[トリガーについて](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||
"add": "トリガーを追加",
|
||||
"duplicate": "複製",
|
||||
"delete": "削除",
|
||||
"delete_confirm": "本当に削除しますか?",
|
||||
"type_select": "トリガーの種類",
|
||||
"type": {
|
||||
@ -239,14 +260,21 @@
|
||||
"to": "変化後"
|
||||
},
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"start": "起動",
|
||||
"shutdown": "停止"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "MQTT"
|
||||
},
|
||||
"sun": {
|
||||
"sunrise": "日の出",
|
||||
"sunset": "日の入",
|
||||
"offset": "オフセット(オプション)"
|
||||
},
|
||||
"template": {
|
||||
"label": "テンプレート"
|
||||
},
|
||||
"time": {
|
||||
"label": "時刻"
|
||||
}
|
||||
@ -255,6 +283,8 @@
|
||||
"conditions": {
|
||||
"header": "条件",
|
||||
"add": "条件を追加",
|
||||
"delete": "削除",
|
||||
"delete_confirm": "本当に削除しますか?",
|
||||
"unsupported_condition": "未サポートの条件:{condition}",
|
||||
"type_select": "条件の種類",
|
||||
"type": {
|
||||
@ -268,6 +298,8 @@
|
||||
"header": "アクション",
|
||||
"introduction": "アクションは、オートメーションがトリガーされたときにHome Assistantが実行するものです。\n\n [アクションの詳細](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||
"add": "アクションを追加",
|
||||
"delete": "削除",
|
||||
"delete_confirm": "本当に削除しますか?",
|
||||
"unsupported_action": "未サポートのアクション:{action}",
|
||||
"type_select": "アクションの種類",
|
||||
"type": {
|
||||
@ -429,12 +461,22 @@
|
||||
"binary_sensor": "バイナリセンサー",
|
||||
"calendar": "カレンダー",
|
||||
"camera": "カメラ",
|
||||
"group": "グループ",
|
||||
"image_processing": "画像処理",
|
||||
"light": "照明",
|
||||
"mailbox": "メールボックス",
|
||||
"media_player": "メディアプレーヤー",
|
||||
"notify": "通知",
|
||||
"script": "スクリプト",
|
||||
"sensor": "センサー",
|
||||
"switch": "スイッチ",
|
||||
"updater": "アップデーター",
|
||||
"zwave": "Z-Wave"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
"humidity": "湿度",
|
||||
"wind_speed": "風速"
|
||||
}
|
||||
}
|
||||
}
|
@ -653,7 +653,14 @@
|
||||
"relative_time": {
|
||||
"past": "For {time} siden",
|
||||
"future": "Om {time}",
|
||||
"never": "Aldri"
|
||||
"never": "Aldri",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
|
||||
"minute": "{count} {count, plural,\none {minutt}\nother {minutter}\n}",
|
||||
"hour": "{count} {count, plural,\none {time}\nother {timer}\n}",
|
||||
"day": "{count} {count, plural,\none {dag}\nother {dager}\n}",
|
||||
"week": "{count} {count, plural,\none {uke}\nother {uker}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Laster statushistorikk...",
|
||||
|
Loading…
x
Reference in New Issue
Block a user