mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
language
This commit is contained in:
@@ -83,6 +83,7 @@ class Meetup extends Resource
|
|||||||
->rules('url', 'nullable'),
|
->rules('url', 'nullable'),
|
||||||
|
|
||||||
Text::make(__('Twitter Username'), 'twitter_username')
|
Text::make(__('Twitter Username'), 'twitter_username')
|
||||||
|
->help(__('Without @'))
|
||||||
->rules('string', 'nullable'),
|
->rules('string', 'nullable'),
|
||||||
|
|
||||||
BelongsTo::make(__('City'), 'city', City::class)
|
BelongsTo::make(__('City'), 'city', City::class)
|
||||||
|
|||||||
@@ -658,5 +658,6 @@
|
|||||||
"Deselect": "Abwählen",
|
"Deselect": "Abwählen",
|
||||||
"Your current Meetup groups": "Deine aktuellen Meetup-Gruppen",
|
"Your current Meetup groups": "Deine aktuellen Meetup-Gruppen",
|
||||||
"Thanks, continue here": "Danke, weiter geht es hier",
|
"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 @"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -651,5 +651,6 @@
|
|||||||
"Deselect": "",
|
"Deselect": "",
|
||||||
"Your current Meetup groups": "",
|
"Your current Meetup groups": "",
|
||||||
"Thanks, continue here": "",
|
"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 @": ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user