-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintl_gl_example.arb
More file actions
28 lines (28 loc) · 987 Bytes
/
intl_gl_example.arb
File metadata and controls
28 lines (28 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"@@locale": "gl",
"welcome_message": "Benvido á nosa aplicación",
"login_button": "Iniciar sesión",
"register_button": "Rexistrarse",
"email_label": "Correo electrónico",
"password_label": "Contrasinal",
"submit_button": "Enviar",
"cancel_button": "Cancelar",
"error_message": "Produciuse un erro",
"success_message": "Operación completada con éxito",
"loading_message": "Cargando...",
"home_title": "Inicio",
"settings_title": "Configuración",
"profile_title": "Perfil",
"logout_button": "Pechar sesión",
"language_selector": "Seleccionar idioma",
"theme_selector": "Seleccionar tema",
"notifications_label": "Notificacións",
"privacy_policy": "Política de privacidade",
"terms_of_service": "Termos de servizo",
"help_section": "Axuda",
"about_app": "Sobre a aplicación",
"version_info": "Versión 1.0.0",
"contact_support": "Contactar soporte",
"feedback_form": "Enviar comentarios",
"rate_app": "Valorar aplicación"
}