mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update meta data for release 6.0.14
This commit is contained in:
parent
86a1f170c4
commit
1462b0de69
changelog.mdcomposer.lock
config
frontend/src
public
resources
assets/js/locales
lang
.gitignore
bg_BG
ca_ES
cs_CZ
da_DK
de_DE
el_GR
en_GB
en_US
es_ES
fi_FI
fr_FR
hu_HU
id_ID
it_IT
ja_JP
ko_KR
nb_NO
nl_NL
nn_NO
pl_PL
pt_BR
pt_PT
ro_RO
ru_RU
sk_SK
sl_SI
sv_SE
23
changelog.md
23
changelog.md
@ -3,6 +3,29 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 6.0.14 - 2023-06-22
|
||||
|
||||
### Added
|
||||
|
||||
- Editing some fields will generate audit logs visible when you view a transaction. The number of fields monitored will
|
||||
increase over time
|
||||
|
||||
### Changed
|
||||
|
||||
- Account validation includes IBANs now, this helps the data importer
|
||||
- Unified and cleaned up all command line output
|
||||
|
||||
### Fixed
|
||||
|
||||
- [Issue 7630](https://github.com/firefly-iii/firefly-iii/issues/7630) Errors when upgrading using SQLite
|
||||
- [Issue 7642](https://github.com/firefly-iii/firefly-iii/issues/7642) nn_NO wasn't available for users
|
||||
- [Issue 7609](https://github.com/firefly-iii/firefly-iii/issues/7609), [issue 7659](https://github.com/firefly-iii/firefly-iii/issues/7659) Rule execution form was broken
|
||||
- [Issue 7677](https://github.com/firefly-iii/firefly-iii/issues/7677) Amount was negative instead of positive in view
|
||||
- [Issue 7649](https://github.com/firefly-iii/firefly-iii/issues/7649) Bill edit screen would always suggest "daily" repeat frequency
|
||||
- Nullpointer in bill repository class
|
||||
- Missing param in rule action, thanks @timendum!
|
||||
- Missing attachment overview in recurring transactions
|
||||
|
||||
## v6.0.13 - 2023-06-12
|
||||
|
||||
### Fixed
|
||||
|
78
composer.lock
generated
78
composer.lock
generated
@ -167,16 +167,16 @@
|
||||
},
|
||||
{
|
||||
"name": "defuse/php-encryption",
|
||||
"version": "v2.3.1",
|
||||
"version": "v2.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/defuse/php-encryption.git",
|
||||
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
|
||||
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
|
||||
"reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
|
||||
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
|
||||
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -185,7 +185,8 @@
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
|
||||
"phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
|
||||
"yoast/phpunit-polyfills": "^2.0.0"
|
||||
},
|
||||
"bin": [
|
||||
"bin/generate-defuse-key"
|
||||
@ -227,9 +228,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/defuse/php-encryption/issues",
|
||||
"source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
|
||||
"source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
|
||||
},
|
||||
"time": "2021-04-09T23:57:26+00:00"
|
||||
"time": "2023-06-19T06:10:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
@ -1142,16 +1143,16 @@
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
"version": "v6.5.0",
|
||||
"version": "v6.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firebase/php-jwt.git",
|
||||
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2"
|
||||
"reference": "48b0210c51718d682e53210c24d25c5a10a2299b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/e94e7353302b0c11ec3cfff7180cd0b1743975d2",
|
||||
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2",
|
||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/48b0210c51718d682e53210c24d25c5a10a2299b",
|
||||
"reference": "48b0210c51718d682e53210c24d25c5a10a2299b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1199,9 +1200,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||
"source": "https://github.com/firebase/php-jwt/tree/v6.5.0"
|
||||
"source": "https://github.com/firebase/php-jwt/tree/v6.8.0"
|
||||
},
|
||||
"time": "2023-05-12T15:47:07+00:00"
|
||||
"time": "2023-06-20T16:45:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fruitcake/php-cors",
|
||||
@ -3210,35 +3211,34 @@
|
||||
},
|
||||
{
|
||||
"name": "league/oauth2-server",
|
||||
"version": "8.5.1",
|
||||
"version": "8.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/oauth2-server.git",
|
||||
"reference": "43cd4d406906c6be5c8de2cee9bd3ad3753544ef"
|
||||
"reference": "8ab731e84eef904b5913ba31b38116acf8ea50b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/43cd4d406906c6be5c8de2cee9bd3ad3753544ef",
|
||||
"reference": "43cd4d406906c6be5c8de2cee9bd3ad3753544ef",
|
||||
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/8ab731e84eef904b5913ba31b38116acf8ea50b6",
|
||||
"reference": "8ab731e84eef904b5913ba31b38116acf8ea50b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"defuse/php-encryption": "^2.3",
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*",
|
||||
"lcobucci/clock": "^2.2 || ^3.0",
|
||||
"lcobucci/jwt": "^4.3 || ^5.0",
|
||||
"league/event": "^2.2",
|
||||
"league/uri": "^6.7",
|
||||
"php": "^8.0",
|
||||
"psr/http-message": "^1.0.1"
|
||||
"psr/http-message": "^1.0.1 || ^2.0"
|
||||
},
|
||||
"replace": {
|
||||
"league/oauth2server": "*",
|
||||
"lncd/oauth2": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-diactoros": "^2.24.0",
|
||||
"laminas/laminas-diactoros": "^3.0.0",
|
||||
"phpstan/phpstan": "^0.12.57",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpunit/phpunit": "^9.6.6",
|
||||
@ -3287,7 +3287,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/thephpleague/oauth2-server/issues",
|
||||
"source": "https://github.com/thephpleague/oauth2-server/tree/8.5.1"
|
||||
"source": "https://github.com/thephpleague/oauth2-server/tree/8.5.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -3295,7 +3295,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-04-04T10:20:16+00:00"
|
||||
"time": "2023-06-16T15:32:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/uri",
|
||||
@ -4328,16 +4328,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "3.0.19",
|
||||
"version": "3.0.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "cc181005cf548bfd8a4896383bb825d859259f95"
|
||||
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95",
|
||||
"reference": "cc181005cf548bfd8a4896383bb825d859259f95",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67",
|
||||
"reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4418,7 +4418,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.19"
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.20"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -4434,7 +4434,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-03-05T17:13:09+00:00"
|
||||
"time": "2023-06-13T06:30:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa",
|
||||
@ -5442,16 +5442,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/backtrace",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/backtrace.git",
|
||||
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c"
|
||||
"reference": "47794d19e3215ace9e005a8f200cd7cc7be52572"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c",
|
||||
"reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/47794d19e3215ace9e005a8f200cd7cc7be52572",
|
||||
"reference": "47794d19e3215ace9e005a8f200cd7cc7be52572",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5488,7 +5488,7 @@
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.4.0"
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.4.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5500,7 +5500,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2023-03-04T08:57:24+00:00"
|
||||
"time": "2023-06-13T14:35:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
@ -9979,16 +9979,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.10.19",
|
||||
"version": "1.10.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046"
|
||||
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/af5a296ff02610c1bfb4ddfac9fd4a08657b9046",
|
||||
"reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803",
|
||||
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10037,7 +10037,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-06-14T15:26:58+00:00"
|
||||
"time": "2023-06-20T12:07:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
|
@ -107,7 +107,7 @@ return [
|
||||
'webhooks' => true,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '6.0.13',
|
||||
'version' => '6.0.14',
|
||||
'api_version' => '2.0.4',
|
||||
'db_version' => 19,
|
||||
|
||||
|
228
frontend/src/i18n/nn_NO/index.js
vendored
Normal file
228
frontend/src/i18n/nn_NO/index.js
vendored
Normal file
@ -0,0 +1,228 @@
|
||||
/*
|
||||
* index.js
|
||||
* Copyright (c) 2022 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
export default {
|
||||
"config": {
|
||||
"html_language": "nn",
|
||||
"month_and_day_fns": "MMMM d, y"
|
||||
},
|
||||
"form": {
|
||||
"name": "Namn",
|
||||
"amount_min": "Minimumsbel\u00f8p",
|
||||
"amount_max": "Maksimumsbel\u00f8p",
|
||||
"url": "Nettadresse",
|
||||
"title": "Tittel",
|
||||
"first_date": "F\u00f8rste dato",
|
||||
"repetitions": "Repetisjoner",
|
||||
"description": "Beskrivelse",
|
||||
"iban": "IBAN",
|
||||
"skip": "Hopp over",
|
||||
"date": "Dato"
|
||||
},
|
||||
"list": {
|
||||
"name": "Namn",
|
||||
"account_number": "Kontonummer",
|
||||
"currentBalance": "Noverande saldo",
|
||||
"lastActivity": "Siste aktivitet",
|
||||
"active": "Er aktiv?"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"placeholder": "[Placeholder]",
|
||||
"budgets": "Budsjetter",
|
||||
"subscriptions": "Abonnementer",
|
||||
"transactions": "Transaksjoner",
|
||||
"title_expenses": "Utgifter",
|
||||
"title_withdrawal": "Utgifter",
|
||||
"title_revenue": "Inntekt",
|
||||
"title_deposit": "Inntekt",
|
||||
"title_transfer": "Overf\u00f8ringer",
|
||||
"title_transfers": "Overf\u00f8ringer",
|
||||
"asset_accounts": "Aktivakonto",
|
||||
"expense_accounts": "Utgiftskonto",
|
||||
"revenue_accounts": "Inntektskontoar",
|
||||
"liabilities_accounts": "Gjeld"
|
||||
},
|
||||
"firefly": {
|
||||
"administration_index": "\u00d8konomisk administrasjon",
|
||||
"actions": "Handlinger",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slett",
|
||||
"reconcile": "Avstem",
|
||||
"create_new_asset": "Opprett ny aktivakonto",
|
||||
"confirm_action": "Bekreft handling",
|
||||
"new_budget": "Nytt budsjett",
|
||||
"new_asset_account": "Ny aktivakonto",
|
||||
"newTransfer": "Ny overf\u00f8ring",
|
||||
"submission_options": "Alternativer for innsending",
|
||||
"apply_rules_checkbox": "Bruk reglar",
|
||||
"fire_webhooks_checkbox": "Fire webhooks",
|
||||
"newDeposit": "Nytt innskot",
|
||||
"newWithdrawal": "Ny utgift",
|
||||
"bills_paid": "Rekningar betalt",
|
||||
"left_to_spend": "Igjen \u00e5 bruka",
|
||||
"no_budget": "(ingen budsjett)",
|
||||
"budgeted": "Budsjettert",
|
||||
"spent": "Brukt",
|
||||
"no_bill": "(ingen rekning)",
|
||||
"rule_trigger_source_account_starts_choice": "Kjeldekonto namn starter med..",
|
||||
"rule_trigger_source_account_ends_choice": "Kjeldenamnet slutter med..",
|
||||
"rule_trigger_source_account_is_choice": "Kjeldekonto namn er..",
|
||||
"rule_trigger_source_account_contains_choice": "Kjeldekonto namn inneheld..",
|
||||
"rule_trigger_account_id_choice": "Ein av konto ID'er, er n\u00f8yaktig.",
|
||||
"rule_trigger_source_account_id_choice": "Kjeldekonto-ID er n\u00f8yaktig..",
|
||||
"rule_trigger_destination_account_id_choice": "M\u00e5lkonto ID er n\u00f8yaktig..",
|
||||
"rule_trigger_account_is_cash_choice": "Ein av konto er kontant",
|
||||
"rule_trigger_source_is_cash_choice": "Kjeldekonto er (kontant) konto",
|
||||
"rule_trigger_destination_is_cash_choice": "M\u00e5lkonto er (kontant) konto",
|
||||
"rule_trigger_source_account_nr_starts_choice": "Kjeldekontonummer \/ IBAN starter med..",
|
||||
"rule_trigger_source_account_nr_ends_choice": "Kjeldekontonummer \/ IBAN slutter med..",
|
||||
"rule_trigger_source_account_nr_is_choice": "Kjeldekontonummer \/ IBAN er..",
|
||||
"rule_trigger_source_account_nr_contains_choice": "Kjelde kontonummer \/ IBAN inneheld..",
|
||||
"rule_trigger_destination_account_starts_choice": "M\u00e5lkontonamnet begynner med..",
|
||||
"rule_trigger_destination_account_ends_choice": "M\u00e5lkontonamnet slutter med..",
|
||||
"rule_trigger_destination_account_is_choice": "M\u00e5lkonto namn slutter med..",
|
||||
"rule_trigger_destination_account_contains_choice": "M\u00e5lkontonamn inneheld..",
|
||||
"rule_trigger_destination_account_nr_starts_choice": "M\u00e5lkontonummer \/ IBAN starter med..",
|
||||
"rule_trigger_destination_account_nr_ends_choice": "M\u00e5lkontonummer \/ IBAN slutter med..",
|
||||
"rule_trigger_destination_account_nr_is_choice": "M\u00e5lkontonummer \/ IBAN er..",
|
||||
"rule_trigger_destination_account_nr_contains_choice": "M\u00e5lkontonummer \/ IBAN inneheld..",
|
||||
"rule_trigger_transaction_type_choice": "Transaksjonen er av typen..",
|
||||
"rule_trigger_category_is_choice": "Kategori er..",
|
||||
"rule_trigger_amount_less_choice": "Bel\u00f8pet er mindre enn..",
|
||||
"rule_trigger_amount_is_choice": "Bel\u00f8pet er..",
|
||||
"rule_trigger_amount_more_choice": "Bel\u00f8pet er meir enn..",
|
||||
"rule_trigger_description_starts_choice": "Beskrivelse starter med..",
|
||||
"rule_trigger_description_ends_choice": "Beskrivelse slutter med..",
|
||||
"rule_trigger_description_contains_choice": "Beskrivelse inneheld..",
|
||||
"rule_trigger_description_is_choice": "Beskrivelse er..",
|
||||
"rule_trigger_date_on_choice": "Transaksjonsdato er..",
|
||||
"rule_trigger_date_before_choice": "Transaksjons dato er f\u00f8r..",
|
||||
"rule_trigger_date_after_choice": "Transaksjons dato er etter..",
|
||||
"rule_trigger_created_at_on_choice": "Transaksjonen vart gjort p\u00e5..",
|
||||
"rule_trigger_updated_at_on_choice": "Transaksjonen vart sist redigert den..",
|
||||
"rule_trigger_budget_is_choice": "Budsjett er..",
|
||||
"rule_trigger_tag_is_choice": "(Ein) tagg er..",
|
||||
"rule_trigger_currency_is_choice": "Transaksjonsvaluta er..",
|
||||
"rule_trigger_foreign_currency_is_choice": "Transaksjonens fremmed valuta er..",
|
||||
"rule_trigger_has_attachments_choice": "Har minst s\u00e5 mange vedlegg",
|
||||
"rule_trigger_has_no_category_choice": "Har ingen kategori",
|
||||
"rule_trigger_has_any_category_choice": "Har ein (hvilken som helst) kategori",
|
||||
"rule_trigger_has_no_budget_choice": "Har ingen budsjett",
|
||||
"rule_trigger_has_any_budget_choice": "Har eit (kva som helst) budsjett",
|
||||
"rule_trigger_has_no_bill_choice": "Har ingen rekning",
|
||||
"rule_trigger_has_any_bill_choice": "Har ein rekning",
|
||||
"rule_trigger_has_no_tag_choice": "Har ingen tagg(ar)",
|
||||
"rule_trigger_has_any_tag_choice": "Har ein eller fleire tagger",
|
||||
"rule_trigger_any_notes_choice": "Har ett eller fleire notater",
|
||||
"rule_trigger_no_notes_choice": "Har ingen notater",
|
||||
"rule_trigger_notes_is_choice": "Notater er..",
|
||||
"rule_trigger_notes_contains_choice": "Notater inneheld..",
|
||||
"rule_trigger_notes_starts_choice": "Notater begynner med..",
|
||||
"rule_trigger_notes_ends_choice": "Notater som slutter med..",
|
||||
"rule_trigger_bill_is_choice": "Rekning er..",
|
||||
"rule_trigger_external_id_is_choice": "Ekstern ID er..",
|
||||
"rule_trigger_internal_reference_is_choice": "Intern referanse er..",
|
||||
"rule_trigger_journal_id_choice": "Transaksjonens journal ID er..",
|
||||
"rule_trigger_any_external_url_choice": "Transaksjonen har ein ekstern URL",
|
||||
"rule_trigger_no_external_url_choice": "Transaksjonen har ingen ekstern URL",
|
||||
"rule_trigger_id_choice": "Transaksjons-ID er",
|
||||
"rule_action_delete_transaction_choice": "SLETT transaksjon(!)",
|
||||
"rule_action_set_category_choice": "Sett kategori til ..",
|
||||
"rule_action_clear_category_choice": "T\u00f8m alle kategoriar",
|
||||
"rule_action_set_budget_choice": "Sett budsjett til ..",
|
||||
"rule_action_clear_budget_choice": "T\u00f8m alle budsjett",
|
||||
"rule_action_add_tag_choice": "Legg til tagg ..",
|
||||
"rule_action_remove_tag_choice": "Fjern tagg ..",
|
||||
"rule_action_remove_all_tags_choice": "Fjern alle tagger",
|
||||
"rule_action_set_description_choice": "Sett beskriving til ..",
|
||||
"rule_action_update_piggy_choice": "Legg til \/ fjern transaksjonsbel\u00f8p i sparegris ..",
|
||||
"rule_action_append_description_choice": "Legg til i beskriving ..",
|
||||
"rule_action_prepend_description_choice": "Legg til foran beskrivinga med ..",
|
||||
"rule_action_set_source_account_choice": "Sett kjeldekonto til ..",
|
||||
"rule_action_set_destination_account_choice": "Sett m\u00e5lkonto til ..",
|
||||
"rule_action_append_notes_choice": "Legg til i notater med ..",
|
||||
"rule_action_prepend_notes_choice": "Legg til foran i notater med ..",
|
||||
"rule_action_clear_notes_choice": "Fjern notater",
|
||||
"rule_action_set_notes_choice": "Sett notater til ..",
|
||||
"rule_action_link_to_bill_choice": "Koble til ein rekning ..",
|
||||
"rule_action_convert_deposit_choice": "Konverter transaksjonen til eit innskot",
|
||||
"rule_action_convert_withdrawal_choice": "Konverter denne transaksjonen til eit uttak",
|
||||
"rule_action_convert_transfer_choice": "Konverter transaksjonen til ein overf\u00f8ring",
|
||||
"placeholder": "[Placeholder]",
|
||||
"recurrences": "Gjentakende transaksjonar",
|
||||
"title_expenses": "Utgifter",
|
||||
"title_withdrawal": "Utgifter",
|
||||
"title_revenue": "Inntekt",
|
||||
"pref_1D": "\u00c9n dag",
|
||||
"pref_1W": "\u00c9n veke",
|
||||
"pref_1M": "Ein m\u00e5nad",
|
||||
"pref_3M": "Tre m\u00e5neder (kvartal)",
|
||||
"pref_6M": "Seks m\u00e5neder",
|
||||
"pref_1Y": "Ett \u00e5r",
|
||||
"repeat_freq_yearly": "\u00e5rlig",
|
||||
"repeat_freq_half-year": "hvert halv\u00e5r",
|
||||
"repeat_freq_quarterly": "kvartalsvis",
|
||||
"repeat_freq_monthly": "m\u00e5nedlig",
|
||||
"repeat_freq_weekly": "ukentlig",
|
||||
"single_split": "Del opp",
|
||||
"asset_accounts": "Aktivakontoar",
|
||||
"expense_accounts": "Utgiftskontoar",
|
||||
"liabilities_accounts": "Gjeldskonto",
|
||||
"undefined_accounts": "Kontoar",
|
||||
"name": "Namn",
|
||||
"revenue_accounts": "Inntektskontoar",
|
||||
"description": "Beskrivelse",
|
||||
"category": "Kategori",
|
||||
"title_deposit": "Inntekt",
|
||||
"title_transfer": "Overf\u00f8ringer",
|
||||
"title_transfers": "Overf\u00f8ringer",
|
||||
"piggyBanks": "Sparegriser",
|
||||
"rules": "Regler",
|
||||
"accounts": "Kontoar",
|
||||
"categories": "Kategorier",
|
||||
"tags": "Tagger",
|
||||
"object_groups_page_title": "Grupper",
|
||||
"reports": "Rapporter",
|
||||
"webhooks": "Webhooks",
|
||||
"currencies": "Valutaer",
|
||||
"administration": "Administrasjon",
|
||||
"profile": "Profil",
|
||||
"source_account": "Kjeldekonto",
|
||||
"destination_account": "M\u00e5lkonto",
|
||||
"amount": "Bel\u00f8p",
|
||||
"date": "Dato",
|
||||
"time": "Tid",
|
||||
"preferences": "Innstillinger",
|
||||
"transactions": "Transaksjoner",
|
||||
"balance": "Saldo",
|
||||
"budgets": "Budsjetter",
|
||||
"subscriptions": "Abonnementer",
|
||||
"welcome_back": "Korleis g\u00e5r det?",
|
||||
"bills_to_pay": "Rekningar \u00e5 betala",
|
||||
"net_worth": "Formue",
|
||||
"pref_last365": "I fjor",
|
||||
"pref_last90": "Siste 90 dager",
|
||||
"pref_last30": "Siste 30 dagene",
|
||||
"pref_last7": "Siste 7 dager",
|
||||
"pref_YTD": "\u00c5r til dato",
|
||||
"pref_QTD": "Kvartal til dato",
|
||||
"pref_MTD": "M\u00e5ned til dato"
|
||||
}
|
||||
}
|
@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
|
||||
<q-footer bordered class="bg-grey-8 text-white">
|
||||
<q-toolbar>
|
||||
<div>
|
||||
<small>Firefly III v v6.0.13 © James Cole, AGPL-3.0-or-later.</small>
|
||||
<small>Firefly III v v6.0.14 © James Cole, AGPL-3.0-or-later.</small>
|
||||
</div>
|
||||
</q-toolbar>
|
||||
</q-footer>
|
||||
|
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
110
public/v1/js/lib/moment/es_MX.js
vendored
Normal file
110
public/v1/js/lib/moment/es_MX.js
vendored
Normal file
@ -0,0 +1,110 @@
|
||||
//! moment.js locale configuration
|
||||
//! locale : Spanish (Mexico) [es-mx]
|
||||
//! author : JC Franco : https://github.com/jcfranco
|
||||
|
||||
import moment from '../moment';
|
||||
|
||||
var monthsShortDot =
|
||||
'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),
|
||||
monthsParse = [
|
||||
/^ene/i,
|
||||
/^feb/i,
|
||||
/^mar/i,
|
||||
/^abr/i,
|
||||
/^may/i,
|
||||
/^jun/i,
|
||||
/^jul/i,
|
||||
/^ago/i,
|
||||
/^sep/i,
|
||||
/^oct/i,
|
||||
/^nov/i,
|
||||
/^dic/i,
|
||||
],
|
||||
monthsRegex =
|
||||
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
|
||||
|
||||
export default moment.defineLocale('es-mx', {
|
||||
months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split(
|
||||
'_'
|
||||
),
|
||||
monthsShort: function (m, format) {
|
||||
if (!m) {
|
||||
return monthsShortDot;
|
||||
} else if (/-MMM-/.test(format)) {
|
||||
return monthsShort[m.month()];
|
||||
} else {
|
||||
return monthsShortDot[m.month()];
|
||||
}
|
||||
},
|
||||
monthsRegex: monthsRegex,
|
||||
monthsShortRegex: monthsRegex,
|
||||
monthsStrictRegex:
|
||||
/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
|
||||
monthsShortStrictRegex:
|
||||
/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
|
||||
monthsParse: monthsParse,
|
||||
longMonthsParse: monthsParse,
|
||||
shortMonthsParse: monthsParse,
|
||||
weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
|
||||
weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
|
||||
weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),
|
||||
weekdaysParseExact: true,
|
||||
longDateFormat: {
|
||||
LT: 'H:mm',
|
||||
LTS: 'H:mm:ss',
|
||||
L: 'DD/MM/YYYY',
|
||||
LL: 'D [de] MMMM [de] YYYY',
|
||||
LLL: 'D [de] MMMM [de] YYYY H:mm',
|
||||
LLLL: 'dddd, D [de] MMMM [de] YYYY H:mm',
|
||||
},
|
||||
calendar: {
|
||||
sameDay: function () {
|
||||
return '[hoy a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||
},
|
||||
nextDay: function () {
|
||||
return '[mañana a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||
},
|
||||
nextWeek: function () {
|
||||
return 'dddd [a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||
},
|
||||
lastDay: function () {
|
||||
return '[ayer a la' + (this.hours() !== 1 ? 's' : '') + '] LT';
|
||||
},
|
||||
lastWeek: function () {
|
||||
return (
|
||||
'[el] dddd [pasado a la' +
|
||||
(this.hours() !== 1 ? 's' : '') +
|
||||
'] LT'
|
||||
);
|
||||
},
|
||||
sameElse: 'L',
|
||||
},
|
||||
relativeTime: {
|
||||
future: 'en %s',
|
||||
past: 'hace %s',
|
||||
s: 'unos segundos',
|
||||
ss: '%d segundos',
|
||||
m: 'un minuto',
|
||||
mm: '%d minutos',
|
||||
h: 'una hora',
|
||||
hh: '%d horas',
|
||||
d: 'un día',
|
||||
dd: '%d días',
|
||||
w: 'una semana',
|
||||
ww: '%d semanas',
|
||||
M: 'un mes',
|
||||
MM: '%d meses',
|
||||
y: 'un año',
|
||||
yy: '%d años',
|
||||
},
|
||||
dayOfMonthOrdinalParse: /\d{1,2}º/,
|
||||
ordinal: '%dº',
|
||||
week: {
|
||||
dow: 0, // Sunday is the first day of the week.
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
invalidDate: 'Fecha inválida',
|
||||
});
|
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/create.js
vendored
2
public/v1/js/webhooks/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/edit.js
vendored
2
public/v1/js/webhooks/edit.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/index.js
vendored
2
public/v1/js/webhooks/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/show.js
vendored
2
public/v1/js/webhooks/show.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.5b4ef590.js></script><script defer src=/v3/js/app.67ae4d55.js></script><link href=/v3/css/vendor.c7d74351.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
||||
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.5b4ef590.js></script><script defer src=/v3/js/app.759eb30e.js></script><link href=/v3/css/vendor.c7d74351.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
157
resources/assets/js/locales/nn.json
Normal file
157
resources/assets/js/locales/nn.json
Normal file
@ -0,0 +1,157 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Korleis g\u00e5r det?",
|
||||
"flash_error": "Feil!",
|
||||
"flash_success": "Suksess!",
|
||||
"close": "Lukk",
|
||||
"split_transaction_title": "Beskrivelse av den splittende transaksjon",
|
||||
"errors_submission": "Noe gikk galt med innleveringen. Vennligst sjekk ut feilene.",
|
||||
"split": "Del opp",
|
||||
"single_split": "Del opp",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaksjon #{ID} (\"{title}\")<\/a> har vorte lagra.",
|
||||
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> er lagra.",
|
||||
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") er oppdatert.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaksjon #{ID} (\"{title}\")<\/a> har vorte oppdatert.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaksjon #{ID}<\/a> har vorte lagra.",
|
||||
"transaction_journal_information": "Transaksjonsinformasjon",
|
||||
"submission_options": "Alternativer for innsending",
|
||||
"apply_rules_checkbox": "Bruk reglar",
|
||||
"fire_webhooks_checkbox": "Fire webhooks",
|
||||
"no_budget_pointer": "Det ser ikkje ut til at du har nokon budsjett enda. Du b\u00f8r oppretta nokon p\u00e5 <a href=\"\/budgets\">budsjett<\/a>-sida. Budsjetter kan hjelpa deg med \u00e5 holde oversikt over utgifter.",
|
||||
"no_bill_pointer": "Det ser ut til at du ikkje har nokon rekningar enda. Du b\u00f8r oppretta nokon p\u00e5 <a href=\"bills\">rekningar<\/a>-side. Rekningar kan hjelpa deg med \u00e5 holde oversikt over utgifter.",
|
||||
"source_account": "Kjeldekonto",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "M\u00e5lkonto",
|
||||
"add_another_split": "Legg til ein oppdeling til",
|
||||
"submission": "Submission",
|
||||
"create_another": "G\u00e5 tilbake hit etter lagring for \u00e5 oppretta ein ny.",
|
||||
"reset_after": "Nullstill skjema etter innsending",
|
||||
"submit": "Send inn",
|
||||
"amount": "Bel\u00f8p",
|
||||
"date": "Dato",
|
||||
"tags": "Tagger",
|
||||
"no_budget": "(ingen budsjett)",
|
||||
"no_bill": "(ingen rekning)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Vedlegg",
|
||||
"notes": "Notater",
|
||||
"external_url": "Ekstern URL",
|
||||
"update_transaction": "Oppdater transaksjonen",
|
||||
"after_update_create_another": "G\u00e5 tilbake hit etter oppdatering, for \u00e5 fortsetja \u00e5 redigera.",
|
||||
"store_as_new": "Lagra som ein ny transaksjon istedenfor \u00e5 oppdatera.",
|
||||
"split_title_help": "Om du oppretter ein splittet transaksjon, m\u00e5 du ha ein global beskriving for alle deler av transaksjonen.",
|
||||
"none_in_select_list": "(ingen)",
|
||||
"no_piggy_bank": "(ingen sparegriser)",
|
||||
"description": "Beskrivelse",
|
||||
"split_transaction_title_help": "Om du oppretter ein splittet transaksjon, m\u00e5 du ha ein hoved beskriving for alle deler av transaksjonen.",
|
||||
"destination_account_reconciliation": "Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.",
|
||||
"source_account_reconciliation": "Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.",
|
||||
"budget": "Busjett",
|
||||
"bill": "Rekning",
|
||||
"you_create_withdrawal": "Du lager eit uttak.",
|
||||
"you_create_transfer": "Du lager ein overf\u00f8ring.",
|
||||
"you_create_deposit": "Du lager ein innskud.",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slett",
|
||||
"name": "Namn",
|
||||
"profile_whoops": "Oisann!",
|
||||
"profile_something_wrong": "Noe gikk galt!",
|
||||
"profile_try_again": "Noe gikk galt. Pr\u00f8v p\u00e5 nytt.",
|
||||
"profile_oauth_clients": "OAuth klienter",
|
||||
"profile_oauth_no_clients": "Du har ikkje oppretta nokon OAuth klienter.",
|
||||
"profile_oauth_clients_header": "Klienter",
|
||||
"profile_oauth_client_id": "Klient-ID",
|
||||
"profile_oauth_client_name": "Namn",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Opprett Ny Klient",
|
||||
"profile_oauth_create_client": "Opprett Klient",
|
||||
"profile_oauth_edit_client": "Rediger Klient",
|
||||
"profile_oauth_name_help": "Noe brukarane dine vil gjenkjenne og stole p\u00e5.",
|
||||
"profile_oauth_redirect_url": "Videresendings-URL",
|
||||
"profile_oauth_clients_external_auth": "Om du brukar ein ekstern autentiseringsleverand\u00f8r, som Authelia, vil ikkje OAuth klienter fungera. Du kan berre bruka personlige tilgangstokener.",
|
||||
"profile_oauth_redirect_url_help": "Programmets tilbakekallingslenke til din adresse.",
|
||||
"profile_authorized_apps": "Dine autoriserte applikasjoner",
|
||||
"profile_authorized_clients": "Autoriserte klienter",
|
||||
"profile_scopes": "Omfang",
|
||||
"profile_revoke": "Tilbakekall",
|
||||
"profile_personal_access_tokens": "Personlig tilgangsn\u00f8kkel (Tokens)",
|
||||
"profile_personal_access_token": "Personlig tilgangsn\u00f8kkel (Token)",
|
||||
"profile_personal_access_token_explanation": "Her er din nye klient \"secret\". Dette er den eneste tiden det blir vist s\u00e5 ikkje mister den! Du kan no bruka denne token til \u00e5 laga API-foresp\u00f8rsler.",
|
||||
"profile_no_personal_access_token": "Du har ikkje oppretta nokon personlig tilgangsn\u00f8kkel (tokens).",
|
||||
"profile_create_new_token": "Opprette nytt token",
|
||||
"profile_create_token": "Opprett token",
|
||||
"profile_create": "Opprett",
|
||||
"profile_save_changes": "Lagra endringer",
|
||||
"default_group_title_name": "(ikkje gruppert)",
|
||||
"piggy_bank": "Sparegris",
|
||||
"profile_oauth_client_secret_title": "Klient hemmilghet",
|
||||
"profile_oauth_client_secret_expl": "Her er din nye klient hemmelighet. Dette er den eneste tiden det blir vist s\u00e5 ikkje mister den! Du kan no bruka denne hemmeligheten til \u00e5 laga API-foresp\u00f8rsler.",
|
||||
"profile_oauth_confidential": "Konfidensiell",
|
||||
"profile_oauth_confidential_help": "Krev at klienten godkjenner med ein \"secret\". Konfidensielle klienter kan holde legitimasjon p\u00e5 ein sikker m\u00e5te uten \u00e5 utsette dei for uautoriserte parter. Offentlige programmer, som skrivebord eller JavaScript SPA-programmer, kan ikkje holde secret \"sikret\".",
|
||||
"multi_account_warning_unknown": "Avhengig av hvilken type transaksjon du opprettar, Kjelde og\/eller m\u00e5lkonto for etterf\u00f8lgande delingar kan overstyrast av det som er definert i transaksjonens f\u00f8rste del.",
|
||||
"multi_account_warning_withdrawal": "Husk at kildekontoen for etterf\u00f8lgende oppsplitting skal overlates av kva som defineres i den f\u00f8rste delen av uttrekket.",
|
||||
"multi_account_warning_deposit": "Husk at mottakerkontoen for etterf\u00f8lgende oppsplitting skal overstyres av det som er definert i den f\u00f8rste delen av depositumet.",
|
||||
"multi_account_warning_transfer": "Husk at kildens pluss destinasjonskonto med etterf\u00f8lgende oppdeling overstyres av det som er definert i ein f\u00f8rste del av overf\u00f8ringen.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "Etter transaksjons opprettelse",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "Etter transaksjons oppdatering",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "Etter transaksjons sletting",
|
||||
"webhook_response_TRANSACTIONS": "Transaksjonsdetaljer",
|
||||
"webhook_response_ACCOUNTS": "Kontodetaljer",
|
||||
"webhook_response_none_NONE": "Ingen detaljer",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Handlinger",
|
||||
"meta_data": "Metadata",
|
||||
"webhook_messages": "Webhook melding",
|
||||
"inactive": "Inaktiv",
|
||||
"no_webhook_messages": "Ingen Webhook meldingar",
|
||||
"inspect": "Inspiser",
|
||||
"create_new_webhook": "Opprett ny Webhook",
|
||||
"webhooks": "Webhooks",
|
||||
"webhook_trigger_form_help": "Kva for ei hending skal Webhook utl\u00f8ysa",
|
||||
"webhook_response_form_help": "Hva skal Webhook sende til URL.",
|
||||
"webhook_delivery_form_help": "Hvilket format skal Webhook sende data i.",
|
||||
"webhook_active_form_help": "Webhook m\u00e5 aktiveres for \u00e5 virke.",
|
||||
"edit_webhook_js": "Rediger Webhook \"{title}\"",
|
||||
"webhook_was_triggered": "Webhook vart trigget p\u00e5 den angitte transaksjonen. Vennligst vent p\u00e5 resultatet.",
|
||||
"view_message": "Vis melding",
|
||||
"view_attempts": "Vis mislykkede fors\u00f8k",
|
||||
"message_content_title": "Webhook meldingsinnhold",
|
||||
"message_content_help": "Dette er innholdet av meldingen som vart sendt (eller fors\u00f8kt sendt) med denne Webhook.",
|
||||
"attempt_content_title": "Webhook fors\u00f8k",
|
||||
"attempt_content_help": "Dette er alle mislykkede fors\u00f8k p\u00e5 denne webhook-meldingen som sendes til den konfigurerte URL-en. Etter ein tid vil Firefly III slutte \u00e5 pr\u00f8ve.",
|
||||
"no_attempts": "Det er ingen mislykkede fors\u00f8k. Det er god ting!",
|
||||
"webhook_attempt_at": "Fors\u00f8k p\u00e5 {moment}",
|
||||
"logs": "Logger",
|
||||
"response": "Respons",
|
||||
"visit_webhook_url": "Bes\u00f8k URL til webhook",
|
||||
"reset_webhook_secret": "Tilbakestill Webhook n\u00f8kkel"
|
||||
},
|
||||
"form": {
|
||||
"url": "Nettadresse",
|
||||
"active": "Aktiv",
|
||||
"interest_date": "Rentedato",
|
||||
"title": "Tittel",
|
||||
"book_date": "Bokf\u00f8ringsdato",
|
||||
"process_date": "Prosesseringsdato",
|
||||
"due_date": "Forfallsdato",
|
||||
"foreign_amount": "Utenlandske bel\u00f8p",
|
||||
"payment_date": "Betalingsdato",
|
||||
"invoice_date": "Fakturadato",
|
||||
"internal_reference": "Intern referanse",
|
||||
"webhook_response": "Respons",
|
||||
"webhook_trigger": "Utl\u00f8ser",
|
||||
"webhook_delivery": "Levering"
|
||||
},
|
||||
"list": {
|
||||
"active": "Er aktiv?",
|
||||
"trigger": "Utl\u00f8ser",
|
||||
"response": "Respons",
|
||||
"delivery": "Levering",
|
||||
"url": "Nettadresse",
|
||||
"secret": "Hemmelighet"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "nn",
|
||||
"date_time_fns": "do MMMM, yyyy @ HH:mm:ss"
|
||||
}
|
||||
}
|
1
resources/lang/.gitignore
vendored
1
resources/lang/.gitignore
vendored
@ -8,3 +8,4 @@ sr_CS
|
||||
tlh_AA
|
||||
ceb_PH
|
||||
fil_PH
|
||||
es_MX
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'withdrawal_source_bad_data' => 'Не може да се намери валидна разходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'withdrawal_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'deposit_source_bad_data' => 'Не може да се намери валидна разходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'deposit_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'deposit_dest_wrong_type' => 'Използваната приходна сметка не е от правилния тип.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'transfer_source_bad_data' => 'Не може да се намери валидна разходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'transfer_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'need_id_in_edit' => 'Всяко разделяне трябва да има transaction_journal_id (или валидно ID или 0).',
|
||||
|
||||
'ob_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'S\'ha afegit :amount a la guardiola ":name"',
|
||||
'ale_action_log_remove' => 'S\'ha eliminat :amount de la guardiola ":name"',
|
||||
'ale_action_clear_budget' => 'Eliminat del pressupost',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Eliminat de la categoria',
|
||||
'ale_action_clear_notes' => 'Notes eliminades',
|
||||
'ale_action_clear_tag' => 'Etiqueta buidada',
|
||||
|
@ -61,10 +61,10 @@ return [
|
||||
'invalid_selection' => 'La selecció és invàlida.',
|
||||
'belongs_user' => 'Aquest valor no és vàlid per aquest camp.',
|
||||
'at_least_one_transaction' => 'Necessites almenys una transacció.',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'recurring_transaction_id' => 'Necessites almenys una transacció.',
|
||||
'need_id_to_match' => 'Has d\'enviar aquesta entrada amb un ID perquè l\'API sigui capaç de comparar-lo.',
|
||||
'too_many_unmatched' => 'No s\'han pogut relacionar massa transaccions a les seves entrades respectives de la base de dades. Assegura\'t que les entrades existents tenen un ID vàlid.',
|
||||
'id_does_not_match' => 'L\'ID enviat #:id no coincideix amb l\'ID esperat. Assegura\'t que encaixa, o omet el camp.',
|
||||
'at_least_one_repetition' => 'Necessites almenys una repetició.',
|
||||
'require_repeat_until' => 'Fa falta un nombre de repeticions, o una data de finalització (repeat_until). No ambdues.',
|
||||
'require_currency_info' => 'El contingut d\'aquest camp no és vàlid sense informació de la moneda.',
|
||||
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'withdrawal_source_bad_data' => 'No s\'ha pogut trobar un compte d\'origen vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'withdrawal_dest_need_data' => 'Necessites obtenir un ID de compte de destí vàlid i/o un nom de compte de destí vàlid per continuar.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'No s\'ha pogut trobar un compte de consolidació vàlid al cercar per la ID ":id" o el nom ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'No s\'ha pogut trobar un compte d\'origen vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'deposit_source_bad_data' => 'No s\'ha pogut trobar un compte d\'origen vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'deposit_dest_need_data' => 'Necessites obtenir un ID de compte de destí vàlid i/o un nom de compte de destí vàlid per continuar.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'deposit_dest_wrong_type' => 'El compte de destí enviat no és del tipus correcte.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'transfer_source_bad_data' => 'No s\'ha pogut trobar un compte d\'origen vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'transfer_dest_need_data' => 'Necessites obtenir un ID de compte de destí vàlid i/o un nom de compte de destí vàlid per continuar.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'need_id_in_edit' => 'Cada divisió ha de tenir transaction_journal_id (ID vàlid o 0).',
|
||||
|
||||
'ob_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'lc_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid per continuar.',
|
||||
'ob_dest_need_data' => 'Necessites obtenir un ID de compte de destí vàlid i/o un nom de compte de destí vàlid per continuar.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'reconciliation_either_account' => 'Per enviar una consolidació, has d\'enviar un compte d\'origen o de destí. Ni ambdós, ni cap.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'withdrawal_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'withdrawal_dest_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'deposit_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'deposit_dest_wrong_type' => 'Předložený cílový účet není správného typu.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'transfer_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.',
|
||||
'transfer_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'need_id_in_edit' => 'Každé rozdělení musí mít transakci_journal_id (platné ID nebo 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Pro pokračování je třeba získat platné ID zdrojového účtu.',
|
||||
'ob_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'withdrawal_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'withdrawal_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller navn ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'deposit_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'deposit_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'deposit_dest_wrong_type' => 'Den foreslåede destinationskonto er ikke af den rigtige type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'transfer_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'transfer_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'need_id_in_edit' => 'Hver opdeling skal have et transaction_journal_id (enten gyldigt ID eller 0).',
|
||||
|
||||
'ob_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.',
|
||||
'lc_source_need_data' => 'Du skal bruge et gyldigt konto-id for at fortsætte.',
|
||||
'ob_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => ':amount zum Sparschwein ":name" hinzugefügt',
|
||||
'ale_action_log_remove' => ':amount aus Sparschwein ":name " entfernt',
|
||||
'ale_action_clear_budget' => 'Aus Budget entfernt',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Aus Kategorie entfernt',
|
||||
'ale_action_clear_notes' => 'Notiz entfernt',
|
||||
'ale_action_clear_tag' => 'Schlagwort geleert',
|
||||
|
@ -61,10 +61,10 @@ return [
|
||||
'invalid_selection' => 'Ihre Auswahl ist ungültig.',
|
||||
'belongs_user' => 'Dieser Wert ist für dieses Feld ungültig.',
|
||||
'at_least_one_transaction' => 'Sie brauchen mindestens eine Transaktion.',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'recurring_transaction_id' => 'Sie benötigen mindestens eine Buchung.',
|
||||
'need_id_to_match' => 'Sie müssen diesen Eintrag mit einer ID übermitteln, damit die API ihn zuordnen kann.',
|
||||
'too_many_unmatched' => 'Zu viele eingereichte Vorgänge können nicht mit den entsprechenden Datenbankeinträgen abgeglichen werden. Stellen Sie sicher, dass vorhandene Einträge eine gültige ID besitzen.',
|
||||
'id_does_not_match' => 'Übermittelte ID #:id stimmt nicht mit der erwarteten ID überein. Stellen Sie sicher, dass sie übereinstimmt, oder lassen Sie das Feld leer.',
|
||||
'at_least_one_repetition' => 'Mindestens eine Wiederholung erforderlich.',
|
||||
'require_repeat_until' => 'Erfordert entweder eine Anzahl von Wiederholungen oder ein Enddatum (repeat_until). Nicht beides.',
|
||||
'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.',
|
||||
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
|
||||
'withdrawal_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'withdrawal_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Bei der Suche nach Kennung „:id” oder Name „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Bei der Suche nach ID „:id” oder Name „:name” konnte kein gültiges Ausgleichskonto gefunden werden.',
|
||||
|
||||
'generic_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
|
||||
'deposit_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'deposit_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'deposit_dest_wrong_type' => 'Das übermittelte Zielkonto entspricht nicht dem geforderten Typ.',
|
||||
|
||||
@ -261,22 +261,22 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
|
||||
'transfer_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'transfer_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'need_id_in_edit' => 'Jeder Aufteilungen muss eine transaction_journal_id (entweder gültige ID oder 0) aufweisen.',
|
||||
|
||||
'ob_source_need_data' => 'Sie benötigen eine gültige Quellkontonummer und/oder einen gültigen Quellkontonamen, um fortzufahren.',
|
||||
'lc_source_need_data' => 'Zum Fortfahren wird eine gültige Quellkonto-ID benötigt.',
|
||||
'ob_dest_need_data' => 'Sie benötigen eine gültige Zielkontennummer und/oder einen gültigen Zielkontonamen, um fortzufahren.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Bei der Suche nach der ID ":id" oder dem Namen ":name" konnte kein gültiges Zielkonto gefunden werden.',
|
||||
'reconciliation_either_account' => 'Um einen Abgleich zu übermitteln, müssen Sie entweder ein Quell- oder ein Zielkonto angeben. Nicht beides, nicht keines von beiden.',
|
||||
|
||||
'generic_invalid_source' => 'Sie können dieses Konto nicht als Quellkonto verwenden.',
|
||||
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
|
||||
|
||||
'generic_no_source' => 'You must submit source account information or submit a transaction journal ID.',
|
||||
'generic_no_destination' => 'You must submit destination account information or submit a transaction journal ID.',
|
||||
'generic_no_source' => 'Sie müssen Informationen zum Quellkonto oder eine Transaktions-Journal-ID angeben.',
|
||||
'generic_no_destination' => 'Sie müssen Informationen zum Zielkonto oder eine Transaktions-Journal-ID angeben.',
|
||||
|
||||
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
|
||||
'gt.numeric' => ':attribute muss größer als :value sein.',
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Προστέθηκαν :amount στον κουμπαρά ":name"',
|
||||
'ale_action_log_remove' => 'Αφαιρέθηκαν :amount από τον κουμπαρά ":name"',
|
||||
'ale_action_clear_budget' => 'Αφαιρέθηκε από τον προϋπολογισμό',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Αφαιρέθηκε από την κατηγορία',
|
||||
'ale_action_clear_notes' => 'Αφαιρέθηκαν σημειώσεις',
|
||||
'ale_action_clear_tag' => 'Αφαίρεση ετικέτας',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'withdrawal_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'withdrawal_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'deposit_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'deposit_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'deposit_dest_wrong_type' => 'O υποβεβλημένος λογαριασμός προέλευσης δεν είναι σωστού τύπου.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'transfer_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'transfer_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'need_id_in_edit' => 'Κάθε διαχωρισμός πρέπει να έχει transaction_journal_id (είτε έγκυρο αναγνωριστικό ID ή 0).',
|
||||
|
||||
'ob_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'lc_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο ID λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'ob_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -25,7 +25,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Añadido :amount a la hucha ":name"',
|
||||
'ale_action_log_remove' => 'Eliminado :amount de la hucha ":name"',
|
||||
'ale_action_clear_budget' => 'Eliminado del presupuesto',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Eliminado de la categoría',
|
||||
'ale_action_clear_notes' => 'Notas eliminadas',
|
||||
'ale_action_clear_tag' => 'Etiqueta limpiada',
|
||||
|
@ -63,8 +63,8 @@ return [
|
||||
'at_least_one_transaction' => 'Se necesita al menos una transacción.',
|
||||
'recurring_transaction_id' => 'Se necesita al menos una transacción.',
|
||||
'need_id_to_match' => 'Necesitas registrar esta entrada con un ID para que la API pueda hacerla coincidir.',
|
||||
'too_many_unmatched' => 'Demasiadas transacciones registradas no se pueden hacer coincidir con sus respectivas entradas de la base de datos. Asegúrese de que las entradas existentes tienen un ID válido.',
|
||||
'id_does_not_match' => 'El ID #:id registrado no coincide con el ID esperado. Asegúrese de que coincide u omita el campo.',
|
||||
'too_many_unmatched' => 'Demasiadas transacciones enviadas no pueden emparejarse con sus respectivas entradas en la base de datos. Asegúrese de que las entradas existentes tienen un ID válido.',
|
||||
'id_does_not_match' => 'El ID #:id enviado no coincide con el ID esperado. Asegúrese de que coincide u omita el campo.',
|
||||
'at_least_one_repetition' => 'Se necesita al menos una repetición.',
|
||||
'require_repeat_until' => 'Se precisa un número de repeticiones o una fecha de finalización (repeat_until). No ambas.',
|
||||
'require_currency_info' => 'El contenido de este campo no es válido sin la información montearia.',
|
||||
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'withdrawal_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',
|
||||
'withdrawal_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'No se ha podido encontrar una cuenta de reconciliación válida al buscar por ID ":id" o nombre ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida al buscar el ID ":id" o nombre ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'deposit_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',
|
||||
'deposit_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'deposit_dest_wrong_type' => 'La cuenta de destino enviada no es del tipo correcto.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'transfer_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".',
|
||||
'transfer_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'need_id_in_edit' => 'Cada división debe tener transaction_journal_id (ID válido o 0).',
|
||||
|
||||
'ob_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.',
|
||||
'lc_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido para continuar.',
|
||||
'ob_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
'reconciliation_either_account' => 'Para enviar una reconciliación, debe enviar una cuenta de origen o de destino. Ni ambas ni ninguna de las dos.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'withdrawal_source_bad_data' => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'withdrawal_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kelvollista lähdetiliä ei löytynyt, kun etsittiin tunnusta ":id" tai nimeä ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'deposit_source_bad_data' => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'deposit_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'deposit_dest_wrong_type' => 'Syötetty kohdetili ei ole oikean tyyppinen.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'transfer_source_bad_data' => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'transfer_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'need_id_in_edit' => 'Kaikilla jaetuilla tapahtumilla täytyy olla transaction_journal_id (joko voimassaoleva tunniste tai 0).',
|
||||
|
||||
'ob_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.',
|
||||
'lc_source_need_data' => 'Tarvitaan kelvollinen lähdetilin tunniste.',
|
||||
'ob_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => ':amount ajouté à la tirelire ":name"',
|
||||
'ale_action_log_remove' => ':amount retiré de la tirelire ":name"',
|
||||
'ale_action_clear_budget' => 'Supprimé du budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Supprimé de la catégorie',
|
||||
'ale_action_clear_notes' => 'Notes supprimées',
|
||||
'ale_action_clear_tag' => 'Tag retiré',
|
||||
|
@ -61,10 +61,10 @@ return [
|
||||
'invalid_selection' => 'Votre sélection est invalide.',
|
||||
'belongs_user' => 'Cette valeur n\'est pas valide pour ce champ.',
|
||||
'at_least_one_transaction' => 'Besoin d\'au moins une opération.',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'recurring_transaction_id' => 'Au moins une opération est nécessaire.',
|
||||
'need_id_to_match' => 'Vous devez saisir cette entrée avec un identifiant pour que l\'API puisse la faire correspondre.',
|
||||
'too_many_unmatched' => 'Trop d\'opérations saisies ne peuvent être associées à leurs entrées respectives dans la base de données. Assurez-vous que les entrées existantes ont un identifiant valide.',
|
||||
'id_does_not_match' => 'L\'identifiant #:id saisi ne correspond pas à l\'identifiant attendu. Assurez-vous qu\'il correspond ou omettez le champ.',
|
||||
'at_least_one_repetition' => 'Besoin d\'au moins une répétition.',
|
||||
'require_repeat_until' => 'Besoin d’un certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.',
|
||||
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
||||
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'withdrawal_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'withdrawal_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Impossible de trouver un compte de rapprochement valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'deposit_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'deposit_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'deposit_dest_wrong_type' => 'Le compte de destination saisi n\'est pas du bon type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'transfer_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'transfer_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'need_id_in_edit' => 'Chaque ventilation doit avoir transaction_journal_id (ID valide ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.',
|
||||
'lc_source_need_data' => 'Besoin d\'un identifiant de compte source valide pour continuer.',
|
||||
'ob_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
'reconciliation_either_account' => 'Pour soumettre un rapprochement, vous devez soumettre soit une source soit un compte de destination. Ni les deux, ni aucun.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'withdrawal_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'withdrawal_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'deposit_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'deposit_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'deposit_dest_wrong_type' => 'A beküldött célfiók nem megfelelő típusú.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'transfer_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'transfer_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'need_id_in_edit' => 'Minden felosztásnak rendelkeznie kell "transaction_journal_id"-val (lehet érvényes érték vagy 0).',
|
||||
|
||||
'ob_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'withdrawal_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'withdrawal_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'deposit_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'deposit_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'deposit_dest_wrong_type' => 'Akun tujuan yang dikirimkan bukan dari jenis yang benar.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'transfer_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'transfer_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'need_id_in_edit' => 'Setiap pisahan harus memiliki transaction_journal_id (ID yang valid atau 0).',
|
||||
|
||||
'ob_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.',
|
||||
'lc_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid untuk melanjutkan.',
|
||||
'ob_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Etichette cancellate',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'withdrawal_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'withdrawal_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Non è stato possibile trovare un conto valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'deposit_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'deposit_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'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.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'transfer_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'transfer_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'need_id_in_edit' => 'Ogni suddivisione deve avere un "transaction_journal_id" (un ID valido oppure 0).',
|
||||
|
||||
'ob_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.',
|
||||
'lc_source_need_data' => 'È necessario ottenere un ID del conto sorgente valido per continuare.',
|
||||
'ob_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".',
|
||||
'reconciliation_either_account' => 'Per inviare una riconciliazione devi inserire un conto sorgente o di destinazione, non entrambi o nessuno dei due.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => '続行するには有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'withdrawal_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'withdrawal_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ口座が見つかりませんでした。',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'deposit_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'deposit_dest_need_data' => '続行するには、有効な預け入れ先口座 ID および(または)有効な預け入れ先口座名を取得する必要があります。',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'deposit_dest_wrong_type' => '預け入れ先口座が適切なタイプではありません。',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'transfer_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。',
|
||||
'transfer_dest_need_data' => '続行するには、有効な預け入れ先口座 ID および(または)有効な預け入れ先口座名を取得する必要があります。',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'need_id_in_edit' => '各分割は transaction_journal_id (有効な ID または 0 のいずれか) でなければなりません。',
|
||||
|
||||
'ob_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'lc_source_need_data' => '続行するには有効な引き出し元口座 ID が必要です。',
|
||||
'ob_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => '":name" 저금통에 :amount 추가',
|
||||
'ale_action_log_remove' => '":name" 저금통에서 :amount 제거',
|
||||
'ale_action_clear_budget' => '예산에서 제거됨',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => '카테고리에서 제거됨',
|
||||
'ale_action_clear_notes' => '제거된 노트',
|
||||
'ale_action_clear_tag' => '삭제된 태그',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => '계속하려면 유효한 소스 계정 ID 및/또는 유효한 소스 계정 이름이 필요합니다.',
|
||||
'withdrawal_source_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 소스 계정을 찾을 수 없습니다.',
|
||||
'withdrawal_dest_need_data' => '계속하려면 유효한 대상 계정 ID 및/또는 유효한 대상 계정 이름이 필요합니다.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 대상 계정을 찾을 수 없습니다.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 조정 계정을 찾을 수 없습니다.',
|
||||
|
||||
'generic_source_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 소스 계정을 찾을 수 없습니다.',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => '계속하려면 유효한 소스 계정 ID 및/또는 유효한 소스 계정 이름이 필요합니다.',
|
||||
'deposit_source_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 소스 계정을 찾을 수 없습니다.',
|
||||
'deposit_dest_need_data' => '계속하려면 유효한 대상 계정 ID 및/또는 유효한 대상 계정 이름이 필요합니다.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 대상 계정을 찾을 수 없습니다.',
|
||||
'deposit_dest_wrong_type' => '제출된 대상 계정이 올바른 유형이 아닙니다.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => '계속하려면 유효한 소스 계정 ID 및/또는 유효한 소스 계정 이름이 필요합니다.',
|
||||
'transfer_source_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 소스 계정을 찾을 수 없습니다.',
|
||||
'transfer_dest_need_data' => '계속하려면 유효한 대상 계정 ID 및/또는 유효한 대상 계정 이름이 필요합니다.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 대상 계정을 찾을 수 없습니다.',
|
||||
'need_id_in_edit' => '각 분할에는 transaction_journal_id(유효한 ID 또는 0) 가 있어야 합니다.',
|
||||
|
||||
'ob_source_need_data' => '계속하려면 유효한 소스 계정 ID 및/또는 유효한 소스 계정 이름이 필요합니다.',
|
||||
'lc_source_need_data' => '계속하려면 유효한 소스 계정 ID가 필요합니다.',
|
||||
'ob_dest_need_data' => '계속하려면 유효한 대상 계정 ID 및/또는 유효한 대상 계정 이름이 필요합니다.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'ID ":id" 또는 이름 ":name"을 검색할 때 유효한 대상 계정을 찾을 수 없습니다.',
|
||||
'reconciliation_either_account' => '조정을 제출하려면 소스 계정 또는 대상 계정 중 하나를 제출해야 합니다.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'La til :amount i sparegrisen «:name»',
|
||||
'ale_action_log_remove' => 'Fjernet :amount fra sparegrisen «:name»',
|
||||
'ale_action_clear_budget' => 'Fjernet fra budsjett',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Fjernet fra kategori',
|
||||
'ale_action_clear_notes' => 'Fjernet notater',
|
||||
'ale_action_clear_tag' => 'Fjernet tagg',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.',
|
||||
'withdrawal_source_bad_data' => 'Finner ikke en gyldig kilde-konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'withdrawal_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Kunne ikke finne en gyldig målkonto ved søk etter ID ":id" eller navn ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Kunne ikke finne en gyldig avstemmingskonto ved søk etter ID ":id" eller navn ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kunne ikke finne en gyldig kildekonto ved søk etter ID ":id" eller navn ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.',
|
||||
'deposit_source_bad_data' => 'Kunne ikke finne en gyldig kilde-konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'deposit_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjons konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'deposit_dest_wrong_type' => 'Den oppgitte målkontoen er ikke av riktig type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.',
|
||||
'transfer_source_bad_data' => 'Finner ikke en gyldig kilde-konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'transfer_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjons konto ved å søke etter ID ":id" eller navn ":name".',
|
||||
'need_id_in_edit' => 'Hver del må ha transaction_journal_id (enten gyldig ID eller 0).',
|
||||
|
||||
'ob_source_need_data' => 'Trenger en gyldig kildekonto ID og/eller gyldig kildekonto navn for å fortsette.',
|
||||
'lc_source_need_data' => 'Trenger en gyldig kildekonto ID for å fortsette.',
|
||||
'ob_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjonskonto ved søk etter ID ":id" eller navn ":name".',
|
||||
'reconciliation_either_account' => 'For å utføre en avstemming, må du enten oppgi en kilde eller en målkonto. Ikke begge eller ingen.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => ':amount toegevoegd aan spaarpotje ":name"',
|
||||
'ale_action_log_remove' => ':amount is verwijderd uit spaarpotje ":name"',
|
||||
'ale_action_clear_budget' => 'Verwijderd uit budget',
|
||||
'ale_action_update_group_title' => 'Transactietitel bijgewerkt',
|
||||
'ale_action_update_date' => 'Transactiedatum bijgewerkt',
|
||||
'ale_action_update_order' => 'Transactievolgorde bijgewerkt',
|
||||
'ale_action_clear_category' => 'Verwijderd uit categorie',
|
||||
'ale_action_clear_notes' => 'Verwijderde notities',
|
||||
'ale_action_clear_tag' => 'Tag gewist',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'withdrawal_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'withdrawal_dest_need_data' => 'Om door te gaan moet een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Kan geen geldige afstemmingsrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'deposit_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'deposit_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'deposit_dest_wrong_type' => 'De ingevoerde doelrekening is niet van het juiste type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Om door te gaan moet een geldig bronaccount ID en/of geldige bronaccountnaam worden gevonden.',
|
||||
'transfer_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'transfer_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'need_id_in_edit' => 'Elke split moet een transaction_journal_id hebben (een geldig ID of 0).',
|
||||
|
||||
'ob_source_need_data' => 'Om door te gaan moet er een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.',
|
||||
'lc_source_need_data' => 'Er moet een geldig bronrekening-ID zijn om door te gaan.',
|
||||
'ob_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".',
|
||||
'reconciliation_either_account' => 'Om een afstemmingstransactie in te dienen moet je een bron- of doelrekening insturen. Niet beide, niet geen beide.',
|
||||
|
||||
|
@ -51,7 +51,7 @@ return [
|
||||
'edit_piggyBank' => 'Rediger sparegris ":name"',
|
||||
'preferences' => 'Innstillinger',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Kontoer',
|
||||
'accounts' => 'Kontoar',
|
||||
'changePassword' => 'Endre passord',
|
||||
'change_email' => 'Endre din epostadresse',
|
||||
'bills' => 'Rekningar',
|
||||
@ -97,7 +97,7 @@ return [
|
||||
'logout_others' => 'Logg ut andre økter',
|
||||
'asset_accounts' => 'Aktivakonto',
|
||||
'expense_accounts' => 'Utgiftskonto',
|
||||
'revenue_accounts' => 'Inntektskontoer',
|
||||
'revenue_accounts' => 'Inntektskontoar',
|
||||
'liabilities_accounts' => 'Gjeld',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -37,8 +37,8 @@ declare(strict_types=1);
|
||||
return [
|
||||
'no_demo_text' => 'Beklager, det eksisterar ingen ekstra demoforklaring for <abbr title=":route">denne sida</abbr>.',
|
||||
'see_help_icon' => 'Imidlertid kan <i class="fa fa-question-circle"></i>-ikonet øverst i høgre hjørne fortelle deg meir.',
|
||||
'index' => 'Velkomen til <strong>Firefly III</strong>! På denne sida får du ein rask oversikt over økonomien din. For meir informasjon, sjekk ut Kontoer → <a href=":asset">Eiendelskontoer</a> og sjølvsagt <a href=":budgets">Budsjetter</a> og <a href=":reports">Rapporter</a>. Eller berre ta ein titt rundt og sjå kor du ender opp.',
|
||||
'accounts-index' => 'Brukskontoer er dine personlige bankkontoer. Kostnadskontoer er kontoane du brukar pengar på, for eksempel butikker og venner. Inntektskontoer er kontoer du mottar pengar fra, for eksempel jobben din, det offentlige eller andre inntektskilder. På denne sida kan du redigera eller fjerna dem.',
|
||||
'index' => 'Velkomen til <strong>Firefly III</strong>! På denne sida får du ein rask oversikt over økonomien din. For meir informasjon, sjekk ut Kontoar → <a href=":asset">Eiendelskontoar</a> og sjølvsagt <a href=":budgets">Budsjetter</a> og <a href=":reports">Rapporter</a>. Eller berre ta ein titt rundt og sjå kor du ender opp.',
|
||||
'accounts-index' => 'Brukskontoar er dine personlige bankkontoar. Kostnadskontoar er kontoane du brukar pengar på, for eksempel butikker og venner. Inntektskontoar er kontoar du mottek pengar frå, for eksempel jobben din, det offentlige eller andre inntektskjelder. På denne sida kan du redigera eller fjerna dei.',
|
||||
'budgets-index' => 'Denne sida visar ei oversikt over budsjetta dine. Den øverste linja visar beløpet som er tilgjengelig for budsjettering. Dette kan tilpassast for kvar periode ved å klikka på beløpet til høgre. Beløpet du faktisk har brukt, vert vist på linja under. Under det er kostnadane per budsjett og kva du har budsjettert for dem.',
|
||||
'reports-index-start' => 'Firefly III støttar ein rekke typer rapporter. Les om dei ved å klikka på <i class="fa fa-question-circle"></i>-ikonet øverst i høgre hjørne.',
|
||||
'reports-index-examples' => 'Husk å sjekke ut desse eksemplene: <a href=":one">månedlig finansiell oversikt</a>, <a href=":two">årlig finansiell oversikt</a> og <a href=":three">budsjettoversikt</a>.',
|
||||
|
@ -93,7 +93,7 @@ return [
|
||||
'new_liabilities_account' => 'Ny gjeld',
|
||||
'new_budget' => 'Nytt budsjett',
|
||||
'new_bill' => 'Ny rekning',
|
||||
'block_account_logout' => 'Du har vorte logget ut. Blokkerte kontoer kan ikkje bruka dette nettstedet. Har du registrert deg med ein gyldig e-postadresse?',
|
||||
'block_account_logout' => 'Du har vorte logga ut. Blokkerte kontoar kan ikkje bruka denne nettstaden. Har du registrert deg med ei gyldig e-postadresse?',
|
||||
'flash_success' => 'Suksess!',
|
||||
'flash_info' => 'Melding',
|
||||
'flash_warning' => 'Advarsel!',
|
||||
@ -126,8 +126,8 @@ return [
|
||||
'no_bill_pointer' => 'Det ser ut til at du ikkje har nokon rekningar enda. Du bør oppretta nokon på <a href="bills">rekningar</a>-side. Rekningar kan hjelpa deg med å holde oversikt over utgifter.',
|
||||
'Savings account' => 'Sparekonto',
|
||||
'Credit card' => 'Kredittkort',
|
||||
'source_accounts' => 'Kjelde konto|Kjeldekontoer',
|
||||
'destination_accounts' => 'Destinasjonskonto(utgiftskonto)|Destinasjonskontoer',
|
||||
'source_accounts' => 'Kjelde konto|Kjeldekontoar',
|
||||
'destination_accounts' => 'Målkonto|Målkontoar',
|
||||
'user_id_is' => 'Din brukar-ID er <strong>:user</strong>',
|
||||
'field_supports_markdown' => 'Dette feltet støttar <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
|
||||
'need_more_help' => 'Om du treng meir hjelp med å bruka Firefly III, vennligst <a href="https://github.com/firefly-iii/firefly-iii/issues">opprett ein sak på Github</a>.',
|
||||
@ -148,7 +148,7 @@ return [
|
||||
'earned_in_specific_double' => 'Opptjent i konto ":account',
|
||||
'source_account' => 'Kjeldekonto',
|
||||
'source_account_reconciliation' => 'Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.',
|
||||
'destination_account' => 'Destinasjonskonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'destination_account_reconciliation' => 'Du kan ikkje redigera kildekontoen for ein avstemmingstransaksjon.',
|
||||
'sum_of_expenses_in_budget' => 'Brukt totalt i budsjett ":budget"',
|
||||
'left_in_budget_limit' => 'Igjen å bruka i følge budsjett',
|
||||
@ -203,7 +203,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Kjeldekonto "@source_name" godtar kun transaksjonar i @source_currency. Destinasjonskonto "@dest_name" aksepterer berre transaksjonar i @dest_currency. Du må angi overført beløp rett i begge valutaene.',
|
||||
'transaction_data' => 'Transaksjonsdata',
|
||||
'invalid_server_configuration' => 'Ugyldig serverkonfigurasjon',
|
||||
'invalid_locale_settings' => 'Firefly III kan ikkje formatere pengebeløp fordi serveren din mangler dei nødvendige pakkene. Sjå følgende <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instruksjonar for korleis du setter opp dette</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III kan ikkje formatere pengebeløp fordi serveren din manglar dei nødvendige pakkane. Sjå følgande <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instruksjonar for korleis du set opp dette</a>.',
|
||||
'quickswitch' => 'Hurtigbryter',
|
||||
'sign_in_to_start' => 'Logg inn for å starte økten',
|
||||
'sign_in' => 'Logg inn',
|
||||
@ -296,8 +296,8 @@ return [
|
||||
'unpaid_in_currency' => 'Ubetalt i :currency',
|
||||
'is_alpha_warning' => 'Du køyrer ein ALPHA-versjon. Vær varsom for feil og problemer.',
|
||||
'is_beta_warning' => 'Du køyrer ein BETA-versjon. Vær varsom for bugs og problemer.',
|
||||
'all_destination_accounts' => 'Destinasjonskonto',
|
||||
'all_source_accounts' => 'Kjeldekontoer',
|
||||
'all_destination_accounts' => 'Målkonto',
|
||||
'all_source_accounts' => 'Kjeldekontoar',
|
||||
'back_to_index' => 'Tilbake til index',
|
||||
'cant_logout_guard' => 'Firefly III kan ikkje logge deg ut.',
|
||||
'internal_reference' => 'Intern referanse',
|
||||
@ -1308,8 +1308,8 @@ return [
|
||||
'equal_to_language' => '(likt språk)',
|
||||
'dark_mode_preference' => 'Mørk modus',
|
||||
'dark_mode_preference_help' => 'Fortell Firefly III når den skal bruka mørk modus.',
|
||||
'pref_home_screen_accounts' => 'Startskjermkontoer',
|
||||
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal visast på startsida?',
|
||||
'pref_home_screen_accounts' => 'Startskjermkontoar',
|
||||
'pref_home_screen_accounts_help' => 'Kva kontoar skal visast på startsida?',
|
||||
'pref_view_range' => 'Visningsgrense',
|
||||
'pref_view_range_help' => 'Noen diagrammer er automatisk gruppert i perioder. Budsjetta grupperes òg i perioder. Kva for ein periode føretrekk du?',
|
||||
'pref_1D' => 'Én dag',
|
||||
@ -1359,7 +1359,7 @@ return [
|
||||
'pref_home_do_show_deposits' => 'Ja, vis dem',
|
||||
'successful_count' => 'korav :count var vellukka',
|
||||
'list_page_size_title' => 'Sidestørrelse',
|
||||
'list_page_size_help' => 'Ein liste over ting (kontoer, transaksjonar osv.). Visar maksimalt dette antal element per side.',
|
||||
'list_page_size_help' => 'Ei liste over ting (kontoar, transaksjonar osv.). Visar maksimalt dette antal element på kvar side.',
|
||||
'list_page_size_label' => 'Sidestørrelse',
|
||||
'between_dates' => '(:start og :end)',
|
||||
'pref_optional_fields_transaction' => 'Valgfrie felt for transaksjonar',
|
||||
@ -1407,9 +1407,9 @@ return [
|
||||
'delete_data_title' => 'Slett data frå Firefly III',
|
||||
'permanent_delete_stuff' => 'Du kan sletta ting frå Firefly III. Ved å bruka knappane under betyr at oppføringane dine vil verta fjerna frå visning og skjult. Det er ikkje mogleg å angre på dette, men elementa kan forbli i databasen kor du kan hente dei tilbake om nødvendig.',
|
||||
'other_sessions_logged_out' => 'Alle dine andre økter har vorte logget ut.',
|
||||
'delete_unused_accounts' => 'Sletting av ubrukte kontoer vil tømme auto-fullfør listene dine.',
|
||||
'delete_all_unused_accounts' => 'Slette ubrukte kontoer',
|
||||
'deleted_all_unused_accounts' => 'Alle ubrukte kontoer er sletta',
|
||||
'delete_unused_accounts' => 'Sletting av ubrukte kontoar vil tømma auto-fullfør listene dine.',
|
||||
'delete_all_unused_accounts' => 'Slett ubrukte kontoar',
|
||||
'deleted_all_unused_accounts' => 'Alle ubrukte kontoar er sletta',
|
||||
'delete_all_budgets' => 'Slett ALLE budsjett',
|
||||
'delete_all_categories' => 'Slett ALLE kategoriane dine',
|
||||
'delete_all_tags' => 'Slett ALLE taggane dine',
|
||||
@ -1427,7 +1427,7 @@ return [
|
||||
'delete_all_withdrawals' => 'Slett ALLE uttaka dine',
|
||||
'delete_all_deposits' => 'Slett ALLE innskot',
|
||||
'delete_all_transfers' => 'Slett ALLE overføringer',
|
||||
'also_delete_transactions' => 'Å sletta kontoer vil òg sletta ALLE assosierte uttak, innskot og overføringer!',
|
||||
'also_delete_transactions' => 'Når kontoar vert sletta så vert ALLE tilhøyrande uttak, innskot og overføringar sletta!',
|
||||
'deleted_all_budgets' => 'Alle budsjett har vorte sletta',
|
||||
'deleted_all_categories' => 'Alle kategoriar har vorte sletta',
|
||||
'deleted_all_tags' => 'Alle tagger har vorte sletta',
|
||||
@ -1435,10 +1435,10 @@ return [
|
||||
'deleted_all_piggy_banks' => 'Alle sparegriser er sletta',
|
||||
'deleted_all_rules' => 'Alle reglar og regelgrupper er sletta',
|
||||
'deleted_all_object_groups' => 'Alle grupper har vorte sletta',
|
||||
'deleted_all_accounts' => 'Alle kontoer er sletta',
|
||||
'deleted_all_asset_accounts' => 'Alle aktivakontoer har vorte sletta',
|
||||
'deleted_all_expense_accounts' => 'Alle utgiftskontoer er sletta',
|
||||
'deleted_all_revenue_accounts' => 'Alle inntektskontoer er sletta',
|
||||
'deleted_all_accounts' => 'Alle kontoar har vorte sletta',
|
||||
'deleted_all_asset_accounts' => 'Alle aktivakontoar har vorte sletta',
|
||||
'deleted_all_expense_accounts' => 'Alle utgiftskontoar har blitt sletta',
|
||||
'deleted_all_revenue_accounts' => 'Alle inntektskontoar har blitt sletta',
|
||||
'deleted_all_liabilities' => 'Alle forpliktelser har vorte sletta',
|
||||
'deleted_all_transactions' => 'Alle transaksjonar har vorte sletta',
|
||||
'deleted_all_withdrawals' => 'Alle uttak er sletta',
|
||||
@ -1451,7 +1451,7 @@ return [
|
||||
'new_password' => 'Nytt passord',
|
||||
'new_password_again' => 'Nytt passord (gjenta)',
|
||||
'delete_your_account' => 'Slett din konto',
|
||||
'delete_your_account_help' => 'Om du slettar brukarkontoen din, slettes òg alle kontoer, transaksjonar, <em>og alt anna</em> du har lagra i Firefly III. Det blir BORTE.',
|
||||
'delete_your_account_help' => 'Om du slettar brukarkontoen din så vert og alle kontoar, transaksjonar, <em>og alt anna</em> du har lagra i Firefly III sletta. Det blir vekke FOR GODT.',
|
||||
'delete_your_account_password' => 'Skriv inn passordet ditt for å fortsetja.',
|
||||
'password' => 'Passord',
|
||||
'are_you_sure' => 'Er du sikker? Du kan ikkje angre på dette.',
|
||||
@ -1517,7 +1517,7 @@ return [
|
||||
'profile_something_wrong' => 'Noe gikk galt!',
|
||||
'profile_try_again' => 'Noe gikk galt. Prøv på nytt.',
|
||||
'amounts' => 'Beløp',
|
||||
'multi_account_warning_unknown' => 'Avhengig av hvilken type transaksjon du oppretter, Kjelden og/eller destinasjonskonto for etterfølgende delinger kan overstyres av det som er definert i transaksjonens første del.',
|
||||
'multi_account_warning_unknown' => 'Avhengig av hvilken type transaksjon du opprettar, Kjelde og/eller målkonto for etterfølgande delingar kan overstyrast av det som er definert i transaksjonens første del.',
|
||||
'multi_account_warning_withdrawal' => 'Husk at kildekontoen for etterfølgende oppsplitting skal overlates av kva som defineres i den første delen av uttrekket.',
|
||||
'multi_account_warning_deposit' => 'Husk at mottakerkontoen for etterfølgende oppsplitting skal overstyres av det som er definert i den første delen av depositumet.',
|
||||
'multi_account_warning_transfer' => 'Husk at kildens pluss destinasjonskonto med etterfølgende oppdeling overstyres av det som er definert i ein første del av overføringen.',
|
||||
@ -1590,7 +1590,7 @@ return [
|
||||
'convert_please_set_expense_destination' => 'Vennligst velg utgiftsskontoen pengane skal gå til.',
|
||||
'convert_please_set_asset_source' => 'Vennligst velg aktivakontoen pengane kommer fra.',
|
||||
'convert_expl_w_d' => 'Når du konverterer frå eit uttak til eit innskot, blir pengane deponert på den angitte målkontoen, i staden for å verta trukket ut av den. |Når du går over frå eit uttak til eit innskot, vil pengane verta deponert til målkontoane som er vist, i staden for å verta trukket frå dem.',
|
||||
'convert_expl_w_t' => 'Ved konvertering frå uttak til overføring, vil pengane overføres frå kildekontoen til andre aktiva eller gjeld i staden for å verta brukt på den opprinnelige utgiftskontoen.|Ved konvertering frå uttak til overføring, vil pengane overføres frå kjeldekontoane til andre aktiva eller gjeldskontoer i staden for å verta brukt på den opprinnelige utgiftskontoen.',
|
||||
'convert_expl_w_t' => 'Ved konvertering frå uttak til overføring, vil pengane overføres frå kildekontoen til andre aktiva eller gjeld i staden for å verta brukt på den opprinnelige utgiftskontoen.|Ved konvertering frå uttak til overføring, vil pengane overføres frå kjeldekontoane til andre aktiva eller gjeldskontoar i staden for å verta brukt på den opprinnelige utgiftskontoen.',
|
||||
'convert_expl_d_w' => 'Når eit innskot blir konvertert til eit uttak, vil pengane tas ut frå den viste kildekontoen i staden for å verta satt inn på den.|Når eit innskot blir konvertert til eit uttak, vil pengane tas ut frå dei viste kjeldekontoane i staden for å verta satt inn på dem.',
|
||||
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
|
||||
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
|
||||
@ -1780,8 +1780,8 @@ return [
|
||||
// accounts:
|
||||
'i_am_owed_amount' => 'Jeg er skyldig beløp',
|
||||
'i_owe_amount' => 'Jeg skylder beløp',
|
||||
'inactive_account_link' => 'Du har :count inaktiv (arkivert) konto, som du kan sjå på denne separate sida. Du har :count inaktive (arkiverte) kontoer som du kan sjå på denne separate sida.',
|
||||
'all_accounts_inactive' => 'Dette er dine inaktive kontoer.',
|
||||
'inactive_account_link' => 'Du har :count inaktiv (arkivert) konto, som du kan sjå på denne separate sida. Du har :count inaktive (arkiverte) kontoar som du kan sjå på denne separate sida.',
|
||||
'all_accounts_inactive' => 'Dette er dine inaktive kontoar.',
|
||||
'active_account_link' => 'Denne lenken går tilbake til dei aktive kontoane.',
|
||||
'account_missing_transaction' => 'Konto #:id (":name") kan ikkje verta vist direkte, Firefly mangler omdirigerings informasjon.',
|
||||
'cc_monthly_payment_date_help' => 'Vel eit år og ein månad, det vert ignorert likevel. Berre dagen i måneden er relevant.',
|
||||
@ -1812,14 +1812,14 @@ return [
|
||||
'make_new_expense_account' => 'Opprett ein ny utgiftskonto',
|
||||
'make_new_revenue_account' => 'Opprett ein ny inntektskonto',
|
||||
'make_new_liabilities_account' => 'Opprett ny gjeld',
|
||||
'asset_accounts' => 'Aktivakontoer',
|
||||
'undefined_accounts' => 'Kontoer',
|
||||
'asset_accounts_inactive' => 'Eiendelskontoer (inaktive)',
|
||||
'expense_accounts' => 'Utgiftskontoer',
|
||||
'expense_accounts_inactive' => 'Utgiftskontoer (inaktive)',
|
||||
'revenue_accounts' => 'Inntektskontoer',
|
||||
'revenue_accounts_inactive' => 'Inntektskontoer (inaktive)',
|
||||
'cash_accounts' => 'Kontantkontoer',
|
||||
'asset_accounts' => 'Aktivakontoar',
|
||||
'undefined_accounts' => 'Kontoar',
|
||||
'asset_accounts_inactive' => 'Aktivakontoar (inaktive)',
|
||||
'expense_accounts' => 'Utgiftskontoar',
|
||||
'expense_accounts_inactive' => 'Utgiftskontoar (inaktive)',
|
||||
'revenue_accounts' => 'Inntektskontoar',
|
||||
'revenue_accounts_inactive' => 'Inntektskontoar (inaktive)',
|
||||
'cash_accounts' => 'Kontantkontoar',
|
||||
'Cash account' => 'Kontantkonto',
|
||||
'liabilities_accounts' => 'Gjeldskonto',
|
||||
'liabilities_accounts_inactive' => 'Gjeldskonto (inaktive)',
|
||||
@ -1871,7 +1871,7 @@ return [
|
||||
'create_neg_reconcile_transaction' => 'Fjern dei valde transaksjonene, og opprett ein korrigering som tek bort :amount frå denne aktivakontoen.',
|
||||
'reconcile_do_nothing' => 'Fjern dei valde transaksjonene, men ikkje korriger.',
|
||||
'reconcile_go_back' => 'Du kan alltid redigera eller sletta ein korrigering senere.',
|
||||
'must_be_asset_account' => 'Du kan berre avstemme aktivakontoer',
|
||||
'must_be_asset_account' => 'Du kan berre avstemma aktivakontoar',
|
||||
'reconciliation_stored' => 'Avstemming lagra',
|
||||
'reconciliation_error' => 'På grunn av ein feil vart transaksjonane markert som avstemt, men korrigeringen har ikkje vorte lagra: :error.',
|
||||
'reconciliation_transaction_title' => 'Avstemming (:from til :to)',
|
||||
@ -1997,13 +1997,13 @@ return [
|
||||
'mass_edited_transactions_success' => 'Updated :count transaction.|Updated :count transactions.',
|
||||
'opt_group_' => '(ingen kontotype)',
|
||||
'opt_group_no_account_type' => '(ingen kontotype)',
|
||||
'opt_group_defaultAsset' => 'Standard aktivakontoer',
|
||||
'opt_group_savingAsset' => 'Sparekontoer',
|
||||
'opt_group_sharedAsset' => 'Delte aktivakontoer',
|
||||
'opt_group_defaultAsset' => 'Standard aktivakontoar',
|
||||
'opt_group_savingAsset' => 'Sparekontoar',
|
||||
'opt_group_sharedAsset' => 'Delte aktivakontoar',
|
||||
'opt_group_ccAsset' => 'Kredittkort',
|
||||
'opt_group_cashWalletAsset' => 'Kontant lommebok',
|
||||
'opt_group_expense_account' => 'Utgiftskontoer',
|
||||
'opt_group_revenue_account' => 'Inntektskontoer',
|
||||
'opt_group_expense_account' => 'Utgiftskontoar',
|
||||
'opt_group_revenue_account' => 'Inntektskontoar',
|
||||
'opt_group_l_Loan' => 'Gjeld: Lån',
|
||||
'opt_group_cash_account' => 'Kontantkonto',
|
||||
'opt_group_l_Debt' => 'Gjeld: Gjeld',
|
||||
@ -2028,7 +2028,7 @@ return [
|
||||
'submission' => 'Submission',
|
||||
'submit_yes_really' => 'Registrer (Jeg veit kva eg gjer)',
|
||||
'getting_started' => 'Kom igang',
|
||||
'to_get_started' => 'Det er godt å sjå at du har installert Firefly III. Vennligst skriv inn bankens namn og saldo på hovedkontoen din for å komme i gang. Du trenger Ikke bekymre deg om du har fleire kontoer. Du kan legga dei til senere. Dette er berre for at Firefly III skal få noko data å arbeide med.',
|
||||
'to_get_started' => 'Det er godt å sjå at du har installert Firefly III. Vennligst skriv inn bankens namn og saldo på hovedkontoen din for å komme i gang. Du treng Ikke bekymra deg om du har fleire kontoar. Du kan legga dei til seinare. Dette her er berre for at Firefly III skal få noko data å starta med.',
|
||||
'savings_balance_text' => 'Firefly III vil automatisk oppretta ein sparekonto for deg. Som standard vil det ikkje vera pengar på sparekontoen din, men om du oppgir saldoen din til Firefly III så blir den lagt inn for deg.',
|
||||
'finish_up_new_user' => 'Det var alt! Du kan fortsetja ved å trykke <strong>Send</strong>. Deretter vil du verta tatt til startskjermen til Firefly III.',
|
||||
'stored_new_accounts_new_user' => 'Jippi! Dei nye kontoane dine vart lagra.',
|
||||
@ -2041,7 +2041,7 @@ return [
|
||||
// home page:
|
||||
'transaction_table_description' => 'Ein tabell som inneheld transaksjonane dine',
|
||||
'opposing_account' => 'Opposing account',
|
||||
'yourAccounts' => 'Dine kontoer',
|
||||
'yourAccounts' => 'Dine kontoar',
|
||||
'your_accounts' => 'Din konto oversikt',
|
||||
'category_overview' => 'Kategori oversikt',
|
||||
'expense_overview' => 'Utgiftskonto oversikt',
|
||||
@ -2076,7 +2076,7 @@ return [
|
||||
'currencies' => 'Valutaer',
|
||||
'activity' => 'Aktivitet',
|
||||
'usage' => 'Bruk',
|
||||
'accounts' => 'Kontoer',
|
||||
'accounts' => 'Kontoar',
|
||||
'Asset account' => 'Aktivakonto',
|
||||
'Default account' => 'Aktivakonto',
|
||||
'Expense account' => 'Utgiftskonto',
|
||||
@ -2165,11 +2165,11 @@ return [
|
||||
'quick_link_examples' => 'Dette er berre nokon eksempel linker for å komme i gang. Sjekk ut hjelpesidene under (?) -knappen for informasjon om alle rapporter og dei magiske orda som du kan bruka.',
|
||||
'quick_link_default_report' => 'Standard finansiell rapport',
|
||||
'quick_link_audit_report' => 'Oversikt over transaksjonshistorikk',
|
||||
'report_this_month_quick' => 'Inneverande månad, alle kontoer',
|
||||
'report_last_month_quick' => 'Forrige månad, alle kontoer',
|
||||
'report_this_year_quick' => 'Inneverande år, alle kontoer',
|
||||
'report_this_fiscal_year_quick' => 'Inneverande rekneskapsår, alle kontoer',
|
||||
'report_all_time_quick' => 'Fra tidenes morgen, alle kontoer',
|
||||
'report_this_month_quick' => 'Inneverande månad, alle kontoar',
|
||||
'report_last_month_quick' => 'Forrige månad, alle kontoar',
|
||||
'report_this_year_quick' => 'Inneverande år, alle kontoar',
|
||||
'report_this_fiscal_year_quick' => 'Inneverande rekneskapsår, alle kontoar',
|
||||
'report_all_time_quick' => 'Frå tidenes morgon, alle kontoar',
|
||||
'reports_can_bookmark' => 'Husk at rapporter kan bokmerkes.',
|
||||
'incomeVsExpenses' => 'Inntekter vs. utgifter',
|
||||
'accountBalances' => 'Saldo',
|
||||
@ -2198,7 +2198,7 @@ return [
|
||||
'report_type_tag' => 'Taggrapport',
|
||||
'report_type_double' => 'Rapport for kostnader / inntekter',
|
||||
'more_info_help' => 'Mer informasjon om desse rapportane finn du på hjelpesidene. Trykk på (?) -ikonet øverst til høgre.',
|
||||
'report_included_accounts' => 'Inkluderte kontoer',
|
||||
'report_included_accounts' => 'Inkluderte kontoar',
|
||||
'report_date_range' => 'Datointervall',
|
||||
'report_preset_ranges' => 'Forhåndsinnstilte områder',
|
||||
'shared' => 'Delt',
|
||||
@ -2254,9 +2254,9 @@ return [
|
||||
'in_out_per_category' => 'Tjent og brukt pr. kategori',
|
||||
'out_per_budget' => 'Brukt per budsjett',
|
||||
'select_expense_revenue' => 'Vel utgifts-/inntektskonto',
|
||||
'multi_currency_report_sum' => 'Sidan denne lista inneheld kontoer med forskjellige valutaer vil summen mest sannsynlig ikkje gje mening. Rapporten vil alltid falle tilbake på din standarde valuta.',
|
||||
'multi_currency_report_sum' => 'Sidan denne lista inneheld kontoar med forskjellig valuta vil summen(summane) mest sannsynleg ikkje gje meining. Rapporten vil alltid falla tilbake på din standardvaluta.',
|
||||
'sum_in_default_currency' => 'Summen vil alltid be i din standard valuta.',
|
||||
'net_filtered_prefs' => 'Dette diagrammet vil aldri inkludere kontoer som ikkje har "Inkluder i nettoverdi"-valget avkrysset.',
|
||||
'net_filtered_prefs' => 'Dette diagrammet vil aldri inkludere kontoar som ikkje har "Inkluder i nettoverdi"-valget avkryssa.',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -2522,19 +2522,19 @@ return [
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'La oss oppretta ein aktivakonto!',
|
||||
'no_accounts_intro_asset' => 'Du har ingen aktivakontoer enda. Aktivakontoer er hovedkontoane dine: brukskonto, sparekonto, delt konto eller til og med kredittkortet ditt.',
|
||||
'no_accounts_intro_asset' => 'Du har ingen aktivakontoar enda. Aktivakontoar er hovedkontoane dine: brukskonto, sparekonto, delt konto eller til og med kredittkortet ditt.',
|
||||
'no_accounts_imperative_asset' => 'For å begynne å bruka Firefly III må du oppretta minst ein aktivakonto. La oss gjøre det no:',
|
||||
'no_accounts_create_asset' => 'Opprett ein aktivakonto',
|
||||
'no_accounts_title_expense' => 'La oss laga ein utgiftskonto!',
|
||||
'no_accounts_intro_expense' => 'Du har ingen utgiftskonto enda. Utgiftskontoer er dei stadane du brukar pengar, for eksempel butikker og supermarkeder.',
|
||||
'no_accounts_imperative_expense' => 'Utgiftskontoer opprettes automatisk når du oppretter transaksjonar, men du kan òg oppretta dei manuelt, om du vil. La oss laga ein no:',
|
||||
'no_accounts_intro_expense' => 'Du har ingen utgiftskonto enda. Utgiftskontoar er dei stadane du brukar pengar, for eksempel butikkar og supermarked.',
|
||||
'no_accounts_imperative_expense' => 'Utgiftskontoar vert oppretta automatisk når du opprettar transaksjonar, men du kan og oppretta dei manuelt om du vil. La oss laga ein no:',
|
||||
'no_accounts_create_expense' => 'Opprett ein utgiftskonto',
|
||||
'no_accounts_title_revenue' => 'La oss oppretta ein inntektskonto!',
|
||||
'no_accounts_intro_revenue' => 'Du har ingen inntektskonto enda. Inntektskontoer er dei stadane du mottar pengar fra, for eksempel arbeidsgiveren din.',
|
||||
'no_accounts_imperative_revenue' => 'Inntektsskontoer opprettes automatisk når du oppretter transaksjonar, men du kan òg oppretta dei manuelt, om du vil. La oss laga ein no:',
|
||||
'no_accounts_intro_revenue' => 'Du har ingen inntektskonto enda. Inntektskontoar er dei stadane du mottek pengar frå, for eksempel arbeidsgjevaren din.',
|
||||
'no_accounts_imperative_revenue' => 'Inntektsskontoar vert oppretta automatisk når du opprettar transaksjonar, men du kan og oppretta dei manuelt om du vil. La oss laga ein no:',
|
||||
'no_accounts_create_revenue' => 'Opprett ein inntektskonto',
|
||||
'no_accounts_title_liabilities' => 'La oss laga eit lån!',
|
||||
'no_accounts_intro_liabilities' => 'Du har ingen gjeld enda. "Gjeldskonto" er kontoer som du registrerer (studie) lån og andre former for gjeld på.',
|
||||
'no_accounts_intro_liabilities' => 'Du har ikkje gjeld enda. "Gjeldskonto" er kontoar som du registrerar ditt (studie) lån og andre formar for gjeld på.',
|
||||
'no_accounts_imperative_liabilities' => 'Du behøver ikkje bruka denne funksjonen, men den kan vera fornuftig å bruka når du vil ha kontroll på desse tingene.',
|
||||
'no_accounts_create_liabilities' => 'Opprett gjeld',
|
||||
'no_budgets_title_default' => 'La oss laga eit budsjett',
|
||||
@ -2562,7 +2562,7 @@ return [
|
||||
'no_transactions_imperative_deposit' => 'Har du mottatt pengar? Da bør du skrive det ned:',
|
||||
'no_transactions_create_deposit' => 'Opprett eit innskot',
|
||||
'no_transactions_title_transfers' => 'La oss legga inn ein overføring!',
|
||||
'no_transactions_intro_transfers' => 'Du har ingen overføringer enda. Når du flytter pengar mellom aktivakontoer, registreres dette som ein overføring.',
|
||||
'no_transactions_intro_transfers' => 'Du har ingen overføringar enda. Når du flyttar pengar mellom aktivakontoar, registreres dette som ei overføring.',
|
||||
'no_transactions_imperative_transfers' => 'Har du flyttet pengar rundt? Da bør du skrive det ned:',
|
||||
'no_transactions_create_transfers' => 'Opprett ein overføring',
|
||||
'no_piggies_title_default' => 'La oss laga ein sparegris!',
|
||||
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'La til :amount i sparegrisen «:name»',
|
||||
'ale_action_log_remove' => 'Fjerna :amount frå sparegrisen «:name»',
|
||||
'ale_action_clear_budget' => 'Fjerna frå budsjett',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Fjerna fra kategori',
|
||||
'ale_action_clear_notes' => 'Fjerna notat',
|
||||
'ale_action_clear_tag' => 'Fjerna tagg',
|
||||
|
@ -41,7 +41,7 @@ return [
|
||||
'index_box_out_holder' => 'Denne lille boksen og boksane ved sida av gir deg rask oversikt over din økonomiske situasjon.',
|
||||
'index_help' => 'Om du treng hjelp til ein side eller eit skjema, trykker du på denne knappen.',
|
||||
'index_outro' => 'Dei fleste sidene av Firefly III vil starte med ein liten gjennomgang slik som denne. Ta kontakt med meg om du har spørsmål eller kommentarer. Sett igang!',
|
||||
'index_sidebar-toggle' => 'For å oppretta nye transaksjonar, kontoer eller andre ting, bruk menyen under dette ikonet.',
|
||||
'index_sidebar-toggle' => 'For å oppretta nye transaksjonar, kontoar eller andre ting, bruk menyen under dette ikonet.',
|
||||
'index_cash_account' => 'Dette er kontoane som er oppretta så langt. Du kan bruka kontantkontoen til å spore kontantutgifter, men det er sjølvsagt ikkje obligatorisk.',
|
||||
|
||||
// transactions
|
||||
@ -52,8 +52,8 @@ return [
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'Gi kontoane dine ein gyldig IBAN. Dette gjer dataimport lettare i framtida.',
|
||||
'accounts_create_asset_opening_balance' => 'Aktivakontoer kan ha ein "åpningssaldo" som indikerar starten på denne kontoens historie i Firefly III.',
|
||||
'accounts_create_asset_currency' => 'Firefly III støttar fleire valutaer. Aktivakontoer har ein hovedvaluta, som du må definera her.',
|
||||
'accounts_create_asset_opening_balance' => 'Aktivakontoar kan ha ein "åpningssaldo" som indikerar starten på denne kontoens historie i Firefly III.',
|
||||
'accounts_create_asset_currency' => 'Firefly III støttar fleire valutaer. Aktivakontoar har ein hovedvaluta, som du må definera her.',
|
||||
'accounts_create_asset_virtual' => 'Nokon gonger kan det hjelpa å gje kontoen din ein virtuell saldo: eit ekstra beløp blir alltid lagt til eller fjerna frå den faktiske saldoen.',
|
||||
|
||||
// budgets index
|
||||
@ -80,7 +80,7 @@ return [
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Bruk desse rapportane for å få detaljert innsikt i din økonomi.',
|
||||
'reports_index_inputReportType' => 'Vel ein rapporttype. Sjekk ut hjelpesidene for å sjå kva kvar rapport visar deg.',
|
||||
'reports_index_inputAccountsSelect' => 'Du kan ekskludere eller inkludere aktivakontoer etter eget ønske.',
|
||||
'reports_index_inputAccountsSelect' => 'Du kan ekskludere eller inkludere aktivakontoar etter eget ønske.',
|
||||
'reports_index_inputDateRange' => 'Den valde datoperioden er heilt opp til deg: frå ein dag, og opptil 10 år.',
|
||||
'reports_index_extra-options-box' => 'Avhengig av hvilken rapport du har valt, kan du velga ekstra filtre og alternativ her. Følg med på denne boksen når du endrer rapporttyper.',
|
||||
|
||||
|
@ -115,7 +115,7 @@ return [
|
||||
'blocked_code' => 'Blokkert kode',
|
||||
'source_account' => 'Kjeldekonto',
|
||||
'destination_account' => 'Målkonto',
|
||||
'accounts_count' => 'Antall kontoer',
|
||||
'accounts_count' => 'Antal kontoar',
|
||||
'journals_count' => 'Antall transaksjonar',
|
||||
'attachments_count' => 'Antall vedlegg',
|
||||
'bills_count' => 'Antall rekningar',
|
||||
|
@ -40,8 +40,8 @@ return [
|
||||
'invalid_where_key' => 'JSON inneheld ein ugyldig nøkkel for "where"-klausulen',
|
||||
'invalid_update_key' => 'JSON inneheld ein ugyldig nøkkel for "update"-klausulen',
|
||||
'invalid_query_data' => 'Det eksisterar ugyldig data i %s:%s -feltet for din spørring.',
|
||||
'invalid_query_account_type' => 'Spørringen inneheld kontoer av ulike typer, som ikkje er tillatt.',
|
||||
'invalid_query_currency' => 'Søket inneheld kontoer som har ulike valuta-innstillinger, som ikkje er tillatt.',
|
||||
'invalid_query_account_type' => 'Spørringa inneheld kontoar av ulike typer, det er ikkje tillatt.',
|
||||
'invalid_query_currency' => 'Søket inneheld kontoar som har ulike valuta-innstillingar, det er ikkje tillatt.',
|
||||
'iban' => 'Dette er ikkje ein gyldig IBAN.',
|
||||
'zero_or_more' => 'Verdien kan ikkje vera negativ.',
|
||||
'date_or_time' => 'Verdien må vera eit gyldig dato- eller klokkeslettformat (ISO 8601).',
|
||||
@ -54,7 +54,7 @@ return [
|
||||
'file_already_attached' => 'Opplastede fil ":name" er allereie knytt til dette objektet.',
|
||||
'file_attached' => 'Opplasting av fil ":name" var vellukka.',
|
||||
'must_exist' => 'IDen i feltet :attribute eksisterar ikkje i databasen.',
|
||||
'all_accounts_equal' => 'Alle kontoer i dette feltet må vera like.',
|
||||
'all_accounts_equal' => 'Alle kontoar i dette feltet må vera like.',
|
||||
'group_title_mandatory' => 'Ein gruppetittel er obligatorisk når det er meir enn ein transaksjon.',
|
||||
'transaction_types_equal' => 'Alle deler må vera av samme type.',
|
||||
'invalid_transaction_type' => 'Ugyldig transaksjonstype.',
|
||||
@ -175,8 +175,8 @@ return [
|
||||
'starts_with' => 'Verdien må starte med :values.',
|
||||
'unique_webhook' => 'Du har allereie ein webhook med denne kombinasjonen URL, utløser, respons og levering.',
|
||||
'unique_existing_webhook' => 'Du har allereie ein annan webhook med denne kombinasjonen URL, utløser, respons og levering.',
|
||||
'same_account_type' => 'Begge kontoer må vera av samme kontotype',
|
||||
'same_account_currency' => 'Begge kontoer må ha samme valuta-innstilling',
|
||||
'same_account_type' => 'Begge kontoar må vera av samme kontotype',
|
||||
'same_account_currency' => 'Begge kontoar må ha samme valuta-innstilling',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Trenger ein gyldig kilde konto-ID og/eller gyldig kilde kontonamn for å fortsetja.',
|
||||
'withdrawal_source_bad_data' => 'Finner ikkje ein gyldig kilde-konto ved å søke etter ID ":id" eller namn ":name".',
|
||||
'withdrawal_dest_need_data' => 'Trenger ein gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonamn for å fortsetja.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Kunne ikkje finna ein gyldig målkonto ved søk etter ID ":id" eller namn ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Kunne ikkje finna ein gyldig avstemmingskonto ved søk etter ID ":id" eller namn ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Kunne ikkje finna ein gyldig kjeldekonto ved søk etter ID ":id" eller namn ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trenger ein gyldig kilde konto-ID og/eller gyldig kilde kontonamn for å fortsetja.',
|
||||
'deposit_source_bad_data' => 'Kunne ikkje finna ein gyldig kilde-konto ved å søke etter ID ":id" eller namn ":name".',
|
||||
'deposit_dest_need_data' => 'Trenger ein gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonamn for å fortsetja.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Kunne ikkje finna ein gyldig destinasjons konto ved å søke etter ID ":id" eller namn ":name".',
|
||||
'deposit_dest_wrong_type' => 'Den oppgitte målkontoen er ikkje av rett type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Trenger ein gyldig kilde konto-ID og/eller gyldig kilde kontonamn for å fortsetja.',
|
||||
'transfer_source_bad_data' => 'Finner ikkje ein gyldig kilde-konto ved å søke etter ID ":id" eller namn ":name".',
|
||||
'transfer_dest_need_data' => 'Trenger ein gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonamn for å fortsetja.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Kunne ikkje finna ein gyldig destinasjons konto ved å søke etter ID ":id" eller namn ":name".',
|
||||
'need_id_in_edit' => 'Kvar del må ha transaction_journal_id (enten gyldig ID eller 0).',
|
||||
|
||||
'ob_source_need_data' => 'Trenger ein gyldig kjeldekonto ID og/eller gyldig kjeldekonto namn for å fortsetja.',
|
||||
'lc_source_need_data' => 'Trenger ein gyldig kjeldekonto ID for å fortsetja.',
|
||||
'ob_dest_need_data' => 'Trenger ein gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonamn for å fortsetja.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Kunne ikkje finna ein gyldig destinasjonskonto ved søk etter ID ":id" eller namn ":name".',
|
||||
'reconciliation_either_account' => 'For å utføre ein avstemming, må du enten oppgi ein kilde eller ein målkonto. Ikke begge eller ingen.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Dodano :amount do skarbonki ":name"',
|
||||
'ale_action_log_remove' => 'Usunięto :amount ze skarbonki ":name"',
|
||||
'ale_action_clear_budget' => 'Usunięto z budżetu',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Usunięto z kategorii',
|
||||
'ale_action_clear_notes' => 'Usunięto notatki',
|
||||
'ale_action_clear_tag' => 'Wyczyszczono tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'withdrawal_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'withdrawal_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Nie można znaleźć prawidłowego konta uzgadniania podczas wyszukiwania ID ":id" lub nazwy ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'deposit_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'deposit_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'deposit_dest_wrong_type' => 'Konto docelowe nie jest poprawnego typu.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'transfer_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'transfer_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'need_id_in_edit' => 'Każdy podział musi posiadać transaction_journal_id (poprawny identyfikator lub 0).',
|
||||
|
||||
'ob_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.',
|
||||
'lc_source_need_data' => 'Potrzebujemy poprawny identyfikator konta źródłowego, aby kontynuować.',
|
||||
'ob_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
'reconciliation_either_account' => 'Aby przesłać uzgodnienie, musisz przesłać konto źródłowe lub docelowe. Nie oba te konto, ani nie żadnego konta.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Adicionado :amount ao cofrinho ":name"',
|
||||
'ale_action_log_remove' => 'Retirado :amount do cofrinho ":name"',
|
||||
'ale_action_clear_budget' => 'Removido do orçamento',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removido da categoria',
|
||||
'ale_action_clear_notes' => 'Anotações removidas',
|
||||
'ale_action_clear_tag' => 'Etiquetas apagadas',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'withdrawal_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'withdrawal_dest_need_data' => 'É necessário obter um ID de uma conta de destino válida e/ou um nome de conta de destino válido para continuar.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Não foi possível encontrar uma conta de reconciliação válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou pelo nome ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'deposit_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'deposit_dest_need_data' => 'É necessário obter obter um ID de conta de destino válido e/ou nome de conta de destino válido para continuar.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'deposit_dest_wrong_type' => 'A conta de destino enviada não é do tipo certo.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'transfer_source_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'transfer_dest_need_data' => 'É necessário obter obter um ID de conta de destino válido e/ou nome de conta de destino válido para continuar.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'reconciliation_either_account' => 'Para enviar uma reconciliação, você deve enviar uma conta de origem ou de destino. Não ambos, nem nenhum.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Adicionado :amount ao mealheiro ":name"',
|
||||
'ale_action_log_remove' => 'Removido :amount do mealheiro ":name"',
|
||||
'ale_action_clear_budget' => 'Removido do orçamento',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removido da categoria',
|
||||
'ale_action_clear_notes' => 'Notas removidas',
|
||||
'ale_action_clear_tag' => 'Etiqueta limpa',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'withdrawal_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'withdrawal_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Não foi possível encontrar uma conta de reconciliação válida ao procurar pela ID ":id" ou pelo nome ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'deposit_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'deposit_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'deposit_dest_wrong_type' => 'A conta de destino enviada não é do tipo correto.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'transfer_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'transfer_dest_need_data' => 'É preciso ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
'need_id_in_edit' => 'Cada divisão deve ter transaction_journal_id (ID válido ou 0).',
|
||||
|
||||
'ob_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.',
|
||||
'lc_source_need_data' => 'É necessário obter um ID de uma conta de origem válida para continuar.',
|
||||
'ob_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".',
|
||||
'reconciliation_either_account' => 'Ao submeter a reconciliação, tem de submeter a conta de origem ou a conta de destino. Não ambas ou nenhuma.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -37,7 +37,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Numele băncii',
|
||||
'bank_balance' => 'Balanța',
|
||||
'bank_balance' => 'Balanță',
|
||||
'savings_balance' => 'Soldul de economii',
|
||||
'credit_card_limit' => 'Limita cardului de credit',
|
||||
'automatch' => 'Se potrivește automat',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.',
|
||||
'withdrawal_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'withdrawal_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Nu s-a găsit un cont sursă valid la căutarea ID-ului ":id" sau a numelui ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.',
|
||||
'deposit_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'deposit_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'deposit_dest_wrong_type' => 'Contul de destinație trimis nu este de tipul potrivit.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.',
|
||||
'transfer_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'transfer_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'need_id_in_edit' => 'Fiecare împărțire trebuie să aibă transaction_journal_id (fie ID valid sau 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pentru a continua, trebuie să obțineți un ID sursă validă și / sau un nume valid al contului sursă valabil.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'withdrawal_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'withdrawal_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'deposit_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'deposit_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'deposit_dest_wrong_type' => 'Сохраняемый счёт назначения - некорректный.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'transfer_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'transfer_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'need_id_in_edit' => 'Каждая разделённая транзакция должна иметь transaction_journal_id (либо действительный ID, либо 0).',
|
||||
|
||||
'ob_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Removed notes',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'withdrawal_source_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný zdrojový účet.',
|
||||
'withdrawal_dest_need_data' => 'Pro pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Pre ID ":id" alebo meno ":name" sa nenašiel žiadny platný zdrojový účet.',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Pre ID „:id“ alebo „:name“ sa nenašiel žiadny platný zdrojový účet.',
|
||||
'deposit_dest_need_data' => 'Pro pokračovanie je potrebné platné ID cieľového účtu a/alebo platné meno cieľového účtu.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Pre ID „:id“ alebo meno „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'deposit_dest_wrong_type' => 'Zadaný cieľový účet nemá správny typ.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'transfer_source_bad_data' => 'Nenašiel sa platný zdrojový účet pri hľadaní ID „:id“ alebo mena „:name“.',
|
||||
'transfer_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Pre ID „:id“ alebo meno „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'need_id_in_edit' => 'Každé rozdelenie musí mať platné transaction_journal_id (platné ID alebo 0).',
|
||||
|
||||
'ob_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
@ -2695,6 +2695,9 @@ return [
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => 'Removed from budget',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Removed from category',
|
||||
'ale_action_clear_notes' => 'Odstrani opombe',
|
||||
'ale_action_clear_tag' => 'Cleared tag',
|
||||
|
@ -234,17 +234,17 @@ return [
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_source_bad_data' => '[a] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_source_bad_data' => '[b] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => '[b] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
|
||||
|
||||
@ -261,14 +261,14 @@ return [
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||
|
||||
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
|
||||
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_need_data' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
|
||||
|
||||
|
@ -35,7 +35,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
|
||||
// bills:
|
||||
];
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user