You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/comments/l10n/ro.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ OC.L10N.register(
10
10
"%1$s commented on %2$s" : "%1$s a comentat la %2$s",
11
11
"{author} commented on {file}" : " {author} a comentat la {file}",
12
12
"<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere",
13
+
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp",
13
14
"{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
14
15
"Edit comment" : "Editează comentariul",
15
16
"Delete comment" : "Șterge comentariul",
@@ -24,6 +25,7 @@ OC.L10N.register(
24
25
"Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
25
26
"Error occurred while posting comment" : "Eroare la postarea comentariului",
Copy file name to clipboardExpand all lines: apps/comments/l10n/ro.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
"%1$s commented on %2$s" : "%1$s a comentat la %2$s",
9
9
"{author} commented on {file}" : " {author} a comentat la {file}",
10
10
"<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere",
11
+
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp",
11
12
"{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
12
13
"Edit comment" : "Editează comentariul",
13
14
"Delete comment" : "Șterge comentariul",
@@ -22,6 +23,7 @@
22
23
"Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
23
24
"Error occurred while posting comment" : "Eroare la postarea comentariului",
Copy file name to clipboardExpand all lines: apps/files/l10n/ro.js
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,25 @@ OC.L10N.register(
14
14
"Home" : "Acasă",
15
15
"Close" : "Închide",
16
16
"Could not create folder \"{dir}\"" : "Nu s-a putut crea directorul \"{dir}\"",
17
+
"This will stop your current uploads." : "Asta va opri descărcările curente.",
17
18
"Upload cancelled." : "Încărcare anulată.",
19
+
"Processing files …" : "Procesare fișiere ...",
18
20
"…" : "...",
19
21
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți",
20
22
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas",
21
23
"Target folder \"{dir}\" does not exist any more" : "Directorul \"{dir}\" nu mai există",
22
24
"Not enough free space" : "Spațiu insuficient",
25
+
"An unknown error has occurred" : "A apărut o eroare necunoscută!",
23
26
"Uploading …" : "Încărcare...",
24
27
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} din {totalSize} ({bitrate})",
25
28
"Target folder does not exist any more" : "Directorul destinație nu mai există",
"This directory is unavailable, please check the logs or contact the administrator" : "Acest director nu este disponibil, te rugăm verifică logurile sau contactează un administrator",
39
45
"Could not move \"{file}\", target exists" : "Nu s-a putut muta fișierul \"{file}\", există deja un altul cu același nume în directorul destinație",
40
46
"Could not move \"{file}\"" : "Nu s-a putut muta fișierul \"{file}\"",
47
+
"copy" : "copiază",
41
48
"Could not copy \"{file}\"" : "Nu s-a putut copia \"{file}\"",
42
49
"Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}",
43
50
"{newName} already exists" : "{newName} există deja",
"Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!",
67
75
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Spațiul de stocare pentru {owner} este aproape plin ({usedSpacePercent}%)",
68
76
"Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)",
77
+
"View in folder" : "Vizualizează în director",
69
78
"Copied!" : "S-a copiat!",
70
79
"Copy direct link (only works for users who have access to this file/folder)" : "Copiază link direct (funcționeză numai pentru utilizatorii care au acces la acest fișier/director)",
71
80
"Path" : "Cale",
@@ -108,6 +117,7 @@ OC.L10N.register(
108
117
"A file or folder has been <strong>restored</strong>" : "Un fișier sau dosar a fost <strong>restaurat</strong>",
109
118
"Upload (max. %s)" : "Încarcă (max. %s)",
110
119
"%s used" : "%s folosiți",
120
+
"%s%% of %s used" : "%s%%din %sfolosiți",
111
121
"%1$s of %2$s used" : "%1$s din %2$s utilizat",
112
122
"Settings" : "Setări",
113
123
"Show hidden files" : "Arată fișierele ascunse",
@@ -123,9 +133,11 @@ OC.L10N.register(
123
133
"Files and folders you mark as favorite will show up here" : "FIșierele și directoarele pe care le marchezi ca favorite vor apărea aici",
Copy file name to clipboardExpand all lines: apps/files/l10n/ro.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,25 @@
12
12
"Home" : "Acasă",
13
13
"Close" : "Închide",
14
14
"Could not create folder \"{dir}\"" : "Nu s-a putut crea directorul \"{dir}\"",
15
+
"This will stop your current uploads." : "Asta va opri descărcările curente.",
15
16
"Upload cancelled." : "Încărcare anulată.",
17
+
"Processing files …" : "Procesare fișiere ...",
16
18
"…" : "...",
17
19
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nu se poate încărca {filename} deoarece este un director sau are mărimea de 0 octeți",
18
20
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spațiu liber insuficient, încărcați {size1} însă doar {size2} disponibil rămas",
19
21
"Target folder \"{dir}\" does not exist any more" : "Directorul \"{dir}\" nu mai există",
20
22
"Not enough free space" : "Spațiu insuficient",
23
+
"An unknown error has occurred" : "A apărut o eroare necunoscută!",
21
24
"Uploading …" : "Încărcare...",
22
25
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} din {totalSize} ({bitrate})",
23
26
"Target folder does not exist any more" : "Directorul destinație nu mai există",
"This directory is unavailable, please check the logs or contact the administrator" : "Acest director nu este disponibil, te rugăm verifică logurile sau contactează un administrator",
37
43
"Could not move \"{file}\", target exists" : "Nu s-a putut muta fișierul \"{file}\", există deja un altul cu același nume în directorul destinație",
38
44
"Could not move \"{file}\"" : "Nu s-a putut muta fișierul \"{file}\"",
45
+
"copy" : "copiază",
39
46
"Could not copy \"{file}\"" : "Nu s-a putut copia \"{file}\"",
40
47
"Copied {origin} inside {destination}" : "S-a copiat {origin} în {destination}",
41
48
"{newName} already exists" : "{newName} există deja",
"Your storage is full, files can not be updated or synced anymore!" : "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!",
65
73
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Spațiul de stocare pentru {owner} este aproape plin ({usedSpacePercent}%)",
66
74
"Your storage is almost full ({usedSpacePercent}%)" : "Spațiul de stocare este aproape plin ({usedSpacePercent}%)",
75
+
"View in folder" : "Vizualizează în director",
67
76
"Copied!" : "S-a copiat!",
68
77
"Copy direct link (only works for users who have access to this file/folder)" : "Copiază link direct (funcționeză numai pentru utilizatorii care au acces la acest fișier/director)",
69
78
"Path" : "Cale",
@@ -106,6 +115,7 @@
106
115
"A file or folder has been <strong>restored</strong>" : "Un fișier sau dosar a fost <strong>restaurat</strong>",
107
116
"Upload (max. %s)" : "Încarcă (max. %s)",
108
117
"%s used" : "%s folosiți",
118
+
"%s%% of %s used" : "%s%%din %sfolosiți",
109
119
"%1$s of %2$s used" : "%1$s din %2$s utilizat",
110
120
"Settings" : "Setări",
111
121
"Show hidden files" : "Arată fișierele ascunse",
@@ -121,9 +131,11 @@
121
131
"Files and folders you mark as favorite will show up here" : "FIșierele și directoarele pe care le marchezi ca favorite vor apărea aici",
0 commit comments