From ad683a5f313dff38ec8c79c57b796ead6d630b71 Mon Sep 17 00:00:00 2001 From: moi-cest-matthew Date: Wed, 13 Mar 2024 15:00:51 -1000 Subject: [PATCH] Start Euro Spanish translation --- i18n/es-ES/cosmic_term.ftl | 96 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 i18n/es-ES/cosmic_term.ftl diff --git a/i18n/es-ES/cosmic_term.ftl b/i18n/es-ES/cosmic_term.ftl new file mode 100644 index 0000000..36b3476 --- /dev/null +++ b/i18n/es-ES/cosmic_term.ftl @@ -0,0 +1,96 @@ +cosmic-terminal = Terminal COSMIC +new-terminal = Nuevo terminal + +# Context Pages + +## About +git-description = Commit de Git {$hash} el {$date} + +## Color schemes +color-schemes = Esquemas de color +rename = Renombrar +export = Exportar +delete = Borrar +import = Importar +import-errors = Errores de importación + +## Profiles +profiles = Perfiles +name = Nombre +command-line = Línea de comando +tab-title = Título de pestaña +tab-title-description = Cambiar el título por defecto de la pestaña +add-profile = Añadir perfil +new-profile = Nuevo perfil +make-default = Impostar como defecto + +## Settings +settings = Settings + +### Appearance +appearance = Appearance +theme = Theme +match-desktop = Match desktop +dark = Dark +light = Light +syntax-dark = Color scheme dark +syntax-light = Color scheme light +default-zoom-step = Zoom steps +opacity = Background opacity + +### Font +font = Font +advanced-font-settings = Advanced font settings +default-font = Font +default-font-size = Font size +default-font-stretch = Font stretch +default-font-weight = Normal font weight +default-dim-font-weight = Dim font weight +default-bold-font-weight = Bold font weight +use-bright-bold = Make bold text brighter + +### Splits +splits = Splits +focus-follow-mouse = Typing focus follows mouse + +### Advanced +advanced = Advanced +show-headerbar = Show header +show-header-description = Reveal the header from the right-click menu. + +# Find +find-placeholder = Find... +find-previous = Find previous +find-next = Find next + +# Menu + +## File +file = File +new-tab = New tab +new-window = New window +profile = Profile +menu-profiles = Profiles... +close-tab = Close tab +quit = Quit + +## Edit +edit = Edit +copy = Copy +paste = Paste +select-all = Select all +find = Find + +## View +view = View +zoom-in = Larger text +zoom-reset = Default text size +zoom-out = Smaller text +next-tab = Next tab +previous-tab = Previous tab +split-horizontal = Split horizontal +split-vertical = Split vertical +pane-toggle-maximize = Toggle maximized +menu-color-schemes = Color schemes... +menu-settings = Settings... +menu-about = About COSMIC Terminal...