diff options
| author | 2019-12-04 08:27:39 +0100 | |
|---|---|---|
| committer | 2019-12-04 08:27:39 +0100 | |
| commit | 3e49b44839237693ce1a8151325942704917f6c6 (patch) | |
| tree | 75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/es/sub.php | |
| parent | de2b323847e0a91119625e4f506f51ec9d43872f (diff) | |
Update i18n cli tools (#2673)
* Update i18n cli tools
Few things were bugging me when using the cli tool for i18n. So I've modified
the tools to be easier to use.
First, the tool automatically adds missing keys to all languages. This way, we
always have all keys in all languages.
Second, the tool detects all untranslated keys and adds automatically the todo
comment after the value.
Third, when adding a new key, the key is pushed to all languages at once. There
is no need to duplicate it manually. Thus making the duplication process obsolete.
Fourth, translation and ignore keys are manipulated at the same time. Thus we
don't have obsolete ignored strings anymore.
* Add i18n rules
I find that having the common rules in the Makefile is easier to use,
as long as you know they are here. As it is self documented, people
will see the new rules when using make.
* Use long parameters in Makefile
I find that using long parameters in scripts makes it easier to understand
what's going on. So I've switched all short parameters to long one.
* Format all i18n files
I've used the updated version of the cli tools to have some output
that can be consistently formated. This commit is a huge formating
commit. Nothing was added but some comments were removed in the
process.
Diffstat (limited to 'app/i18n/es/sub.php')
| -rwxr-xr-x | app/i18n/es/sub.php | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index f1640b76b..f1a54d882 100755 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -2,24 +2,24 @@ return array( 'api' => array( - 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation - 'title' => 'API', //TODO - Translation + 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation + 'title' => 'API', // TODO - Translation ), 'bookmarklet' => array( - 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation - 'label' => 'Subscribe', //TODO - Translation - 'title' => 'Bookmarklet', //TODO - Translation + 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // TODO - Translation + 'label' => 'Subscribe', // TODO - Translation + 'title' => 'Bookmarklet', // TODO - Translation ), 'category' => array( - '_' => 'Categoría', 'add' => 'Añadir a la categoría', 'archiving' => 'Archivo', 'empty' => 'Vaciar categoría', 'information' => 'Información', 'new' => 'Nueva categoría', - 'position' => 'Display position', //TODO - Translation - 'position_help' => 'To control category sort order', //TODO - Translation + 'position' => 'Display position', // TODO - Translation + 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'Título', + '_' => 'Categoría', ), 'feed' => array( 'add' => 'Añadir fuente RSS', @@ -32,57 +32,57 @@ return array( 'password' => 'Contraseña HTTP', 'username' => 'Nombre de usuario HTTP', ), - 'clear_cache' => 'Always clear cache', //TODO - Translation + 'clear_cache' => 'Always clear cache', // TODO - Translation 'css_help' => 'Recibir fuentes RSS truncadas (aviso, ¡necesita más tiempo!)', 'css_path' => 'Ruta a la CSS de los artículos en la web original', 'description' => 'Descripción', 'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.', 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.', 'filteractions' => array( - '_' => 'Filter actions', //TODO - Translation - 'help' => 'Write one search filter per line.', //TODO - Translation + 'help' => 'Write one search filter per line.', // TODO - Translation + '_' => 'Filter actions', // TODO - Translation ), 'information' => 'Información', 'keep_min' => 'Número mínimo de artículos a conservar', 'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.', - 'mute' => 'mute', //TODO - Translation + 'mute' => 'mute', // TODO - Translation 'no_selected' => 'No hay funentes seleccionadas.', 'number_entries' => '%d artículos', 'priority' => array( - '_' => 'Visibility', //TODO - Translation - 'archived' => 'Do not show (archived)', //TODO - Translation + 'archived' => 'Do not show (archived)', // TODO - Translation 'main_stream' => 'Mostrar en salida principal', - 'normal' => 'Show in its category', //TODO - Translation + 'normal' => 'Show in its category', // TODO - Translation + '_' => 'Visibility', // TODO - Translation ), - 'websub' => 'Notificación inmedaiata con WebSub', 'show' => array( - 'all' => 'Show all feeds', //TODO - Translation - 'error' => 'Show only feeds with error', //TODO - Translation + 'all' => 'Show all feeds', // TODO - Translation + 'error' => 'Show only feeds with error', // TODO - Translation ), 'showing' => array( - 'error' => 'Showing only feeds with error', //TODO - Translation + 'error' => 'Showing only feeds with error', // TODO - Translation ), - 'ssl_verify' => 'Verify SSL security', //TODO - Translation + 'ssl_verify' => 'Verify SSL security', // TODO - Translation 'stats' => 'Estadísticas', 'think_to_add' => 'Puedes añadir fuentes.', - 'timeout' => 'Timeout in seconds', //TODO - Translation + 'timeout' => 'Timeout in seconds', // TODO - Translation 'title' => 'Título', 'title_add' => 'Añadir fuente RSS', 'ttl' => 'No actualizar de forma automática con una frecuencia mayor a', 'url' => 'URL de la fuente', 'validator' => 'Verifica la validez de la fuente', 'website' => 'Web de la URL', + 'websub' => 'Notificación inmedaiata con WebSub', ), 'firefox' => array( - 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', //TODO - Translation - 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation - 'title' => 'Firefox feed reader', //TODO - Translation + 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', // TODO - Translation + 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', // TODO - Translation + 'title' => 'Firefox feed reader', // TODO - Translation ), 'import_export' => array( 'export' => 'Exportar', + 'export_labelled' => 'Export your labelled articles', // TODO - Translation 'export_opml' => 'Exportar la lista de fuentes (OPML)', 'export_starred' => 'Exportar tus favoritos', - 'export_labelled' => 'Export your labelled articles', //TODO 'feed_list' => 'Lista de %s artículos', 'file_to_import' => 'Archivo a importar<br />(OPML, JSON o ZIP)', 'file_to_import_no_zip' => 'Archivo a importar<br />(OPML o JSON)', @@ -94,11 +94,11 @@ return array( 'bookmark' => 'Suscribirse (favorito FreshRSS)', 'import_export' => 'Importar / exportar', 'subscription_management' => 'Administración de suscripciones', - 'subscription_tools' => 'Subscription tools', //TODO - Translation + 'subscription_tools' => 'Subscription tools', // TODO - Translation ), 'title' => array( - '_' => 'Administración de suscripciones', 'feed_management' => 'Administración de fuentes RSS', - 'subscription_tools' => 'Subscription tools', //TODO - Translation + 'subscription_tools' => 'Subscription tools', // TODO - Translation + '_' => 'Administración de suscripciones', ), ); |
