1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 09:04:56 +01:00

refs #1059 Update translation when domain does not find

This commit is contained in:
AkiraFukushima 2019-11-07 23:02:18 +09:00
parent 3709deb5ed
commit 54f6fc9637
14 changed files with 16 additions and 12 deletions

View File

@ -368,7 +368,6 @@
"add_user_error": "Hinzufügen des Benutzers fehlgeschlagen",
"authorize_url_error": "Konnte Zugrifss-URL nicht laden",
"domain_confirmed": "{{domain}} ist bestätigt, bitte einloggen",
"domain_doesnt_exist": "{{domain}} existiert nicht",
"loading": "Laden..."
},
"validation": {

View File

@ -78,7 +78,8 @@
"message": {
"follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}"
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
},
"login": {
"proxy_info": "If you want to use proxy server, please setup your proxy in",

View File

@ -425,7 +425,7 @@
"add_user_error": "Failed to add user",
"authorize_url_error": "Failed to get authorize url",
"domain_confirmed": "{{domain}} is confirmed, please login",
"domain_doesnt_exist": "{{domain}} does not exist",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL",
"loading": "Loading..."
},
"validation": {

View File

@ -395,7 +395,6 @@
"add_user_error": "Erreur lors de l'ajout d'un utilisateur⋅trice",
"authorize_url_error": "Erreur à la récupération de l'URL d'autorisation",
"domain_confirmed": "{{domain}} est confirmé, veuillez à présent vous connecter",
"domain_doesnt_exist": "{{domain}} n'existe pas",
"loading": "Chargement..."
},
"validation": {

View File

@ -38,5 +38,8 @@
"login": {
"proxy_info": "If you want to use proxy server, please setup your proxy in",
"proxy_here": " here"
},
"message": {
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
}
}

View File

@ -365,7 +365,6 @@
"add_user_error": "Impossibile aggiungere un utente",
"authorize_url_error": "Impossibile ottenere l'URL di autorizzazione",
"domain_confirmed": "{{domain}} è confermato, per favore accedi",
"domain_doesnt_exist": "{{domain}} non esiste",
"loading": "Caricamento..."
},
"validation": {

View File

@ -79,7 +79,8 @@
"message": {
"follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}"
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
},
"validation": {
"new_toot": {

View File

@ -425,7 +425,7 @@
"add_user_error": "メンバー追加に失敗しました",
"authorize_url_error": "認証用URLの取得に失敗しました",
"domain_confirmed": "{{domain}} が確認できました,ログインしてください",
"domain_doesnt_exist": "{{domain}} は存在しません",
"domain_doesnt_exist": "{{domain}} に接続できませんURLを確認してください",
"loading": "読み込み中..."
},
"validation": {

View File

@ -349,7 +349,6 @@
"add_user_error": "사용자를 추가할 수 없습니다",
"authorize_url_error": "인증 URL을 가져올 수 없습니다",
"domain_confirmed": "{{domain}} 도메인이 확인되었습니다. 로그인 해주세요.",
"domain_doesnt_exist": "{{domain}} 도메인이 없습니다.",
"loading": "로딩중..."
},
"validation": {

View File

@ -97,7 +97,8 @@
"message": {
"follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}"
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
},
"validation": {
"new_toot": {

View File

@ -332,7 +332,6 @@
"add_user_error": "Nie udało się dodać użytkownika",
"authorize_url_error": "Nie udało się uzyskać adresu autoryzacji",
"domain_confirmed": "{{domain}} została potwierdzona, zaloguj się",
"domain_doesnt_exist": "{{domain}} nie istnieje",
"loading": "Ładowanie…"
},
"validation": {

View File

@ -118,7 +118,8 @@
"message": {
"follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}"
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
},
"validation": {
"new_toot": {

View File

@ -395,7 +395,6 @@
"add_user_error": "添加用户失败",
"authorize_url_error": "无法获取认证 URL",
"domain_confirmed": "{{domain}} 已确认,请登录",
"domain_doesnt_exist": "{{domain}} 不存在",
"loading": "加载中..."
},
"validation": {

View File

@ -38,5 +38,8 @@
"login": {
"proxy_info": "If you want to use proxy server, please setup your proxy in",
"proxy_here": " here"
},
"message": {
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the instance URL"
}
}