diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-05-09 00:20:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-05-09 00:20:31 +0000 |
commit | 91a71e8073491b92ce28057fee3603ec4f20bf5d (patch) | |
tree | 0efad52cd360b0bc0a7fbbf400aaf2a22e86203c /apps/files/l10n | |
parent | e494f6b465e561babe239829a31f5387510da23b (diff) | |
download | nextcloud-server-91a71e8073491b92ce28057fee3603ec4f20bf5d.tar.gz nextcloud-server-91a71e8073491b92ce28057fee3603ec4f20bf5d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sv.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 6516584d688..1a8caeec4dd 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -184,6 +184,7 @@ OC.L10N.register( "Folder name" : "Nazwa katalogu", "This node is unavailable" : "Ten węzeł jest niedostępny", "Download file {name}" : "Pobierz plik {name}", + "Invalid file name" : "Nieprawidłowa nazwa pliku", "\"{name}\" is not an allowed filetype." : "\"{name}\" nie jest dozwolonym typem pliku.", "{newName} already exists." : "{newName} już istnieje.", "\"{char}\" is not allowed inside a file name." : "\"{char}\" jest niedozwolone w nazwie pliku.", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index cc701453151..552c34eb2ba 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -182,6 +182,7 @@ "Folder name" : "Nazwa katalogu", "This node is unavailable" : "Ten węzeł jest niedostępny", "Download file {name}" : "Pobierz plik {name}", + "Invalid file name" : "Nieprawidłowa nazwa pliku", "\"{name}\" is not an allowed filetype." : "\"{name}\" nie jest dozwolonym typem pliku.", "{newName} already exists." : "{newName} już istnieje.", "\"{char}\" is not allowed inside a file name." : "\"{char}\" jest niedozwolone w nazwie pliku.", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 9d12e0ac226..72dcc31c074 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -184,6 +184,7 @@ OC.L10N.register( "Folder name" : "Mappnamn", "This node is unavailable" : "Den här noden är inte tillgänglig", "Download file {name}" : "Ladda ner filen {name}", + "Invalid file name" : "Ogiltigt filnamn", "\"{name}\" is not an allowed filetype." : "\"{name}\" är inte en tillåten filtyp.", "{newName} already exists." : "{newName} finns redan.", "\"{char}\" is not allowed inside a file name." : "\"{char}\" är inte tillåtet i ett filnamn.", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 8c144739bd7..25ee65fefcb 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -182,6 +182,7 @@ "Folder name" : "Mappnamn", "This node is unavailable" : "Den här noden är inte tillgänglig", "Download file {name}" : "Ladda ner filen {name}", + "Invalid file name" : "Ogiltigt filnamn", "\"{name}\" is not an allowed filetype." : "\"{name}\" är inte en tillåten filtyp.", "{newName} already exists." : "{newName} finns redan.", "\"{char}\" is not allowed inside a file name." : "\"{char}\" är inte tillåtet i ett filnamn.", |