Update language strings

This commit is contained in:
James Cole
2023-12-20 21:13:31 +01:00
parent 3842552256
commit 51d244cfe6
512 changed files with 1605 additions and 3621 deletions

View File

@@ -31,7 +31,6 @@
*
*/
declare(strict_types=1);
return [
@@ -101,7 +100,7 @@ return [
'unique_object_for_user' => 'Questo nome è già in uso.',
'unique_account_for_user' => 'Il nome del conto è già in uso.',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -112,7 +111,6 @@ return [
*
*/
'between.numeric' => ':attribute con questo nome conto è già in uso :min e :max.',
'between.file' => ':attribute deve essere :min e :max kilobyte.',
'between.string' => ':attribute deve essere tra :min e :max caratteri.',
@@ -181,7 +179,7 @@ return [
'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo',
'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -192,7 +190,6 @@ return [
*
*/
'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.',
'valid_recurrence_rep_moment' => 'Il momento di ripetizione per questo tipo di ripetizione non è valido.',
@@ -254,7 +251,7 @@ return [
'deposit_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
'deposit_dest_wrong_type' => 'Il conto di destinazione inviato non è di tipo corretto.',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -265,7 +262,6 @@ return [
*
*/
'transfer_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
'transfer_source_bad_data' => '[c] Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
'transfer_dest_need_data' => '[c] È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
@@ -308,4 +304,3 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/