Fix some translations.

This commit is contained in:
James Cole
2020-08-02 09:47:19 +02:00
parent 386c067e93
commit 30d7d5d90e
53 changed files with 302 additions and 72 deletions
+1
View File
@@ -102,6 +102,7 @@
"rcrowe/twigbridge": "^0.12.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.3",
"barryvdh/laravel-ide-helper": "2.*",
"ergebnis/phpstan-rules": "^0.15.0",
"filp/whoops": "2.*",
Generated
+207 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d9e145139396be1d87c9c0e989af2859",
"content-hash": "f98f2d364a0ba3a467527a8b0c00ba8c",
"packages": [
{
"name": "adldap2/adldap2",
@@ -6694,6 +6694,80 @@
],
"time": "2020-06-29T18:35:05+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.3.3",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/57f2219f6d9efe41ed1bc880d86701c52f261bf5",
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5",
"shasum": ""
},
"require": {
"illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"maximebf/debugbar": "^1.15.1",
"php": ">=7.0",
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
},
"require-dev": {
"laravel/framework": "5.5.x"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2020-05-05T10:53:32+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
"version": "v2.7.0",
@@ -7745,6 +7819,67 @@
],
"time": "2020-05-27T16:41:55+00:00"
},
{
"name": "maximebf/debugbar",
"version": "v1.16.3",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/log": "^1.0",
"symfony/var-dumper": "^2.6|^3|^4|^5"
},
"require-dev": {
"phpunit/phpunit": "^5"
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.16-dev"
}
},
"autoload": {
"psr-4": {
"DebugBar\\": "src/DebugBar/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
"time": "2020-05-06T07:06:27+00:00"
},
{
"name": "mockery/mockery",
"version": "1.4.1",
@@ -10302,6 +10437,77 @@
],
"time": "2020-07-07T18:42:57+00:00"
},
{
"name": "symfony/debug",
"version": "v4.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "47aa9064d75db36389692dd4d39895a0820f00f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/47aa9064d75db36389692dd4d39895a0820f00f2",
"reference": "47aa9064d75db36389692dd4d39895a0820f00f2",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:31:43+00:00"
},
{
"name": "symfony/filesystem",
"version": "v5.1.3",
+9 -14
View File
@@ -27,7 +27,7 @@ declare(strict_types=1);
return [
// index
'index' => [
'index' => [
'intro' => [],
'accounts-chart' => ['element' => '#accounts-chart'],
'box_out_holder' => ['element' => '#box_out_holder'],
@@ -37,29 +37,24 @@ return [
'outro' => [],
],
// accounts: create
'accounts_create' => [
'accounts_create' => [
'iban' => ['element' => '#ffInput_iban'],
],
// transactions: create
'transactions_create' => [
'basic_info' => ['element' => '#transaction-info', 'position' => 'right'],
'amount_info' => ['element' => '#amount-info', 'position' => 'bottom'],
'optional_info' => ['element' => '#optional-info', 'position' => 'left'],
'split' => ['element' => '.split_add_btn','position' => 'top'],
],
'transactions_create_withdrawal' => [
'source' => ['element' => 'input[name="source[]"]'],
'destination' => ['element' => 'input[name="destination[]"]'],
'more_meta' => ['element' => 'input[name="category[]"]'],
'split_add' => ['element' => '.split_add_btn'],
],
'transactions_create_deposit' => [
'source' => ['element' => 'input[name="source[]"]'],
'destination' => ['element' => 'input[name="destination[]"]'],
'more_meta' => ['element' => 'input[name="category[]"]'],
'split_add' => ['element' => '.split_add_btn'],
],
'transactions_create_transfer' => [
'source' => ['element' => 'input[name="source[]"]'],
'destination' => ['element' => 'input[name="destination[]"]'],
'more_meta' => ['element' => 'input[name="category[]"]'],
'split_add' => ['element' => '.split_add_btn'],
],
// extra text for asset account creation.
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -46,7 +46,7 @@
<div class="box">
<div class="box-header with-border">
<h3 class="box-title splitTitle">
<span v-if="transactions.length > 1">{{ $t('firefly.split') }} {{ index + 1 }} / {{
<span v-if="transactions.length > 1">{{ $t('firefly.single_split') }} {{ index + 1 }} / {{
transactions.length
}}</span>
<span v-if="transactions.length === 1">{{ $t('firefly.transaction_journal_information') }}</span>
@@ -58,7 +58,7 @@
</div>
<div class="box-body">
<div class="row">
<div class="col-lg-4">
<div class="col-lg-4" id="transaction-info">
<transaction-description
v-model="transaction.description"
:index="index"
@@ -105,7 +105,7 @@
></transaction-type>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4" id="amount-info">
<amount
:source="transaction.source_account"
:destination="transaction.destination_account"
@@ -122,7 +122,7 @@
v-bind:title="$t('form.foreign_amount')"
></foreign-amount>
</div>
<div class="col-lg-4">
<div class="col-lg-4" id="optional-info">
<budget
:transactionType="transactionType"
v-model="transaction.budget"
@@ -47,7 +47,7 @@
<div class="box">
<div class="box-header with-border">
<h3 class="box-title splitTitle">
<span v-if="transactions.length > 1">{{ $t('firefly.split') }} {{ index + 1 }} / {{
<span v-if="transactions.length > 1">{{ $t('firefly.single_split') }} {{ index + 1 }} / {{
transactions.length
}}</span>
<span v-if="transactions.length === 1">{{ $t('firefly.transaction_journal_information') }}</span>
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Popis roz\u00fa\u010dtov\u00e1n\u00ed",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Rozd\u011blit",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+2 -1
View File
@@ -7,12 +7,13 @@
"split_transaction_title": "Beschreibung der Splittbuchung",
"errors_submission": "Problem bei der \u00dcbermittlung. Bitte \u00fcberpr\u00fcfen Sie die nachfolgenden Fehler.",
"split": "Teilen",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Buchung #{ID} (\"{title}\")<\/a> wurde gespeichert.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Buchung#{ID}<\/a> wurde aktualisiert.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Buchung #{ID}<\/a> wurde gespeichert.",
"transaction_journal_information": "Transaktionsinformationen",
"no_budget_pointer": "Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href=\"\/budgets\">\u201eKostenrahmen\u201d<\/a> anlegen. Kostenrahmen k\u00f6nnen Ihnen dabei helfen, den \u00dcberblick \u00fcber die Ausgaben zu behalten.",
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"\/bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
"no_bill_pointer": "Sie scheinen noch keine Belege zu haben. Sie sollten einige auf der Seite <a href=\"\/bills\">Belege<\/a> erstellen. Anhand der Belege k\u00f6nnen Sie den \u00dcberblick \u00fcber Ihre Ausgaben behalten.",
"source_account": "Quellkonto",
"hidden_fields_preferences": "Sie k\u00f6nnen weitere Buchungsoptionen in Ihren <a href=\"\/preferences\">Einstellungen<\/a> aktivieren.",
"destination_account": "Zielkonto",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc",
"errors_submission": "\u03a5\u03c0\u03ae\u03c1\u03be\u03b5 \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03bb\u03ac\u03b8\u03bf\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae \u03c3\u03b1\u03c2. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1.",
"split": "\u0394\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID} (\"{title}\")<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0397 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae #{ID}<\/a> \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03c4\u03b5\u03af.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Split",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Descripci\u00f3n de la transacci\u00f3n dividida",
"errors_submission": "Hubo algo malo con su env\u00edo. Por favor, revise los errores de abajo.",
"split": "Separar",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID} (\"{title}\")<\/a> ha sido almacenada.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido actualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Jaetun tapahtuman kuvaus",
"errors_submission": "Lomakkeen tiedoissa oli puutteita - alta l\u00f6yd\u00e4t listan puutteista.",
"split": "Jaa",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+2 -1
View File
@@ -7,12 +7,13 @@
"split_transaction_title": "Description de l'op\u00e9ration ventil\u00e9e",
"errors_submission": "Certaines informations ne sont pas correctes dans votre formulaire. Veuillez v\u00e9rifier les erreurs ci-dessous.",
"split": "Ventiler",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID} (\"{title}\")<\/a> a \u00e9t\u00e9 enregistr\u00e9e.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> a \u00e9t\u00e9 mise \u00e0 jour.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> a \u00e9t\u00e9 enregistr\u00e9e.",
"transaction_journal_information": "Informations sur les op\u00e9rations",
"no_budget_pointer": "Vous semblez n\u2019avoir encore aucun budget. Vous devriez en cr\u00e9er un sur la page des <a href=\"\/budgets\">budgets<\/a>. Les budgets peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"\/bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
"no_bill_pointer": "Vous semblez n'avoir encore aucune facture. Vous devriez en cr\u00e9er une sur la page <a href=\"\/bills\">factures<\/a>-. Les factures peuvent vous aider \u00e0 garder une trace des d\u00e9penses.",
"source_account": "Compte source",
"hidden_fields_preferences": "Vous pouvez activer plus d'options d'op\u00e9rations dans vos <a href=\"\/preferences\">param\u00e8tres<\/a>.",
"destination_account": "Compte de destination",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Felosztott tranzakci\u00f3 le\u00edr\u00e1sa",
"errors_submission": "Hiba t\u00f6rt\u00e9nt a bek\u00fcld\u00e9s sor\u00e1n. K\u00e9rem, jav\u00edtsa az al\u00e1bbi hib\u00e1kat.",
"split": "Feloszt\u00e1s",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Pisah",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Descrizione della transazione suddivisa",
"errors_submission": "Errore durante l'invio. Controlla gli errori segnalati qui sotto.",
"split": "Dividi",
"single_split": "Split",
"transaction_stored_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID} (\"{title}\")<\/a> \u00e8 stata salvata.",
"transaction_updated_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> \u00e8 stata aggiornata.",
"transaction_new_stored_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> \u00e8 stata salvata.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Del opp",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Beschrijving van de gesplitste transactie",
"errors_submission": "Er ging iets mis. Check de errors.",
"split": "Splitsen",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID} (\"{title}\")<\/a> is opgeslagen.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> is ge\u00fcpdatet.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transactie #{ID}<\/a> is opgeslagen.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Opis podzielonej transakcji",
"errors_submission": "Co\u015b posz\u0142o nie tak w czasie zapisu. Prosz\u0119 sprawd\u017a b\u0142\u0119dy poni\u017cej.",
"split": "Podziel",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID} (\"{title}\")<\/a> zosta\u0142a zapisana.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zaktualizowana.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
+2 -1
View File
@@ -7,12 +7,13 @@
"split_transaction_title": "Descri\u00e7\u00e3o da transa\u00e7\u00e3o dividida",
"errors_submission": "Tem alguma coisa de errada com o seu envio. Por favor, cheque os erros abaixo.",
"split": "Dividir",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi salva.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi atualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi salva.",
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",
"no_budget_pointer": "Parece que voc\u00ea ainda n\u00e3o tem or\u00e7amentos. Voc\u00ea deve criar alguns na p\u00e1gina de <a href=\"\/budgets\">or\u00e7amentos<\/a>. Or\u00e7amentos podem ajud\u00e1-lo a manter o controle das despesas.",
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"\/bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
"no_bill_pointer": "Parece que voc\u00ea ainda n\u00e3o tem faturas. Voc\u00ea deveria criar algumas em <a href=\"\/bills\">faturas<\/a>. Faturas podem ajudar voc\u00ea a manter o controle das despesas.",
"source_account": "Conta origem",
"hidden_fields_preferences": "Voc\u00ea pode ativar mais op\u00e7\u00f5es de transa\u00e7\u00f5es em suas <a href=\"\/preferences\">configura\u00e7\u00f5es<\/a>.",
"destination_account": "Conta destino",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Descrierea tranzac\u021biei divizate",
"errors_submission": "A fost ceva \u00een neregul\u0103 cu transmiterea dvs. V\u0103 rug\u0103m s\u0103 consulta\u021bi erorile de mai jos.",
"split": "\u00cemparte",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID} (\"{title}\")<\/a> a fost stocat\u0103.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost actualizat\u0103.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost stocat\u0103.",
+3 -2
View File
@@ -7,12 +7,13 @@
"split_transaction_title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
"errors_submission": "\u041f\u0440\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u043d\u0438\u0436\u0435.",
"split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID} (\"{title}\")<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0422\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f #{ID}<\/a> \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430.",
"transaction_journal_information": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438",
"no_budget_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0431\u044e\u0434\u0436\u0435\u0442\u043e\u0432. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/budgets\">\u0411\u044e\u0434\u0436\u0435\u0442\u044b<\/a>. \u0411\u044e\u0434\u0436\u0435\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"\/bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
"no_bill_pointer": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0443 \u0432\u0430\u0441 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u0441\u0447\u0435\u0442\u043e\u0432 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443. \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0445 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 <a href=\"\/bills\">\u0421\u0447\u0435\u0442\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443<\/a>. \u0421\u0447\u0435\u0442\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u044b.",
"source_account": "\u0421\u0447\u0451\u0442-\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
"hidden_fields_preferences": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 <a href=\"\/preferences\">\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a<\/a>.",
"destination_account": "\u0421\u0447\u0451\u0442 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f",
@@ -25,7 +26,7 @@
"date": "\u0414\u0430\u0442\u0430",
"tags": "\u041c\u0435\u0442\u043a\u0438",
"no_budget": "(\u0432\u043d\u0435 \u0431\u044e\u0434\u0436\u0435\u0442\u0430)",
"no_bill": "(no bill)",
"no_bill": "(\u043d\u0435\u0442 \u0441\u0447\u0451\u0442\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443)",
"category": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
"attachments": "\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
"notes": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Description of the split transaction",
"errors_submission": "N\u00e5got fel uppstod med inskickningen. V\u00e4nligen kontrollera felen nedan.",
"split": "Dela",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "B\u00f6l",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "M\u00f4 t\u1ea3 giao d\u1ecbch t\u00e1ch",
"errors_submission": "C\u00f3 g\u00ec \u0111\u00f3 sai. Vui l\u00f2ng ki\u1ec3m tra c\u00e1c l\u1ed7i d\u01b0\u1edbi \u0111\u00e2y.",
"split": "Chia ra",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Giao d\u1ecbch #{ID} (\"{title}\")<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Giao d\u1ecbch#{ID}<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\"> Giao d\u1ecbch #{ID}<\/a> \u0111\u00e3 \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "\u62c6\u5206\u4ea4\u6613\u7684\u63cf\u8ff0",
"errors_submission": "\u60a8\u7684\u63d0\u4ea4\u6709\u8bef\uff0c\u8bf7\u67e5\u770b\u4e0b\u9762\u8f93\u51fa\u7684\u9519\u8bef\u4fe1\u606f\u3002",
"split": "\u5206\u5272",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -7,6 +7,7 @@
"split_transaction_title": "\u62c6\u5206\u4ea4\u6613\u7684\u63cf\u8ff0",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "\u5206\u5272",
"single_split": "Split",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Upravit',
'delete' => 'Odstranit',
'split' => 'Rozdělit',
'single_split' => 'Split',
'clone' => 'Klonovat',
'last_seven_days' => 'Uplynulých 7 dnů',
'last_thirty_days' => 'Uplynulých 30 dní',
+13 -12
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Bearbeiten',
'delete' => 'Löschen',
'split' => 'Teilen',
'single_split' => 'Split',
'clone' => 'Duplizieren',
'last_seven_days' => 'Letzte sieben Tage',
'last_thirty_days' => 'Letzte 30 Tage',
@@ -105,7 +106,7 @@ return [
'registered' => 'Sie haben sich erfolgreich registriert!',
'Default asset account' => 'Standard-Bestandskonto',
'no_budget_pointer' => 'Sie scheinen noch keine Kostenrahmen festgelegt zu haben. Sie sollten einige davon auf der Seite <a href="/budgets">„Kostenrahmen”</a> anlegen. Kostenrahmen können Ihnen dabei helfen, den Überblick über die Ausgaben zu behalten.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/bills">bills</a>-page. Bills can help you keep track of expenses.',
'no_bill_pointer' => 'Sie scheinen noch keine Belege zu haben. Sie sollten einige auf der Seite <a href="/bills">Belege</a> erstellen. Anhand der Belege können Sie den Überblick über Ihre Ausgaben behalten.',
'Savings account' => 'Sparkonto',
'Credit card' => 'Kreditkarte',
'source_accounts' => 'Quellkonto|Quellkonten',
@@ -657,15 +658,15 @@ return [
'deleted_all_rules' => 'Alle Regeln und Regelgruppen wurden gelöscht',
'deleted_all_object_groups' => 'Alle Gruppen wurden gelöscht',
'deleted_all_accounts' => 'Alle Konten wurden gelöscht',
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
'deleted_all_liabilities' => 'All liabilities have been deleted',
'deleted_all_transactions' => 'All transactions have been deleted',
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
'deleted_all_deposits' => 'All deposits have been deleted',
'deleted_all_transfers' => 'All transfers have been deleted',
'deleted_all_recurring' => 'All recurring transactions have been deleted',
'deleted_all_asset_accounts' => 'Alle Bestandskonten wurden gelöscht',
'deleted_all_expense_accounts' => 'Alle Ausgabenkonten wurden gelöscht',
'deleted_all_revenue_accounts' => 'Alle Einnahmenkonten wurden gelöscht',
'deleted_all_liabilities' => 'Alle Verbindlichkeiten wurden gelöscht',
'deleted_all_transactions' => 'Alle Buchungen wurden gelöscht',
'deleted_all_withdrawals' => 'Alle Ausgaben wurden gelöscht',
'deleted_all_deposits' => 'Alle Einzahlungen wurden gelöscht',
'deleted_all_transfers' => 'Alle Umbuchungen wurden gelöscht',
'deleted_all_recurring' => 'Alle regelmäßige Buchungen wurden gelöscht',
'change_your_password' => 'Passwort ändern',
'delete_account' => 'Konto löschen',
'current_password' => 'Aktuelles Passwort',
@@ -1088,8 +1089,8 @@ return [
'no_bulk_category' => 'Kategorie nicht aktualisieren',
'no_bulk_budget' => 'Budget nicht aktualisieren',
'no_bulk_tags' => 'Schlagwörter nicht aktualisieren',
'replace_with_these_tags' => 'Replace with these tags',
'append_these_tags' => 'Add these tags',
'replace_with_these_tags' => 'Durch diese Schlagwörter ersetzen',
'append_these_tags' => 'Diese Schlagwörter hinzufügen',
'mass_edit' => 'Ausgewählte einzeln bearbeiten',
'bulk_edit' => 'Ausgewählte als Block bearbeiten',
'mass_delete' => 'Ausgewählte löschen',
+1 -1
View File
@@ -198,7 +198,7 @@ return [
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
'gt.numeric' => 'The :attribute must be greater than :value.',
'gt.numeric' => ':attribute muss größer als :value sein.',
'gte.file' => ':attribute muss größer oder gleich :value Kilobytes sein.',
'gte.string' => ':attribute muss mindestens :value Zeichen enthalten.',
'gte.array' => ':attribute muss mindestens :value Elemente enthalten.',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Επεξεργασία',
'delete' => 'Διαγραφή',
'split' => 'Διαχωρισμός',
'single_split' => 'Split',
'clone' => 'Κλωνοποίηση',
'last_seven_days' => 'Τελευταίες επτά ημέρες',
'last_thirty_days' => 'Τελευταίες τριάντα ημέρες',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Edit',
'delete' => 'Delete',
'split' => 'Split',
'single_split' => 'Split',
'clone' => 'Clone',
'last_seven_days' => 'Last seven days',
'last_thirty_days' => 'Last thirty days',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Edit',
'delete' => 'Delete',
'split' => 'Split',
'single_split' => 'Split',
'clone' => 'Clone',
'last_seven_days' => 'Last seven days',
'last_thirty_days' => 'Last thirty days',
+5 -20
View File
@@ -32,26 +32,11 @@ return [
'index_sidebar-toggle' => 'To create new transactions, accounts or other things, use the menu under this icon.',
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
// transactions (withdrawal)
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.',
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.',
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions (deposit)
'transactions_create_deposit_source' => 'Select or type the payee in this auto-completing dropdown/textbox. Leave it empty if you want to make a cash deposit.',
'transactions_create_deposit_destination' => 'Select an asset or liability account here.',
'transactions_create_deposit_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_deposit_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_deposit_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions (transfer)
'transactions_create_transfer_source' => 'Select the source asset account here.',
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Editar',
'delete' => 'Eliminar',
'split' => 'Separar',
'single_split' => 'Split',
'clone' => 'Duplicar',
'last_seven_days' => 'Últimos siete días',
'last_thirty_days' => 'Últimos treinta días',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Muokkaa',
'delete' => 'Poista',
'split' => 'Jaa',
'single_split' => 'Split',
'clone' => 'Kopioi',
'last_seven_days' => 'Viimeiset 7 päivää',
'last_thirty_days' => 'Viimeiset 30 päivää',
+4 -3
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Modifier',
'delete' => 'Supprimer',
'split' => 'Ventiler',
'single_split' => 'Split',
'clone' => 'Cloner',
'last_seven_days' => '7 Derniers Jours',
'last_thirty_days' => 'Trente derniers jours',
@@ -105,7 +106,7 @@ return [
'registered' => 'Vous avez été enregistré avec succès !',
'Default asset account' => 'Compte d’actif par défaut',
'no_budget_pointer' => 'Vous semblez n’avoir encore aucun budget. Vous devriez en créer un sur la page des <a href="/budgets">budgets</a>. Les budgets peuvent vous aider à garder une trace des dépenses.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/bills">bills</a>-page. Bills can help you keep track of expenses.',
'no_bill_pointer' => 'Vous semblez n\'avoir encore aucune facture. Vous devriez en créer une sur la page <a href="/bills">factures</a>-. Les factures peuvent vous aider à garder une trace des dépenses.',
'Savings account' => 'Compte d’épargne',
'Credit card' => 'Carte de Crédit',
'source_accounts' => 'Compte source|Comptes source',
@@ -1088,8 +1089,8 @@ return [
'no_bulk_category' => 'Ne pas mettre à jour la catégorie',
'no_bulk_budget' => 'Ne pas mettre à jour le budget',
'no_bulk_tags' => 'Ne pas mettre à jour le·s tag·s',
'replace_with_these_tags' => 'Replace with these tags',
'append_these_tags' => 'Add these tags',
'replace_with_these_tags' => 'Remplacer par ces tags',
'append_these_tags' => 'Ajouter ces tags',
'mass_edit' => 'Modifier la sélection individuellement',
'bulk_edit' => 'Modifier la sélection en masse',
'mass_delete' => 'Supprimer la sélection',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Szerkesztés',
'delete' => 'Törlés',
'split' => 'Felosztás',
'single_split' => 'Split',
'clone' => 'Másolás',
'last_seven_days' => 'Utolsó hét nap',
'last_thirty_days' => 'Elmúlt harminc nap',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Edit',
'delete' => 'Menghapus',
'split' => 'Pisah',
'single_split' => 'Split',
'clone' => 'Duplikasi',
'last_seven_days' => '7 hari terakhir',
'last_thirty_days' => '30 hari terakhir',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Modifica',
'delete' => 'Elimina',
'split' => 'Dividi',
'single_split' => 'Split',
'clone' => 'Clona',
'last_seven_days' => 'Ultimi sette giorni',
'last_thirty_days' => 'Ultimi trenta giorni',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Rediger',
'delete' => 'Slett',
'split' => 'Del opp',
'single_split' => 'Split',
'clone' => 'Klon',
'last_seven_days' => 'Syv siste dager',
'last_thirty_days' => 'Tredve siste dager',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Wijzig',
'delete' => 'Verwijder',
'split' => 'Splitsen',
'single_split' => 'Split',
'clone' => 'Dupliceren',
'last_seven_days' => 'Laatste zeven dagen',
'last_thirty_days' => 'Laatste dertig dagen',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Modyfikuj',
'delete' => 'Usuń',
'split' => 'Podziel',
'single_split' => 'Split',
'clone' => 'Sklonuj',
'last_seven_days' => 'Ostatnie 7 dni',
'last_thirty_days' => 'Ostanie 30 dni',
+4 -3
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Editar',
'delete' => 'Apagar',
'split' => 'Dividir',
'single_split' => 'Split',
'clone' => 'Clonar',
'last_seven_days' => 'Últimos sete dias',
'last_thirty_days' => 'Últimos 30 dias',
@@ -105,7 +106,7 @@ return [
'registered' => 'Você se registrou com sucesso!',
'Default asset account' => 'Conta padrão',
'no_budget_pointer' => 'Parece que você ainda não tem orçamentos. Você deve criar alguns na página de <a href="/budgets">orçamentos</a>. Orçamentos podem ajudá-lo a manter o controle das despesas.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/bills">bills</a>-page. Bills can help you keep track of expenses.',
'no_bill_pointer' => 'Parece que você ainda não tem faturas. Você deveria criar algumas em <a href="/bills">faturas</a>. Faturas podem ajudar você a manter o controle das despesas.',
'Savings account' => 'Conta poupança',
'Credit card' => 'Cartão de crédito',
'source_accounts' => 'Conta de origem|Contas de origem',
@@ -1088,8 +1089,8 @@ return [
'no_bulk_category' => 'Não atualize a categoria',
'no_bulk_budget' => 'Não atualize o orçamento',
'no_bulk_tags' => 'Não atualize a(s) tag(s)',
'replace_with_these_tags' => 'Replace with these tags',
'append_these_tags' => 'Add these tags',
'replace_with_these_tags' => 'Substituir com estas tags',
'append_these_tags' => 'Adicionar estas tags',
'mass_edit' => 'Editar selecionados individualmente',
'bulk_edit' => 'Editar selecionados em massa',
'mass_delete' => 'Excluir selecionados',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Editează',
'delete' => 'Șterge',
'split' => 'Împarte',
'single_split' => 'Split',
'clone' => 'Clonă',
'last_seven_days' => 'Ultimele 7 zile',
'last_thirty_days' => 'Ultimele 30 de zile',
+6 -5
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Изменить',
'delete' => 'Удалить',
'split' => 'Разделить',
'single_split' => 'Split',
'clone' => 'Клонировать',
'last_seven_days' => 'Последние 7 дней',
'last_thirty_days' => 'Последние 30 дней',
@@ -105,7 +106,7 @@ return [
'registered' => 'Вы зарегистрировались успешно!',
'Default asset account' => 'Счёт по умолчанию',
'no_budget_pointer' => 'Похоже, у вас пока нет бюджетов. Вы должны создать их в разделе <a href="/budgets">Бюджеты</a>. Бюджеты могут помочь вам отслеживать расходы.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/bills">bills</a>-page. Bills can help you keep track of expenses.',
'no_bill_pointer' => 'Похоже, у вас пока нет счетов на оплату. Вы должны создать их в разделе <a href="/bills">Счета на оплату</a>. Счета на оплату могут помочь вам отслеживать расходы.',
'Savings account' => 'Сберегательный счет',
'Credit card' => 'Кредитная карта',
'source_accounts' => 'Счёт-источник|Счета-источники',
@@ -1088,15 +1089,15 @@ return [
'no_bulk_category' => 'Не обновлять категорию',
'no_bulk_budget' => 'Не обновлять бюджет',
'no_bulk_tags' => 'Не обновлять метки',
'replace_with_these_tags' => 'Replace with these tags',
'append_these_tags' => 'Add these tags',
'replace_with_these_tags' => 'Заменить этими метками',
'append_these_tags' => 'Добавить эти метки',
'mass_edit' => 'Изменить выбранные по отдельности',
'bulk_edit' => 'Изменить выбранную группу',
'mass_delete' => 'Удалить выбранные',
'cannot_edit_other_fields' => 'Вы не можете массово редактировать другие поля, кроме тех, которые видите здесь, поскольку для их отображения недостаточно места. Пожалуйста, перейдите по ссылке и отредактируйте их по одной, если вам нужно изменить такие поля.',
'cannot_change_amount_reconciled' => 'Вы не можете изменить сумму по сверенным транзакциям.',
'no_budget' => '(вне бюджета)',
'no_bill' => '(no bill)',
'no_bill' => '(нет счёта на оплату)',
'account_per_budget' => 'Счёт в бюджете',
'account_per_category' => 'Счёт по категории',
'create_new_object' => 'Создать',
@@ -1641,7 +1642,7 @@ return [
'created_withdrawals' => 'Расходы созданы',
'created_deposits' => 'Доходы созданы',
'created_transfers' => 'Переводы созданы',
'recurring_info' => 'Recurring transaction :count / :total',
'recurring_info' => 'Повторяющаяся транзакция :count / :total',
'created_from_recurrence' => 'Создано из повторяющейся транзакции ":title" (#:id)',
'recurring_never_cron' => 'Похоже, что задание cron, которое необходимо для работы повторяющихся транзакций, никогда не запускалось. Это совершенно нормально, если вы только что установили Firefly III, но возможно стоит проверить кое-какие настройки как можно скорее. Пожалуйста, перечитайте страницу справки, используя значок (?) в верхнем правом углу этой страницы.',
'recurring_cron_long_ago' => 'Похоже, что прошло более 36 часов с того времени, когда задание cron должно было быть выполнено в последний раз. Вы уверены, что всё настроено правильно? Пожалуйста, перечитайте страницу справки, используя значок (?) в верхнем правом углу этой страницы.',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Redigera',
'delete' => 'Ta bort',
'split' => 'Dela',
'single_split' => 'Split',
'clone' => 'Klona',
'last_seven_days' => 'Senaste 7 dagarna',
'last_thirty_days' => 'Senaste 30 dagarna',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Düzenle',
'delete' => 'Sil',
'split' => 'Böl',
'single_split' => 'Split',
'clone' => 'Klonla',
'last_seven_days' => 'Son yedi gün',
'last_thirty_days' => 'Son otuz gün',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => 'Sửa',
'delete' => 'Xóa',
'split' => 'Chia ra',
'single_split' => 'Split',
'clone' => 'Nhân ra',
'last_seven_days' => 'Bảy ngày gần đây',
'last_thirty_days' => 'Ba mươi ngày gần đây',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => '编辑',
'delete' => '删除',
'split' => '分割',
'single_split' => 'Split',
'clone' => '复製',
'last_seven_days' => '最近7天',
'last_thirty_days' => '最近30天',
+1
View File
@@ -29,6 +29,7 @@ return [
'edit' => '編輯',
'delete' => '刪除',
'split' => '分割',
'single_split' => 'Split',
'clone' => '複製',
'last_seven_days' => '最近7天',
'last_thirty_days' => '最近30天',