Skip to content

Commit

Permalink
Merge pull request #177 from d-loose/additional-translations
Browse files Browse the repository at this point in the history
feat: add alexmazaltov's translations
  • Loading branch information
d-loose authored Oct 16, 2023
2 parents 3a6446c + 00a7922 commit 92eaca7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class UbuntuBootstrapLocalizationsUk extends UbuntuBootstrapLocalizations {

@override
String loadingPageTitle(Object DISTRO) {
return 'Welcome to $DISTRO';
return 'Ласкаво просимо в $DISTRO';
}

@override
String loadingHeader(Object DISTRO) {
return 'Preparing $DISTRO…';
return 'Підготовка $DISTRO…';
}

@override
Expand Down Expand Up @@ -68,7 +68,7 @@ class UbuntuBootstrapLocalizationsUk extends UbuntuBootstrapLocalizations {
String get rstTitle => 'Вимкнути RST';

@override
String get rstHeader => 'Turn off RST to continue';
String get rstHeader => 'Вимкніть RST для продовженя';

@override
String get rstDescription => 'Цей комп’ютер використовує технологію Intel RST (Rapid Storage Technology). Перед встановленням Ubuntu вам потрібно вимкнути RST у Windows.';
Expand Down Expand Up @@ -115,16 +115,16 @@ class UbuntuBootstrapLocalizationsUk extends UbuntuBootstrapLocalizations {
String get updatesOtherSoftwarePageDescription => 'Які програми ви хотіли б встановити для початку?';

@override
String get fullInstallationTitle => 'Full installation';
String get fullInstallationTitle => 'Повна установка';

@override
String get fullInstallationSubtitle => 'An offline-friendly selection of office tools, utilities, web browser and games.';
String get fullInstallationSubtitle => 'Зручний для роботи в автономному режимі набір офісних інструментів, утиліт, веб-браузера та ігор.';

@override
String get minimalInstallationTitle => 'Default installation';
String get minimalInstallationTitle => 'Мінімальна установка';

@override
String get minimalInstallationSubtitle => 'Just the essentials, web browser and basic utilities.';
String get minimalInstallationSubtitle => 'Тільки найнеобхідніше, веб-браузер та базові утиліти.';

@override
String get otherOptions => 'Інші параметри';
Expand Down Expand Up @@ -153,7 +153,7 @@ class UbuntuBootstrapLocalizationsUk extends UbuntuBootstrapLocalizations {
}

@override
String get offlineWarning => 'You are currently offline';
String get offlineWarning => 'Ви зараз не в мережі';

@override
String get chooseSecurityKeyTitle => 'Оберіть ключ безпеки';
Expand Down Expand Up @@ -247,15 +247,15 @@ class UbuntuBootstrapLocalizationsUk extends UbuntuBootstrapLocalizations {
String get installationTypeZFSSelected => 'Обрано ZFS';

@override
String get installationTypeTPM => 'EXPERIMENTAL: Enable hardware-backed full disk encryption';
String get installationTypeTPM => 'ЕКСПЕРИМЕНТАЛЬНО: Увімкнути апаратне шифрування диска';

@override
String installationTypeTPMWarning(Object color, Object url) {
return '<font color=\"$color\">Warning:</font> This feature is only supported on certain hardware configurations and may not support upgrading to future Ubuntu releases. Please read the <a href=\"$url\">release notes</a> before enabling.';
return '<font color=\"$color\">Увага:</font> Ця функція підтримується лише на певних конфігураціях обладнання та може не підтримувати оновлення до майбутніх випусків Ubuntu. Будь ласка, прочитайте <a href=\"$url\">примітки до випуску</a> перед увімкненням.';
}

@override
String get installationTypeTPMSelected => 'TPM selected';
String get installationTypeTPMSelected => 'TPM обрано';

@override
String installationTypeReinstall(Object os) {
Expand Down
40 changes: 39 additions & 1 deletion packages/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_uk.arb
Original file line number Diff line number Diff line change
Expand Up @@ -445,5 +445,43 @@
"@partitionEditTitle": {},
"partitionSizeLabel": "Розмір:",
"@partitionSizeLabel": {},
"@partitionUnitMB": {}
"@partitionUnitMB": {},
"loadingHeader": "Підготовка {DISTRO}…",
"@loadingHeader": {
"type": "text",
"placeholders": {
"DISTRO": {}
}
},
"loadingPageTitle": "Ласкаво просимо в {DISTRO}",
"@loadingPageTitle": {
"type": "text",
"placeholders": {
"DISTRO": {}
}
},
"offlineWarning": "Ви зараз не в мережі",
"@offlineWarning": {},
"fullInstallationSubtitle": "Зручний для роботи в автономному режимі набір офісних інструментів, утиліт, веб-браузера та ігор.",
"@fullInstallationSubtitle": {},
"minimalInstallationTitle": "Мінімальна установка",
"@minimalInstallationTitle": {},
"minimalInstallationSubtitle": "Тільки найнеобхідніше, веб-браузер та базові утиліти.",
"@minimalInstallationSubtitle": {},
"installationTypeTPMWarning": "<font color=\"{color}\">Увага:</font> Ця функція підтримується лише на певних конфігураціях обладнання та може не підтримувати оновлення до майбутніх випусків Ubuntu. Будь ласка, прочитайте <a href=\"{url}\">примітки до випуску</a> перед увімкненням.",
"@installationTypeTPMWarning": {
"type": "text",
"placeholders": {
"color": {},
"url": {}
}
},
"installationTypeTPMSelected": "TPM обрано",
"@installationTypeTPMSelected": {},
"installationTypeTPM": "ЕКСПЕРИМЕНТАЛЬНО: Увімкнути апаратне шифрування диска",
"@installationTypeTPM": {},
"fullInstallationTitle": "Повна установка",
"@fullInstallationTitle": {},
"rstHeader": "Вимкніть RST для продовженя",
"@rstHeader": {}
}

0 comments on commit 92eaca7

Please sign in to comment.