aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/sub.php
diff options
context:
space:
mode:
authorGravatar FabioL <1647128+loviuz@users.noreply.github.com> 2024-01-24 00:54:26 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-24 00:54:26 +0100
commitc66382cc916d3fe79db9ac22a2d6ec3a3c9f921c (patch)
tree230fc36b46522e6e976d68087c981dbfc45f6987 /app/i18n/it/sub.php
parent415490dd7c066ae87e90479df67c6ad09ac2a481 (diff)
Updated italian translations (#6060)
* Updated italian translations * Minor fixes * Workaround bug with `array (` --------- Co-authored-by: loviuz <loviuz@mailbox.org> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/sub.php')
-rw-r--r--app/i18n/it/sub.php58
1 files changed, 29 insertions, 29 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 4b953903b..ccb22916a 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -122,46 +122,46 @@ return array(
'xpath' => 'XPath per:',
),
'json_dotpath' => array(
- '_' => 'JSON (Dotted paths)', // TODO
+ '_' => 'JSON (path con i punti)',
'feed_title' => array(
- '_' => 'feed title', // TODO
- 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
+ '_' => 'titolo feed',
+ 'help' => 'Esempio: <code>meta.title</code> o una stringa statica: <code>"Il mio feed personalizzato"</code>',
),
- 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
+ 'help' => 'Un JSON con le path divise da punti usa dei punti fra gli oggetti e le parentesi per gli array. (es. <code>data.items[0].title</code>)',
'item' => array(
- '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
- 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO
+ '_' => 'ricerca nuovi <strong>elementi</strong><br /><small>(più importante)</small>',
+ 'help' => 'percorso JSON per l’array contenente gli elementi, es. <code>newsItems</code>',
),
- 'item_author' => 'item author', // TODO
- 'item_categories' => 'item tags', // TODO
+ 'item_author' => 'autore elemento',
+ 'item_categories' => 'tag elemento',
'item_content' => array(
- '_' => 'item content', // TODO
- 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
+ '_' => 'contenuto elemento',
+ 'help' => 'Chiave sotto la quale trovare il contenuto, es. <code>content</code>',
),
'item_thumbnail' => array(
- '_' => 'item thumbnail', // TODO
- 'help' => 'Example: <code>image</code>', // TODO
+ '_' => 'miniatura elemento',
+ 'help' => 'Esempio: <code>image</code>',
),
'item_timeFormat' => array(
- '_' => 'Custom date/time format', // TODO
- 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
+ '_' => 'Formato data/ora personalizzato',
+ 'help' => 'Facoltativo. Un formato supportato da <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> come <code>d-m-Y H:i:s</code>',
),
'item_timestamp' => array(
- '_' => 'item date', // TODO
- 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
+ '_' => 'data elemento',
+ 'help' => 'Il risultato sarà interpretato da <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
),
- 'item_title' => 'item title', // TODO
- 'item_uid' => 'item unique ID', // TODO
+ 'item_title' => 'titolo elemento',
+ 'item_uid' => 'ID univoco elemento',
'item_uri' => array(
- '_' => 'item link (URL)', // TODO
- 'help' => 'Example: <code>permalink</code>', // TODO
+ '_' => 'link elemento (URL)',
+ 'help' => 'Esempio: <code>permalink</code>',
),
- 'json' => 'Dotted Path for:', // TODO
- 'relative' => 'Dotted Path (relative to item) for:', // TODO
+ 'json' => 'Percorso con i punti per:',
+ 'relative' => 'Percorso con i punti (relativo all’elemento) per:',
),
- 'jsonfeed' => 'JSON Feed', // TODO
+ 'jsonfeed' => 'Feed JSON',
'rss' => 'RSS / Atom (predefinito)',
- 'xml_xpath' => 'XML + XPath', // TODO
+ 'xml_xpath' => 'XML + XPath', // IGNORE
),
'maintenance' => array(
'clear_cache' => 'Svuota cache',
@@ -173,10 +173,10 @@ return array(
'max_http_redir' => 'Numero massimo di redirect HTTP',
'max_http_redir_help' => 'Imposta a 0 o lascia in bianco per disabilitare, -1 per impostare un numero illimitato di redirect',
'method' => array(
- '_' => 'HTTP Method', // TODO
+ '_' => 'Metodo HTTP',
),
- 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
- 'method_postparams' => 'Payload for POST', // TODO
+ 'method_help' => 'Il payload POST ha il supporto automatico per <code>application/x-www-form-urlencoded</code> e <code>application/json</code>',
+ 'method_postparams' => 'Payload per POST',
'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
'mute' => 'muta',
'no_selected' => 'Nessun feed selezionato.',
@@ -185,7 +185,7 @@ return array(
'_' => 'Visibilità',
'archived' => 'Non mostrare (archiviato)',
'category' => 'Mostra nella sua categoria',
- 'important' => 'Show in important feeds', // TODO
+ 'important' => 'Mostra nei feed importanti',
'main_stream' => 'Mostra in homepage',
),
'proxy' => 'Imposta un proxy per recuperare questo feed',
@@ -240,7 +240,7 @@ return array(
'subscription_tools' => 'Strumenti di sottoscrizione',
),
'tag' => array(
- 'auto_label' => 'Add this label to new articles', // TODO
+ 'auto_label' => 'Aggiungi questo tag ai nuovi articoli',
'name' => 'Nome',
'new_name' => 'Nuovo nome',
'old_name' => 'Vecchio nome',