Updated translation
This commit is contained in:
parent
398e4f59d1
commit
63e0914e67
|
@ -372,6 +372,7 @@ return [
|
|||
'Export all data' => 'Alle Daten exportieren',
|
||||
'Export links only' => 'Nur Links exportieren',
|
||||
'Import user data' => 'Benutzerdaten importieren',
|
||||
'import.user.alert' => 'Sind Sie sicher, dass Sie diese Datei importieren möchten? Diese Aktion wird alle Ihre aktuellen Daten, einschließlich Links, ersetzen!',
|
||||
'Import your user data from another instance' => 'Importieren Sie Ihre Benutzerdaten von einer anderen Instanz.',
|
||||
'Import your user data' => 'Importieren Sie Ihre Benutzerdaten von einer anderen Instanz.',
|
||||
'Import' => 'Importieren',
|
||||
|
|
|
@ -378,6 +378,7 @@ return [
|
|||
'Export all data' => 'Export all data',
|
||||
'Export links only' => 'Export links only',
|
||||
'Import user data' => 'Import user data',
|
||||
'import.user.alert' => 'Are you sure you want to import this file? This action will replace all your current data, including links!',
|
||||
'Import your user data from another instance' => 'Import your user data from another instance.',
|
||||
'Import' => 'Import',
|
||||
'Delete your account' => 'Delete your account',
|
||||
|
@ -764,7 +765,7 @@ return [
|
|||
'HOME_URL.description' => 'Set a user page as the home page. This will move the previous home page to example.com/home.',
|
||||
'MAINTENANCE_MODE.title' => 'Enable Maintenance Mode',
|
||||
'MAINTENANCE_MODE.description' => 'Displays a maintenance message on all public pages. This will disable the login pages.',
|
||||
'LOCALE.title' => 'App locale',
|
||||
'LOCALE.title' => 'App Lokalisierung',
|
||||
'LOCALE.description' => 'Change the language of your application',
|
||||
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<input type="file" accept="application/JSON" class="form-control" id="customFile" name="import">
|
||||
</div>
|
||||
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-primary" onclick="return confirm('Are you sure you want to import this file? This action will replace all your current data, including links!')">{{__('messages.Import')}}</button>
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-primary" onclick="return confirm('{{__('messages.import.user.alert')}}')">{{__('messages.Import')}}</button>
|
||||
</form>
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue