mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix translations.
This commit is contained in:
@@ -78,6 +78,7 @@ class ExchangeRateConverter
|
||||
$this->noPreparedRates = true;
|
||||
$this->isPrepared = true;
|
||||
Log::debug('prepare DONE()');
|
||||
|
||||
return;
|
||||
}
|
||||
$this->isPrepared = true;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -22,7 +22,7 @@
|
||||
"unknown_dest_plain": "Direcci\u00f3n de destino desconocida",
|
||||
"unknown_any_plain": "Cuenta desconocida",
|
||||
"unknown_budget_plain": "Sin presupuesto",
|
||||
"stored_journal_js": "Successfully created new transaction \"%{description}\"",
|
||||
"stored_journal_js": "Nueva transacci\u00f3n creada con \u00e9xito \"%{description}\"",
|
||||
"expense_account": "Cuenta de gastos",
|
||||
"revenue_account": "Cuenta de ingresos",
|
||||
"budget": "Presupuesto",
|
||||
|
@@ -22,7 +22,7 @@
|
||||
"unknown_dest_plain": "Neznan ciljni ra\u010dun",
|
||||
"unknown_any_plain": "Neznan ra\u010dun",
|
||||
"unknown_budget_plain": "Ni prora\u010duna",
|
||||
"stored_journal_js": "Successfully created new transaction \"%{description}\"",
|
||||
"stored_journal_js": "Nova transakcija \"%{description}\" je uspe\u0161no ustvarjena",
|
||||
"expense_account": "Ra\u010dun stro\u0161kov",
|
||||
"revenue_account": "Ra\u010dun prihodkov",
|
||||
"budget": "Prora\u010dun",
|
||||
|
@@ -155,6 +155,6 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "nl",
|
||||
"date_time_fns": "D MMMM yyyy @ HH:mm:ss"
|
||||
"date_time_fns": "d MMMM yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Si us plau, recopili més informació al directori <code>emmagatzematge/registre</code> on hi ha els fitxers de registre. Si utilitzes Docker, utilitza <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Pots llegir més sobre la recol·lecció d\'errors a <a href="https://docs.firefly-iii.org/how-to/general/debug/">les FAQ</a>.',
|
||||
'github_help' => 'Obtenir ajuda a GitHub',
|
||||
'github_instructions' => 'Ets més que benvingut a obrir un nou issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">a GitHub</a></strong>.',
|
||||
'use_search' => 'Utilitza la cerca!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'He oblidat la meva cosa de dos factors.',
|
||||
'two_factor_lost_header' => 'Has perdut la teva autenticació en dues passes?',
|
||||
'two_factor_lost_intro' => 'Si també has perdut els teus codis de seguretat, has tingut mala sort. No hi ha res que puguis fer per arreglar-ho des de la interfície web. Tens dues opcions.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Si tens la teva pròpia instància de Firefly III, llegeix <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>aquesta entrada a les FAQ</a> per a obtenir instruccions.',
|
||||
'two_factor_lost_fix_owner' => 'Altrament, envia un correu al propietari del lloc, <a href="mailto::site_owner">:site_owner</a> i demana-li que reiniciï la teva autenticació de dues passes.',
|
||||
'mfa_backup_code' => 'Has fet servir un codi de seguretat per iniciar sessió a Firefly III. No es pot tornar a utilitzar, així que ratlla\'l de la llista.',
|
||||
'pref_two_factor_new_backup_codes' => 'Obtenir nous codis de seguretat',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'El compte d\'actius d\'origen "@source_name" només accepta transaccions en @source_currency. El compte de destí "@dest_name" només accepta transaccions en @dest_currency. Has d\'indicar la quantitat correcta transferida en ambdues monedes.',
|
||||
'transaction_data' => 'Dades de transacció',
|
||||
'invalid_server_configuration' => 'Configuració del servidor invàlida',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III no pot formatar quantitats monetàries perquè el teu servidor no té instal·lats alguns paquets necessaris. Hi ha <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instruccions sobre com fer-ho</a>.',
|
||||
'quickswitch' => 'Canvi ràpid',
|
||||
'sign_in_to_start' => 'Inicia sessió per començar',
|
||||
'sign_in' => 'Iniciar sessió',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'No',
|
||||
'cannot_fire_inactive_rules' => 'No pots executar regles inactives.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Mostra els activadors',
|
||||
'show_actions' => 'Mostra les accions',
|
||||
'rules' => 'Regles',
|
||||
'rule_name' => 'Nom de la regla',
|
||||
'rule_triggers' => 'La regla s\'activa quan',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis <code>storage/logs</code> wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Weitere Informationen zum Sammeln von Fehlerinformationen finden Sie <a href="https://docs.firefly-iii.org/how-to/general/debug/">im FAQ</a>.',
|
||||
'github_help' => 'Hilfe auf GitHub erhalten',
|
||||
'github_instructions' => 'Sie sind herzlich eingeladen, ein neues Ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">auf GitHub</a></strong> zu öffnen.',
|
||||
'use_search' => 'Benutzen Sie die Suche!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Ich kann keine 2FA-Codes generieren.',
|
||||
'two_factor_lost_header' => 'Haben Sie ihre Zwei-Faktor-Authentifizierung verloren?',
|
||||
'two_factor_lost_intro' => 'Wenn Sie auch Ihre Sicherungsschlüssel verloren haben, haben Sie Pech. Dies ist nichts, was Sie über die Weboberfläche beheben können. Sie haben jedoch zwei Möglichkeiten.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Wenn Sie Ihre eigene Instanz von Firefly III betreiben, lesen Sie <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>diesen Eintrag im FAQ</a> für Anweisungen.',
|
||||
'two_factor_lost_fix_owner' => 'Ansonsten, mailen Sie dem Inhaber der Website, <a href="mailto::site_owner">:site_owner</a> und bitten Sie ihn, Ihre Zwei-Faktor Authentifizierung zurückzusetzen.',
|
||||
'mfa_backup_code' => 'Sie haben sich mit einem Sicherungsschlüssel bei Firefly III angemeldet. Dieser kann nun nicht mehr verwendet werden, also streichen Sie ihn aus Ihrer Liste.',
|
||||
'pref_two_factor_new_backup_codes' => 'Neue Sicherungsschlüssel abrufen',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Das Quellkonto „@source_name” akzeptiert nur Buchungen in @source_currency. Das Zielkonto "@dest_name" akzeptiert nur Buchungen in @dest_currency. Sie müssen den Betrag in beiden Währungen korrekt angeben.',
|
||||
'transaction_data' => 'Transaktionsdaten',
|
||||
'invalid_server_configuration' => 'Ungültige Serverkonfiguration',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III ist nicht in der Lage, Geldbeträge zu formatieren, weil Ihrem Server die erforderlichen Pakete fehlen. Es gibt <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">Anleitungen, wie Sie dies tun können</a>.',
|
||||
'quickswitch' => 'Schnellauswahl',
|
||||
'sign_in_to_start' => 'Melden Sie sich an, um Ihre Sitzung zu starten',
|
||||
'sign_in' => 'Anmelden',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Nicht',
|
||||
'cannot_fire_inactive_rules' => 'Inaktive Regeln können nicht ausgeführt werden.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Auslöser anzeigen',
|
||||
'show_actions' => 'Aktionen anzeigen',
|
||||
'rules' => 'Regeln',
|
||||
'rule_name' => 'Name der Regel',
|
||||
'rule_triggers' => 'Regel wird ausgelöst wenn',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Por favor, recopile más información en el directorio <code>storage/logs</code> donde encontrará los archivos de registro. Si está ejecutando Docker, use <code>registros docker -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Puede leer más acerca de la recolección de información de errores en <a href="https://docs.firefly-iii.org/how-to/general/debug/">la FAQ</a>.',
|
||||
'github_help' => 'Obtener ayuda en GitHub',
|
||||
'github_instructions' => 'Es bienvenido a abrir un nuevo issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">en GitHub</a></strong>.',
|
||||
'use_search' => '¡Use la búsqueda!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Olvidé mi cosa de dos factores.',
|
||||
'two_factor_lost_header' => '¿Perdiste tu autenticación de doble factor?',
|
||||
'two_factor_lost_intro' => 'Si también perdiste tus códigos de copia de seguridad, tienes mala suerte. Esto no es algo que puedas arreglar desde la interfaz web. Tienes dos opciones.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Si ejecutas tu propia instancia de Firefly III, lee <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>esta entrada en el FAQ</a> para obtener instrucciones.',
|
||||
'two_factor_lost_fix_owner' => 'De lo contrario, comunícate por mail con el dueño del sitio, <a href="mailto::site_owner">:site_owner</a> y pídele que restablezca tu autenticación de dos pasos.',
|
||||
'mfa_backup_code' => 'Has usado un código de respaldo para iniciar sesión en Firefly III. No se puede usar de nuevo, así que táchalo de tu lista.',
|
||||
'pref_two_factor_new_backup_codes' => 'Obtener nuevos códigos de copia de seguridad',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'La cuenta de activos "@source_name" solo acepta transacciones en "@source_currency". cuenta de activos de destino "@dest_name" solo acepta transacciones en @dest_currency. Debes indicar la cantidad correcta transferida en ambas monedas.',
|
||||
'transaction_data' => 'Datos de transacción',
|
||||
'invalid_server_configuration' => 'Configuración de servidor no válida',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III no puede dar formato a las cantidades monetarias porque a tu servidor le faltan los paquetes necesarios. Hay <a href="">instrucciones de cómo hacerlo</a>.',
|
||||
'quickswitch' => 'Cambio rápido',
|
||||
'sign_in_to_start' => 'Iniciar sesión para comenzar',
|
||||
'sign_in' => 'Iniciar sesión',
|
||||
@@ -467,10 +467,10 @@ return [
|
||||
'search_modifier_transaction_type' => 'El tipo de transacción es ":value"',
|
||||
'search_modifier_not_transaction_type' => 'El tipo de transacción no es ":value"',
|
||||
'search_modifier_tag_is' => 'La etiqueta es ":value"',
|
||||
'search_modifier_tag_contains' => 'Tag contains ":value"',
|
||||
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
|
||||
'search_modifier_tag_ends' => 'Tag ends with ":value"',
|
||||
'search_modifier_tag_starts' => 'Tag starts with ":value"',
|
||||
'search_modifier_tag_contains' => 'La etiqueta contiene ":value"',
|
||||
'search_modifier_not_tag_contains' => 'La etiqueta no contiene ":value"',
|
||||
'search_modifier_tag_ends' => 'La etiqueta termina con ":value"',
|
||||
'search_modifier_tag_starts' => 'La etiqueta comienza con ":value"',
|
||||
'search_modifier_not_tag_is' => 'Ninguna etiqueta es ":value"',
|
||||
'search_modifier_date_on_year' => 'El año de la transacción es ":value"',
|
||||
'search_modifier_not_date_on_year' => 'El año de la transacción no es ":value"',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'No',
|
||||
'cannot_fire_inactive_rules' => 'No puedes ejecutar reglas inactivas.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Mostrar disparadores',
|
||||
'show_actions' => 'Mostrar acciones',
|
||||
'rules' => 'Reglas',
|
||||
'rule_name' => 'Nombre de la regla',
|
||||
'rule_triggers' => 'La regla se activa cuando',
|
||||
@@ -1278,8 +1278,8 @@ return [
|
||||
'rule_action_append_notes_to_descr' => 'Añadir las notas a la descripción',
|
||||
'rule_action_move_descr_to_notes' => 'Reemplazar las notas con la descripción',
|
||||
'rule_action_move_notes_to_descr' => 'Reemplazar la descripción con notas',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
||||
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Establecer cuenta de destino a (cash)',
|
||||
'rule_action_set_source_to_cash_choice' => 'Establecer cuenta de origen a (cash)',
|
||||
'rulegroup_for_bills_title' => 'Regla de grupo para facturas',
|
||||
'rulegroup_for_bills_description' => 'Un grupo de reglas especiales para todas las reglas que involucren facturas.',
|
||||
'rule_for_bill_title' => 'Regla autogenerada para la factura ":name"',
|
||||
@@ -1967,7 +1967,7 @@ return [
|
||||
'deleted_transfer' => 'Transferencia eliminada exitosamente ":description"',
|
||||
'deleted_reconciliation' => 'Transacción de conciliación eliminada con éxito "::description"',
|
||||
'stored_journal' => 'Nueva transacción creada exitosamente ":description"',
|
||||
'stored_journal_js' => 'Successfully created new transaction "%{description}"',
|
||||
'stored_journal_js' => 'Nueva transacción creada con éxito "%{description}"',
|
||||
'stored_journal_no_descr' => 'Se ha creado tu nueva transacción con éxito',
|
||||
'updated_journal_no_descr' => 'Se ha actualizado tu transacción con éxito',
|
||||
'select_transactions' => 'Seleccionar transacciones',
|
||||
|
@@ -55,8 +55,8 @@ return [
|
||||
'cannot_find_subscription' => 'Firefly III no puede encontrar la suscripción ":name"',
|
||||
'no_notes_to_move' => 'La transacción no tiene notas para mover al campo de descripción',
|
||||
'no_tags_to_remove' => 'La transacción no tiene etiquetas que eliminar',
|
||||
'not_withdrawal' => 'The transaction is not a withdrawal',
|
||||
'not_deposit' => 'The transaction is not a deposit',
|
||||
'not_withdrawal' => 'La transacción no es una retirada',
|
||||
'not_deposit' => 'La transacción no es un depósito',
|
||||
'cannot_find_tag' => 'Firefly III no puede encontrar la etiqueta ":tag"',
|
||||
'cannot_find_asset' => 'Firefly III no puede encontrar la cuenta de activo ":name"',
|
||||
'cannot_find_accounts' => 'Firefly III no puede encontrar la cuenta de origen o destino',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Vous pouvez obtenir plus d\'informations dans le répertoire <code>stockage/logs</code> où vous trouverez des fichiers journaux. Si vous utilisez Docker, utilisez <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Vous pouvez en savoir plus sur la collecte des informations d\'erreur dans <a href="https://docs.firefly-iii.org/how-to/general/debug/">la FAQ</a>.',
|
||||
'github_help' => 'Obtenir de l\'aide sur GitHub',
|
||||
'github_instructions' => 'Vous êtes encouragé à ouvrir un nouveau ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">sur GitHub</a> (en anglais)</strong>.',
|
||||
'use_search' => 'Utilisez la recherche !',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'J’ai oublié mon code d\'identification à deux facteurs.',
|
||||
'two_factor_lost_header' => 'Perdu votre authentification à deux facteurs ?',
|
||||
'two_factor_lost_intro' => 'Si vous avez aussi perdu vos codes de récupération, vous n\'avez pas de chance. Ce n\'est pas quelque chose que vous pouvez corriger depuis l\'interface web. Vous avez deux choix.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Si vous exécutez votre propre instance de Firefly III, lisez <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>cette entrée dans la FAQ</a> pour obtenir des instructions.',
|
||||
'two_factor_lost_fix_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel <a href="mailto::site_owner">:site_owner</a> et demandez-lui de réinitialiser votre authentification à deux facteurs.',
|
||||
'mfa_backup_code' => 'Vous avez utilisé un code de récupération pour vous connecter à Firefly III. Il ne peut être réutilisé, donc rayez-le de votre liste.',
|
||||
'pref_two_factor_new_backup_codes' => 'Obtenir de nouveaux codes de récupération',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Compte d’actif source "@source_name" n’accepte que les opérations en @source_currency. Compte d’actif "@dest_name" de destination n’accepte que les opérations en @dest_currency. Vous devez fournir le montant transféré correctement dans les deux devises.',
|
||||
'transaction_data' => 'Données d\'opération',
|
||||
'invalid_server_configuration' => 'Configuration de serveur invalide',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III ne parvient pas à formater les montants monétaires car il manque des paquets logiciels sur votre serveur. Voici <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">des instructions sur comment procéder</a>.',
|
||||
'quickswitch' => 'Changement rapide',
|
||||
'sign_in_to_start' => 'Identifiez-vous pour commencer votre session',
|
||||
'sign_in' => 'S\'identifier',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Pas',
|
||||
'cannot_fire_inactive_rules' => 'Vous ne pouvez pas exécuter des règles inactives.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Afficher les déclencheurs',
|
||||
'show_actions' => 'Afficher les actions',
|
||||
'rules' => 'Règles',
|
||||
'rule_name' => 'Nom de la règle',
|
||||
'rule_triggers' => 'La règle se déclenchera lorsque',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'További információk gyűjthetők a <code>storage/logs</code> könyvtárban lévő napló fájlokból. Vagy ha Dockert használ, akkor a <code>docker logs -f [container]</code> paranccsal.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Tovább olvashat a hibainformációk gyűjtéséről <a href="https://docs.firefly-iii.org/how-to/general/debug/">a GYIK-ben</a>.',
|
||||
'github_help' => 'Segítség kérése GitHub-on',
|
||||
'github_instructions' => 'Örömmel fogadjuk ha <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>-on hibajegyet nyitsz.',
|
||||
'use_search' => 'Használd a keresőt!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Elfelejtett kétlépcsős azonosítás.',
|
||||
'two_factor_lost_header' => 'Elvesztett kétlépcsős hitelesítés?',
|
||||
'two_factor_lost_intro' => 'Ha a biztonsági kódok is elvesztek, akkor bajban vagy. Ezt nem lehet a webes felületről megjavítani, így két lehetőséged van.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Ha saját példányt futtat a Firefly II-ból, akkor olvassa el a <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>ezt a GYIK bejegyzést</a> instrukciókért.',
|
||||
'two_factor_lost_fix_owner' => 'Ellenkező esetben emailt kell küldeni a webhely tulajdonosának a <a href="mailto::site_owner">:site_owner</a> címre, és meg kell kérni, hogy állítsa vissza a kétfaktoros hitelesítést.',
|
||||
'mfa_backup_code' => 'A biztonsági kód fel lett használva a Firefly III-hoz. Ezt többé nem használhatod fel, így a listáról ez kihúzható.',
|
||||
'pref_two_factor_new_backup_codes' => 'Új biztonsági kódok igénylése',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'A "@source_name" forrás vagyonszámla csak a @source_currency tranzakciókat fogadja el. A "@dest_name" cél vagyonszámla csak a @dest_currency tranzakciókat fogadja el. Mindkét pénznemben helyesen kell megadnia az átutalt összeget.',
|
||||
'transaction_data' => 'Tranzakciós adatok',
|
||||
'invalid_server_configuration' => 'Érvénytelen kiszolgálóbeállítás',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly II nem tudja megfelelően formázni a pénznemeket, mert a szerverről hiányoznak a szükséges csomagok. <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">Itt talál iránymutatást a javításra</a>.',
|
||||
'quickswitch' => 'Gyorsváltó',
|
||||
'sign_in_to_start' => 'A munkamenet megkezdéséhez be kell jelentkezni',
|
||||
'sign_in' => 'Bejelentkezés',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'cannot_fire_inactive_rules' => 'Inaktív szabályokat nem lehet futtatni.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Mutasd az eseményindítókat',
|
||||
'show_actions' => 'Műveletek mutatása',
|
||||
'rules' => 'Szabályok',
|
||||
'rule_name' => 'Szabály neve',
|
||||
'rule_triggers' => 'A szabály életbe lép amikor',
|
||||
|
@@ -34,16 +34,16 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'404_header' => 'Firefly III non riesce a trovare questa pagina.',
|
||||
'404_header' => 'Firefly III non riesce a trovare l\'etichetta ":tag"',
|
||||
'404_page_does_not_exist' => 'La pagina che hai richiesto non esiste. Controlla di non aver inserito l\'URL sbagliato. Hai fatto un errore di battitura?',
|
||||
'404_send_error' => 'Se sei stato reindirizzato a questa pagina automaticamente, accetta le mie scuse. Nei tuoi file di log puoi trovare questo errore e ti sarei grato se me lo inviassi.',
|
||||
'404_send_error' => 'Se sei stato reindirizzato a questa pagina automaticamente, accetta le mie scuse. Nei tuoi file di Los puoi trovare questo errore e ti sarei grato se me lo inviassi.',
|
||||
'404_github_link' => 'Se sei sicuro che questa pagina dovrebbe esistere, apri un ticket su <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'whoops' => 'Oops!',
|
||||
'fatal_error' => 'Si è verificato un errore fatale. Controlla i file di log in "storage/logs" o usa "docker logs -f [container]" per vedere cosa sta succedendo.',
|
||||
'maintenance_mode' => 'Firefly III è in modalità di manutenzione.',
|
||||
'whoops' => 'Oops',
|
||||
'fatal_error' => 'Si è verificato un errore fatale. Controlla i file di login "storage/Los" o usa "Docker Los f [container]" per vedere cosa sta succedendo.',
|
||||
'maintenance_mode' => 'Firefox III è in modalità di manutenzione.',
|
||||
'be_right_back' => 'Torno subito!',
|
||||
'check_back' => 'Firefly III non è in funzione per una manutenzione necessaria. Ricontrolla tra qualche secondo.',
|
||||
'error_occurred' => 'Ops! Si è verificato un errore.',
|
||||
'error_occurred' => 'Oops! Si è verificato un errore.',
|
||||
'db_error_occurred' => 'Oops! Si è verificato un errore del database.',
|
||||
'error_not_recoverable' => 'Sfortunatamente questo errore non è riparabile :(. Firefly III è rotto. L\'errore è:',
|
||||
'error' => 'Errore',
|
||||
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Raccogli ulteriori informazioni nella cartella <code>storage/log</code> dove troverai i file di log. Se stai eseguendo Docker, usa <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Puoi leggere di più sulla raccolta di informazioni di errore in <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ</a>.',
|
||||
'github_help' => 'Ottieni aiuto su GitHub',
|
||||
'github_instructions' => 'Sei più che benvenuto ad aprire una nuova issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">su GitHub</a></strong>.',
|
||||
'use_search' => 'Usa la ricerca!',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'D MMMM YYYY @ HH:mm:ss',
|
||||
'date_time_fns' => 'D MMMM yyyy @ HH:mm:ss',
|
||||
'date_time_fns' => 'd MMMM yyyy @ HH:mm:ss',
|
||||
|
||||
// 'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Więcej informacji znajdziesz w katalogu <code>storage/logs</code>, w który zawiera pliki dziennika. Jeśli używasz Docker, użyj <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Możesz przeczytać więcej o zbieraniu informacji o błędach w <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ</a>.',
|
||||
'github_help' => 'Uzyskaj pomoc na GitHub',
|
||||
'github_instructions' => 'Możesz otworzyć nowy problem <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">na GitHub</a></strong>.',
|
||||
'use_search' => 'Użyj wyszukiwania!',
|
||||
|
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Konto źródłowe "@source_name" obsługuje tylko transakcje w walucie @source_currency. Konto docelowe "@dest_name" obsługuje tylko transakcje w walucie @dest_currency. Musisz podać przelewaną kwotę w obu walutach.',
|
||||
'transaction_data' => 'Dane transakcji',
|
||||
'invalid_server_configuration' => 'Nieprawidłowa konfiguracja serwera',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III nie może sformatować kwot pieniężnych, ponieważ na Twoim serwerze brakuje wymaganych pakietów. Sprawdź <a href="">instrukcje jak je zainstalować</a> (po angielsku).',
|
||||
'quickswitch' => 'Szybki przełącznik',
|
||||
'sign_in_to_start' => 'Zaloguj się, aby rozpocząć sesję',
|
||||
'sign_in' => 'Zaloguj',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Nie',
|
||||
'cannot_fire_inactive_rules' => 'Nie możesz wykonać nieaktywnych reguł.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Pokaż wyzwalacze',
|
||||
'show_actions' => 'Pokaż działania',
|
||||
'rules' => 'Reguły',
|
||||
'rule_name' => 'Nazwa reguły',
|
||||
'rule_triggers' => 'Reguły są wyzwalane gdy',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Por favor, colete mais informações no diretório <code>storage/logs</code>, onde você encontrará os arquivos de log. Se você estiver executando o Docker, use <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Você pode ler mais sobre a coleta de informações de erros <a href="https://docs.firefly-iii.org/how-to/general/debug/">no FAQ</a>.',
|
||||
'github_help' => 'Obtenha ajuda no GitHub',
|
||||
'github_instructions' => 'Você é mais do que bem-vindo para abrir uma nova issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">no GitHub</a>.</strong>.',
|
||||
'use_search' => 'Use a busca!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Esqueci minha autenticação em duas etapas.',
|
||||
'two_factor_lost_header' => 'Perdeu sua autenticação em duas etapas?',
|
||||
'two_factor_lost_intro' => 'Se você perdeu seus códigos de backup também, você tem azar. Isso não é algo que você pode corrigir a partir da interface da web. Você tem duas escolhas.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Se você roda sua própria instância do Firefly III, leia <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>esta seção no FAQ</a> para instruções.',
|
||||
'two_factor_lost_fix_owner' => 'Caso contrário, entre em contato com o proprietário do site, <a href="mailto::site_owner">:site_owner</a>, e peça que redefina sua autenticação de duas etapas.',
|
||||
'mfa_backup_code' => 'Você usou um código de backup para acessar o Firefly III. Não pode ser usado novamente, então cruze-o na sua lista.',
|
||||
'pref_two_factor_new_backup_codes' => 'Obter novos códigos de backup',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'A conta ativa de origem "@source_name" aceita apenas transações em @source_currency. A conta ativa de destino "@dest_name" aceita apenas transações em @dest_currency. Você deve fornecer o valor transferido corretamente em ambas as moedas.',
|
||||
'transaction_data' => 'Dados de transação',
|
||||
'invalid_server_configuration' => 'Configuração do servidor inválida',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'O Firefly III não é capaz de formatar valores monetários porque seu servidor não tem os pacotes necessários. Veja as <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instruções de como resolver isso</a>.',
|
||||
'quickswitch' => 'Mudança rápida',
|
||||
'sign_in_to_start' => 'Faça login para iniciar sua sessão',
|
||||
'sign_in' => 'Entrar',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Não é',
|
||||
'cannot_fire_inactive_rules' => 'Você não pode executar regras inativas.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Exibir gatilhos',
|
||||
'show_actions' => 'Exibir ações',
|
||||
'rules' => 'Regras',
|
||||
'rule_name' => 'Nome da regra',
|
||||
'rule_triggers' => 'Regra dispara quando',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Пожалуйста, соберите больше информации в каталоге <code>storage/logs</code>, где вы найдете файлы журнала. Если вы используете Docker, используйте <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Подробнее о сборе информации об ошибках можно прочитать в <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ</a>.',
|
||||
'github_help' => 'Получить помощь на GitHub',
|
||||
'github_instructions' => 'Я буду очень признателен, если вы откроете Заявку на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
'use_search' => 'Используйте поиск!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Я забыл свой ключ для двухфакторной авторизации.',
|
||||
'two_factor_lost_header' => 'Потеряли вашу двухфакторную аутентификацию?',
|
||||
'two_factor_lost_intro' => 'Если вы потеряли также и ваши резервные коды, вам не повезло. Эту проблему вы не сможете решить через веб-интерфейс. Теперь у вас есть два варианта.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Если вы запускаете собственный экземпляр Firefly III, прочтите <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>эту запись в FAQ</a> для получения инструкций.',
|
||||
'two_factor_lost_fix_owner' => 'Иначе, свяжитесь по email с владельцем сайта <a href="mailto::site_owner">:site_owner</a> и попросите сбросить вашу двухфакторную аутентификацию.',
|
||||
'mfa_backup_code' => 'Вы использовали резервный код для входа в Firefly III. Его нельзя использовать второй раз, поэтому вычеркните его из своего списка.',
|
||||
'pref_two_factor_new_backup_codes' => 'Получить новые коды резервирования',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Исходный счёт "@source_name" может использовать только транзакции в валюте @source_currency. Счёт назначения "@dest_name" может использовать транзакции только в валюте @dest_currency. Вы должны правильно указать сумму перевода в обеих валютах.',
|
||||
'transaction_data' => 'Данные транзакции',
|
||||
'invalid_server_configuration' => 'Неправильная конфигурация сервера',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III не может форматировать денежные суммы, потому что на вашем сервере отсутствуют необходимые пакеты. <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">Инструкция, как это сделать</a>.',
|
||||
'quickswitch' => 'Быстрое переключение',
|
||||
'sign_in_to_start' => 'Войдите, чтобы начать сессию',
|
||||
'sign_in' => 'Войти',
|
||||
@@ -564,14 +564,14 @@ return [
|
||||
'search_modifier_interest_date_on' => 'Дата начисления процентов по транзакции ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Дата начисления процентов по транзакции не ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'Дата интересующей транзакции указана в году ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
|
||||
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Дата интересующей сделке указана вне года ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Дата начисления процентов по сделке указана в месяце ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Дата интересующей сделке указана вне месяца ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Дата начисления процентов по сделке приходится на день месяца ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Дата выплаты процентов по транзакции не совпадает с днем месяца «:value»',
|
||||
'search_modifier_interest_date_before_year' => 'Дата выплаты процентов по сделке наступает в ":value" году или предшествует этому году',
|
||||
'search_modifier_interest_date_before_month' => 'Дата выплаты процентов по сделке наступает в ":value" месяце или до этого месяца',
|
||||
'search_modifier_interest_date_before_day' => 'Дата начисления процентов по сделке в день месяца ":value" или до него',
|
||||
'search_modifier_interest_date_after_year' => 'Дата транзакции через или в год ":value"',
|
||||
'search_modifier_interest_date_after_month' => 'Дата транзакции после или в ":value" месяце',
|
||||
'search_modifier_interest_date_after_day' => 'Дата транзакции после или в день месяца ":value"',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'НЕ',
|
||||
'cannot_fire_inactive_rules' => 'Вы не можете выполнять неактивные правила.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Показать триггеры',
|
||||
'show_actions' => 'Показать действия',
|
||||
'rules' => 'Правила',
|
||||
'rule_name' => 'Название правила',
|
||||
'rule_triggers' => 'Правило срабатывает, когда',
|
||||
|
@@ -63,7 +63,7 @@ return [
|
||||
*/
|
||||
|
||||
'collect_info' => 'Zberite več informacij v imeniku <code>storage/logs</code>, kjer boste našli dnevniške datoteke. Če uporabljate Docker, uporabite <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'collect_info_more' => 'Več o zbiranju informacij o napakah lahko preberete v <a href="https://docs.firefly-iii.org/how-to/general/debug/">pogostih vprašanjih</a>.',
|
||||
'github_help' => 'Pridobite pomoč na GitHub-u',
|
||||
'github_instructions' => 'Vabimo vas, da odprete novo težavo <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">na GitHub-u</a></strong>.',
|
||||
'use_search' => 'Uporabite iskanje!',
|
||||
|
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => 'Pozabil sem svojo reč za dva koraka.',
|
||||
'two_factor_lost_header' => 'Nimate dostopa do dvofaktorske avtentikacije?',
|
||||
'two_factor_lost_intro' => 'Če ste izgubili tudi varnostne kode imate res smolo. Tega ne morete popraviti preko spletnega vmesnika. Imate dve možnosti.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'Če poganjate lastno namestitev Firefly III, preberite <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator -or-2fa-has-stopped-working>ta vnos v pogostih vprašanjih</a> za navodila.',
|
||||
'two_factor_lost_fix_owner' => 'V nasprotnem primeru pišite po e-pošti lastniku spletnega mesta <a href="mailto::site_owner">:site_owner</a> in ga prosite, da ponastavi vaše preverjanje pristnosti v dveh korakih.',
|
||||
'mfa_backup_code' => 'V Firefly III si se prijavil z rezervno kodo. Te kode ne moreš več uporabiti zato jo na seznamu prečrtaj.',
|
||||
'pref_two_factor_new_backup_codes' => 'Pridobi nove varnostne kode',
|
||||
@@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Izvorni račun sredstev "@source_name" sprejema samo transakcije v @source_currency. Ciljni račun sredstev "@dest_name" pa sprejema samo transakcije v @dest_currency. Podati morate znesek v obeh valutah.',
|
||||
'transaction_data' => 'Podrobnosti transakcije',
|
||||
'invalid_server_configuration' => 'Neveljavna nastavitev strežnika',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III ne more oblikovati denarnih zneskov, ker vašemu strežniku manjkajo zahtevani paketi. Obstajajo <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">navodila za to</a>.',
|
||||
'quickswitch' => 'Hitri preklop',
|
||||
'sign_in_to_start' => 'Za nadaljevanje se prijavi',
|
||||
'sign_in' => 'Prijava',
|
||||
@@ -748,8 +748,8 @@ return [
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Ni',
|
||||
'cannot_fire_inactive_rules' => 'Neaktivnih pravil ne morete izvajati.',
|
||||
'show_triggers' => 'Show triggers',
|
||||
'show_actions' => 'Show actions',
|
||||
'show_triggers' => 'Prikaži sprožilce',
|
||||
'show_actions' => 'Prikaži dejanja',
|
||||
'rules' => 'Pravila',
|
||||
'rule_name' => 'Naziv pravila',
|
||||
'rule_triggers' => 'Pravilo se sproži, ko',
|
||||
@@ -1967,7 +1967,7 @@ return [
|
||||
'deleted_transfer' => 'Prenos ":description" je uspešno izbrisan',
|
||||
'deleted_reconciliation' => 'Transakcija usklajevanja ":description" je bila uspešno izbrisana',
|
||||
'stored_journal' => 'Nova transakcija ":description" je uspešno ustvarjena',
|
||||
'stored_journal_js' => 'Successfully created new transaction "%{description}"',
|
||||
'stored_journal_js' => 'Nova transakcija "%{description}" je uspešno ustvarjena',
|
||||
'stored_journal_no_descr' => 'Vaša nova transakcija je uspešno ustvarjena',
|
||||
'updated_journal_no_descr' => 'Vaša transakcija je bila uspešno posodobljena',
|
||||
'select_transactions' => 'Izberi transakcije',
|
||||
|
Reference in New Issue
Block a user