1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-30 03:17:39 +01:00
LinkAce/lang/ca_ES/link.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

70 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'link' => 'Enllaç',
'links' => 'Enllaços',
'all_links' => 'Tots els enllaços',
'recent_links' => 'Enllaços recents',
'no_links' => 'Sense enllaços',
'add' => 'Afegeix un enllaç',
'add_quick' => 'Afegeix enllaç ràpidament',
'show' => 'Mostra enllaços',
'details' => 'Detalls de l\'enllaç',
'edit' => 'Edita lenllaç',
'update' => 'Actualitza l\'enllaç',
'delete' => 'Esborrar l\'enllaç',
'private' => 'Enllaç privat',
'history' => 'Historial',
'history_added' => 'Afegit <code>:newvalue</code> a :fieldname.',
'history_changed' => 'S\'ha modificat :fieldname de <code>:oldvalue</code> a <code>:newvalue</code>',
'history_removed' => 'Esborrat <code>:newvalue</code> a :fieldname.',
'history_deleted' => 'L\'enllaç ha estat esborrat',
'history_restored' => 'L\'enllaç ha estat restaurat',
'history_created' => 'L\'enllaç ha estat creat',
'url' => 'Adreça URL',
'title' => 'Títol',
'description' => 'Descripció',
'revtags' => 'Etiquetes',
'revlists' => 'Llistes',
'is_private' => 'Notes privades',
'status' => 'Estat',
'stati' => [
'1' => 'Treballant',
'2' => 'Mogut',
'3' => 'Trencat',
],
'author' => 'per :user',
'external_link' => 'Enllaç extern',
'wayback' => 'Arxivar l\'enllaç a @ Wayback Machine',
'check_disable' => 'Deshabilitar comprovació',
'check_disabled' => 'Comprovació deshabilitada',
'check_enable' => 'Habilitar comprovació',
'check_enabled' => 'Comprovació habilitada',
'status_is_broken' => 'L\'enllaç està marcat com a trencat',
'status_mark_working' => 'Marca com a treballant',
'added_successfully' => 'Enllaç afegit amb èxit.',
'added_connection_error' => 'S\'ha afegit l\'enllaç, però s\'ha produït un error de connexió al intentar accedir a l\'adreça URL. Els detalls es poden trobar als registres.',
'added_request_error' => 'S\'ha afegit l\'enllaç, però s\'ha produït un error de connexió al intentar accedir a l\'adreça URL, per exemple per certificat invalid. Els detalls es poden trobar als registres.',
'updated_successfully' => 'Enllaç actualitzat correctament.',
'deleted_successfully' => 'Enllaç esborrat correctament.',
'deletion_error' => 'L\'enllaç no s\'ha pogut suprimir.',
'duplicates_found' => 'LinkAce ha trobat possibles duplicitats per l\'URL enviada:',
'existing_found' => 'Ja existeix un enllaç amb aquest URL.',
'notifications.linkcheck.errors' => 'LinkAce ha trobat errors mentre es realitzava la comprovació dels teus enllaços.',
'notifications.linkcheck.errors.moved' => '⚠ Els següents enllaços s\'han mogut a una nova ubicació:',
'notifications.linkcheck.errors.broken' => '🚫 Els següents enllaços ja no son accessibles o tornen un error:',
'happy_bookmarking' => 'Feliç Bookmarking',
];