mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-28 02:32:46 +01:00
Переходим на MineOS Standalone #1
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
{
|
||||
iconPath = "Icon path",
|
||||
downloading = "Downloading in progress",
|
||||
CPUArchitecture = "CPU architecture",
|
||||
RAMControl = "RAM control",
|
||||
packageUnloading = "Automatic unloading",
|
||||
networkFTPNewConnection = "FTP-connection",
|
||||
networkFTPConnections = "FTP-connections",
|
||||
networkFTPAddress = "Server address",
|
||||
networkFTPPort = "Server port",
|
||||
networkFTPUser = "User",
|
||||
networkFTPPasswprd = "Password",
|
||||
networkFTPPassword = "Password",
|
||||
updatingFileList = "Updating file list...",
|
||||
network = "Network",
|
||||
networkTimeout = "Remote computer is not responding",
|
||||
networkAccessDenied = "Access to the filesystem of the remote computer is denied. Contact it's owner to get appropriate privileges",
|
||||
networkAllowReadAndWrite = "Filesystem access",
|
||||
networkModemNotAvailable = "Attach modem to use network functions",
|
||||
networkState = "Enable network mode",
|
||||
networkComputers = "Network PCs options",
|
||||
networkName = "Name of this PC",
|
||||
networkSearchRadius = "Searching radius",
|
||||
openWith = "Open with",
|
||||
select = "Choose application…",
|
||||
keepInDock = "Keep in dock",
|
||||
@@ -38,6 +47,9 @@
|
||||
|
||||
resolution = "Screen resolution",
|
||||
pressAnyKeyToContinue = "Press any key to continue",
|
||||
screensaver = "Screensaver",
|
||||
screensaverDelay = "Delay",
|
||||
screensaverEnabled = "Screensaver enabled",
|
||||
|
||||
areYouSure = "Are you sure?",
|
||||
emptyTrash = "Empty trash",
|
||||
@@ -55,11 +67,13 @@
|
||||
newFolder = "Folder",
|
||||
newFile = "File",
|
||||
newFileFromURL = "File from URL",
|
||||
newImage = "Image",
|
||||
newApplication = "MineOS application",
|
||||
paste = "Paste",
|
||||
copy = "Copy",
|
||||
cut = "Cut",
|
||||
edit = "Edit",
|
||||
editInPhotoshop = "Edit in Photoshop",
|
||||
rename = "Rename",
|
||||
editShortcut = "Edit shortcut",
|
||||
createShortcut = "Create shortcut",
|
||||
@@ -81,19 +95,71 @@
|
||||
sortByType = "By type",
|
||||
sortByName = "By name",
|
||||
sortByDate = "By date",
|
||||
showExtension = "File extensions",
|
||||
showHiddenFiles = "Hidden files",
|
||||
showApplicationIcons = "Application icons",
|
||||
|
||||
aboutSystem = "About system",
|
||||
updates = "Updates",
|
||||
update = "Refresh",
|
||||
shutdown = "Shutdown",
|
||||
logout = "Logout",
|
||||
reboot = "Reboot",
|
||||
returnToShell = "Return to Shell",
|
||||
|
||||
|
||||
protectYourComputer = "Computer protection",
|
||||
inputPassword = "Input password",
|
||||
confirmInputPassword = "Confirm password",
|
||||
oldPassword = "Old password",
|
||||
newPassword = "New password",
|
||||
setProtectionMethod = "Change computer protection method",
|
||||
wrongOldPassword = "Wrong old password!",
|
||||
passwordSucessfullyChanged = "Password has been successfully changed!",
|
||||
withoutProtection = "Without protection",
|
||||
passwordProtection = "Password protection",
|
||||
biometricProtection = "Biometric protection",
|
||||
putFingerToVerify = "Put your finger to authorize",
|
||||
putFingerToRegister = "Put your finger to create a biometric signature",
|
||||
fingerprintCreated = "Biometric signature has been created",
|
||||
accessDenied = "Access denied",
|
||||
welcomeBack = "Welcome, ",
|
||||
passwordsAreDifferent = "Passwords are different",
|
||||
incorrectPassword = "Incorrect password",
|
||||
mineOSCreatorUsedMasterPassword = "The creator of this operating system has used Master-Password",
|
||||
loginToSystem = "Login",
|
||||
|
||||
systemLanguage = "System language",
|
||||
colorScheme = "Color scheme",
|
||||
iconProperties = "Icons properties",
|
||||
spaceBetweenIcons = "Space bewteen icons",
|
||||
sizeOfIcons = "Size of icons",
|
||||
byHorizontal = "Horizontal",
|
||||
byVertical = "Vertical",
|
||||
wallpaper = "Wallpaper",
|
||||
wallpaperPath = "Path to wallpaper",
|
||||
iconPath = "Path to icon",
|
||||
wallpaperModeStretch = "Stretch",
|
||||
wallpaperModeCenter = "Center",
|
||||
wallpaperEnabled = "Wallpaper enabled",
|
||||
wallpaperBrightness = "Wallpaper brightness",
|
||||
wallpaperSwitchInfo = "Disabling this option will decrease RAM usage and increase system perfomance",
|
||||
backgroundColor = "Background color",
|
||||
menuColor = "Menu color",
|
||||
dockColor = "Dock color",
|
||||
transparencyEnabled = "Transparency enabled",
|
||||
transparencySwitchInfo = "Disabling this option will increase system perfomance",
|
||||
screenResolution = "Screen resolution",
|
||||
changePassword = "Change password",
|
||||
shortcutIsCorrupted = "Shortcut is linked to non-existent file",
|
||||
sortAutomatically = "Align to grid",
|
||||
onDesktop = "On desktop",
|
||||
inCurrentDirectory = "In current directory",
|
||||
|
||||
settings = "Preferences",
|
||||
dateAndTime = "Date and time",
|
||||
timezone = "Timezone",
|
||||
dateFormat = "Date format",
|
||||
|
||||
errorWhileRunningProgram = "Error while running ",
|
||||
sendedFeedback = "Feedback was sent",
|
||||
sendFeedback = "Send feedback",
|
||||
@@ -1,15 +1,24 @@
|
||||
{
|
||||
iconPath = "Chemin d'icône",
|
||||
downloading = "Téléchargement en cours",
|
||||
CPUArchitecture = "Architecture du processeur",
|
||||
RAMControl = "Contrôle de la RAM",
|
||||
packageUnloading = "Déchargement automatique",
|
||||
networkFTPNewConnection = "Connexion FTP",
|
||||
networkFTPConnections = "Connexions FTP",
|
||||
networkFTPAddress = "Adresse du serveur",
|
||||
networkFTPPort = "Port du serveur",
|
||||
networkFTPUser = "Utilisateur",
|
||||
networkFTPPasswprd = "Mot de passe",
|
||||
networkFTPPassword = "Mot de passe",
|
||||
updatingFileList = "Mise à jour de la liste des fichiers ...",
|
||||
network = "Réseau",
|
||||
networkTimeout = "L'ordinateur distant ne répond pas",
|
||||
networkAccessDenied = "L'accès au système de fichiers de l'ordinateur distant est refusé. Contactez son propriétaire pour obtenir les privilèges appropriés",
|
||||
networkAllowReadAndWrite = "Accès au système de fichiers",
|
||||
networkModemNotAvailable = "Joindre un modem pour utiliser les fonctions réseau",
|
||||
networkState = "Activer le mode réseau",
|
||||
networkComputers = "Options du réseau de PC",
|
||||
networkName = "Nom de ce PC",
|
||||
networkSearchRadius = "Rayon de recherche",
|
||||
openWith = "Ouvrir avec",
|
||||
select = "Choisissez l'application ...",
|
||||
keepInDock = "Gardez dans la barre des tâches",
|
||||
@@ -38,6 +47,9 @@
|
||||
|
||||
resolution = "Résolution d'écran",
|
||||
pressAnyKeyToContinue = "Appuyez sur n'importe quelle touche pour continuer",
|
||||
screensaver = "Économiseur d'écran",
|
||||
screensaverDelay = "Délai",
|
||||
screensaverEnabled = "Économiseur d'écran activé",
|
||||
|
||||
areYouSure = "Êtes-vous sûr ?",
|
||||
emptyTrash = "Corbeille vide",
|
||||
@@ -55,11 +67,13 @@
|
||||
newFolder = "Dossier",
|
||||
newFile = "Fichier",
|
||||
newFileFromURL = "Fichier à partir d'une URL",
|
||||
newImage = "Image",
|
||||
newApplication = "Application MineOS",
|
||||
paste = "Coller",
|
||||
copy = "Copier",
|
||||
cut = "Couper",
|
||||
edit = "Éditer",
|
||||
editInPhotoshop = "Modifier dans Photoshop",
|
||||
rename = "Renommer",
|
||||
editShortcut = "Modifier le raccourci",
|
||||
createShortcut = "Créer un raccourci",
|
||||
@@ -81,19 +95,71 @@
|
||||
sortByType = "Par type",
|
||||
sortByName = "Par nom",
|
||||
sortByDate = "Par date",
|
||||
showExtension = "Extensions de fichier",
|
||||
showHiddenFiles = "Fichiers cachés",
|
||||
showApplicationIcons = "Icônes d'application",
|
||||
|
||||
aboutSystem = "À propos du système",
|
||||
updates = "Mises à jour",
|
||||
update = "Rafraîchir",
|
||||
shutdown = "Éteindre",
|
||||
logout = "Se déconnecter",
|
||||
reboot = "Redémarrer",
|
||||
returnToShell = "Retourner à l'invite de commandes",
|
||||
|
||||
|
||||
protectYourComputer = "Protection de l'ordinateur",
|
||||
inputPassword = "Saisir le mot de passe",
|
||||
confirmInputPassword = "Confirmez le mot de passe",
|
||||
oldPassword = "Ancien mot de passe",
|
||||
newPassword = "Nouveau mot de passe",
|
||||
setProtectionMethod = "Changer la méthode de protection de l'ordinateur",
|
||||
wrongOldPassword = "Ancien mot de passe érroné !",
|
||||
passwordSucessfullyChanged = "Le mot de passe a été changé avec succès !",
|
||||
withoutProtection = "Sans protection",
|
||||
passwordProtection = "Protection par mot de passe",
|
||||
biometricProtection = "Protection biométrique",
|
||||
putFingerToVerify = "Mettez votre doigt pour déverrouiller",
|
||||
putFingerToRegister = "Mettez votre doigt pour créer une signature biométrique",
|
||||
fingerprintCreated = "La signature biométrique a été créée",
|
||||
accessDenied = "Accès refusé",
|
||||
welcomeBack = "Bienvenue, ",
|
||||
passwordsAreDifferent = "Les mots de passe sont différents",
|
||||
incorrectPassword = "Mot de passe incorrect",
|
||||
mineOSCreatorUsedMasterPassword = "Le créateur de ce système d'exploitation a utilisé un mot de passe avec des droits root",
|
||||
loginToSystem = "S'identifier",
|
||||
|
||||
systemLanguage = "Langue du système",
|
||||
colorScheme = "Couleurs principales",
|
||||
iconProperties = "Propriétés des icônes",
|
||||
spaceBetweenIcons = "Espacement entre les icônes",
|
||||
sizeOfIcons = "Taille des icônes",
|
||||
byHorizontal = "Horizontal",
|
||||
byVertical = "Verticale",
|
||||
wallpaper = "Fond d'écran",
|
||||
wallpaperPath = "Chemin d'accès du fond d'écran",
|
||||
iconPath = "Chemin d'accès de l'icône",
|
||||
wallpaperModeStretch = "Étiré",
|
||||
wallpaperModeCenter = "Centré",
|
||||
wallpaperEnabled = "Fond d'écran activé",
|
||||
wallpaperBrightness = "Luminosité du fond d'écran",
|
||||
wallpaperSwitchInfo = "La désactivation de cette option réduit l'utilisation de la RAM et augmente les performances du système",
|
||||
backgroundColor = "Couleur de fond",
|
||||
menuColor = "Couleur du menu",
|
||||
dockColor = "Couleur de la barre des tâches",
|
||||
transparencyEnabled = "Transparence activée",
|
||||
transparencySwitchInfo = "La désactivation de cette option augmentera les performances du système",
|
||||
screenResolution = "Résolution d'écran",
|
||||
changePassword = "Changer le mot de passe",
|
||||
shortcutIsCorrupted = "Le raccourci est lié à un fichier inexistant",
|
||||
sortAutomatically = "Aligner sur la grille",
|
||||
onDesktop = "Sur le bureau",
|
||||
inCurrentDirectory = "Dans le répertoire actuel",
|
||||
|
||||
settings = "Préférences",
|
||||
dateAndTime = "Date et heure",
|
||||
timezone = "Fuseau horaire",
|
||||
dateFormat = "Format de date",
|
||||
|
||||
errorWhileRunningProgram = "Erreur lors de l'exécution ",
|
||||
sendedFeedback = "Votre commantaire a bien été envoyé",
|
||||
sendFeedback = "Envoyer un commantaire",
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
installSomeApps = "Install apps",
|
||||
installWallpapers = "Download wallpapers",
|
||||
downloading = "Downloading",
|
||||
reboot = "Reboot",
|
||||
needToReboot = "MineOS has been successfully installed, enjoy",
|
||||
terms = "I accept terms of the agreement",
|
||||
flashingEEPROM = "Installing EFI...",
|
||||
flashEEPROM = "Install EFI",
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
installSomeApps = "Télécharger apps",
|
||||
installWallpapers = "Télécharger des photos",
|
||||
downloading = "Téléchargement de",
|
||||
reboot = "Redémarrer",
|
||||
needToReboot = "MineOS a été installé avec succès",
|
||||
terms = "J'accepte les termes de l'accord",
|
||||
flashingEEPROM = "Installation de l'EFI ...",
|
||||
flashEEPROM = "Installez l'EFI",
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
installSomeApps = "Установить приложения",
|
||||
installWallpapers = "Загрузить обои",
|
||||
downloading = "Загрузка",
|
||||
reboot = "Перезагрузить",
|
||||
needToReboot = "Система установлена, наслаждайтесь",
|
||||
terms = "Я принимаю условия соглашения",
|
||||
flashingEEPROM = "Идет установка EFI...",
|
||||
flashEEPROM = "Установить EFI",
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
installSomeApps = "Встановити додатки",
|
||||
installWallpapers = "Завантажити шпалери",
|
||||
downloading = "Завантаження",
|
||||
reboot = "Перезавантажити",
|
||||
needToReboot = "Система встановлена, насолоджуйтеся",
|
||||
terms = "Я приймаю умови угоди",
|
||||
flashingEEPROM = "Йде установка EFI...",
|
||||
flashEEPROM = "Встановити EFI",
|
||||
}
|
||||
@@ -1,15 +1,24 @@
|
||||
{
|
||||
iconPath = "Путь к иконке",
|
||||
downloading = "Идет загрузка файла",
|
||||
CPUArchitecture = "Архитектура ЦП",
|
||||
RAMControl = "Управление памятью",
|
||||
packageUnloading = "Автоматическая выгрузка",
|
||||
networkFTPNewConnection = "FTP-подключение",
|
||||
networkFTPConnections = "FTP-подключения",
|
||||
networkFTPAddress = "Адрес сервера",
|
||||
networkFTPPort = "Порт сервера",
|
||||
networkFTPUser = "Пользователь",
|
||||
networkFTPPasswprd = "Пароль",
|
||||
networkFTPPassword = "Пароль",
|
||||
updatingFileList = "Обновление списка файлов...",
|
||||
network = "Сеть",
|
||||
networkTimeout = "Удаленный компьютер не ответил на запрос",
|
||||
networkAccessDenied = "Доступ к файловой системе удаленного компьютера запрещен. Свяжитесь с его владельцем для предоставления соответствующих привилегий",
|
||||
networkAllowReadAndWrite = "Доступ к файлам",
|
||||
networkModemNotAvailable = "Подключите модем для использования сетевых функций",
|
||||
networkState = "Включить сетевой режим",
|
||||
networkComputers = "Параметры удаленных ПК",
|
||||
networkName = "Имя данного ПК",
|
||||
networkSearchRadius = "Радиус обнаружения",
|
||||
openWith = "Открыть с помощью",
|
||||
select = "Выбрать программу…",
|
||||
keepInDock = "Оставить в Dock",
|
||||
@@ -38,6 +47,9 @@
|
||||
|
||||
resolution = "Разрешение экрана",
|
||||
pressAnyKeyToContinue = "Нажмите любую клавишу, чтобы продолжить",
|
||||
screensaver = "Заставка",
|
||||
screensaverDelay = "Задержка",
|
||||
screensaverEnabled = "Использовать заставку",
|
||||
|
||||
areYouSure = "Вы уверены?",
|
||||
emptyTrash = "Очистить корзину",
|
||||
@@ -55,11 +67,13 @@
|
||||
newFolder = "Папку",
|
||||
newFile = "Файл",
|
||||
newFileFromURL = "Файл по URL",
|
||||
newImage = "Изображение",
|
||||
newApplication = "Приложение MineOS",
|
||||
paste = "Вставить",
|
||||
copy = "Копировать",
|
||||
cut = "Вырезать",
|
||||
edit = "Редактировать",
|
||||
editInPhotoshop = "Редактировать в Photoshop",
|
||||
rename = "Переименовать",
|
||||
editShortcut = "Редактировать ярлык",
|
||||
createShortcut = "Создать ярлык",
|
||||
@@ -81,19 +95,71 @@
|
||||
sortByType = "По типу",
|
||||
sortByName = "По имени",
|
||||
sortByDate = "По дате",
|
||||
showExtension = "Расширения файлов",
|
||||
showHiddenFiles = "Скрытые файлы",
|
||||
showApplicationIcons = "Иконки приложений",
|
||||
|
||||
aboutSystem = "О системе",
|
||||
updates = "Обновления",
|
||||
update = "Обновить",
|
||||
shutdown = "Выключить",
|
||||
logout = "Выйти",
|
||||
reboot = "Перезагрузить",
|
||||
returnToShell = "Вернуться в Shell",
|
||||
|
||||
protectYourComputer = "Защита компьютера",
|
||||
inputPassword = "Введите пароль",
|
||||
confirmInputPassword = "Подтвердите пароль",
|
||||
oldPassword = "Старый пароль",
|
||||
newPassword = "Новый пароль",
|
||||
setProtectionMethod = "Изменить метод защиты компьютера",
|
||||
wrongOldPassword = "Неверный старый пароль",
|
||||
passwordSucessfullyChanged = "Пароль успешно изменен!",
|
||||
withoutProtection = "Без защиты",
|
||||
passwordProtection = "Защита паролем",
|
||||
biometricProtection = "Биометрическая",
|
||||
putFingerToVerify = "Приложите палец для авторизации",
|
||||
putFingerToRegister = "Приложите палец для создания биометрического снимка",
|
||||
fingerprintCreated = "Биометрический снимок создан",
|
||||
accessDenied = "Доступ запрещен",
|
||||
welcomeBack = "Добро пожаловать, ",
|
||||
passwordsAreDifferent = "Пароли не совпадают",
|
||||
incorrectPassword = "Неверный пароль",
|
||||
mineOSCreatorUsedMasterPassword = "Создатель операционной системы использовал мастер-ключ",
|
||||
loginToSystem = "Вход в систему",
|
||||
|
||||
systemLanguage = "Язык системы",
|
||||
colorScheme = "Цветовая схема",
|
||||
iconProperties = "Параметры иконок",
|
||||
spaceBetweenIcons = "Расстояние между иконками",
|
||||
sizeOfIcons = "Размер иконок",
|
||||
byHorizontal = "По горизонтали",
|
||||
byVertical = "По вертикали",
|
||||
wallpaper = "Обои",
|
||||
wallpaperPath = "Путь к обоям",
|
||||
iconPath = "Путь к иконке",
|
||||
wallpaperModeStretch = "Растянуть",
|
||||
wallpaperModeCenter = "По центру",
|
||||
wallpaperEnabled = "Использовать обои",
|
||||
wallpaperBrightness = "Яркость обоев",
|
||||
wallpaperSwitchInfo = "Отключение этой опции существенно снизит расход оперативной памяти и увеличит производительность",
|
||||
backgroundColor = "Цвет фона",
|
||||
menuColor = "Цвет меню",
|
||||
dockColor = "Цвет Dock",
|
||||
transparencyEnabled = "Прозрачность интерфейса",
|
||||
transparencySwitchInfo = "Отключение этой опции существенно снизит количество прямых обращений к CPU и увеличит производительность",
|
||||
screenResolution = "Разрешение экрана",
|
||||
changePassword = "Изменить пароль",
|
||||
shortcutIsCorrupted = "Ярлык ссылается на несуществующий файл",
|
||||
sortAutomatically = "Привязать к сетке",
|
||||
onDesktop = "На рабочем столе",
|
||||
inCurrentDirectory = "В текущей директории",
|
||||
|
||||
settings = "Настройки",
|
||||
dateAndTime = "Дата и время",
|
||||
timezone = "Часовой пояс",
|
||||
dateFormat = "Формат даты",
|
||||
|
||||
errorWhileRunningProgram = "Ошибка при выполнении ",
|
||||
sendedFeedback = "Отчет отправлен",
|
||||
sendFeedback = "Отправить отчет",
|
||||
@@ -6,7 +6,7 @@
|
||||
networkFTPAddress = "Адреса сервера",
|
||||
networkFTPPort = "Порт сервера",
|
||||
networkFTPUser = "Користувач",
|
||||
networkFTPPasswprd = "Пароль",
|
||||
networkFTPPassword = "Пароль",
|
||||
network = "Мережа",
|
||||
networkTimeout = "Віддалений комп'ютер не відповів на запит",
|
||||
networkAccessDenied = "Доступ до файлової системи віддаленого комп'ютера заборонено. Зв'яжіться з його власником для надання відповідних привілеїв",
|
||||
@@ -55,6 +55,7 @@
|
||||
newFolder = "Папку",
|
||||
newFile = "Файл",
|
||||
newFileFromURL = "Файл по URL",
|
||||
newImage = "Зображення",
|
||||
newApplication = "Додаток MineOS",
|
||||
paste = "Вставити",
|
||||
copy = "Копіювати",
|
||||
@@ -86,6 +87,7 @@
|
||||
updates = "Оновлення",
|
||||
update = "Оновити",
|
||||
shutdown = "Вимкнути",
|
||||
logout = "Вiйти",
|
||||
reboot = "Перезавантажити",
|
||||
returnToShell = "Повернутися в Shell",
|
||||
|
||||
Reference in New Issue
Block a user