language support
This commit is contained in:
50
public/locales/de.json
Normal file
50
public/locales/de.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"login": {
|
||||
"title": "Willkommen zurück!",
|
||||
"email": "E-Mail",
|
||||
"password": "Passwort",
|
||||
"button": "Einloggen",
|
||||
"loading": "Lädt",
|
||||
"register_prompt": "Noch keinen Account?",
|
||||
"register_link": "Registrieren",
|
||||
"welcome_notification": "Willkommen bei Maxun!",
|
||||
"error_notification": "Anmeldung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
||||
},
|
||||
"register": {
|
||||
"title": "Konto registrieren",
|
||||
"email": "E-Mail",
|
||||
"password": "Passwort",
|
||||
"button": "Registrieren",
|
||||
"loading": "Lädt",
|
||||
"register_prompt": "Bereits ein Konto?",
|
||||
"login_link": "Einloggen",
|
||||
"welcome_notification": "Willkommen bei Maxun!",
|
||||
"error_notification": "Registrierung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "Ausführen",
|
||||
"name": "Name",
|
||||
"schedule": "Zeitplan",
|
||||
"integrate": "Integrieren",
|
||||
"settings": "Einstellungen",
|
||||
"options": "Optionen",
|
||||
"heading": "Meine Roboter",
|
||||
"new": "Roboter erstellen",
|
||||
"modal": {
|
||||
"title": "Geben Sie die URL ein",
|
||||
"label": "URL",
|
||||
"button": "Aufnahme starten"
|
||||
},
|
||||
"edit": "Bearbeiten",
|
||||
"delete": "Löschen",
|
||||
"duplicate": "Duplizieren"
|
||||
},
|
||||
"mainmenu": {
|
||||
"recordings": "Roboter",
|
||||
"runs": "Ausführungen",
|
||||
"proxy": "Proxy",
|
||||
"apikey": "API-Schlüssel",
|
||||
"feedback": "Maxun Cloud beitreten",
|
||||
"apidocs": "API-Dokumentation"
|
||||
}
|
||||
}
|
||||
@@ -9,5 +9,45 @@
|
||||
"register_link": "Register",
|
||||
"welcome_notification": "Welcome to Maxun!",
|
||||
"error_notification": "Login Failed. Please try again."
|
||||
},
|
||||
"register": {
|
||||
"title": "Register Account",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"button": "Register",
|
||||
"loading": "Loading",
|
||||
"register_prompt": "Already have an account?",
|
||||
"login_link": "Login",
|
||||
"welcome_notification": "Welcome to Maxun!",
|
||||
"error_notification": "Registeration Failed. Please try again."
|
||||
},
|
||||
"recordingtable":{
|
||||
"run": "Run",
|
||||
"name": "Name",
|
||||
"schedule": "Schedule",
|
||||
"integrate": "Integrate",
|
||||
"settings": "Settings",
|
||||
"options": "Options",
|
||||
"heading":"My Robots",
|
||||
"new":"Create Robot",
|
||||
"modal":{
|
||||
"title":"Enter the URL",
|
||||
"label":"URL",
|
||||
"button":"Start Recording"
|
||||
},
|
||||
"edit":"Edit",
|
||||
"delete":"Delete",
|
||||
"duplicate":"Duplicate",
|
||||
"search":"Search Robots..."
|
||||
|
||||
},
|
||||
"mainmenu":{
|
||||
"recordings": "Robots",
|
||||
"runs": "Runs",
|
||||
"proxy": "Proxy",
|
||||
"apikey": "API Key",
|
||||
"feedback":"Join Maxun Cloud",
|
||||
"apidocs":"API Docs"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,50 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Maxun",
|
||||
"version": "beta"
|
||||
},
|
||||
"login": {
|
||||
"title": "おかえりなさい!",
|
||||
"login": {
|
||||
"title": "お帰りなさい!",
|
||||
"email": "メールアドレス",
|
||||
"password": "パスワード",
|
||||
"button": "ログイン",
|
||||
"register_prompt": "アカウントをお持ちでない方は、新規登録"
|
||||
}
|
||||
}
|
||||
"loading": "読み込み中",
|
||||
"register_prompt": "アカウントをお持ちでないですか?",
|
||||
"register_link": "登録する",
|
||||
"welcome_notification": "Maxunへようこそ!",
|
||||
"error_notification": "ログインに失敗しました。もう一度お試しください。"
|
||||
},
|
||||
"register": {
|
||||
"title": "アカウントを登録する",
|
||||
"email": "メールアドレス",
|
||||
"password": "パスワード",
|
||||
"button": "登録する",
|
||||
"loading": "読み込み中",
|
||||
"register_prompt": "既にアカウントをお持ちですか?",
|
||||
"login_link": "ログイン",
|
||||
"welcome_notification": "Maxunへようこそ!",
|
||||
"error_notification": "登録に失敗しました。もう一度お試しください。"
|
||||
},
|
||||
"recordingtable": {
|
||||
"run": "実行",
|
||||
"name": "名前",
|
||||
"schedule": "スケジュール",
|
||||
"integrate": "統合",
|
||||
"settings": "設定",
|
||||
"options": "オプション",
|
||||
"heading": "私のロボット",
|
||||
"new": "ロボットを作成",
|
||||
"modal": {
|
||||
"title": "URLを入力してください",
|
||||
"label": "URL",
|
||||
"button": "録画を開始"
|
||||
},
|
||||
"edit": "編集",
|
||||
"delete": "削除",
|
||||
"duplicate": "複製"
|
||||
},
|
||||
"mainmenu": {
|
||||
"recordings": "ロボット",
|
||||
"runs": "実行",
|
||||
"proxy": "プロキシ",
|
||||
"apikey": "APIキー",
|
||||
"feedback": "Maxunクラウドに参加する",
|
||||
"apidocs": "APIドキュメント"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user