-
Notifications
You must be signed in to change notification settings - Fork 28
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
Showing
4 changed files
with
61 additions
and
1 deletion.
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,17 @@ | ||
// 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', { | ||
"ShareDraftContent.DESCRIPTION": "Ktokoľvek s týmto odkazom si môže zobraziť koncept tejto stránky.", | ||
"ShareDraftContent.FETCH_ERROR": "Pri generovaní odkazu na zdieľanie sa vyskytol problém!", | ||
"ShareDraftContent.LEARN_MORE": "Zistiť viac", | ||
"ShareDraftContent.LINK_HELP": "Odkaz na zdieľanie konceptu obsahu", | ||
"ShareDraftContent.LOADING": "Načítava sa...", | ||
"ShareDraftContent.SHARE": "Zdielať", | ||
"ShareDraftContent.SHARE_DRAFT_CONTENT": "Zdielať koncept obsahu" | ||
}); | ||
} |
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,9 @@ | ||
{ | ||
"ShareDraftContent.DESCRIPTION": "Ktokoľvek s týmto odkazom si môže zobraziť koncept tejto stránky.", | ||
"ShareDraftContent.FETCH_ERROR": "Pri generovaní odkazu na zdieľanie sa vyskytol problém!", | ||
"ShareDraftContent.LEARN_MORE": "Zistiť viac", | ||
"ShareDraftContent.LINK_HELP": "Odkaz na zdieľanie konceptu obsahu", | ||
"ShareDraftContent.LOADING": "Načítava sa...", | ||
"ShareDraftContent.SHARE": "Zdielať", | ||
"ShareDraftContent.SHARE_DRAFT_CONTENT": "Zdielať koncept obsahu" | ||
} |
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,30 @@ | ||
sk: | ||
SilverStripe\Admin\LeftAndMain_ViewModeSelector: | ||
ChangeViewMode: 'Zmeniť režim zobrazenia' | ||
DualWindowView: 'Dvojité okno' | ||
EditView: 'Režim úprav' | ||
PreviewView: 'Režim ukážky' | ||
SplitView: 'Rozdelený režim' | ||
SilverStripe\ShareDraftContent\Controllers\ShareDraftController: | ||
DRAFT_STATE: 'Stav konceptu' | ||
PAGE_EXPIRED: 'Ojoj. Platnosť stránky, na ktorú sa pokúšate dostať <br> možno vypršala.' | ||
PUBLISHED_STATE: 'Zverejnený stav' | ||
TOPBAR_CURRENTLY_DRAFT: 'Prezeráte si <em>stav konceptu</em> tejto stránky. Každá ďalšia stránka, na ktorú prejdete bude vo <em>zverejnenom stave</em>.' | ||
TOPBAR_DRAFT_DESC: 'Obsahuje obsah, ktorý ešte nebol zverejnený. Pri prezeraní stránok konceptov sa zobrazí správa, ktorá vás o tom bude informovať.' | ||
TOPBAR_HOW_IT_WORKS: 'Ako to funguje.' | ||
TOPBAR_PUBLISHED_DESC: 'Obsahuje obsah, ktorý bol zverejnený. V dôsledku toho nebudete na to upozornení a uvidíte živú verziu stránky.' | ||
TOPBAR_TWO_STATES: 'Stránky sa zobrazujú v dvoch stavoch:' | ||
SilverStripe\ShareDraftContent\Extensions\ShareDraftContentSiteTreeExtension: | ||
db_ShareTokenSalt: 'Zdielať sol tokenu' | ||
has_many_ShareTokens: 'Zdielať tokeny' | ||
SilverStripe\ShareDraftContent\Models\ShareToken: | ||
PLURALNAME: 'Tokeny na zdielanie' | ||
PLURALS: | ||
few: '{count} tokeny na zdielanie' | ||
many: '{count} tokenov na zdielanie' | ||
one: 'Token na zdielanie' | ||
other: '{count} tokenov na zdielanie' | ||
SINGULARNAME: 'Token na zdielanie' | ||
db_Token: Token | ||
db_ValidForDays: 'Platí počet dní' | ||
has_one_Page: Stránka |
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