forked from macadmins/nudge
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
63 additions
and
0 deletions.
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
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,60 @@ | ||
/* | ||
Localizable.strings | ||
Nudge | ||
|
||
Created by Yuri Vlasyuk on 5/24/23. | ||
|
||
*/ | ||
|
||
//// Additional Device Information | ||
"Additional Device Information" = "Додаткова інформація про пристрій"; | ||
// Username | ||
"Username:" = "Ім'я користувача:"; | ||
// Serial Number | ||
"Serial Number:" = "Серійний номер:"; | ||
// Architecture | ||
"Architecture:" = "Архітектура:"; | ||
// Nudge Version | ||
"Version:" = "Версія:"; | ||
// Language | ||
"Language:" = "Мова:"; | ||
|
||
//// Left side of Nudge | ||
// Current OS Version | ||
"Current OS Version:" = "Поточна версія OS:"; | ||
// Required OS Version | ||
"Required OS Version:" = "Потрібна версія OS:"; | ||
// Days Remaining To Update | ||
"Days Remaining To Update:" = "Залишилося днів до оновлення:"; | ||
// Hours Remaining To Update | ||
"Hours Remaining To Update:" = "Залишилося годин до оновлення:"; | ||
// Deferred Count | ||
"Deferred Count:" = "Кількість відкладень:"; | ||
// More Info | ||
"More Info" = "Більше інформації"; | ||
|
||
// Help buttons | ||
"Click to close" = "Натисніть, щоб закрити"; | ||
"Click for additional device information" = "Натисніть для додаткової інформації про пристрій"; | ||
"Click to zoom into screenshot" = "Натисніть щоб наблизити скріншот"; | ||
"Click for more information about the security update" = "Більше інформації про оновлення безпеки"; | ||
|
||
//// Right side of Nudge | ||
"Update Device" = "Оновити пристрій"; | ||
"Your device will restart during this update" = "Ваш пристрій буде перезавантажено під час цього оновлення"; | ||
"Important Notes" = "Important Notes"; | ||
"Updates can take around 30 minutes to complete" = "Оновленню потрібно приблизно 30 хвилин"; | ||
"A fully up-to-date device is required to ensure that IT can accurately protect your device.\n\nIf you do not update your device, you may lose access to some items necessary for your day-to-day tasks.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps." = "Потрібен повністю оновлений пристрій щоб бути впевненим що IT зможе його надійно захистити.\n\nЯкщо ви не оновите пристрій, ви можете втратити доступ до деяких речей, необхідних для виконання повсякденних завдань.\n\nЩоб почати оновлення, просто клацніть кнопку Оновити пристрій та виконайте запропоновані кроки."; | ||
"Your device requires a security update" = "Вашому пристрою потрібно оновлення безпеки"; | ||
"Your device requires a security update (Demo Mode)" = "Вашому пристрою потрібно оновлення безпеки (Демо-режим)"; | ||
"Later" = "Пізніше"; | ||
"I understand" = "Мені зрозуміло"; | ||
"A friendly reminder from your local IT team" = "Дружнє нагадування від вашої IT-команди"; | ||
"Defer" = "Відкласти"; | ||
"One Hour" = "Одна година"; | ||
"One Day" = "Один день"; | ||
"Custom" = "Кастомне"; | ||
|
||
// User Notification | ||
"Application terminated" = "Роботу програми перервано"; | ||
"Please update your device to use this application" = "Будь ласка, оновіть ваш пристрій щоб використовувати цю програму"; |