languages

This commit is contained in:
Benjamin Takats
2023-01-18 20:55:07 +01:00
parent 1b4763148c
commit 3747a14c6a
13 changed files with 123 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ class LanguageController extends Controller
$array[$key]['name'] = empty($item['name']) ? $item['language'] : $item['name']; $array[$key]['name'] = empty($item['name']) ? $item['language'] : $item['name'];
$array[$key]['description'] = $item['language'] === 'en' $array[$key]['description'] = $item['language'] === 'en'
? '100% translated' ? '100% translated'
: round($item['translatedCount'] / $item['toTranslate'] * 100).'% translated'; : round($item['translatedCount'] ?? 1 / $item['toTranslate'] * 100).'% translated';
} }
return response()->json($array); return response()->json($array);

View File

@@ -658,11 +658,12 @@
"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:",
"Without @": "Ohne @", "Without @": "Ohne @",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser's wallet.": "Scanne diesen Code oder copy + paste ihn in deine Lightning-Wallet ein. Oder klicke, um dich mit der Wallet deines Browsers anzumelden.",
"Lightning Address": "Lightning-Adresse", "Lightning Address": "Lightning-Adresse",
"Node Id": "", "Node Id": "",
"LNURL": "", "LNURL": "",
"Missing lightning address": "Lightning-Adresse fehlt" "Missing lightning address": "Lightning-Adresse fehlt",
"Plebs": "",
"Click to connect": "Direkt verbinden",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": "Scanne diesen QR-Code oder kopiere ihn in deine Lightning-Wallet. Oder klicke, um dich mit deiner Wallet einzuloggen."
} }

View File

@@ -653,9 +653,11 @@
"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 @": "", "Without @": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser's wallet.": "",
"Lightning Address": "", "Lightning Address": "",
"Node Id": "", "Node Id": "",
"LNURL": "", "LNURL": "",
"Missing lightning address": "" "Missing lightning address": "",
"Plebs": "",
"Click to connect": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -646,5 +646,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -620,5 +620,18 @@
"choice": "", "choice": "",
"Select one or more meetup groups so that you can get access to these groups in the backend.": "", "Select one or more meetup groups so that you can get access to these groups in the backend.": "",
"New City": "", "New City": "",
"My meetups": "" "My meetups": "",
"Plebs": "",
"Without @": "",
"Click to connect": "",
"Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\\'s wallet.": "",
"Missing lightning address": "",
"Thanks, continue here": "",
"Your current Meetup groups": "",
"please limit your search here": "",
"Deselect": "",
"Lightning Address": "",
"LNURL": "",
"Node Id": "",
"Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.": ""
} }

View File

@@ -24,4 +24,4 @@
"rows, do you want to select all": "Zeilen, sollen alle ausgewählt werden", "rows, do you want to select all": "Zeilen, sollen alle ausgewählt werden",
"to": "nach", "to": "nach",
"No items found. Try to broaden your search.": "Es gibt keine Ergebnisse\/Einträge. Versuche die Suche zu erweitern." "No items found. Try to broaden your search.": "Es gibt keine Ergebnisse\/Einträge. Versuche die Suche zu erweitern."
} }

View File

@@ -72,7 +72,7 @@
@endif @endif
<div class="pt-12"> <div class="pt-12">
{{ __('Scan this code or copy + paste it to your lightning wallet. Or click to login with your browser\'s wallet.') }} {{ __('Scan this code or copy & paste it to your lightning wallet. Or click to login with your wallet.') }}
</div> </div>
<div class="pt-2"> <div class="pt-2">
<td <td