Skip to content

Commit aeda792

Browse files
committed
Merge branch '5' into 6.0
2 parents 95b8cea + 3819abd commit aeda792

File tree

14 files changed

+40
-3
lines changed

14 files changed

+40
-3
lines changed

.tx/config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[silverstripe-multivaluefield.master]
4+
[o:silverstripe:p:silverstripe-multivaluefield:r:master]
55
file_filter = lang/<lang>.yml
66
source_file = lang/en.yml
77
source_lang = en
8-
type = YML
8+
type = YML
9+

lang/cs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cs:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Není k dispozici žádná možnost'

lang/da.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
da:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Ingen tilgængelige muligheder'

lang/de_DE.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
de_DE:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Keine Optionen vorhanden'

lang/es.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
es:
2+
MultiValueCheckboxField:
3+
NoOptions: 'No hay opciones disponibles'

lang/fi_FI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fi_FI:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Ei vaihtoehtoja tarjolla'

lang/fr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fr:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Aucune option disponible'

lang/it.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
it:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Nessuna opzione disponibile'

lang/nb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nb:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Ingen valg tilgjengelig'

lang/nl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nl:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Geen keuze mogelijk'

lang/sk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sk:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Žiadne dostupné možnosti'

lang/sl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sl:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Nobena izmed možnosti ni na voljo'

lang/sv.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sv:
2+
MultiValueCheckboxField:
3+
NoOptions: 'Inga tillgängliga val'

lang/zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
zh:
22
MultiValueCheckboxField:
3-
NoOptions: '无可用选项'
3+
NoOptions: 无可用选项

0 commit comments

Comments
 (0)