diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json index 4e8885c5..f29ab802 100644 --- a/src/i18n/locales/ar.json +++ b/src/i18n/locales/ar.json @@ -625,6 +625,7 @@ "made_with_love": "صُنع بكل حب ❤️ بواسطة Tapframe والأصدقاء", "sections": { "information": "معلومات", + "account": "حساب", "theme": "السمة", "layout": "التنسيق", "sources": "المصادر", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 24dbb699..98bd590b 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -625,6 +625,7 @@ "made_with_love": "Made with ❤️ by Tapframe and friends", "sections": { "information": "INFORMATION", + "account": "ACCOUNT", "theme": "THEME", "layout": "LAYOUT", "sources": "SOURCES", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 87bffca5..7728c44b 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -625,6 +625,7 @@ "made_with_love": "Hecho con ❤️ por Tapframe y amigos", "sections": { "information": "INFORMACIÓN", + "account": "CUENTA", "theme": "TEMA", "layout": "DISEÑO", "sources": "FUENTES", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 4d4c3d3d..519c2207 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -625,6 +625,7 @@ "made_with_love": "Fait avec ❤️ par Tapframe et ses amis", "sections": { "information": "INFORMATION", + "account": "COMPTE", "theme": "THÈME", "layout": "DISPOSITION", "sources": "SOURCES", diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index 1a8610a5..454dc94c 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -603,6 +603,7 @@ "made_with_love": "Feito com ❤️ por Tapframe e amigos", "sections": { "information": "INFORMAÇÕES", + "account": "CONTA", "theme": "TEMA", "layout": "LAYOUT", "sources": "FONTES",