|
1 | | -{} |
| 1 | +{ |
| 2 | + "userProfile": "Profile mo", |
| 3 | + "@userProfile": {}, |
| 4 | + "login": "Pumasok", |
| 5 | + "@login": { |
| 6 | + "description": "Text for login button" |
| 7 | + }, |
| 8 | + "logout": "Mag-sign out", |
| 9 | + "@logout": { |
| 10 | + "description": "Text for logout button" |
| 11 | + }, |
| 12 | + "register": "Mag-rehistro", |
| 13 | + "@register": { |
| 14 | + "description": "Text for registration button" |
| 15 | + }, |
| 16 | + "useDefaultServer": "Gamitin ang default na server", |
| 17 | + "@useDefaultServer": { |
| 18 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 19 | + }, |
| 20 | + "useCustomServer": "Gumamit ng custom na server", |
| 21 | + "@useCustomServer": { |
| 22 | + "description": "Toggle button allowing users to switch between the default and a custom wger server" |
| 23 | + }, |
| 24 | + "invalidUrl": "Mangyaring magpasok ng wastong URL", |
| 25 | + "@invalidUrl": { |
| 26 | + "description": "Error message when the user enters an invalid URL, e.g. in the login form" |
| 27 | + }, |
| 28 | + "usernameValidChars": "Ang username ay maaari lamang maglaman ng mga titik, digit, at mga character na @, +, ., -, at _", |
| 29 | + "@usernameValidChars": { |
| 30 | + "description": "Error message when the user tries to register a username with forbidden characters" |
| 31 | + }, |
| 32 | + "passwordsDontMatch": "Ang password ay hindi tugma", |
| 33 | + "@passwordsDontMatch": { |
| 34 | + "description": "Error message when the user enters two different passwords during registration" |
| 35 | + }, |
| 36 | + "passwordTooShort": "Masyadong maikli ang password", |
| 37 | + "@passwordTooShort": { |
| 38 | + "description": "Error message when the user a password that is too short" |
| 39 | + }, |
| 40 | + "selectAvailablePlates": "Pumili ng magagamit na mga plato", |
| 41 | + "@selectAvailablePlates": {}, |
| 42 | + "barWeight": "Timbang ng bar", |
| 43 | + "@barWeight": {}, |
| 44 | + "useColors": "Gumamit ng mga kulay", |
| 45 | + "@useColors": {}, |
| 46 | + "password": "Password", |
| 47 | + "@password": {} |
| 48 | +} |
0 commit comments