Skip to content

Commit e122261

Browse files
Siddo987weblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 37.3% (272 of 728 strings) Translation: Lychee/All settings Translate-URL: http://weblate.lycheeorg.dev/projects/lycheeorg/all-settings/es/
1 parent bf3e6a2 commit e122261

1 file changed

Lines changed: 73 additions & 77 deletions

File tree

lang/es/all_settings.php

Lines changed: 73 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,84 @@
11
<?php
2-
32
return [
4-
/*
3+
'documentation' => [
4+
/*
55
|--------------------------------------------------------------------------
66
| All Settings
77
|--------------------------------------------------------------------------
88
*/
9-
10-
'documentation' => [
11-
'version' => 'Current version of Lychee',
12-
'check_for_updates' => 'Automatically check for new updates',
13-
'sorting_photos_col' => 'Default column used for sorting photos',
14-
'sorting_photos_order' => 'Default order used for sorting photos',
15-
'sorting_albums_col' => 'Default column used for sorting albums',
16-
'sorting_albums_order' => 'Default order used for sorting albums',
17-
'photos_star_visibility' => 'Who can see and set the star flag on a photo',
18-
'imagick' => 'Enable imagick processing',
9+
'version' => 'Versión actual de Lychee',
10+
'check_for_updates' => 'Buscar actualizaciones automáticamente',
11+
'sorting_photos_col' => 'Columna predeterminada utilizada para ordenar las fotos',
12+
'sorting_photos_order' => 'Orden predeterminado utilizado para ordenar las fotos',
13+
'sorting_albums_col' => 'Columna predeterminada para ordenar los álbumes',
14+
'sorting_albums_order' => 'Orden predeterminado utilizado para ordenar los álbumes',
15+
'photos_star_visibility' => 'Quién puede ver y marcar con una estrella la foto',
16+
'imagick' => 'Activar procesamiento con Imagick',
1917
'dropbox_key' => 'Dropbox API key',
20-
'skip_duplicates' => 'Skip duplicate if found on import',
21-
'lang' => 'Language used by Lychee',
22-
'default_license' => 'Default license used for albums',
23-
'small_max_width' => 'Maximum width for small thumbs (album view)',
24-
'small_max_height' => 'Maximum height for small thumbs (album view)',
25-
'medium_max_width' => 'Maximum width for medium image (photo view)',
26-
'medium_max_height' => 'Maximum height for medium image (photo view)',
27-
'grants_full_photo_access' => 'Allows access to full resolution by default',
28-
'delete_imported' => 'When importing from server, delete originals',
18+
'skip_duplicates' => 'Omitir duplicado si se encuentra al importar',
19+
'lang' => 'Idioma utilizado por Lychee',
20+
'default_license' => 'Licencia predeterminada para los álbumes',
21+
'small_max_width' => 'Anchura máxima para imágenes en miniatura (vista de álbum)',
22+
'small_max_height' => 'Altura máxima para vistas en miniatura (vista de álbum)',
23+
'medium_max_width' => 'Ancho máximo para vista mediana (vista de foto)',
24+
'medium_max_height' => 'Altura máxima para imagen mediana (vista de foto)',
25+
'grants_full_photo_access' => 'Permite el acceso a la resolución completa de forma predeterminada',
26+
'delete_imported' => 'Al importar desde el servidor, eliminar los originales',
2927
'mod_frame_enabled' => 'Enable Mod Frame',
30-
'mod_frame_refresh' => 'Refresh rate of the Frame',
31-
'image_overlay_type' => 'Default image overlay information',
32-
'compression_quality' => 'Compression percent when generating thumbs',
33-
'landing_page_enable' => 'Display the landing page',
34-
'site_owner' => 'Website Owner',
35-
'landing_title' => 'Title on the landing page',
36-
'landing_subtitle' => 'Subtitle on the landing page',
37-
'sm_facebook_url' => 'Url of facebook profile',
38-
'sm_flickr_url' => 'Url of flickr profile',
39-
'sm_twitter_url' => 'Url of X profile (formerly Twitter)',
40-
'sm_instagram_url' => 'Url of instagram profile',
41-
'sm_youtube_url' => 'Url of youtube profile',
42-
'thumb_2x' => 'Enable 2x size of square thumbs',
43-
'small_2x' => 'Enable 2x size of small thumbs',
44-
'medium_2x' => 'Enable 2x size of medium pictures',
45-
'site_title' => 'Website title',
46-
'footer_show_copyright' => 'Display copyright in footer.',
47-
'site_copyright_begin' => 'Initial year of copyright',
48-
'site_copyright_end' => 'Last year of copyright',
49-
'allow_online_git_pull' => 'Allow git pull via web interface',
50-
'footer_additional_text' => 'Additional text of the footer.',
51-
'footer_show_social_media' => 'Show socials media links in footer.',
52-
'search_public' => 'Allows anonymous user to use the Search bar',
53-
'hide_version_number' => 'Hide current version number',
54-
'recent_age' => 'Maximum age of pictures in Recent in days',
55-
'grants_download' => 'Grants download by default.',
56-
'photos_wraparound' => 'Once reaching last picture of an album, loop back to the start',
57-
'raw_formats' => 'Allowed extra formats, will not be processed',
58-
'raw_download_enabled' => 'Allow users to download the original RAW file',
59-
'map_display' => 'Display the map given GPS coordinates',
60-
'zip64' => 'Use Zip 64bits instead of 32 bits',
61-
'map_display_public' => 'Allow anonymous users to access the map',
62-
'map_provider' => 'Defines the map provider',
63-
'map_include_subalbums' => 'Includes pictures of the sub albums on the map',
64-
'update_check_every_days' => 'Frequency of Lychee update checks',
65-
'has_exiftool' => 'Defines whether exiftool processing is available',
66-
'share_button_visible' => 'Share button visibility in the header',
67-
'has_ffmpeg' => 'Defines whether ffmpeg processing is available',
68-
'import_via_symlink' => 'Use symbolic links instead of copying the original on import from server',
69-
'apply_composer_update' => 'Apply composer update on lychee update via web interface',
70-
'location_decoding' => 'Use GPS location decoding',
71-
'location_decoding_timeout' => 'Timeout for the GPS decoding queries',
72-
'location_show' => 'Show location extracted from GPS coordinates',
73-
'location_show_public' => 'Anonymous users can acess the extracted location from GPS coordinates',
74-
'gps_coordinate_display' => 'Display the GPS coordinates.',
75-
'gps_coordinate_display_public' => 'Allow anonymous users to access the GPS coordinates.',
76-
'rss_enable' => 'Enable RSS feed',
77-
'rss_recent_days' => 'Display the last X days in the RSS feed',
78-
'rss_max_items' => 'Max number of items in the RSS feed',
79-
'prefer_available_xmp_metadata' => 'Use sidecar if provided instead of exif metadata',
80-
'editor_enabled' => 'Enable manual rotation of images',
81-
'lossless_optimization' => 'Apply additional compression on images',
82-
'local_takestamp_video_formats' => 'Use local takestamp for the following video formats',
83-
'log_max_num_line' => 'Display the last X most recent lines in Logs',
28+
'mod_frame_refresh' => 'Frecuencia de actualización del marco',
29+
'image_overlay_type' => 'Información de superposición de imagen predeterminada',
30+
'compression_quality' => 'Porcentaje de compresión al generar miniaturas',
31+
'landing_page_enable' => 'Mostrar la página de inicio',
32+
'site_owner' => 'Propietario del sitio web',
33+
'landing_title' => 'Título en la página de inicio',
34+
'landing_subtitle' => 'Subtítulo en la página de inicio',
35+
'sm_facebook_url' => 'URL del perfil de Facebook',
36+
'sm_flickr_url' => 'URL del perfil de Flickr',
37+
'sm_twitter_url' => 'URL del perfil de X (anteriormente Twitter)',
38+
'sm_instagram_url' => 'URL del perfil de Instagram',
39+
'sm_youtube_url' => 'URL del perfil de Youtube',
40+
'thumb_2x' => 'Habilitar el tamaño 2x de las miniaturas cuadradas',
41+
'small_2x' => 'Habilitar el tamaño 2x de las miniaturas pequeñas',
42+
'medium_2x' => 'Habilitar el tamaño 2x de las imágenes medianas',
43+
'site_title' => 'Titulo de sition web',
44+
'footer_show_copyright' => 'Mostrar copyright en el pie de página',
45+
'site_copyright_begin' => 'Año inicial de copyright',
46+
'site_copyright_end' => 'Año final de copyright',
47+
'allow_online_git_pull' => 'Permitir git pull a través de la interfaz web',
48+
'footer_additional_text' => 'Texto adicional del pie de página',
49+
'footer_show_social_media' => 'Mostrar enlaces de redes sociales en el pie de página.',
50+
'search_public' => 'Permitir a los usuarios anónimos usar la barra de búsqueda',
51+
'hide_version_number' => 'Ocultar el número de versión actual de Lychee',
52+
'recent_age' => 'Edad máxima de las imágenes en Recientes en días',
53+
'grants_download' => 'Otorga descargas de forma predeterminada.',
54+
'photos_wraparound' => 'Al llegar a la última imagen de un álbum, volver al inicio',
55+
'raw_formats' => 'Formatos adicionales permitidos, no serán procesados',
56+
'raw_download_enabled' => 'Permitir a los usuarios descargar el archivo RAW original',
57+
'map_display' => 'Mostrar el mapa dadas las coordenadas GPS',
58+
'zip64' => 'Usar Zip de 64 bits en lugar de 32 bits',
59+
'map_display_public' => 'Permitir a los usuarios anónimos acceder al mapa',
60+
'map_provider' => 'Define el proveedor del mapa',
61+
'map_include_subalbums' => 'Incluir imágenes de los subálbumes en el mapa',
62+
'update_check_every_days' => 'Frecuencia de comprobación de actualizaciones de Lychee',
63+
'has_exiftool' => 'Define si el procesamiento de exiftool está disponible',
64+
'share_button_visible' => 'Visibilidad del botón compartir en el encabezado',
65+
'has_ffmpeg' => 'Define si el procesamiento de ffmpeg está disponible',
66+
'import_via_symlink' => 'Usar enlaces simbólicos en lugar de copiar el original al importar desde el servidor',
67+
'apply_composer_update' => 'Aplicar composer update al actualizar Lychee a través de la interfaz web',
68+
'location_decoding' => 'Usar decodificación de ubicación GPS',
69+
'location_decoding_timeout' => 'Timeout para las consultas de decodificación GPS',
70+
'location_show' => 'Mostrar la ubicación extraída de las coordenadas GPS',
71+
'location_show_public' => 'Los usuarios anónimos pueden acceder a la ubicación extraída de las coordenadas GPS',
72+
'gps_coordinate_display' => 'Mostrar las coordenadas GPS.',
73+
'gps_coordinate_display_public' => 'Permitir a los usuarios anónimos acceder a las coordenadas GPS.',
74+
'rss_enable' => 'Activar el feed RSS',
75+
'rss_recent_days' => 'Mostrar los últimos X días en el feed RSS',
76+
'rss_max_items' => 'Número máximo de elementos en el feed RSS',
77+
'prefer_available_xmp_metadata' => 'Usar el archivo sidecar si se proporciona en lugar de los metadatos exif',
78+
'editor_enabled' => 'Activar la rotación manual de imágenes',
79+
'lossless_optimization' => 'Aplicar compresión adicional en las imágenes',
80+
'local_takestamp_video_formats' => 'Usar la marca de tiempo local para los siguientes formatos de video',
81+
'log_max_num_line' => 'Mostrar las últimas X líneas más recientes en los registros',
8482
'unlock_password_photos_with_url_param' => 'Allow password to be passed as a URL parameter to unlock albums',
8583
'nsfw_visible' => 'Make sensitive albums visible by default',
8684
'nsfw_blur' => 'Blur sensitive albums',
@@ -687,7 +685,6 @@
687685
'album_header_size' => 'Configuration of the size of the header image in album view.',
688686
'album_header_landing_title_enabled' => 'Display the landing title at the bottom of the Album header. You can configure the landing title in the Landing page module.',
689687
],
690-
691688
'category_name' => [
692689
'config' => 'Basics',
693690
'lychee SE' => 'Lychee SE',
@@ -716,7 +713,6 @@
716713
'Mod Rating' => 'Photo star rating',
717714
'Mod Webshop' => 'Webshop',
718715
],
719-
720716
'category_description' => [
721717
'config' => '',
722718
'lychee SE' => 'Unlock the full capabilities of Lychee with the <a href="https://lycheeorg.dev/get-supporter-edition/" class="text-primary-500 font-bold underline">Supporter Edition</a>. Get exclusive features and support the development of Lychee. Sponsor LycheeOrg on GitHub and get your License key <a href="https://github.com/sponsors/LycheeOrg" class="text-primary-500 font-bold underline">here</a>.',

0 commit comments

Comments
 (0)