Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
279 righe
9.1 KiB
279 righe
9.1 KiB
# LANGUAGE translation of CakePHP Application |
|
# Copyright YEAR NAME <EMAIL@ADDRESS> |
|
# |
|
#, fuzzy |
|
msgid "" |
|
msgstr "" |
|
"Project-Id-Version: CakePHP 4.4.5\n" |
|
"POT-Creation-Date: 2023-02-28 09:27+0000\n" |
|
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" |
|
"Last-Translator: NAME <EMAIL@ADDRESS>\n" |
|
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" |
|
"MIME-Version: 1.0\n" |
|
"Content-Type: text/plain; charset=utf-8\n" |
|
"Content-Transfer-Encoding: 8bit\n" |
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
|
|
|
#: ./templates/Error/error400.php:39 |
|
#: ./templates/Error/error500.php:43 |
|
msgid "Error" |
|
msgstr "Errore" |
|
|
|
#: ./templates/Error/error400.php:40 |
|
msgid "The requested address {0} was not found on this server." |
|
msgstr "L'indirizzo richiesto {0} non è stato trovato su questo server." |
|
|
|
#: ./templates/Error/error500.php:41 |
|
#: ./vendor/cakephp/cakephp/src/Error/Renderer/WebExceptionRenderer.php:361 |
|
msgid "An Internal Error Has Occurred." |
|
msgstr "Errore interno." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Controller/Component/AuthComponent.php:462 |
|
msgid "You are not authorized to access that location." |
|
msgstr "Non sei autorizzato ad accedere a quella risorsa." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Error/Renderer/WebExceptionRenderer.php:359 |
|
msgid "Not Found" |
|
msgstr "Non Trovato" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php:390 |
|
msgid "Missing or incorrect CSRF cookie type." |
|
msgstr "tipo di CSRF cookie mancante o incorretto." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php:394 |
|
msgid "Missing or invalid CSRF cookie." |
|
msgstr "CSRF cookie mancante o incorretto." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php:417 |
|
#: ./vendor/cakephp/cakephp/src/Http/Middleware/SessionCsrfProtectionMiddleware.php:265 |
|
msgid "CSRF token from either the request body or request headers did not match or is missing." |
|
msgstr "Il CSRF token è mancante o quello presente nel body non corrisponde." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Middleware/SessionCsrfProtectionMiddleware.php:247 |
|
msgid "Missing or incorrect CSRF session key" |
|
msgstr "Chiave di sessione CSRF incorretta o mancante" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Response.php:1489 |
|
msgid "The requested file contains `..` and will not be read." |
|
msgstr "Il file richiesto contiene `..` e quindi non verrà letto." |
|
|
|
#: ./vendor/cakephp/cakephp/src/Http/Response.php:1497 |
|
msgid "The requested file was not found" |
|
msgstr "Il file richiesto non è stato trovato" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/Number.php:116 |
|
msgid "{0,number,#,###.##} KB" |
|
msgstr "" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/Number.php:118 |
|
msgid "{0,number,#,###.##} MB" |
|
msgstr "" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/Number.php:120 |
|
msgid "{0,number,#,###.##} GB" |
|
msgstr "" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/Number.php:122 |
|
msgid "{0,number,#,###.##} TB" |
|
msgstr "" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/Number.php:114 |
|
msgid "{0,number,integer} Byte" |
|
msgid_plural "{0,number,integer} Bytes" |
|
msgstr[0] "" |
|
msgstr[1] "" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:86 |
|
msgid "{0} from now" |
|
msgstr "{0} da adesso" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:86 |
|
msgid "{0} ago" |
|
msgstr "{0} fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:89 |
|
msgid "{0} after" |
|
msgstr "{0} dopo" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:89 |
|
msgid "{0} before" |
|
msgstr "{0} prima" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:120 |
|
msgid "just now" |
|
msgstr "in questo momento" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:157 |
|
msgid "about a second ago" |
|
msgstr "circa un secondo fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:158 |
|
msgid "about a minute ago" |
|
msgstr "circa un minuto fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:159 |
|
msgid "about an hour ago" |
|
msgstr "circa un'ora fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:160 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:370 |
|
msgid "about a day ago" |
|
msgstr "circa un giorno fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:161 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:371 |
|
msgid "about a week ago" |
|
msgstr "circa una settimana fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:162 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:372 |
|
msgid "about a month ago" |
|
msgstr "circa un mese fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:163 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:373 |
|
msgid "about a year ago" |
|
msgstr "circa un anno fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:174 |
|
msgid "in about a second" |
|
msgstr "fra circa un secondo" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:175 |
|
msgid "in about a minute" |
|
msgstr "fra circa un minuto" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:176 |
|
msgid "in about an hour" |
|
msgstr "fra circa un'ora" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:177 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:384 |
|
msgid "in about a day" |
|
msgstr "fra circa un giorno" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:178 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:385 |
|
msgid "in about a week" |
|
msgstr "tra circa una settimana" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:179 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:386 |
|
msgid "in about a month" |
|
msgstr "tra circa un mese" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:180 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:387 |
|
msgid "in about a year" |
|
msgstr "tra circa un anno" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:342 |
|
msgid "today" |
|
msgstr "oggi" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:409 |
|
msgid "%s ago" |
|
msgstr "%s fa" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:410 |
|
msgid "on %s" |
|
msgstr "%s" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:53 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:132 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:354 |
|
msgid "{0} year" |
|
msgid_plural "{0} years" |
|
msgstr[0] "{0} anno" |
|
msgstr[1] "{0} anni" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:57 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:135 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:357 |
|
msgid "{0} month" |
|
msgid_plural "{0} months" |
|
msgstr[0] "{0} mese" |
|
msgstr[1] "{0} mesi" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:63 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:138 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:360 |
|
msgid "{0} week" |
|
msgid_plural "{0} weeks" |
|
msgstr[0] "{0} settimana" |
|
msgstr[1] "{0} settimane" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:65 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:141 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:363 |
|
msgid "{0} day" |
|
msgid_plural "{0} days" |
|
msgstr[0] "{0} giorno" |
|
msgstr[1] "{0} giorni" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:70 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:144 |
|
msgid "{0} hour" |
|
msgid_plural "{0} hours" |
|
msgstr[0] "{0} ora" |
|
msgstr[1] "{0} ore" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:74 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:147 |
|
msgid "{0} minute" |
|
msgid_plural "{0} minutes" |
|
msgstr[0] "{0} minuto" |
|
msgstr[1] "{0} minuti" |
|
|
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:78 |
|
#: ./vendor/cakephp/cakephp/src/I18n/RelativeTimeFormatter.php:150 |
|
msgid "{0} second" |
|
msgid_plural "{0} seconds" |
|
msgstr[0] "{0} secondo" |
|
msgstr[1] "{0} secondi" |
|
|
|
#: ./vendor/cakephp/cakephp/src/ORM/RulesChecker.php:63 |
|
msgid "This value is already in use" |
|
msgstr "Questo valore è già in uso" |
|
|
|
#: ./vendor/cakephp/cakephp/src/ORM/RulesChecker.php:110 |
|
msgid "This value does not exist" |
|
msgstr "Questo valore non esiste" |
|
|
|
#: ./vendor/cakephp/cakephp/src/ORM/RulesChecker.php:232 |
|
msgid "Cannot modify row: a constraint for the `{0}` association fails." |
|
msgstr "Impossibile modificare: il vincolo per l'associazione `{0}` fallisce." |
|
|
|
#: ./vendor/cakephp/cakephp/src/ORM/RulesChecker.php:270 |
|
msgid "The count does not match {0}{1}" |
|
msgstr "Il conteggio non corrisponde {0}{1}" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Utility/Text.php:923 |
|
msgid "and" |
|
msgstr "e" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Validation/Validator.php:2539 |
|
msgid "This field is required" |
|
msgstr "Questo campo è richiesto" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Validation/Validator.php:2559 |
|
#: ./vendor/cakephp/cakephp/src/View/Form/ArrayContext.php:249 |
|
msgid "This field cannot be left empty" |
|
msgstr "Questo campo non può essere lasciato vuoto" |
|
|
|
#: ./vendor/cakephp/cakephp/src/Validation/Validator.php:2711 |
|
msgid "The provided value is invalid" |
|
msgstr "Il valore fornito non è valido" |
|
|
|
#: ./vendor/cakephp/cakephp/src/View/Helper/FormHelper.php:979 |
|
msgid "Edit {0}" |
|
msgstr "Modifica {0}" |
|
|
|
#: ./vendor/cakephp/cakephp/src/View/Helper/FormHelper.php:981 |
|
msgid "New {0}" |
|
msgstr "Nuovo {0}" |
|
|
|
#: ./vendor/cakephp/cakephp/src/View/Helper/FormHelper.php:1917 |
|
msgid "Submit" |
|
msgstr "Salva" |
|
|
|
|