Skip to content

Commit

Permalink
Add Cataln translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Feb 12, 2016
1 parent 85f9b58 commit 44de2a1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions template/locales/ca.js
@@ -0,0 +1,25 @@
define({
ca: {
'Allowed values:' : 'Valors permesos:',
'Compare all with predecessor': 'Comparar tot amb versió anterior',
'compare changes to:' : 'comparar canvis amb:',
'compared to' : 'comparat amb',
'Default value:' : 'Valor per defecte:',
'Description' : 'Descripció',
'Field' : 'Camp',
'General' : 'General',
'Generated with' : 'Generat amb',
'Name' : 'Nom',
'No response values.' : 'Sense valors en la resposta.',
'optional' : 'opcional',
'Parameter' : 'Paràmetre',
'Permission:' : 'Permisos:',
'Response' : 'Resposta',
'Send' : 'Enviar',
'Send a Sample Request' : 'Enviar una petició d\'exemple',
'show up to version:' : 'mostrar versió:',
'Size range:' : 'Tamany de rang:',
'Type' : 'Tipus',
'url' : 'url'
}
});
1 change: 1 addition & 0 deletions template/locales/locale.js
@@ -1,4 +1,5 @@
define([ define([
'./locales/ca.js',
'./locales/de.js', './locales/de.js',
'./locales/es.js', './locales/es.js',
'./locales/fr.js', './locales/fr.js',
Expand Down

0 comments on commit 44de2a1

Please sign in to comment.