Translated using Weblate (Russian)

Currently translated at 65.2% (92 of 141 strings)

Translated using Weblate (Spanish)

Currently translated at 84.3% (119 of 141 strings)

Translated using Weblate (Spanish)

Currently translated at 84.3% (119 of 141 strings)

Translated using Weblate (German)

Currently translated at 80.1% (113 of 141 strings)

Co-authored-by: Kollskoya <haufey@outlook.de>
Co-authored-by: MyMemory <noreply-mt-mymemory@weblate.org>
Co-authored-by: Slydite4 <39199098+Slydite4@users.noreply.github.com>
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/de/
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/es/
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/ru/
Translation: Homebox/Frontend
This commit is contained in:
Weblate
2024-09-14 22:48:35 +00:00
parent 214b16a26e
commit 969ef1941b
3 changed files with 45 additions and 3 deletions

View File

@@ -133,7 +133,8 @@
"import": "Inventar importieren",
"export_sub": "Exportiert das Standard-CSV-Format für Homebox. Damit werden alle Artikel in deinem Inventar exportiert.",
"export": "Inventar exportieren",
"import_sub": "Importiert das Standard-CSV-Format für Homebox. Ohne eine '<code>'HB.import_ref'</code>' Spalte werden vorhandenen Artikel in Ihrem Bestand '<b>'nicht'</b>' überschrieben, sondern nur neue Artikel hinzugefügt. Zeilen mit einer '<code>'HB.import_ref'</code>' Spalte werden mit vorhandenen Artikeln mit der gleichen import_ref zusammengeführt, sofern vorhanden."
"import_sub": "Importiert das Standard-CSV-Format für Homebox. Ohne eine '<code>'HB.import_ref'</code>' Spalte werden vorhandenen Artikel in Ihrem Bestand '<b>'nicht'</b>' überschrieben, sondern nur neue Artikel hinzugefügt. Zeilen mit einer '<code>'HB.import_ref'</code>' Spalte werden mit vorhandenen Artikeln mit der gleichen import_ref zusammengeführt, sofern vorhanden.",
"export_button": "Inventar exportieren"
},
"reports_set": {
"bill_of_materials_button": "Stückliste generieren",

View File

@@ -123,6 +123,45 @@
"user_profile_sub": "Invita a usuarios y gestiona tu cuenta.",
"delete_account_sub": "Elimina tu cuenta y todos sus datos asociados. Esto no se puede deshacer.",
"notifier_modal": "{ type, select, true {Edit} false {Create} other {Other}} Notificación",
"theme_settings_sub": "La configuración del tema se guarda en el almacenamiento local de tu navegador. Puedes cambiar el tema en cualquier momento. Si tienes\n problemas para configurar el tema, prueba a actualizar el navegador."
"theme_settings_sub": "La configuración del tema se guarda en el almacenamiento local de tu navegador. Puedes cambiar el tema en cualquier momento. Si tienes\n problemas para configurar el tema, prueba a actualizar el navegador.",
"language": "Idioma"
},
"tools": {
"reports_sub": "Genera diferentes informes para tu inventario.",
"reports": "Informes",
"reports_set": {
"bill_of_materials_button": "Generar lista de materiales",
"bill_of_materials_sub": "Genera un archivo CSV (Valores Separados por Comas) que puede importarse a un programa de hojas de cálculo. Es un resumen de tu inventario con información básica sobre artículos y precios."
},
"actions_set": {
"ensure_ids_sub": "Garantiza que todos los elementos de tu inventario tienen un campo asset_id válido. Esto se hace encontrando el campo asset_id actual más alto en la base de datos y aplicando el siguiente valor a cada artículo que tenga un campo asset_id sin establecer. Esto se hace en orden del campo created_at.",
"ensure_import_refs_sub": "Garantiza que todos los artículos de tu inventario tienen un campo import_ref válido. Esto se hace generando aleatoriamente una cadena de 8 caracteres para cada artículo que tenga un campo import_ref sin establecer."
},
"import_export_sub": "Importa y exporta tu inventario a y desde un archivo CSV. Esto es útil para migrar tu inventario a una nueva instancia de Homebox.",
"import_export_set": {
"export_sub": "Exporta el formato CSV estándar para Homebox. Esto exportará todos los elementos de tu inventario."
},
"import_export": "Importar/Exportar",
"actions_sub": "Aplica Acciones a tu inventario de forma masiva. Estas son acciones irreversibles. '<b>'Ten Cuidado.'</b>'"
},
"languages": {
"ca": "Catalán",
"de": "Alemán",
"es": "Español",
"fr": "Francés",
"hu": "Húngaro",
"it": "Italiano",
"nl": "Holandés",
"pl": "Polaco",
"ru": "Ruso",
"sl": "Esloveno",
"sv": "Sueco",
"tr": "Turco",
"zh-CN": "Chino (Simplificado)",
"zh-HK": "Chino (Hong Kong)",
"zh-MO": "Chino (Macao)",
"zh-TW": "Chino (Tradicional)",
"en": "Inglés",
"pt-BR": "Portugués (Brasil)"
}
}

View File

@@ -123,6 +123,8 @@
"theme_settings_sub": "Настройки темы хранятся в локальном хранилище браузера. Вы можете изменить тему в любое время. Если у вас\n не удается установить тему, попробуйте перезапустить браузер.",
"delete_account_sub": "Удалить свой аккаунт и все связанные с ним данные. Это действие невозможно отменить.",
"gen_invite": "Сгенерировать ссылку-приглашение",
"group_settings_sub": "Настройки общей группы. Для применения изменений возможно потребуется перезагрузить страницу."
"group_settings_sub": "Настройки общей группы. Для применения изменений возможно потребуется перезагрузить страницу.",
"language": "Язык",
"update_language": "Обновить язык"
}
}