diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:22 +0000 |
commit | b906e1eda0d273446dfb8fbee28bc643d4578b6e (patch) | |
tree | da0a9e8d135e2cd93823f5f386582ed68f2307a2 /apps/files/l10n/ro.js | |
parent | 2606c99666da4d6c402cc0d163ef67e2a6b4815e (diff) | |
download | nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.tar.gz nextcloud-server-b906e1eda0d273446dfb8fbee28bc643d4578b6e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ro.js')
-rw-r--r-- | apps/files/l10n/ro.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js index b83f918e153..09fc2d4ce51 100644 --- a/apps/files/l10n/ro.js +++ b/apps/files/l10n/ro.js @@ -196,12 +196,9 @@ OC.L10N.register( "Unselect all" : "Deselectează tot", "\"{displayName}\" failed on some elements " : "\"{displayName}\" a eșuat asupra unor elemente ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" acțiunea batch a fost executată cu succes", - "{summaryFile} and {summaryFolder}" : "{summaryFile} și {summaryFolder}", "List of files and folders." : "Listă fișiere și foldere", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Această lista este incomplet afișată din motive de performanță. Fișierele vor fi afișate pe măsură ce navigați prin listă.", "File not found" : "Fișierul nu a fost găsit", - "_{count} file_::_{count} files_" : ["{count} fișier","{count} fișiere","{count} fișiere"], - "_{count} folder_::_{count} folders_" : ["{count} folder","{count} foldere","{count} foldere"], "Storage informations" : "Informații despre stocare", "{usedQuotaByte} used" : "{usedQuotaByte} utilizați", "{relative}% used" : "{relative}% utilizat", @@ -311,6 +308,9 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Această lista este incomplet afișată din motive de performanță. Fișierele vor fi afișate pe măsură ce navigați în listă.", "Search for an account" : "Căutați un cont", "Choose" : "Alege", - "No files or folders have been deleted yet" : "Niciun fișier sau folder nu a fost șters încă" + "No files or folders have been deleted yet" : "Niciun fișier sau folder nu a fost șters încă", + "{summaryFile} and {summaryFolder}" : "{summaryFile} și {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} fișier","{count} fișiere","{count} fișiere"], + "_{count} folder_::_{count} folders_" : ["{count} folder","{count} foldere","{count} foldere"] }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |