Merge remote-tracking branch 'origin/main'

This commit is contained in:
Matt Kilgore
2024-08-11 19:40:27 -04:00
3 changed files with 17 additions and 32 deletions

View File

@@ -1,29 +0,0 @@
{
"index": {
"disabled_registration": "",
"tagline": "Track, Organize, 'n Manage yer Things."
},
"components": {
"app": {
"import_dialog": {
"description": "Import a CSV file containin' yer items, labels, 'n locations. See documentation fer more information on the\n required format.",
"change_warning": "Behavior fer imports wit' existin' import_refs has changed. If an import_ref be present in the CSV file, the\n item will be updated wit' the values in the CSV file."
}
},
"item": {
"view": {
"selectable": {
"no_items": "No Items t' Display"
}
}
},
"global": {
"password_score": {
"password_strength": "Yer Lock Strength"
}
}
},
"global": {
"welcome": "Ahoy, {username}"
}
}

View File

@@ -6,7 +6,7 @@
"github": "Projet GitHub",
"join_discord": "Rejoindre le Discord",
"follow_dev": "Suivre le développeur",
"version": "Version: { version }",
"version": "Version : { version }",
"build": "Assemblage : { build }",
"create": "Créer",
"submit": "Soumettre",
@@ -83,6 +83,14 @@
"gen_invite": "Générer un lien dinvitation",
"user_profile": "Profil Utilisateur",
"user_profile_sub": "Invitez des utilisateurs, et gérez votre compte.",
"url": "URL"
"url": "URL",
"delete_account": "Effacer le compte",
"delete_account_sub": "Effacer le compte et toutes les données. Aucune réccupération possible.",
"group_settings": "Paramètres du groupe",
"group_settings_sub": "Paramètres partagés du groupe. Il peut être ne2cessaire de recharger la page.",
"currency_format": "Format de la devise",
"update_group": "Mettre à jour le groupe",
"theme_settings": "Paramètres du thème",
"theme_settings_sub": "Les paramètres du thème sont stockés dans le navigateur. Vous pouvez les changer à tout moment. Si vous\nrencontrez des problèmes, il est conseillé de rafraichir la page."
}
}

View File

@@ -83,6 +83,12 @@
"user_profile_sub": "Nodig gebruikers uit, en beheer je account.",
"active": "Actief",
"inactive": "Inactief",
"notifiers_sub": "Krijg notificaties voor opkomende onderhouds herinneringen"
"notifiers_sub": "Krijg notificaties voor opkomende onderhouds herinneringen",
"group_settings_sub": "Gedeelde groepsinstellingen",
"group_settings": "Groeps Instellingen",
"notifiers": "Notificatie",
"currency_format": "Valutanotatie",
"update_group": "Groep bijwerken",
"theme_settings": "Theme instellingen"
}
}