Updated translation

This commit is contained in:
Julian Prieber 2023-06-19 13:34:45 +02:00
parent 398e4f59d1
commit 63e0914e67
3 changed files with 4 additions and 2 deletions

View File

@ -372,6 +372,7 @@ return [
'Export all data' => 'Alle Daten exportieren', 'Export all data' => 'Alle Daten exportieren',
'Export links only' => 'Nur Links exportieren', 'Export links only' => 'Nur Links exportieren',
'Import user data' => 'Benutzerdaten importieren', '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 from another instance' => 'Importieren Sie Ihre Benutzerdaten von einer anderen Instanz.',
'Import your user data' => 'Importieren Sie Ihre Benutzerdaten von einer anderen Instanz.', 'Import your user data' => 'Importieren Sie Ihre Benutzerdaten von einer anderen Instanz.',
'Import' => 'Importieren', 'Import' => 'Importieren',

View File

@ -378,6 +378,7 @@ return [
'Export all data' => 'Export all data', 'Export all data' => 'Export all data',
'Export links only' => 'Export links only', 'Export links only' => 'Export links only',
'Import user data' => 'Import user data', '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 your user data from another instance' => 'Import your user data from another instance.',
'Import' => 'Import', 'Import' => 'Import',
'Delete your account' => 'Delete your account', '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.', '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.title' => 'Enable Maintenance Mode',
'MAINTENANCE_MODE.description' => 'Displays a maintenance message on all public pages. This will disable the login pages.', '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', 'LOCALE.description' => 'Change the language of your application',

View File

@ -86,7 +86,7 @@
<input type="file" accept="application/JSON" class="form-control" id="customFile" name="import"> <input type="file" accept="application/JSON" class="form-control" id="customFile" name="import">
</div> </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> </form>
@endif @endif