fix: app problems post release qa (#5554)

* fix: app problems post release qa

* fix: lint

* fix: dont prefill

* fix: toggle gap

* feat: macs thing

* fix: lint
This commit is contained in:
Calum H.
2026-03-13 20:18:11 +00:00
committed by GitHub
parent 51deba8cd1
commit 86c0937616
31 changed files with 512 additions and 139 deletions

View File

@@ -287,6 +287,9 @@
"content.inline-backup.create-backup": {
"defaultMessage": "Create backup"
},
"content.inline-backup.shift-click-hint": {
"defaultMessage": "Hold Shift while clicking to skip confirmation."
},
"content.inline-backup.warning-body": {
"defaultMessage": "We recommend creating a backup before proceeding so you can restore your {type, select, server {world} other {instance}} if anything breaks."
},
@@ -353,8 +356,11 @@
"content.page-layout.sort.alphabetical": {
"defaultMessage": "Alphabetical"
},
"content.page-layout.sort.date-added": {
"defaultMessage": "Date added"
"content.page-layout.sort.date-added-newest": {
"defaultMessage": "Newest first"
},
"content.page-layout.sort.date-added-oldest": {
"defaultMessage": "Oldest first"
},
"content.page-layout.sort.label": {
"defaultMessage": "Sort by {mode}"
@@ -875,6 +881,9 @@
"label.delete": {
"defaultMessage": "Delete"
},
"label.delete-immediately": {
"defaultMessage": "Delete immediately"
},
"label.description": {
"defaultMessage": "Description"
},