-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translations, add Portugues and Swedish
- Loading branch information
Showing
214 changed files
with
4,706 additions
and
519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
return [ | ||
'user_management' => [ | ||
'title' => 'User Management', | ||
|
||
'invitations' => 'Invitations', | ||
'invite' => 'Invite a User', | ||
'invite_help' => 'Enter the email address of a user you want to invite. The user will receive an email with a link to register a new user account. The invitation is valid for 72 hours.', | ||
'invite_delete_confirmation' => 'Do you really want to delete this Invitation?', | ||
'invite_successful' => 'The invitation was sent successfully.', | ||
'invite_accept' => 'Accept invitation', | ||
'invite_accepted_by' => 'Invitation was accepted by :user (ID :id)', | ||
'invite_delete_successful' => 'Invitation to :email was deleted successfully.', | ||
|
||
'invite_notification_title' => 'You have been invited to join LinkAce!', | ||
'invite_notification' => 'You have been invited to join LinkAce, a social bookmarking tool. Click the button below to set up your user account. If you did not request an invitation or do not expect one, please ignore this email or contact your administrator.', | ||
|
||
'invite_link_invalid' => 'The invitation is expired or the link is incorrect. Please contact your administrator.', | ||
'invite_token_invalid' => 'The invitation link is invalid or the invitation was deleted.', | ||
'invite_expired' => 'The invitation is expired or was already used. Please contact your administrator to receive a new invitation.', | ||
|
||
'invite_valid_until' => 'Valid until :datetime', | ||
'invite_valid_until_info' => 'This invitation is valid until :datetime', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
use App\Enums\ModelAttribute; | ||
|
||
return [ | ||
'visibility' => [ | ||
ModelAttribute::VISIBILITY_PUBLIC => 'Public', | ||
ModelAttribute::VISIBILITY_INTERNAL => 'Internal', | ||
ModelAttribute::VISIBILITY_PRIVATE => 'Private', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'log' => 'Regristre d\'autoria', | ||
'system_events' => 'System Events', | ||
'settings_history' => 'Opcions Històriques', | ||
'user_history' => 'User History', | ||
'user_history_entry' => 'User :id: :change', | ||
|
||
'no_logs_found' => 'No logs found', | ||
|
||
'activity_entry_with_causer' => ':change by :causer', | ||
|
||
'logs' => [ | ||
'system' => [ | ||
'cron_token_regenerated' => 'System: Cron Token was re-generated', | ||
], | ||
'user_settings' => [ | ||
'api_token_generated' => 'User: API Token was generated', | ||
'api_token_revoken' => 'User: API Token was revoked', | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<?php | ||
return [ | ||
'import' => 'Importar', | ||
'import_queue' => 'Import Queue', | ||
'failed_imports' => 'Failed Imports', | ||
'scheduled_for' => 'Scheduled for', | ||
'start_import' => 'Iniciar importació', | ||
'import_running' => 'Important...', | ||
'import_file' => 'Arxiu a importar', | ||
|
||
'import_help' => 'Pots importar els marcadors del seu navegador aquí. Normalment, els marcadors son exportats a un arxiu .html pel teu navegador. Selecciona l\'arxiu aquí i inicia l\'importació.<br>Depent del nombre de marcadors aquest procés pot trigar una estona.', | ||
'import_help' => 'You can import your existing browser bookmarks here. Usually, bookmarks are exported into an .html file by your browser. Select the file here and start the import. Please note that a cron must be configured for the import to work.', | ||
|
||
'import_networkerror' => 'Alguna cosa ha sortit malament a l\'intentar importar els marcadors. Si us plau, revisa la consola del teu navegador per obtenir més detalls o consulta els registres de l\'aplicació.', | ||
'import_error' => 'Alguna cosa ha sortit malament a l\'intentar importar els marcadors. Si us plau, revisa els registres de l\'aplicació.', | ||
'import_empty' => 'No s\'ha pogut importar cap marcador. L\'arxiu pujat es troba corrupte o buit.', | ||
'import_successfully' => ':imported enllaços importats amb succés, :skipped saltats.', | ||
'import_successfully' => ':queued links are queued for import and will be processed consecutively. :skipped links were skipped because they already exist in the database. All imported links will be assigned the tag :taglink.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,4 @@ | |
|
||
'two_factor_otp' => 'Contrasenya de un sol ús', | ||
'two_factor_recovery_code' => 'Codi de recuperació', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.