Merge pull request #1365 from D4708/clearnet

pull/1378/head
Audric Ackermann 5 years ago committed by GitHub
commit adf4af0588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
{ {
"copyErrorAndQuit": { "copyErrorAndQuit": {
"message": "Copy error and quit", "message": "Скопіювати помилку та вийти",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app" "description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
}, },
"databaseError": { "databaseError": {
"message": "Database Error", "message": "Помилка бази даних",
"description": "Shown in a popup if the database cannot start up properly" "description": "Shown in a popup if the database cannot start up properly"
}, },
"mainMenuFile": { "mainMenuFile": {
@ -20,7 +20,7 @@
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination." "description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
}, },
"mainMenuWindow": { "mainMenuWindow": {
"message": "В&ікно", "message": "&Вікно",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination." "description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
}, },
"mainMenuHelp": { "mainMenuHelp": {
@ -32,35 +32,35 @@
"description": "Application menu command to hide the window" "description": "Application menu command to hide the window"
}, },
"appMenuHideOthers": { "appMenuHideOthers": {
"message": "Hide Others", "message": "Сховати інші",
"description": "Application menu command to hide all other windows" "description": "Application menu command to hide all other windows"
}, },
"appMenuUnhide": { "appMenuUnhide": {
"message": "Show All", "message": "Показати всі",
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Session", "message": "Завершити сесію",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {
"message": "Undo", "message": "Назад",
"description": "Edit menu command to remove recently-typed text" "description": "Edit menu command to remove recently-typed text"
}, },
"editMenuRedo": { "editMenuRedo": {
"message": "Redo", "message": "Вперед",
"description": "Edit menu command to restore previously undone typed text" "description": "Edit menu command to restore previously undone typed text"
}, },
"editMenuCut": { "editMenuCut": {
"message": "Cut", "message": "Вирізати",
"description": "Edit menu command to remove selected text and add it to clipboard" "description": "Edit menu command to remove selected text and add it to clipboard"
}, },
"editMenuCopy": { "editMenuCopy": {
"message": "Copy", "message": "Копіювати",
"description": "Edit menu command to add selected text to clipboard" "description": "Edit menu command to add selected text to clipboard"
}, },
"editMenuPaste": { "editMenuPaste": {
"message": "Paste", "message": "Вставити",
"description": "Edit menu command to insert text from clipboard at cursor location" "description": "Edit menu command to insert text from clipboard at cursor location"
}, },
"editMenuPasteAndMatchStyle": { "editMenuPasteAndMatchStyle": {
@ -72,27 +72,27 @@
"description": "Edit menu command to remove the selected text" "description": "Edit menu command to remove the selected text"
}, },
"editMenuSelectAll": { "editMenuSelectAll": {
"message": "Select All", "message": "Вибрати все",
"description": "Edit menu comand to select all of the text in selected text box" "description": "Edit menu comand to select all of the text in selected text box"
}, },
"editMenuStartSpeaking": { "editMenuStartSpeaking": {
"message": "Start speaking", "message": "Почати розмову",
"description": "Edit menu item under 'speech' to start dictation" "description": "Edit menu item under 'speech' to start dictation"
}, },
"editMenuStopSpeaking": { "editMenuStopSpeaking": {
"message": "Stop speaking", "message": "Закінчити розмову",
"description": "Edit menu item under 'speech' to stop dictation" "description": "Edit menu item under 'speech' to stop dictation"
}, },
"windowMenuClose": { "windowMenuClose": {
"message": "Close Window", "message": "Закрити вікно",
"description": "Window menu command to close the current window" "description": "Window menu command to close the current window"
}, },
"windowMenuMinimize": { "windowMenuMinimize": {
"message": "Minimize", "message": "Згорнути в трей",
"description": "Window menu command to minimize the current window" "description": "Window menu command to minimize the current window"
}, },
"windowMenuZoom": { "windowMenuZoom": {
"message": "Zoom", "message": "Збільшити",
"description": "Window menu command to make the current window the size of the whole screen" "description": "Window menu command to make the current window the size of the whole screen"
}, },
"windowMenuBringAllToFront": { "windowMenuBringAllToFront": {
@ -100,23 +100,23 @@
"description": "Window menu command to bring all windows of current applicatinon to front" "description": "Window menu command to bring all windows of current applicatinon to front"
}, },
"viewMenuResetZoom": { "viewMenuResetZoom": {
"message": "Actual Size", "message": "Актуальний розмір",
"description": "View menu command to go back to the default zoom" "description": "View menu command to go back to the default zoom"
}, },
"viewMenuZoomIn": { "viewMenuZoomIn": {
"message": "Zoom In", "message": "Збільшити",
"description": "View menu command to make everything bigger" "description": "View menu command to make everything bigger"
}, },
"viewMenuZoomOut": { "viewMenuZoomOut": {
"message": "Zoom Out", "message": "Зменшити",
"description": "View menu command to make everything smaller" "description": "View menu command to make everything smaller"
}, },
"viewMenuToggleFullScreen": { "viewMenuToggleFullScreen": {
"message": "Toggle Full Screen", "message": "Відкрити на повний екран",
"description": "View menu command to enter or leave Full Screen mode" "description": "View menu command to enter or leave Full Screen mode"
}, },
"viewMenuToggleDevTools": { "viewMenuToggleDevTools": {
"message": "Toggle Developer Tools", "message": "Відкрити засоби розробника",
"description": "View menu command to show or hide the developer tools" "description": "View menu command to show or hide the developer tools"
}, },
"menuSetupWithImport": { "menuSetupWithImport": {
@ -132,7 +132,7 @@
"description": "Message shown on the loading screen before we've loaded any messages" "description": "Message shown on the loading screen before we've loaded any messages"
}, },
"optimizingApplication": { "optimizingApplication": {
"message": "Optimizing application...", "message": "Оптимізація програми...",
"description": "Message shown on the loading screen while we are doing application optimizations" "description": "Message shown on the loading screen while we are doing application optimizations"
}, },
"migratingToSQLCipher": { "migratingToSQLCipher": {
@ -146,11 +146,11 @@
} }
}, },
"chooseDirectory": { "chooseDirectory": {
"message": "Choose folder", "message": "Обрати теку",
"description": "Button to allow the user to find a folder on disk" "description": "Button to allow the user to find a folder on disk"
}, },
"loadDataHeader": { "loadDataHeader": {
"message": "Load your data", "message": "Завантаження даних",
"description": "Header shown on the first screen in the data import process" "description": "Header shown on the first screen in the data import process"
}, },
"loadDataDescription": { "loadDataDescription": {
@ -162,11 +162,11 @@
"description": "Title of the popup window used to select data previously exported" "description": "Title of the popup window used to select data previously exported"
}, },
"importErrorHeader": { "importErrorHeader": {
"message": "Something went wrong!", "message": "Щось пішло не так!",
"description": "Header of the error screen after a failed import" "description": "Header of the error screen after a failed import"
}, },
"importingHeader": { "importingHeader": {
"message": "Loading contacts and messages", "message": "Завантаження контактів та повідомлень",
"description": "Header of screen shown as data is import" "description": "Header of screen shown as data is import"
}, },
"importErrorFirst": { "importErrorFirst": {
@ -1084,7 +1084,7 @@
"description": "Name for the conversation with your own phone number" "description": "Name for the conversation with your own phone number"
}, },
"startConversation": { "startConversation": {
"message": "Start new conversation…", "message": "Почати нову розмову…",
"description": "Label underneath number a user enters that is not an existing contact" "description": "Label underneath number a user enters that is not an existing contact"
}, },
"invalidNumberError": { "invalidNumberError": {
@ -1112,7 +1112,7 @@
"description": "" "description": ""
}, },
"leftTheGroup": { "leftTheGroup": {
"message": "$name$ left the group", "message": "$name$ покинув групу",
"description": "Shown in the conversation history when a single person leaves the group", "description": "Shown in the conversation history when a single person leaves the group",
"placeholders": { "placeholders": {
"name": { "name": {
@ -1122,7 +1122,7 @@
} }
}, },
"multipleLeftTheGroup": { "multipleLeftTheGroup": {
"message": "$name$ left the group", "message": "$name$ покинули групу",
"description": "Shown in the conversation history when multiple people leave the group", "description": "Shown in the conversation history when multiple people leave the group",
"placeholders": { "placeholders": {
"name": { "name": {
@ -1132,7 +1132,7 @@
} }
}, },
"updatedTheGroup": { "updatedTheGroup": {
"message": "Group updated", "message": "Групу оновлено",
"description": "Shown in the conversation history when someone updates the group" "description": "Shown in the conversation history when someone updates the group"
}, },
"titleIsNow": { "titleIsNow": {
@ -1146,7 +1146,7 @@
} }
}, },
"joinedTheGroup": { "joinedTheGroup": {
"message": "$name$ joined the group", "message": "$name$ приєднався до групи",
"description": "Shown in the conversation history when a single person joins the group", "description": "Shown in the conversation history when a single person joins the group",
"placeholders": { "placeholders": {
"name": { "name": {
@ -1156,7 +1156,7 @@
} }
}, },
"multipleJoinedTheGroup": { "multipleJoinedTheGroup": {
"message": "$names$ joined the group", "message": "$names$ приєдналися до групи",
"description": "Shown in the conversation history when more than one person joins the group", "description": "Shown in the conversation history when more than one person joins the group",
"placeholders": { "placeholders": {
"names": { "names": {

Loading…
Cancel
Save