-
-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localization: add Romanian language (#5962)
* Create ro.json * Add Romanian translations
- Loading branch information
1 parent
ad260a9
commit 2f9b53d
Showing
8 changed files
with
150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"Next": "Următor", | ||
"Previous": "Anterior" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
Source/Blazorise/Resources/Localization/ColorPicker/ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"ui:dialog": "dialog selectare culoare", | ||
"btn:toggle": "comută dialogul de selectare culoare", | ||
"btn:swatch": "mostră de culoare", | ||
"btn:last-color": "folosește culoarea anterioară", | ||
"btn:save": "Salvează", | ||
"btn:cancel": "Anulează", | ||
"btn:clear": "Șterge", | ||
"aria:btn:save": "salvează și închide", | ||
"aria:btn:cancel": "anulează și închide", | ||
"aria:btn:clear": "șterge și închide", | ||
"aria:input": "câmp de introducere culoare", | ||
"aria:palette": "zonă de selectare a culorii", | ||
"aria:hue": "slider de selecție nuanță", | ||
"aria:opacity": "slider de selecție opacitate" | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
Source/Blazorise/Resources/Localization/DatePicker/ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"Mon": "lun.", | ||
"Tue": "mar.", | ||
"Wed": "mie.", | ||
"Thu": "joi", | ||
"Fri": "vin.", | ||
"Sat": "sâm.", | ||
"Sun": "dum.", | ||
"Monday": "luni", | ||
"Tuesday": "marți", | ||
"Wednesday": "miercuri", | ||
"Thursday": "joi", | ||
"Friday": "vineri", | ||
"Saturday": "sâmbătă", | ||
"Sunday": "duminică", | ||
"Jan": "ian.", | ||
"Feb": "feb.", | ||
"Mar": "mar.", | ||
"Apr": "apr.", | ||
"May": "mai", | ||
"Jun": "iun.", | ||
"Jul": "iul.", | ||
"Aug": "aug.", | ||
"Sep": "sep.", | ||
"Oct": "oct.", | ||
"Nov": "noi.", | ||
"Dec": "dec.", | ||
"January": "ianuarie", | ||
"February": "februarie", | ||
"March": "martie", | ||
"April": "aprilie", | ||
"May!": "mai", | ||
"June": "iunie", | ||
"July": "iulie", | ||
"August": "august", | ||
"September": "septembrie", | ||
"October": "octombrie", | ||
"November": "noiembrie", | ||
"December": "decembrie", | ||
"AM": "AM", | ||
"PM": "PM", | ||
"RangeSeparator": " până la " | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"Choose file": "Alege fișier", | ||
"Choose files": "Alege fișiere", | ||
"Choose folder": "Alege folder", | ||
"Choose folders": "Alege foldere" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
Source/Blazorise/Resources/Localization/FilePicker/ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"Ready to upload": "Pregătit pentru încărcare", | ||
"Uploaded successfully": "Încărcat cu succes", | ||
"File size is too large": "Dimensiunea fișierului este prea mare", | ||
"Error uploading": "Eroare la încărcare", | ||
"Or drop files here": "Sau trage fișiere aici", | ||
"Or drop files or folders here": "Sau trage fișiere sau foldere aici", | ||
"Clear": "Șterge", | ||
"Upload": "Încărcă", | ||
"Cancel": "Anulează", | ||
"Confirm": "Confirmă", | ||
"Remove": "Elimină", | ||
"Are you sure you want to remove the file?": "Ești sigur că vrei să elimini fișierul?", | ||
"Are you sure you want to clear all files?": "Ești sigur că vrei să ștergi toate fișierele?", | ||
"Are you sure you want to cancel the upload?": "Ești sigur că vrei să anulezi încărcarea?" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Source/Blazorise/Resources/Localization/MessageProvider/ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"OK": "OK", | ||
"Confirm": "Confirmă", | ||
"Cancel": "Anulează" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"AM": "AM", | ||
"PM": "PM" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
Source/Extensions/Blazorise.DataGrid/Resources/Localization/DataGrid/ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"culture": "ro", | ||
"translations": { | ||
"New": "Nou", | ||
"Edit": "Editează", | ||
"Delete": "Șterge", | ||
"Save": "Salvează", | ||
"Cancel": "Anulează", | ||
"Filter": "Filtrează", | ||
"Clear Filter": "Șterge filtrul", | ||
"First": "Primul", | ||
"Last": "Ultimul", | ||
"Prev": "Anterior", | ||
"Next": "Următor", | ||
"items": "elemente", | ||
"items per page": "elemente pe pagină", | ||
"{0} - {1} of {2} items": "{0} - {1} din {2} elemente", | ||
"Row Edit": "Editează rând", | ||
"Row Create": "Creează rând", | ||
"Create": "Creează", | ||
"Drag a column header here to group by that column": "Trage antetul unei coloane aici pentru a grupa după acea coloană", | ||
"Contains": "Conține", | ||
"Starts With": "Începe cu", | ||
"Ends With": "Se termină cu", | ||
"Equals": "Este egal cu", | ||
"Not Equals": "Nu este egal cu", | ||
"Greater Than": "Mai mare decât", | ||
"Greater Than or Equal": "Mai mare sau egal cu", | ||
"Less Than": "Mai mic decât", | ||
"Less Than or Equal": "Mai mic sau egal cu", | ||
"Save Changes": "Salvează modificările", | ||
"Cancel Changes": "Anulează modificările", | ||
"Between": "Între" | ||
} | ||
} |