diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-08 00:30:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-08 00:30:00 +0000 |
commit | bc9ce9aaec5bac46e889a469f857804197665662 (patch) | |
tree | 4aafbbbeb7a26ccc73ad4a092b9e2eb0e9aced64 /apps/files/l10n/gl.js | |
parent | c2d5a6006f4ecb50ada626cf7721f7ba3711f9a2 (diff) | |
download | nextcloud-server-bc9ce9aaec5bac46e889a469f857804197665662.tar.gz nextcloud-server-bc9ce9aaec5bac46e889a469f857804197665662.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 534345f30c1..dc5bcf4c1a4 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "A acción «{displayName}» fallou", "\"{name}\" is not an allowed filetype." : "«{name}» non é un tipo de ficheiro permitido.", "{newName} already exists." : "Xa existe {newName}", + "\"{char}\" is not allowed inside a file name." : "«{char}» non está permitido nun nome de ficheiro.", "Name cannot be empty" : "O nome non pode estar baleiro", "Another entry with the same name already exists" : "Xa existe outra entrada co mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Cambiouse o nome de «{oldName}» a «{newName}»", @@ -259,6 +260,8 @@ OC.L10N.register( "Templates" : "Modelos", "Create new templates folder" : "Crear un novo cartafol de modelos", "Unable to initialize the templates directory" : "Non é posíbel iniciar o directorio de modelos", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "List of favorites files and folders." : "Lista de ficheiros e cartafoles favoritos.", "No favorites yet" : "Aínda non hai favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí", |