mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
more intl Issue #42
This commit is contained in:
parent
eedce6616a
commit
3adec8d88a
18 changed files with 267 additions and 478 deletions
|
@ -1,16 +1,18 @@
|
|||
exports.strings = {
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
'no-hint': {
|
||||
'__desc__': 'when no hint is available for a level',
|
||||
'en_US': "Hmm, there doesn't seem to be a hint for this level :-/"
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
'error-untranslated-key': {
|
||||
'__desc__': 'This error happens when we are trying to translate a specific key and the locale version is mission',
|
||||
'__params__': {
|
||||
'key': 'The name of the translation key that is missing'
|
||||
},
|
||||
'en': 'The translation for {key} does not exist yet :( Please hop on github and offer up a translation!'
|
||||
'en_US': 'The translation for {key} does not exist yet :( Please hop on github and offer up a translation!'
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
'error-untranslated': {
|
||||
'__desc__': 'The general error when we encounter a dialog that is not translated',
|
||||
'en': 'This dialog or text is not yet translated in your locale :( Hop on github to aid in translation!'
|
||||
'en_US': 'This dialog or text is not yet translated in your locale :( Hop on github to aid in translation!'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue