Skip to content

Commit

Permalink
fix(module:i18n): fix catalan translations (#3080)
Browse files Browse the repository at this point in the history
* fix(module:i18n): fix catalan translations

* fix(module:i18n): fix for catalan "jump_to_confirm" string

close #2569
  • Loading branch information
gpalomar authored and hsuanxyz committed Apr 15, 2019
1 parent 5129f73 commit 81f917a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions components/i18n/languages/ca_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,30 @@ export default {
filterTitle: 'Filtrar Menu',
filterConfirm: 'OK',
filterReset: 'Restablir',
selectAll: 'Seleccionar tot',
selectInvert: 'Invertir selecció',
},
Modal: {
okText: 'OK',
okText: 'Acceptar',
cancelText: 'Cancel·lar',
justOkText: 'OK',
justOkText: 'Acceptar',
},
Popconfirm: {
okText: 'OK',
okText: 'Acceptar',
cancelText: 'Cancel·lar',
},
Transfer: {
searchPlaceholder: 'Cercar aquí',
itemUnit: 'item',
itemsUnit: 'items',
itemUnit: 'element',
itemsUnit: 'elements',
},
Upload: {
uploading: 'Pujant...',
removeFile: 'Eliminar fitxer',
uploadError: 'Error al pujar el fitxer',
previewFile: 'Vista prèvia',
},
Empty: {
description: 'Sense dades',
description: 'No hi ha dades',
},
};
2 changes: 1 addition & 1 deletion components/i18n/languages/pagination/ca_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
// Options.jsx
items_per_page: '/ pàgina',
jump_to: 'Anar a',
jump_to_confirm: 'Confirma',
jump_to_confirm: 'Confirmar',
page: '',

// Pagination.jsx
Expand Down

0 comments on commit 81f917a

Please sign in to comment.