Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLN Update translations #98

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions client/lang/sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// This file was generated by silverstripe/tx-translator from client/lang/src/sk.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('sk', {
"GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý."
});
}
3 changes: 3 additions & 0 deletions client/lang/src/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý."
}
11 changes: 11 additions & 0 deletions lang/sk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sk:
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton:
ERROR_GENERAL: 'Ľutujeme, ale pri exportovaní súboru CSV sa vyskytla chyba'
SilverStripe\GridfieldQueuedExport\GridFieldQueuedExportButton:
AVAILABLE: 'Váš export je k dispozícii.'
CANCELLED: 'Táto exportná úloha bola zrušená'
DOWNLOAD_CSV: 'Kliknutím sem stiahnete súbor vo formáte CSV.'
ERROR_REMOVED: 'Tento export už bol stiahnutý. Z bezpečnostných dôvodov je možné každý export stiahnuť iba raz.'
EXPORTED_COUNT: 'Počet exportovaných záznamov: {count} z {total}'
PREPARING_EXPORT: 'Príprava exportu. Táto stránka sa automaticky obnoví, keď bude export k dispozícii. Ak chcete, môžete si túto stránku uložiť ako záložku a vrátiť sa neskôr.'
RETURN: 'Späť na {name}'
Loading