diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-08-28 02:16:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-08-28 02:16:21 +0000 |
commit | 40e233915173dfd5d0fc614166ffcb3e4b1e0fb5 (patch) | |
tree | bacee73e750e3c423f96c96238c165f9dfbf8ff0 /apps/files/l10n/gl.js | |
parent | abdb201c04b12d4684e0439cb4c596dd52b7c9c0 (diff) | |
download | nextcloud-server-40e233915173dfd5d0fc614166ffcb3e4b1e0fb5.tar.gz nextcloud-server-40e233915173dfd5d0fc614166ffcb3e4b1e0fb5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/gl.js')
-rw-r--r-- | apps/files/l10n/gl.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 977e739ece6..d562c120a01 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -78,9 +78,13 @@ OC.L10N.register( "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", "\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro", "\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido", - "Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", - "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", + "This group folder is full, files can not be updated or synced anymore!" : "Este cartafol de grupo está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", + "This external storage is full, files can not be updated or synced anymore!" : "Este almacenamento externo está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", + "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, xa non se poden actualizar nin sincronizar os ficheiros.", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)", + "This group folder is almost full ({usedSpacePercent}%)" : "Este cartafol do grupo está case cheo ({usedSpacePercent}%)", + "This external storage is almost full ({usedSpacePercent}%)" : "Este almacenamento externo está case cheo ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"], "View in folder" : "Ver no cartafol", |