Finish translation for permissions

This commit is contained in:
Nicola Benaglia
2025-05-23 17:59:29 +02:00
parent 17a568674f
commit b69fd5338a
3 changed files with 148 additions and 37 deletions

View File

@@ -42,6 +42,7 @@
"id": "group id",
"invites": "group invites",
"group": "group",
"group_name": "group: {{ name }}",
"group_other": "groups",
"groups_admin": "groups where you are an admin",
"management": "group management",

View File

@@ -92,6 +92,7 @@
"token_not_supported": "{{ token }} is not supported for this call",
"transaction_activity_summary": "error in transaction activity summary",
"unknown_error": "unknown error",
"unknown_admin_action_type": "unknown admin action type: {{ type }}",
"update_foreign_fee": "failed to update foreign fee",
"update_tradebot": "unable to update tradebot",
"upload_encryption": "upload failed due to failed encryption",
@@ -156,6 +157,23 @@
"permission_buy_name": "do you give this application permission to buy a name?",
"permission_buy_name_detail": "buying {{ name }} for {{ price }} QORT",
"permission_sign_fee": "do you give this application permission to sign the required fees for all your trade offers?",
"permission_update_foreign_fee": "do you give this application permission to update foreign fees on your node?",
"permission_perform_admin_action": "do you give this application permission to perform the admin action: {{ type }}",
"permission_perform_admin_action_with_value": "with value: {{ value }}",
"permission_sign_transaction": "do you give this application permission to sign a transaction?",
"permission_sign_process_transaction": "do you give this application permission to sign and process a transaction?",
"permission_register_name": "do you give this application permission to register this name?",
"permission_leave_group": "do you give this application permission to leave the following group?",
"permission_invite": "do you give this application permission to invite {{ invitee }}?",
"permission_kick": "do you give this application permission to kick {{ partecipant }} from the group?",
"permission_ban": "do you give this application permission to ban {{ partecipant }} from the group?",
"permission_cancel_ban": "do you give this application permission to cancel the group ban for user {{ partecipant }}?",
"permission_add_admin": "do you give this application permission to add user {{ invitee }} as an admin?",
"permission_remove_admin": "do you give this application permission to remove user {{ partecipant }} as an admin?",
"permission_cancel_group_invite": "do you give this application permission to cancel the group invite for {{ invitee }}?",
"permission_create_group": "do you give this application permission to create a group?",
"permission_update_group": "do you give this application permission to update this group?",
"permission_update_group_detail": "new owner: {{ owner }}",
"poll": "poll: {{ name }}",
"provide_recipient_group_id": "please provide a recipient or groupId",
"request_create_poll": "you are requesting to create the poll below:",
@@ -167,5 +185,6 @@
"to_group": "to: group {{ group_id }}",
"to_recipient": "to: {{ recipient }}",
"total_locking_fee": "total Locking Fee:",
"total_unlocking_fee": "total Unlocking Fee:"
"total_unlocking_fee": "total Unlocking Fee:",
"value": "value: {{ value }}"
}