Added double pull to exit

This commit is contained in:
JHubi1 2024-08-20 02:14:05 +02:00
parent 5d68e9893d
commit c41fb53d9c
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
3 changed files with 900 additions and 855 deletions

View File

@ -5,6 +5,11 @@
"description": "Title of the application", "description": "Title of the application",
"context": "Visible in the side bar" "context": "Visible in the side bar"
}, },
"backToExit": "Press back again to exit",
"@backToExit": {
"description": "Text displayed when the back button is pressed to exit the app",
"context": "Visible in the chat view"
},
"optionNewChat": "New Chat", "optionNewChat": "New Chat",
"@optionNewChat": { "@optionNewChat": {
"description": "Text displayed for new chat option", "description": "Text displayed for new chat option",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
{ {
"de": [ "de": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -21,6 +22,7 @@
], ],
"it": [ "it": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -42,6 +44,7 @@
], ],
"tr": [ "tr": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -63,6 +66,7 @@
], ],
"zh": [ "zh": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",