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 #105

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
29 changes: 25 additions & 4 deletions lang/sk.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
sk:
SilverStripe\Taxonomy\TaxonomyAdmin:
MENUTITLE: Taxonómie
SilverStripe\Taxonomy\TaxonomyTerm:
Category: 'Termíny taxonómie'
CreatePermissionLabel: 'Vytvoriť termín taxonómie'
DeletePermissionLabel: 'Odstrániť termín taxonómie a všetky vnorené termíny'
EditPermissionLabel: 'Upraviť termín taxonómie'
PLURALNAME: 'Termíny taxonómie'
PLURALS:
few: '{count} termíny taxonómie'
many: '{count} termínov taxonómie'
one: 'Termín taxonómie'
other: '{count} termínov taxonómie'
SINGULARNAME: 'Termín taxonómie'
belongs_many_many_Pages: Stránky
db_Name: Meno
db_Sort: Usporiadanie
has_one_Parent: 'Komentovaný príspevok'
db_Name: Názov
db_Sort: Zoradiť
has_many_Children: Potomkovia
has_one_Parent: Rodič
has_one_Type: Typ
SilverStripe\Taxonomy\TaxonomyType:
db_Name: Meno
PLURALNAME: 'Typy taxonómie'
PLURALS:
few: '{count} typy taxonómie'
many: '{count} typov taxonómie'
one: 'Typ taxonómie'
other: '{count} typov taxonómie'
SINGULARNAME: 'Typ taxonómie'
db_Name: Názov
2 changes: 2 additions & 0 deletions lang/sl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sl:
SINGULARNAME: Oznaka
belongs_many_many_Pages: 'Seznam strani'
db_Name: Ime
db_Sort: Razvrščanje
has_one_Parent: 'Nadrejeno pravilo'
has_one_Type: Tip
SilverStripe\Taxonomy\TaxonomyType:
PLURALNAME: 'Tipi oznake'
Expand Down
Loading