-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Weblate] Localization files synchronization
• Update localization files for: Spanish (gallegonovato), Ukrainian (Сергій), Turkish (Umut Ucak), Arabic (Ali-98) and German (Tom) • Add Spanish (Mexico) localization files (Emmanuel Hombre Muñoz Ordoñez) Co-authored-by: Weblate <[email protected]> Co-authored-by: gallegonovato <[email protected]> Co-authored-by: Ali-98 <[email protected]> Co-authored-by: Emmanuel Hombre Muñoz Ordoñez <[email protected]> Co-authored-by: volkov <[email protected]> Co-authored-by: Сергій <[email protected]> Co-authored-by: Tom <[email protected]> Co-authored-by: Umut Ucak <[email protected]>
- Loading branch information
1 parent
9d78ca3
commit ae0cc68
Showing
11 changed files
with
387 additions
and
9 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
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,8 @@ | ||
{ | ||
"tray": { | ||
"mention": { | ||
"other": "mención" | ||
}, | ||
"quit": "Quitar" | ||
} | ||
} |
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,30 @@ | ||
{ | ||
"general": { | ||
"tray": { | ||
"name": "Bandeja", | ||
"description": "Cambia la visibilidad del icono en la bandeja del sistema.", | ||
"labels": { | ||
"disable": "Deshabilitar la función de ocultar la ventana en la bandeja del sistema." | ||
} | ||
}, | ||
"taskbar": { | ||
"labels": { | ||
"flash": "boton con estello en la barra de tareas cuando existen nuevos mensajes." | ||
}, | ||
"description": "Controla el comportamiento de la barra de tareas en la bandeja de WebCord.", | ||
"name": "Barra de tareas" | ||
}, | ||
"menuBar": { | ||
"labels": { | ||
"hide": "oculta la barra de menú (<kbd>ALT</kbd> comando cambia automáticamente la visibilidad." | ||
}, | ||
"name": "Barra de menú", | ||
"description": "Cambia la configuración de visibilidad de la barra de menús nativas." | ||
}, | ||
"window": { | ||
"description": "Controla el aspecto y el comportamiento de la ventana que muestra la interfaz de cliente.", | ||
"name": "Ventana principal de WebCord" | ||
}, | ||
"name": "General" | ||
} | ||
} |
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,37 @@ | ||
{ | ||
"aboutWindow": { | ||
"about": { | ||
"featuresTitle": "Banderas de compilación", | ||
"featuresDefault": "Predeterminado", | ||
"checksumTitle": "Suma de verificación", | ||
"appRepo": "Repositorio de GitHub", | ||
"appDescription": "Los clientes web de Discord y Fosscord tienen funciones centradas en la privacidad." | ||
}, | ||
"licenses": { | ||
"appLicenseTitle": "Licencia de aplicación", | ||
"showLicense": "Mostrar licencia", | ||
"licensedUnder": "bajo la licencia de %s", | ||
"appLicenseBody": "%s es un software gratuito: puede utilizarlo ,modificarlo y redistribuirlo bajo los términos de la licencia MIT, que debe distribuirse con este software.", | ||
"packageAuthors": "%s autores", | ||
"thirdPartyLicensesTitle": "Licencias de terceros", | ||
"thirdPartyLicensesBody": "%s depende del siguiente software de terceros:" | ||
}, | ||
"credits": { | ||
"people": { | ||
"contributors": { | ||
"default": "Colaborador de código." | ||
}, | ||
"author": "Autor, administrador y desarrollador principal." | ||
} | ||
}, | ||
"nav": { | ||
"about": "Acerca", | ||
"credits": "Créditos", | ||
"licenses": "Licencias" | ||
} | ||
}, | ||
"offline": { | ||
"title": "No se puede conectar al servicio de Discord.", | ||
"description": "Asegúrate de tener conexión a Internet." | ||
} | ||
} |
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
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,125 @@ | ||
{ | ||
"menubar": { | ||
"file": { | ||
"quit": "Вийти", | ||
"relaunch": "Перезапустити", | ||
"groupName": "Файл", | ||
"addon": { | ||
"loadChrome": "Завантажити розширення для Chrome", | ||
"loadNode": "Завантажити Node.js розширення", | ||
"groupName": "Розширення" | ||
} | ||
}, | ||
"edit": { | ||
"selectAll": "Виділити все", | ||
"undo": "Скасувати", | ||
"redo": "Повернути", | ||
"groupName": "Редагувати" | ||
}, | ||
"view": { | ||
"zoomOut": "Зменшити масштаб", | ||
"groupName": "Перегляд", | ||
"reload": "Оновити", | ||
"resetZoom": "Скинути масштаб", | ||
"zoomIn": "Збільшити масштаб", | ||
"fullScreen": "Перемкнути повноекранний режим", | ||
"devTools": "Перемкнути інструменти розробника", | ||
"forceReload": "Примусово оновити" | ||
}, | ||
"window": { | ||
"groupName": "Вікно", | ||
"mobileMode": "Сховати бічну панель" | ||
}, | ||
"enabled": "Увімкнено" | ||
}, | ||
"context": { | ||
"paste": "Вставити", | ||
"copyImage": "Скопіювати зображення", | ||
"cut": "Вирізати", | ||
"copyURLText": "Скопіювати текст посилання", | ||
"copyURL": "Скопіювати адресу посилання", | ||
"copyImageURL": "Скопіювати посилання на зображення", | ||
"dictionaryAdd": "Додати до локального словника", | ||
"copy": "Скопіювати", | ||
"inspectElement": "Дослідити" | ||
}, | ||
"dialog": { | ||
"permission": { | ||
"question": { | ||
"notifications": "сповіщення", | ||
"message": "Ви бажаєте дати Discord дозвіл на %s?", | ||
"title": "Обробка запитів на дозвіл", | ||
"audio": "мікрофон", | ||
"video": "веб-камера" | ||
}, | ||
"request": { | ||
"denied": "%s: Запит на дозвіл для елемента \"%s\" відхилено." | ||
}, | ||
"check": { | ||
"denied": "%s: Запит на перевірку елемента \"%s\" відхилено." | ||
} | ||
}, | ||
"screenShare": { | ||
"close": "Закрити", | ||
"source": { | ||
"screen": "Екран", | ||
"entire": "Екран комп'ютера" | ||
}, | ||
"sound": { | ||
"unavailable": "Обмін аудіо не доступний на цій платформі.", | ||
"system": "Обмін з аудіо пристрою." | ||
} | ||
}, | ||
"ver": { | ||
"downgrade": "Ваша збірка для розробників новіша за стабільну!", | ||
"update": "Доступна нова версія додатку!", | ||
"recent": "Додаток оновлено до останньої версії!", | ||
"updateBadge": "[ОНОВЛЕННЯ]", | ||
"updateTitle": "Доступно оновлення!", | ||
"devel": "Ви використовуєте збірку для розробників." | ||
}, | ||
"externalApp": { | ||
"message": "Вебсайт намагається переправити посилання з іншим походженням у зовнішній додаток. Продовжити?", | ||
"title": "Відкриття посилання у зовнішньому додатку" | ||
}, | ||
"common": { | ||
"continue": "&Продовжити", | ||
"no": "&Ні", | ||
"yes": "&Так", | ||
"source": "Джерело", | ||
"warning": "Застереження", | ||
"error": "Помилка" | ||
}, | ||
"mod": { | ||
"nodeExt": "Розширення Node.js для WebCord", | ||
"crx": "Розширення для Chrome/Chromium" | ||
} | ||
}, | ||
"windows": { | ||
"settings": "Налаштування", | ||
"about": "Про додаток", | ||
"docs": "Документація", | ||
"invite": "Запрошення" | ||
}, | ||
"log": { | ||
"singleInstance": "Перемикання на існуюче вікно...", | ||
"listenPort": "Прослуховування порту %s." | ||
}, | ||
"help": { | ||
"groupName": "Допомога", | ||
"bugs": "Звітувати про помилку", | ||
"repo": "Репозиторій" | ||
}, | ||
"tray": { | ||
"mention": { | ||
"few": "згадок", | ||
"one": "згадка", | ||
"many": "згадок", | ||
"other": "згадок", | ||
"two": "згадки", | ||
"zero": "згадок" | ||
}, | ||
"toggle": "Перемкнути", | ||
"quit": "Вийти" | ||
} | ||
} |
Oops, something went wrong.