From 22eaadeafddea6edd12258dd05f489b70c5295ce Mon Sep 17 00:00:00 2001 From: john <35.resorts_jowly@icloud.com> Date: Sun, 2 Nov 2025 01:07:32 +0100 Subject: [PATCH] Translated using Weblate (Filipino) Currently translated at 3.6% (13 of 352 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/fil/ --- lib/l10n/app_fil.arb | 49 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_fil.arb b/lib/l10n/app_fil.arb index 0967ef42..d04e1097 100644 --- a/lib/l10n/app_fil.arb +++ b/lib/l10n/app_fil.arb @@ -1 +1,48 @@ -{} +{ + "userProfile": "Profile mo", + "@userProfile": {}, + "login": "Pumasok", + "@login": { + "description": "Text for login button" + }, + "logout": "Mag-sign out", + "@logout": { + "description": "Text for logout button" + }, + "register": "Mag-rehistro", + "@register": { + "description": "Text for registration button" + }, + "useDefaultServer": "Gamitin ang default na server", + "@useDefaultServer": { + "description": "Toggle button allowing users to switch between the default and a custom wger server" + }, + "useCustomServer": "Gumamit ng custom na server", + "@useCustomServer": { + "description": "Toggle button allowing users to switch between the default and a custom wger server" + }, + "invalidUrl": "Mangyaring magpasok ng wastong URL", + "@invalidUrl": { + "description": "Error message when the user enters an invalid URL, e.g. in the login form" + }, + "usernameValidChars": "Ang username ay maaari lamang maglaman ng mga titik, digit, at mga character na @, +, ., -, at _", + "@usernameValidChars": { + "description": "Error message when the user tries to register a username with forbidden characters" + }, + "passwordsDontMatch": "Ang password ay hindi tugma", + "@passwordsDontMatch": { + "description": "Error message when the user enters two different passwords during registration" + }, + "passwordTooShort": "Masyadong maikli ang password", + "@passwordTooShort": { + "description": "Error message when the user a password that is too short" + }, + "selectAvailablePlates": "Pumili ng magagamit na mga plato", + "@selectAvailablePlates": {}, + "barWeight": "Timbang ng bar", + "@barWeight": {}, + "useColors": "Gumamit ng mga kulay", + "@useColors": {}, + "password": "Password", + "@password": {} +}