diff --git a/frontend/locales/ca.json b/frontend/locales/ca.json index 55a01ee9..be0677c3 100644 --- a/frontend/locales/ca.json +++ b/frontend/locales/ca.json @@ -130,7 +130,17 @@ "maintenance": { "filter": { "both": "Ambdós" - } + }, + "total_cost": "Cost total", + "total_entries": "Nombre d' entrades" + }, + "menu": { + "home": "Inici", + "locations": "Ubicacions", + "maintenance": "Manteniment", + "profile": "Perfil", + "search": "Cerca", + "tools": "Eines" }, "profile": { "active": "Actiu", @@ -139,12 +149,15 @@ "current_password": "Contrasenya actual", "delete_account": "Suprimeix el compte", "delete_account_sub": "Elimina el compte i totes les dades associades. Aquesta acció no es pot desfer.", + "display_header": "{ currentValue, select, true {Amaga la capçalera} false {Mostra la capçalera} other {Desconegut}}", "enabled": "Habilitat", "gen_invite": "Genera un enllaç d'invitació", "group_settings": "Configuració del grup", "group_settings_sub": "Configuració del grup compartit. És possible que hàgiu d'actualitzar la pàgina per aplicar la configuració.", "inactive": "Inactiu", + "language": "Idioma", "new_password": "Contrasenya nova", + "no_notifiers": "No hi ha notificadors configurats", "notifier_modal": "{ type, select, true {Edita} false {Crea} other {Altres}} Notificació", "notifiers": "Notificadors", "notifiers_sub": "Rebeu notificacions per als pròxims recordatoris de manteniment", @@ -152,8 +165,18 @@ "theme_settings": "Configuracions del tema", "theme_settings_sub": "La configuració del tema s'emmagatzema a l'emmagatzematge local del navegador. Podeu canviar el tema en qualsevol moment. \nSi teniu problemes per definir el tema, proveu d'actualitzar el navegador.", "update_group": "Actualitza el grup", + "update_language": "Actualitza l'idioma", "url": "URL", "user_profile": "Perfil d'usuari", "user_profile_sub": "Convida usuaris i gestiona el compte." + }, + "tools": { + "actions": "Accions d'inventari", + "actions_set": { + "ensure_ids": "Assegura els identificadors de recursos", + "ensure_ids_button": "Assegura els identificadors de recursos", + "set_primary_photo": "Defineix la foto principal", + "set_primary_photo_button": "Defineix la foto principal" + } } } diff --git a/frontend/locales/fr.json b/frontend/locales/fr.json index 556cb2e9..3b5be6b2 100644 --- a/frontend/locales/fr.json +++ b/frontend/locales/fr.json @@ -13,7 +13,7 @@ "page_url": "URL de la page" }, "password_score": { - "password_strength": "Solidité du mot de passe" + "password_strength": "Force du mot de passe" } }, "item": { @@ -25,7 +25,7 @@ "selectable": { "card": "Carte", "items": "Articles", - "no_items": "Nb. d’articles à afficher", + "no_items": "Pas d'articles à afficher", "table": "Tableau" } } @@ -137,12 +137,12 @@ "scheduled": "Prévues" }, "list": { + "complete": "Terminer", "create_first": "Créer votre première entrée", "delete": "Supprimer", + "duplicate": "Dupliquer", "edit": "Modifier", - "new": "Ajouter", - "complete": "Terminer", - "duplicate" : "Dupliquer" + "new": "Ajouter" }, "modal": { "completed_date": "Date d'achèvement", @@ -178,7 +178,7 @@ "change_password": "Changer de mot de passe", "currency_format": "Format de la devise", "current_password": "Mot de passe actuel", - "delete_account": "Effacer le compte", + "delete_account": "Supprimer le compte", "delete_account_sub": "Supprimer le compte et toutes ses données. Aucune récupération possible.", "display_header": "{ currentValue, select, true {Masquer l’en-tête} false {Afficher l’en-tête} other {Not Hit}}", "enabled": "Activé", diff --git a/frontend/locales/nl.json b/frontend/locales/nl.json index 4d57727f..aa55ad67 100644 --- a/frontend/locales/nl.json +++ b/frontend/locales/nl.json @@ -147,8 +147,28 @@ "delete_confirmation": "Weet u zeker dat u deze gegevens wilt verwijderen?", "edit_action": "Bijwerken", "edit_title": "Bewerk entry", - "new_action": "Maken" - } + "entry_name": "Ingangsnaam", + "new_action": "Maak", + "new_title": "Nieuw fragment", + "notes": "Opmerkingen", + "scheduled_date": "Gepland datum" + }, + "monthly_average": "Maandelijks", + "toast": { + "failed_to_create": "Kan invoer niet maken", + "failed_to_delete": "Kon item niet verwijderen.", + "failed_to_update": "Kan invoer niet bijwerken" + }, + "total_cost": "Totale kosten", + "total_entries": "Totaal aantal Inzendingen" + }, + "menu": { + "home": "Home", + "locations": "Locaties", + "maintenance": "Onderhoud", + "profile": "Profiel", + "search": "Zoeken", + "tools": "Gereedschappen" }, "profile": { "active": "Actief", @@ -164,6 +184,7 @@ "inactive": "Inactief", "language": "Taal", "new_password": "Nieuw Wachtwoord", + "no_notifiers": "Geen melders geconfigureerd", "notifier_modal": "{ type, select, true {Bewerk} false {Creëer} other {overig}} Notifier", "notifiers": "Notificatie", "notifiers_sub": "Krijg notificaties voor opkomende onderhouds herinneringen", @@ -178,6 +199,16 @@ }, "tools": { "actions": "Acties inventariseren", + "actions_set": { + "ensure_ids": "Zorg voor item-ID's", + "ensure_ids_button": "Zorg voor item-ID's", + "ensure_import_refs": "Zorg ervoor dat Import Refs", + "ensure_import_refs_button": "Zorg ervoor dat Import Refs", + "set_primary_photo": "Hoofdfoto instellen", + "set_primary_photo_button": "Hoofdfoto instellen", + "zero_datetimes": "Nul item Datum Tijden", + "zero_datetimes_button": "Nul item Datum Tijden" + }, "actions_sub": "Acties bulksgewijs toepassen op je voorraad. Deze zijn onomkeerbaar ''Wees voorzichtig.''", "import_export": "Importeer/Exporteer", "import_export_set": { diff --git a/frontend/locales/zh-CN.json b/frontend/locales/zh-CN.json index 41e8cd55..cf4cd15f 100644 --- a/frontend/locales/zh-CN.json +++ b/frontend/locales/zh-CN.json @@ -38,6 +38,9 @@ "location": { "create_modal": { "title": "创建位置" + }, + "tree": { + "no_locations": "没有可用的位置。请添加新的位置\n `<`span class=\"link-primary\"`>`创建`<`/span`>` 按钮在导航栏上" } } }, @@ -101,6 +104,9 @@ "tips_sub": "搜索提示", "updated_at": "更新于" }, + "labels": { + "no_results": "未找到标签。" + }, "languages": { "ca": "加泰罗尼亚语", "de": "德语", @@ -121,6 +127,29 @@ "zh-MO": "中文(澳门)", "zh-TW": "中文(繁体)" }, + "locations": { + "no_results": "找不到位置" + }, + "maintenance": { + "filter": { + "both": "与", + "completed": "已完成", + "scheduled": "已预定" + }, + "list": { + "complete": "已完成", + "create_first": "创建您的第一个条目", + "delete": "刪除", + "duplicate": "复制", + "edit": "修改", + "new": "创建" + }, + "modal": { + "completed_date": "完成日期", + "cost": "成本", + "delete_confirmation": "您确定要删除此条目吗?" + } + }, "profile": { "active": "活跃", "change_password": "更改密码",