working on backend-side translations

This commit is contained in:
2025-12-15 22:49:17 +01:00
parent c7b5b11f4c
commit 8575a9a3a4
6 changed files with 77 additions and 46 deletions

View File

@@ -95,6 +95,36 @@
"failed": "failed",
"failed_login_attempts" : "account locked until {release_time} after {attempts} failed login attempts",
"failed_to_add_column": "Failed to add {0} column to {1} table",
"failed_to_add_prop_to_item": "Failed to add new property to item {0}",
"failed_to_assign_contact_to_user": "Failed to assign contact {0} to user {1}",
"failed_to_assign_user_to_company": "Failed to assign user {0} to company {1}",
"failed_to_check_entity_available": "Failed to check availability of {0}",
"failed_to_check_file_permissions": "Failed to check file permissions!",
"failed_to_create_state": "Failed to create custom state!",
"failed_to_create_table": "Failed to create table `{0}`",
"failed_to_drop_entity": "Failed to remove {0} {1}",
"failed_to_drop_entity_from_entity": "Failed to remove {0} {1} from {2} {3}",
"failed_to_drop_notes": "Failed to delete notes of ({0} {1})",
"failed_to_get_free_id": "Failed to query free ID",
"failed_to_list_entities": "Failed to list {0}",
"failed_to_load_child_locations": "Failed to load child locations for {0}",
"failed_to_load_entity_members": "Failed to load members of {0} {1}",
"failed_to_load_entities_of_owner": "Failed to load {0} of {1}",
"failed_to_load_customer_number_settings": "Failed to load customer number settings for company {0}",
"failed_to_load_customer_price": "Failed to load customer price (company: {0}, customer: {1}, item: {2})",
"failed_to_load_customer_settings": "Failed to load customer settings (company: {0}, document type: {1})",
"failed_to_load_entity": "Failed to load {0}",
"failed_to_load_entity_by_id": "Failed to load {0} with id = {1}",
"failed_to_load_user_settings": "Failed to load settings for user {0}!",
"failed_to_move": "Failed to move {0} to {1}!",
"failed_to_read_last_docId": "Failed to read last document id",
"failed_to_search_db": "Failed to search in {0} database!",
"failed_to_store_entity": "Failed to store {0}",
"failed_to_switch_positions": "Failed to switch positions {0} and {1} of document {2}",
"failed_to_update_column": "Failed to update column {0} → {1} of {2}",
"failed_to_update_entity": "Failed to update {0} in database",
"failed_to_update_table": "Failed to update {0} table!",
"family_name": "family name",
"file": "file",
"files": "files",
@@ -150,6 +180,7 @@
"message": "message",
"messages": "messages",
"miscellaneous_settings": "miscellaneous settings",
"missing_new_item_id": "Old item id ({0}) has no new counterpart!",
"mismatch": "mismatch",
"model": "model",
"models": "models",
@@ -182,6 +213,7 @@
"new_document_from": "{number} / new {type} document from {sender}",
"new_password": "new password",
"new_property": "new property",
"no_bookmark_for_urlid": "No bookmark with urlId {0}",
"no_company": "no company",
"no_project_for_id": "No project found for id {0}",
"no_task_for_id": "No task found for id {0}",
@@ -299,8 +331,10 @@
"type_offer": "offer",
"type_reminder": "reminder",
"unexpected_item_id_format": "Expected old item ID to be of the form ss:dd:dd, encountered {0}!",
"unit": "unit",
"unit_price": "price/unit",
"unknown_item_location": "Item {0} of {1} {2} refers to location {3}, which is unknown!",
"unlink": "unlink",
"update": "update",
"UPDATE_USERS" : "update users",