Skip to content

Commit

Permalink
Merge pull request apidoc#467 from StelianAndrei/ro-locale
Browse files Browse the repository at this point in the history
Add Romanian locale to template
  • Loading branch information
rottmann committed Jun 7, 2016
2 parents 298c4f1 + 700459e commit 4c460c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/locales/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ define([
'./locales/nl.js',
'./locales/pl.js',
'./locales/pt_br.js',
'./locales/ro.js',
'./locales/ru.js',
'./locales/zh.js',
'./locales/zh_cn.js'
Expand Down
25 changes: 25 additions & 0 deletions template/locales/ro.js
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'
}
});

0 comments on commit 4c460c6

Please sign in to comment.