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

Fix czech translation #178

Merged
merged 3 commits into from
Sep 16, 2021
Merged
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
10 changes: 5 additions & 5 deletions code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var settings = {
/* NB: Users shouldn't need to (or want to) touch these settings. They are here for the
* convenience of developers/maintainers only.
*/
version: '5.1.1',
version: '5.1.2',
repoName: 'GioBonvi/GoogleContactsEventsNotifier',
gitHubBranch: 'master'
}
Expand Down Expand Up @@ -1337,13 +1337,13 @@ var i18n = {
'Events': 'Události',
'Birthdays today': 'Narozeniny dnes',
'Birthdays tomorrow': 'Narozeniny zítra',
'Birthdays in {0} days': 'Narozeniny za {0} dní',
'Birthdays in {0} days': 'Narozeniny za {0} dny/í',
'Anniversaries today': 'Výročí dnes',
'Anniversaries tomorrow': 'Výročí zítra',
'Anniversaries in {0} days': 'Výročí za {0} dní',
'Anniversaries in {0} days': 'Výročí za {0} dny/í',
'Custom events today': 'Jiné události dnes',
'Custom events tomorrow': 'Jiné události zítra',
'Custom events in {0} days': 'Jiné události za {0} dní',
'Custom events in {0} days': 'Jiné události za {0} dny/í',
'Hey! Don\'t forget these events': 'Hej! Nezapomeň na tyto události',
'version': 'verze',
'dd-MM-yyyy': 'dd.MM.yyyy',
Expand All @@ -1359,7 +1359,7 @@ var i18n = {
'Home email': 'E-mail (soukromý)',
'Work email': 'E-mail (pracovní)',
'Other email': 'Jiné e-mailové adresy',
'It looks like you are using an outdated version of this script': 'Vypadatá to, že používáte zastaralouv verzi skriptu',
'It looks like you are using an outdated version of this script': 'Vypadatá to, že používáte zastaralou verzi skriptu',
'You can find the latest one here': 'Poslední verzi najdete zde',
},
'de': {
Expand Down