Skip to content

Commit

Permalink
fix default title key i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin committed Apr 7, 2024
1 parent c13b1e4 commit 6082f99
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion translations/ar.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"close": "إغلاق"
},
"error": {
"default_error": "حدث خطأ ما"
"default_error_title": "حدث خطأ ما"
},
"ads": {
"ad_notice": "إعلان",
Expand Down
2 changes: 1 addition & 1 deletion translations/de.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Schließen"
},
"error": {
"default_error": "Etwas ist schiefgegangen"
"default_error_title": "Etwas ist schiefgegangen"
},
"ads": {
"ad_notice": "Anzeige",
Expand Down
2 changes: 1 addition & 1 deletion translations/es.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Cerrar"
},
"error": {
"default_error": "Algo salió mal."
"default_error_title": "Algo salió mal."
},
"ads": {
"ad_notice": "Anuncio",
Expand Down
2 changes: 1 addition & 1 deletion translations/fi.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Sulje"
},
"error": {
"default_error": "Jokin meni pieleen"
"default_error_title": "Jokin meni pieleen"
},
"ads": {
"ad_notice": "Mainos",
Expand Down
2 changes: 1 addition & 1 deletion translations/fr.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Fermer"
},
"error": {
"default_error": "Un problème est survenu"
"default_error_title": "Un problème est survenu"
},
"ads": {
"ad_notice": "Publicité",
Expand Down
2 changes: 1 addition & 1 deletion translations/fr_ca.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Fermer"
},
"error": {
"default_error": "Un problème est survenu"
"default_error_title": "Un problème est survenu"
},
"ads": {
"ad_notice": "Publicité",
Expand Down
2 changes: 1 addition & 1 deletion translations/he.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"close": "סגור"
},
"error": {
"default_error": "משהו השתבש"
"default_error_title": "משהו השתבש"
},
"ads": {
"ad_notice": "פרסומת",
Expand Down
2 changes: 1 addition & 1 deletion translations/hi_in.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"close": "बंद करें"
},
"error": {
"default_error": "कुछ गलत हुआ"
"default_error_title": "कुछ गलत हुआ"
},
"ads": {
"ad_notice": "विज्ञापन",
Expand Down
2 changes: 1 addition & 1 deletion translations/it.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Chiudi"
},
"error": {
"default_error": "Qualcosa è andato storto"
"default_error_title": "Qualcosa è andato storto"
},
"ads": {
"ad_notice": "Pubblicità",
Expand Down
2 changes: 1 addition & 1 deletion translations/ja.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "閉じる"
},
"error": {
"default_error": "問題が発生しました"
"default_error_title": "問題が発生しました"
},
"ads": {
"ad_notice": "広告",
Expand Down
2 changes: 1 addition & 1 deletion translations/ko.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "닫기"
},
"error": {
"default_error": "오류가 발생했습니다"
"default_error_title": "오류가 발생했습니다"
},
"ads": {
"ad_notice": "광고",
Expand Down
2 changes: 1 addition & 1 deletion translations/nl.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Sluiten"
},
"error": {
"default_error": "Er is iets fout gegaan"
"default_error_title": "Er is iets fout gegaan"
},
"ads": {
"ad_notice": "Advertentie",
Expand Down
2 changes: 1 addition & 1 deletion translations/pt_br.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Fechar"
},
"error": {
"default_error": "Ocorreu um erro"
"default_error_title": "Ocorreu um erro"
},
"ads": {
"ad_notice": "Publicidade",
Expand Down
2 changes: 1 addition & 1 deletion translations/ru.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "Закрыть"
},
"error": {
"default_error": "Что-то пошло не так"
"default_error_title": "Что-то пошло не так"
},
"ads": {
"ad_notice": "Реклама",
Expand Down
2 changes: 1 addition & 1 deletion translations/zh_cn.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "关闭"
},
"error": {
"default_error": "发生错误"
"default_error_title": "发生错误"
},
"ads": {
"ad_notice": "广告",
Expand Down
2 changes: 1 addition & 1 deletion translations/zh_tw.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"close": "關閉"
},
"error": {
"default_error": "出現錯誤"
"default_error_title": "出現錯誤"
},
"ads": {
"ad_notice": "廣告",
Expand Down

0 comments on commit 6082f99

Please sign in to comment.