Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 4, 2022
1 parent cdadc3a commit 8fed2e4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/lang/bg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/bg.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow 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
Expand Down
2 changes: 1 addition & 1 deletion client/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/en.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow 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
Expand Down
2 changes: 1 addition & 1 deletion client/lang/eo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/eo.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow 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
Expand Down
2 changes: 1 addition & 1 deletion client/lang/sl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/sl.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow 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
Expand Down
2 changes: 1 addition & 1 deletion client/lang/src/bg.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Извлечените данни бяха изтеглени."
}
}
2 changes: 1 addition & 1 deletion client/lang/src/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Your export has been downloaded."
}
}
2 changes: 1 addition & 1 deletion client/lang/src/eo.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Via eksportaĵo estas elŝutita"
}
}
2 changes: 1 addition & 1 deletion client/lang/src/sl.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Izvožena datoteka je prenesena."
}
}
11 changes: 11 additions & 0 deletions lang/sl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sl:
SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton:
ERROR_GENERAL: 'Pri izvozu v CSV je prišlo do napake'
SilverStripe\GridfieldQueuedExport\GridFieldQueuedExportButton:
AVAILABLE: 'Izvožena datoteka je na voljo.'
CANCELLED: 'Izvoz je bil preklican'
DOWNLOAD_CSV: 'Kliknite za izvoz datoteke v formatu CSV.'
ERROR_REMOVED: 'Prenos datoteka je že bil opravljen. Iz varnostnih razlogov je mogoče vsako izvoženo datoteko prenesti samo enkrat.'
EXPORTED_COUNT: 'Izvoženih {count} od {total} zapisov'
PREPARING_EXPORT: 'Datoteka je v pripravi. Stran se bo samodejno osvežila, ko bo datoteka na voljo. Lahko si shranite stran med priljubljene in se vrnete kasneje, saj proces ne bo prekinjen.'
RETURN: 'Nazaj na {name}'

0 comments on commit 8fed2e4

Please sign in to comment.