forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apidoc#467 from StelianAndrei/ro-locale
Add Romanian locale to template
- Loading branch information
Showing
2 changed files
with
26 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
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,25 @@ | ||
define({ | ||
ro: { | ||
'Allowed values:' : 'Valori permise:', | ||
'Compare all with predecessor': 'Compară toate cu versiunea precedentă', | ||
'compare changes to:' : 'compară cu versiunea:', | ||
'compared to' : 'comparat cu', | ||
'Default value:' : 'Valoare implicită:', | ||
'Description' : 'Descriere', | ||
'Field' : 'Câmp', | ||
'General' : 'General', | ||
'Generated with' : 'Generat cu', | ||
'Name' : 'Nume', | ||
'No response values.' : 'Nici o valoare returnată.', | ||
'optional' : 'opțional', | ||
'Parameter' : 'Parametru', | ||
'Permission:' : 'Permisiune:', | ||
'Response' : 'Răspuns', | ||
'Send' : 'Trimite', | ||
'Send a Sample Request' : 'Trimite o cerere de probă', | ||
'show up to version:' : 'arată până la versiunea:', | ||
'Size range:' : 'Interval permis:', | ||
'Type' : 'Tip', | ||
'url' : 'url' | ||
} | ||
}); |