diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:25 +0000 |
commit | 114970676503ff2cfefa9547b06b00abc47cfa73 (patch) | |
tree | 269788ec79471ffc33b49cdc6d4478abd23a1a3d /apps/files/l10n/ro.js | |
parent | 917e271730a59126d9dba45490c0bfd1ac7e2a7d (diff) | |
download | nextcloud-server-114970676503ff2cfefa9547b06b00abc47cfa73.tar.gz nextcloud-server-114970676503ff2cfefa9547b06b00abc47cfa73.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js index e5fa9d3b782..d08efd3a5fe 100644 --- a/apps/files/l10n/ro.js +++ b/apps/files/l10n/ro.js @@ -195,7 +195,6 @@ 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", - "Sort list by {column}" : "Sortează lista după {column}", "{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ă.", @@ -308,6 +307,7 @@ 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ă", + "Sort list by {column}" : "Sortează lista după {column}" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |