diff options
| author | 2020-03-21 20:39:56 +0100 | |
|---|---|---|
| committer | 2020-03-21 20:39:56 +0100 | |
| commit | e66817b65dfeea92c4efb65a7d803c5c2575670d (patch) | |
| tree | dfdf05fd6207f83727c111c7b29d2b8c215a4b17 | |
| parent | 1ce0e8fef7370f6827676b6ba35abf48bfc55d9f (diff) | |
Add translate (#2823)
Add remaining translations
| -rwxr-xr-x | app/i18n/es/gen.php | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 3174a0b58..e0a394453 100755 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -3,11 +3,11 @@ return array( 'action' => array( 'actualize' => 'Actualizar', - 'back' => '← Go back', // TODO - Translation + 'back' => '← Volver', 'back_to_rss_feeds' => '← regresar a tus fuentes RSS', 'cancel' => 'Cancelar', 'create' => 'Crear', - 'demote' => 'Demote', // TODO - Translation + 'demote' => 'Degradar', 'disable' => 'Desactivar', 'empty' => 'Vaciar', 'enable' => 'Activar', @@ -17,16 +17,16 @@ return array( 'manage' => 'Administrar', 'mark_favorite' => 'Marcar como favorita', 'mark_read' => 'Marcar como leído', - 'promote' => 'Promote', // TODO - Translation - 'purge' => 'Purge', // TODO - Translation + 'promote' => 'Promover', + 'purge' => 'Eliminar', 'remove' => 'Borrar', 'see_website' => 'Ver web', 'submit' => 'Enviar', 'truncate' => 'Borrar todos los artículos', - 'update' => 'Update', // TODO - Translation + 'update' => 'Actualizar', ), 'auth' => array( - 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation + 'accept_tos' => 'Acpeto los <a href="%s">Terminos de Servicio</a>.', // TODO - Translation 'email' => 'Correo electrónico', 'keep_logged_in' => 'Mantenerme identificado <small>(%s días)</small>', 'login' => 'Conectar', @@ -121,21 +121,21 @@ return array( 'should_be_activated' => 'JavaScript debe estar activado', ), 'lang' => array( - 'cz' => 'Čeština', // TODO - Translation - 'de' => 'Deutsch', // TODO - Translation - 'en' => 'English', // TODO - Translation - 'es' => 'Español', // TODO - Translation - 'fr' => 'Français', // TODO - Translation - 'he' => 'עברית', // TODO - Translation - 'it' => 'Italiano', // TODO - Translation - 'kr' => '한국어', // TODO - Translation - 'nl' => 'Nederlands', // TODO - Translation + 'cz' => 'Checo', + 'de' => 'Aleman', + 'en' => 'Ingles', + 'es' => 'Español', + 'fr' => 'Frances', + 'he' => 'Hebreo', + 'it' => 'Italiano', + 'kr' => 'Coreano', + 'nl' => 'Neerlandés', 'oc' => 'Occitan', // TODO - Translation - 'pt-br' => 'Português (Brasil)', // TODO - Translation - 'ru' => 'Русский', // TODO - Translation - 'sk' => 'Slovenčina', // TODO - Translation - 'tr' => 'Türkçe', // TODO - Translation - 'zh-cn' => '简体中文', // TODO - Translation + 'pt-br' => 'Portugues (Brasil)', + 'ru' => 'Ruso', + 'sk' => 'Eslovaco', + 'tr' => 'Turco', + 'zh-cn' => 'Chino Simplificado', ), 'menu' => array( 'about' => 'Acerca de', @@ -168,11 +168,11 @@ return array( 'previous' => 'Anterior', ), 'period' => array( - 'days' => 'days', // TODO - Translation - 'hours' => 'hours', // TODO - Translation - 'months' => 'months', // TODO - Translation - 'weeks' => 'weeks', // TODO - Translation - 'years' => 'years', // TODO - Translation + 'days' => 'dias', + 'hours' => 'horas', + 'months' => 'meses', + 'weeks' => 'semanas', + 'years' => 'años', ), 'share' => array( 'blogotext' => 'Blogotext', // TODO - Translation @@ -201,7 +201,7 @@ return array( 'by_default' => 'Por defecto', 'damn' => '¡Córcholis!', 'default_category' => 'Sin categorizar', - 'no' => 'No', // TODO - Translation + 'no' => 'No', 'not_applicable' => 'No disponible', 'ok' => '¡Vale!', 'or' => 'o', |
