|
1 |
| -{} |
| 1 | +{ |
| 2 | + "login": "Bejelentkezés", |
| 3 | + "@login": { |
| 4 | + "description": "Text for login button" |
| 5 | + }, |
| 6 | + "invalidEmail": "Nem megfelelő e-mail cím", |
| 7 | + "@invalidEmail": { |
| 8 | + "description": "Error message when the user enters an invalid email" |
| 9 | + }, |
| 10 | + "customServerHint": "Add meg a saját szervered címét, máskülönben az alapértelmezettet használjuk", |
| 11 | + "@customServerHint": { |
| 12 | + "description": "Hint text for the form where the users can enter their own wger instance" |
| 13 | + }, |
| 14 | + "userProfile": "Profil", |
| 15 | + "@userProfile": {}, |
| 16 | + "logout": "Kijelentkezés", |
| 17 | + "@logout": { |
| 18 | + "description": "Text for logout button" |
| 19 | + }, |
| 20 | + "register": "Regisztráció", |
| 21 | + "@register": { |
| 22 | + "description": "Text for registration button" |
| 23 | + }, |
| 24 | + "useDefaultServer": "Alapértelmezett szerver", |
| 25 | + "@useDefaultServer": { |
| 26 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 27 | + }, |
| 28 | + "useCustomServer": "Egyedi szerver", |
| 29 | + "@useCustomServer": { |
| 30 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 31 | + }, |
| 32 | + "invalidUrl": "Nem megfelelő URL", |
| 33 | + "@invalidUrl": { |
| 34 | + "description": "Error message when the user enters an invalid URL, e.g. in the login form" |
| 35 | + }, |
| 36 | + "password": "Jelszó", |
| 37 | + "@password": {}, |
| 38 | + "passwordTooShort": "A jelszó túl rövid", |
| 39 | + "@passwordTooShort": { |
| 40 | + "description": "Error message when the user a password that is too short" |
| 41 | + }, |
| 42 | + "usernameValidChars": "A felhasználónév csak betűket, számokat és @, +, ., -, és _ karaktereket tartalmazhat", |
| 43 | + "@usernameValidChars": { |
| 44 | + "description": "Error message when the user tries to register a username with forbidden characters" |
| 45 | + }, |
| 46 | + "passwordsDontMatch": "A jelszavak nem egyeznek", |
| 47 | + "@passwordsDontMatch": { |
| 48 | + "description": "Error message when the user enters two different passwords during registration" |
| 49 | + }, |
| 50 | + "labelBottomNavNutrition": "Táplálkozás", |
| 51 | + "@labelBottomNavNutrition": { |
| 52 | + "description": "Label used in bottom navigation, use a short word" |
| 53 | + }, |
| 54 | + "username": "Felhasználónév", |
| 55 | + "@username": {}, |
| 56 | + "email": "E-mail cím", |
| 57 | + "@email": {}, |
| 58 | + "confirmPassword": "Jelszó újra", |
| 59 | + "@confirmPassword": {}, |
| 60 | + "invalidUsername": "Nem megfelelő felhasználónév", |
| 61 | + "@invalidUsername": { |
| 62 | + "description": "Error message when the user enters an invalid username" |
| 63 | + }, |
| 64 | + "customServerUrl": "A wger szerver URL-je", |
| 65 | + "@customServerUrl": { |
| 66 | + "description": "Label in the form where the users can enter their own wger instance" |
| 67 | + }, |
| 68 | + "reset": "Visszaállítás", |
| 69 | + "@reset": { |
| 70 | + "description": "Button text allowing the user to reset the entered values to the default" |
| 71 | + }, |
| 72 | + "registerInstead": "Nincs fiókod? Regisztrálj most", |
| 73 | + "@registerInstead": {}, |
| 74 | + "loginInstead": "Már van fiókod? Bejelentkezés", |
| 75 | + "@loginInstead": {}, |
| 76 | + "labelBottomNavWorkout": "Edzés", |
| 77 | + "@labelBottomNavWorkout": { |
| 78 | + "description": "Label used in bottom navigation, use a short word" |
| 79 | + } |
| 80 | +} |
0 commit comments