Skip to content

Commit

Permalink
Update Danish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Oct 27, 2024
1 parent 3a2e2fe commit b344f77
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 116 deletions.
9 changes: 8 additions & 1 deletion resources/lang/da/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
'sort_by_date_asc' => 'Show least recent first',
'sort_by_date_desc' => 'Show most recent first',
'single_sign_on' => 'Single Sign-On (SSO)',
'database' => 'Database',
'file_system' => 'File system',
'storage' => 'Storage',
'forms' => [
'use_encryption' => [
'label' => 'Protect sensitive data',
Expand Down Expand Up @@ -134,7 +137,11 @@
'cache_management' => [
'label' => 'Cache management',
'help' => 'Sometimes cache needs to be cleared, for instance after a change to environment variables or an update. You can do it from here.',
]
],
'store_icon_to_database' => [
'label' => 'Store icons to database',
'help' => 'Uploaded icons are registered in the database in addition to the file system storage, which is then used only as a cache. This makes creating a 2FAuth backup much easier, as only the database has to be backed up.<br /><br />But beware, this may has some drawbacks: The database size may increase significantly if the instance hosts many large icons. It may also affect the application performance because the file system is hit more often to ensure it is synchronised with the database.',
],
],

];
1 change: 1 addition & 0 deletions resources/lang/da/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@
'cannot_decode_detected_qrcode' => 'Cannot decode detected QR code, try to crop or sharpen the image',
'qrcode_has_invalid_checksum' => 'QR code has invalid checksum',
'no_readable_qrcode' => 'No readable QR code',
'failed_icon_store_database_toggling' => 'Migration of icons failed. The setting has been restored to its previous value.',
];
Loading

0 comments on commit b344f77

Please sign in to comment.