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,7 @@ extension ScreensLocalization on String {
"hint": "Note content...",
"hint_t": "Note title...",
"your_notes": "Your Notes",
"new_image": "New Image",
},
"hu_hu": {
"notes": "Füzet",
@@ -24,6 +25,7 @@ extension ScreensLocalization on String {
"hint": "Jegyzet tartalma...",
"hint_t": "Jegyzet címe...",
"your_notes": "Jegyzeteid",
"new_image": "Új kép",
},
"de_de": {
"notes": "Broschüre",
@@ -35,6 +37,7 @@ extension ScreensLocalization on String {
"hint": "Inhalt beachten...",
"hint_t": "Titel notieren...",
"your_notes": "Deine Noten",
"new_image": "Neues Bild",
},
};