diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-20 00:20:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-20 00:20:55 +0000 |
commit | 5c7e8570d95ae8b467c2916d33e1615a664b092c (patch) | |
tree | c02bbf7b6afe21cf807af4f2b20808ca29586c2a /apps/settings/l10n/gl.json | |
parent | ddb887e85fbe3addd6e6343d107d9e399491a1d6 (diff) | |
download | nextcloud-server-5c7e8570d95ae8b467c2916d33e1615a664b092c.tar.gz nextcloud-server-5c7e8570d95ae8b467c2916d33e1615a664b092c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/gl.json')
-rw-r--r-- | apps/settings/l10n/gl.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index cda6168fd0f..94f8829e6e8 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -207,7 +207,10 @@ "Configured" : "Configurado", "Mimetype migrations available" : "Migracións de tipo MIME dispoñíbeis", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Están dispoñíbeis unha ou máis migracións de tipo mime. Ocasionalmente engádense novos tipos MIME para xestionar mellor certos tipos de ficheiros. A migración dos tipos MIME leva moito tempo en instancias grandes, polo que non se fai automaticamente durante as actualizacións. Use a orde «occ maintenance:repair --include-expensive» para realizar as migracións.", + "MySQL row format" : "Formato de fila MySQL", "You are not using MySQL" : "Non está a usar MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Ningunha das súas táboas emprega ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["A táboa %s non emprega ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic.","Algunhas táboas non empregan ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic nas seguintes táboas: %s."], "MySQL Unicode support" : "Compatibilidade con MySQL Unicode", "MySQL is used as database and does support 4-byte characters" : "MySQL úsase como base de datos e admite caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL utilízase como base de datos, mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma os «emojis») sen problemas nos nomes de ficheiros ou comentarios, por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL.", |