Skip to content
Open
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
31 changes: 31 additions & 0 deletions code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,37 @@ var i18n = {
'It looks like you are using an outdated version of this script': 'Görünüşe göre bu betiğin eski bir sürümünü kullanıyorsunuz',
'You can find the latest one here': 'En son sürümü burada bulabilirsiniz',
},
'ua': {
'Age': 'Рік',
'Years': 'Років',
'Events': 'Події',
'Birthdays today': 'Дні народження сьогодні',
'Birthdays tomorrow': 'Дні народження завтра',
'Birthdays in {0} days': 'Дні народження через {0} днів',
'Anniversaries today': 'Ювілеї сьогодні',
'Anniversaries tomorrow': 'Ювілеї завтра',
'Anniversaries in {0} days': 'Ювілеї через {0} днів',
'Custom events today': 'Спеціальні події сьогодні',
'Custom events tomorrow': 'Спеціальні події завтра',
'Custom events in {0} days': 'Спеціальні події через {0} днів',
'Hey! Don\'t forget these events': 'Хей! Не забудь про події',
'version': 'версія',
'dd-MM-yyyy': 'dd-MM-yyyy',
'Mobile phone': 'Мобільний номер',
'Work phone': 'Робочий номер',
'Home phone': 'Домашній номер',
'Main phone': 'Основний номер',
'Other phone': 'Інший номер',
'Home fax': 'Факс (домашній)',
'Work fax': 'Факс (робочий)',
'Google voice': 'Google voice',
'Pager': 'Пейджер',
'Home email': 'E-mail (домашній)',
'Work email': 'E-mail (робочий)',
'Other email': 'Email (інший)',
'It looks like you are using an outdated version of this script': 'Схоже, ви використовуєте застарілу версію цього скріпту',
'You can find the latest one here': 'Ви можете знайти останню версію тут',
},
/* To add a language:
'[lang-code]': {
'[first phrase]': '[translation here]',
Expand Down