did everything, like really

This commit is contained in:
Kima
2024-05-04 23:31:15 +02:00
parent 6d8d11cd87
commit 25a72da3a8
16 changed files with 450 additions and 125 deletions

View File

@@ -13,6 +13,11 @@ extension SettingsLocalization on String {
"hint": "Note content...",
"hint_t": "Note title...",
"your_notes": "Your Notes",
"next": "Next",
"cancel": "Cancel",
"click_here": "Click here",
"select_image": "to select an image",
"new_image": "New Image",
},
"hu_hu": {
"notes": "Füzet",
@@ -24,6 +29,11 @@ extension SettingsLocalization on String {
"hint": "Jegyzet tartalma...",
"hint_t": "Jegyzet címe...",
"your_notes": "Jegyzeteid",
"next": "Tovább",
"cancel": "Mégse",
"click_here": "Kattints ide",
"select_image": "kép kiválasztásához",
"new_image": "Új kép",
},
"de_de": {
"notes": "Broschüre",
@@ -35,6 +45,11 @@ extension SettingsLocalization on String {
"hint": "Inhalt beachten...",
"hint_t": "Titel notieren...",
"your_notes": "Deine Noten",
"next": "Weiter",
"cancel": "Abbrechen",
"click_here": "Klicken Sie hier",
"select_image": "um ein Bild auszuwählen",
"new_image": "Neues Bild",
},
};