-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5d438c
commit b0addcb
Showing
14 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
|
||
[o:silverstripe:p:silverstripe-gridfieldextensions:r:master] | ||
file_filter = lang/<lang>.yml | ||
source_file = lang/en.yml | ||
source_lang = en | ||
type = YML | ||
|
||
[o:silverstripe:p:silverstripe-gridfieldextensions:r:master-js] | ||
file_filter = client/lang/src/<lang>.json | ||
source_file = client/lang/src/en.json | ||
source_lang = en | ||
type = KEYVALUEJSON | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This file was generated by silverstripe/tx-translator from client/lang/src/en.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('en', { | ||
"GridFieldExtensions.CONFIRMDEL": "Are you sure you want to delete this?", | ||
"GridFieldExtensions.ADD_CLASS": "Add: <i>{classname}</i>", | ||
"GridFieldExtensions.OPEN_SEARCH_FILTER": "Open search and filter", | ||
"GridFieldExtensions.SAVE_PUBLISH": "Save & publish" | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"GridFieldExtensions.CONFIRMDEL": "Are you sure you want to delete this?", | ||
"GridFieldExtensions.ADD_CLASS": "Add: <i>{classname}</i>", | ||
"GridFieldExtensions.OPEN_SEARCH_FILTER": "Open search and filter", | ||
"GridFieldExtensions.SAVE_PUBLISH": "Save & publish" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,8 @@ | |
], | ||
"expose": [ | ||
"css", | ||
"javascript" | ||
"javascript", | ||
"client/lang" | ||
] | ||
}, | ||
"replace": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
de_DE: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Kein Ergebnis' | ||
RESULTS: 'Ergebnisse' | ||
RESULTS: Ergebnisse | ||
GridFieldExtensions: | ||
ADD: 'Hinzufügen' | ||
ADD: Hinzufügen | ||
ADDEXISTING: 'Bestehenden Eintrag hinzufügen' | ||
SEARCH: 'Suche' | ||
SEARCH: Suche | ||
SELECTTYPETOCREATE: '(Bitte Typ auswählen)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
es_ES: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'No hay items.' | ||
RESULTS: 'Resultados' | ||
RESULTS: Resultados | ||
GridFieldExtensions: | ||
ADD: 'Agregar' | ||
ADD: Agregar | ||
ADDEXISTING: 'Agregar existente' | ||
SEARCH: 'Buscar' | ||
SEARCH: Buscar | ||
SELECTTYPETOCREATE: '(Seleccionar tipo para crear)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
fi_FI: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Ei kohteita' | ||
RESULTS: 'Tulokset' | ||
RESULTS: Tulokset | ||
GridFieldExtensions: | ||
ADD: 'Lisää' | ||
ADD: Lisää | ||
ADDEXISTING: 'Lisää olemassa oleva' | ||
SEARCH: 'Etsi' | ||
SEARCH: Etsi | ||
SELECTTYPETOCREATE: 'Valitse lisättävä tyyppi' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
it_IT: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Nessun elemento.' | ||
RESULTS: 'Risultati' | ||
RESULTS: Risultati | ||
GridFieldExtensions: | ||
ADD: 'Aggiungi' | ||
ADD: Aggiungi | ||
ADDEXISTING: 'Aggiungi esistente' | ||
SEARCH: 'Cerca' | ||
SEARCH: Cerca | ||
SELECTTYPETOCREATE: '(Seleziona tipo per creare)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
nl_NL: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Geen resultaten gevonden.' | ||
RESULTS: 'Resultaten' | ||
RESULTS: Resultaten | ||
GridFieldExtensions: | ||
ADD: 'Toevoegen' | ||
ADD: Toevoegen | ||
ADDEXISTING: 'Bestaande toevoegen' | ||
SEARCH: 'Zoeken' | ||
SEARCH: Zoeken | ||
SELECTTYPETOCREATE: '(Selecteer type om te creeën)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
ru_RU: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Нет элементов.' | ||
RESULTS: 'Результаты' | ||
RESULTS: Результаты | ||
GridFieldExtensions: | ||
ADD: 'Добавить' | ||
ADD: Добавить | ||
ADDEXISTING: 'Добавить существующий' | ||
SEARCH: 'Поиск' | ||
SEARCH: Поиск | ||
SELECTTYPETOCREATE: '(Выберите тип для создания)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
sk: | ||
GridFieldAddExistingSearchHandler.ss: | ||
NOITEMS: 'Nie sú tu žiadne položky.' | ||
RESULTS: 'Výsledky' | ||
RESULTS: Výsledky | ||
GridFieldExtensions: | ||
ADD: Pridať | ||
ADDEXISTING: Pridať existujúci | ||
ADDEXISTING: 'Pridať existujúci' | ||
SEARCH: Hľadať | ||
SELECTTYPETOCREATE: '(Prosím, vyberte typ)' |