This commit is contained in:
Benjamin Takats
2023-01-17 22:17:00 +01:00
parent 000397497a
commit 6218d227f4
3 changed files with 5 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ class Meetup extends Resource
->rules('url', 'nullable'),
Text::make(__('Twitter Username'), 'twitter_username')
->help(__('Without @'))
->rules('string', 'nullable'),
BelongsTo::make(__('City'), 'city', City::class)

View File

@@ -658,5 +658,6 @@
"Deselect": "Abwählen",
"Your current Meetup groups": "Deine aktuellen Meetup-Gruppen",
"Thanks, continue here": "Danke, weiter geht es hier",
"Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "Kopiere die LNURL und füge sie unter \"Senden\" ein oder scanne den QR-Code mit \"Senden\". LNURL-auth fähige Wallets:"
"Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "Kopiere die LNURL und füge sie unter \"Senden\" ein oder scanne den QR-Code mit \"Senden\". LNURL-auth fähige Wallets:",
"Without @": "Ohne @"
}

View File

@@ -651,5 +651,6 @@
"Deselect": "",
"Your current Meetup groups": "",
"Thanks, continue here": "",
"Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": ""
"Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "",
"Without @": ""
}