diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-05 00:40:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-05 00:40:35 +0000 |
commit | a309d26687cc722482c491294717249f770b9569 (patch) | |
tree | 837955571f7da688ef127f5bf448043f4c461beb /apps/files/l10n | |
parent | ce1c9730dde65a7a5a20d83724c8e7adeacb9b59 (diff) | |
download | nextcloud-server-a309d26687cc722482c491294717249f770b9569.tar.gz nextcloud-server-a309d26687cc722482c491294717249f770b9569.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/eu.js | 5 | ||||
-rw-r--r-- | apps/files/l10n/eu.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 10aa8f6aa79..efbb509bf2e 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -198,6 +198,8 @@ OC.L10N.register( "List of files and folders." : "Fitxategi eta karpeten zerrenda.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", "File not found" : "Ez da fitxategia aurkitu", + "_{count} file_::_{count} files_" : ["fitxategi {count}","{count} fitxategi"], + "_{count} folder_::_{count} folders_" : ["karpeta {count}","{count} karpeta"], "Storage informations" : "Biltegiaren informazioak", "{usedQuotaByte} used" : "{usedQuotaByte} erabilita", "{relative}% used" : "%{relative} erabilita", @@ -245,6 +247,9 @@ OC.L10N.register( "Blank" : "Hutsik", "Unable to create new file from template" : "Ezin da fitxategi berria sortu txantiloitik", "Delete permanently" : "Ezabatu betirako", + "Destination is not a folder" : "Helburua ez da karpeta bat", + "This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago", + "Chose destination" : "Aukeratu helburua", "Copy to {target}" : "Kopiatu hona: {target}", "Move to {target}" : "Mugitu hona: {target}", "Open folder {displayName}" : "Ireki {displayName} karpeta", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 91e2803415b..ac5c959fdd2 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -196,6 +196,8 @@ "List of files and folders." : "Fitxategi eta karpeten zerrenda.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", "File not found" : "Ez da fitxategia aurkitu", + "_{count} file_::_{count} files_" : ["fitxategi {count}","{count} fitxategi"], + "_{count} folder_::_{count} folders_" : ["karpeta {count}","{count} karpeta"], "Storage informations" : "Biltegiaren informazioak", "{usedQuotaByte} used" : "{usedQuotaByte} erabilita", "{relative}% used" : "%{relative} erabilita", @@ -243,6 +245,9 @@ "Blank" : "Hutsik", "Unable to create new file from template" : "Ezin da fitxategi berria sortu txantiloitik", "Delete permanently" : "Ezabatu betirako", + "Destination is not a folder" : "Helburua ez da karpeta bat", + "This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago", + "Chose destination" : "Aukeratu helburua", "Copy to {target}" : "Kopiatu hona: {target}", "Move to {target}" : "Mugitu hona: {target}", "Open folder {displayName}" : "Ireki {displayName} karpeta", |