1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
Kovah ee470725ee
Add new translations for catalan, spanish and hungarian
Many thanks to Patrick Mates, aladecom and Xorxe!
2021-09-20 22:53:59 +02:00

66 lines
2.7 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',
'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:',
'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',
];