mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-07 02:18:11 +00:00
Update languages
This commit is contained in:
@@ -21,19 +21,19 @@
|
||||
<template>
|
||||
<div class="form-group" v-bind:class="{ 'has-error': hasError()}">
|
||||
<div class="col-sm-12 text-sm">
|
||||
{{ $t('firefly.title') }}
|
||||
{{ $t('form.title') }}
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<div class="input-group">
|
||||
<input
|
||||
ref="title"
|
||||
:title="$t('firefly.title')"
|
||||
:title="$t('form.title')"
|
||||
:value="value"
|
||||
autocomplete="off"
|
||||
class="form-control"
|
||||
name="title"
|
||||
type="text"
|
||||
v-bind:placeholder="$t('firefly.title')"
|
||||
v-bind:placeholder="$t('form.title')"
|
||||
@input="handleInput"
|
||||
v-on:keypress="handleEnter" v-on:submit.prevent
|
||||
>
|
||||
|
||||
1
resources/assets/js/i18n.js
vendored
1
resources/assets/js/i18n.js
vendored
@@ -43,6 +43,7 @@ module.exports = new vuei18n({
|
||||
'pt-br': require('./locales/pt-br.json'),
|
||||
'pt-pt': require('./locales/pt.json'),
|
||||
'ro': require('./locales/ro.json'),
|
||||
'tr': require('./locales/tr.json'),
|
||||
'ru': require('./locales/ru.json'),
|
||||
//'zh': require('./locales/zh.json'),
|
||||
'zh-tw': require('./locales/zh-tw.json'),
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
|
||||
"attachments": "\u041f\u0440\u0438\u043a\u0430\u0447\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
|
||||
"notes": "\u0411\u0435\u043b\u0435\u0436\u043a\u0438",
|
||||
"external_url": "External URL",
|
||||
"external_url": "\u0412\u044a\u043d\u0448\u0435\u043d URL \u0430\u0434\u0440\u0435\u0441",
|
||||
"update_transaction": "\u041e\u0431\u043d\u043e\u0432\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0442\u0430",
|
||||
"after_update_create_another": "\u0421\u043b\u0435\u0434 \u043e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u0441\u0435 \u0432\u044a\u0440\u043d\u0435\u0442\u0435 \u0442\u0443\u043a, \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435 \u0441 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u044f\u0442\u0430.",
|
||||
"store_as_new": "\u0421\u044a\u0445\u0440\u0430\u043d\u0435\u0442\u0435 \u043a\u0430\u0442\u043e \u043d\u043e\u0432\u0430 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f, \u0432\u043c\u0435\u0441\u0442\u043e \u0434\u0430 \u044f \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0442\u0435.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u041f\u0430\u0434\u0435\u0436 \u043d\u0430 \u043b\u0438\u0445\u0432\u0430",
|
||||
"title": "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u0435",
|
||||
"book_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0441\u0447\u0435\u0442\u043e\u0432\u043e\u0434\u044f\u0432\u0430\u043d\u0435",
|
||||
"process_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430",
|
||||
"due_date": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u0430\u0434\u0435\u0436",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Kategorie",
|
||||
"attachments": "P\u0159\u00edlohy",
|
||||
"notes": "Pozn\u00e1mky",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Extern\u00ed URL adresa",
|
||||
"update_transaction": "Aktualizovat transakci",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u00darokov\u00e9 datum",
|
||||
"title": "N\u00e1zev",
|
||||
"book_date": "Datum rezervace",
|
||||
"process_date": "Datum zpracov\u00e1n\u00ed",
|
||||
"due_date": "Datum splatnosti",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Zinstermin",
|
||||
"title": "Titel",
|
||||
"book_date": "Buchungsdatum",
|
||||
"process_date": "Bearbeitungsdatum",
|
||||
"due_date": "F\u00e4lligkeitstermin",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c4\u03bf\u03ba\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||
"title": "\u03a4\u03af\u03c4\u03bb\u03bf\u03c2",
|
||||
"book_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2",
|
||||
"process_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2",
|
||||
"due_date": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03b8\u03b5\u03c3\u03bc\u03af\u03b1\u03c2",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Interest date",
|
||||
"title": "Title",
|
||||
"book_date": "Book date",
|
||||
"process_date": "Processing date",
|
||||
"due_date": "Due date",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Interest date",
|
||||
"title": "Title",
|
||||
"book_date": "Book date",
|
||||
"process_date": "Processing date",
|
||||
"due_date": "Due date",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Fecha de inter\u00e9s",
|
||||
"title": "T\u00edtulo",
|
||||
"book_date": "Fecha de registro",
|
||||
"process_date": "Fecha de procesamiento",
|
||||
"due_date": "Fecha de vencimiento",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Korkop\u00e4iv\u00e4",
|
||||
"title": "Otsikko",
|
||||
"book_date": "Kirjausp\u00e4iv\u00e4",
|
||||
"process_date": "K\u00e4sittelyp\u00e4iv\u00e4",
|
||||
"due_date": "Er\u00e4p\u00e4iv\u00e4",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Date de valeur (int\u00e9r\u00eats)",
|
||||
"title": "Titre",
|
||||
"book_date": "Date de r\u00e9servation",
|
||||
"process_date": "Date de traitement",
|
||||
"due_date": "\u00c9ch\u00e9ance",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Kamatfizet\u00e9si id\u0151pont",
|
||||
"title": "C\u00edm",
|
||||
"book_date": "K\u00f6nyvel\u00e9s d\u00e1tuma",
|
||||
"process_date": "Feldolgoz\u00e1s d\u00e1tuma",
|
||||
"due_date": "Lej\u00e1rati id\u0151pont",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data di valuta",
|
||||
"title": "Titolo",
|
||||
"book_date": "Data contabile",
|
||||
"process_date": "Data elaborazione",
|
||||
"due_date": "Data scadenza",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u5229\u606f\u65e5",
|
||||
"title": "\u30bf\u30a4\u30c8\u30eb",
|
||||
"book_date": "\u8a18\u5e33\u65e5",
|
||||
"process_date": "\u51e6\u7406\u65e5",
|
||||
"due_date": "\u671f\u65e5",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Kategori",
|
||||
"attachments": "Vedlegg",
|
||||
"notes": "Notater",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Ekstern URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "G\u00e5 tilbake hit etter oppdatering, for \u00e5 fortsette \u00e5 redigere.",
|
||||
"store_as_new": "Lagre som en ny transaksjon istedenfor \u00e5 oppdatere.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Rentedato",
|
||||
"title": "Tittel",
|
||||
"book_date": "Bokf\u00f8ringsdato",
|
||||
"process_date": "Prosesseringsdato",
|
||||
"due_date": "Forfallsdato",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Rentedatum",
|
||||
"title": "Titel",
|
||||
"book_date": "Boekdatum",
|
||||
"process_date": "Verwerkingsdatum",
|
||||
"due_date": "Vervaldatum",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data odsetek",
|
||||
"title": "Tytu\u0142",
|
||||
"book_date": "Data ksi\u0119gowania",
|
||||
"process_date": "Data przetworzenia",
|
||||
"due_date": "Termin realizacji",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data de interesse",
|
||||
"title": "T\u00edtulo",
|
||||
"book_date": "Data reserva",
|
||||
"process_date": "Data de processamento",
|
||||
"due_date": "Data de vencimento",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Categoria",
|
||||
"attachments": "Anexos",
|
||||
"notes": "Notas",
|
||||
"external_url": "External URL",
|
||||
"external_url": "URL Externo",
|
||||
"update_transaction": "Actualizar transac\u00e7\u00e3o",
|
||||
"after_update_create_another": "Ap\u00f3s a atualiza\u00e7\u00e3o, regresse aqui para continuar a editar.",
|
||||
"store_as_new": "Guarde como uma nova transa\u00e7\u00e3o em vez de atualizar.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data de juros",
|
||||
"title": "Titulo",
|
||||
"book_date": "Data de registo",
|
||||
"process_date": "Data de processamento",
|
||||
"due_date": "Data de vencimento",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Categorie",
|
||||
"attachments": "Ata\u0219amente",
|
||||
"notes": "Noti\u021be",
|
||||
"external_url": "External URL",
|
||||
"external_url": "URL extern",
|
||||
"update_transaction": "Actualiza\u021bi tranzac\u021bia",
|
||||
"after_update_create_another": "Dup\u0103 actualizare, reveni\u021bi aici pentru a continua editarea.",
|
||||
"store_as_new": "Stoca\u021bi ca o tranzac\u021bie nou\u0103 \u00een loc s\u0103 actualiza\u021bi.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data de interes",
|
||||
"title": "Titlu",
|
||||
"book_date": "Rezerv\u0103 dat\u0103",
|
||||
"process_date": "Data proces\u0103rii",
|
||||
"due_date": "Data scadent\u0103",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
|
||||
"attachments": "\u0412\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||
"notes": "\u0417\u0430\u043c\u0435\u0442\u043a\u0438",
|
||||
"external_url": "External URL",
|
||||
"external_url": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 URL-\u0430\u0434\u0440\u0435\u0441",
|
||||
"update_transaction": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e",
|
||||
"after_update_create_another": "\u041f\u043e\u0441\u043b\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0441\u044e\u0434\u0430, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435.",
|
||||
"store_as_new": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u043d\u043e\u0432\u0443\u044e \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0432\u043c\u0435\u0441\u0442\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u043e\u0432",
|
||||
"title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
|
||||
"book_date": "\u0414\u0430\u0442\u0430 \u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",
|
||||
"process_date": "\u0414\u0430\u0442\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438",
|
||||
"due_date": "\u0421\u0440\u043e\u043a \u043e\u043f\u043b\u0430\u0442\u044b",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"category": "Kateg\u00f3ria",
|
||||
"attachments": "Pr\u00edlohy",
|
||||
"notes": "Pozn\u00e1mky",
|
||||
"external_url": "External URL",
|
||||
"external_url": "Extern\u00e1 URL",
|
||||
"update_transaction": "Upravi\u0165 transakciu",
|
||||
"after_update_create_another": "Po aktualiz\u00e1cii sa vr\u00e1ti\u0165 sp\u00e4\u0165 a pokra\u010dova\u0165 v \u00faprav\u00e1ch.",
|
||||
"store_as_new": "Namiesto aktualiz\u00e1cie ulo\u017ei\u0165 ako nov\u00fa transakciu.",
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u00darokov\u00fd d\u00e1tum",
|
||||
"title": "N\u00e1zov",
|
||||
"book_date": "D\u00e1tum rezerv\u00e1cie",
|
||||
"process_date": "D\u00e1tum spracovania",
|
||||
"due_date": "D\u00e1tum splatnosti",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "R\u00e4ntedatum",
|
||||
"title": "Titel",
|
||||
"book_date": "Bokf\u00f6ringsdatum",
|
||||
"process_date": "Behandlingsdatum",
|
||||
"due_date": "F\u00f6rfallodatum",
|
||||
|
||||
115
resources/assets/js/locales/tr.json
Normal file
115
resources/assets/js/locales/tr.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Neler oluyor?",
|
||||
"flash_error": "Hata!",
|
||||
"flash_success": "Ba\u015far\u0131l\u0131!",
|
||||
"close": "Kapat",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"split": "B\u00f6l",
|
||||
"single_split": "B\u00f6l",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID} (\"{title}\")<\/a> sakl\u0131 olmu\u015ftur.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">\u0130\u015flem #{ID}<\/a>sakl\u0131 olmu\u015ftur.",
|
||||
"transaction_journal_information": "\u0130\u015flem Bilgileri",
|
||||
"no_budget_pointer": "Hen\u00fcz b\u00fct\u00e7eniz yok gibi g\u00f6r\u00fcn\u00fcyor. <a href=\"budgets\">b\u00fct\u00e7eler<\/a> sayfas\u0131nda biraz olu\u015fturmal\u0131s\u0131n\u0131z. B\u00fct\u00e7eler, giderleri takip etmenize yard\u0131mc\u0131 olabilir.",
|
||||
"no_bill_pointer": "Hen\u00fcz faturan\u0131z yok gibi g\u00f6r\u00fcn\u00fcyor. <a href=\"bills\">faturalar<\/a> sayfas\u0131nda biraz olu\u015fturmal\u0131s\u0131n\u0131z. Faturalar, harcamalar\u0131 takip etmenize yard\u0131mc\u0131 olabilir.",
|
||||
"source_account": "Kaynak hesap",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"destination_account": "Hedef hesap",
|
||||
"add_another_split": "Ba\u015fka bir b\u00f6lme ekle",
|
||||
"submission": "Submission",
|
||||
"create_another": "After storing, return here to create another one.",
|
||||
"reset_after": "Reset form after submission",
|
||||
"submit": "G\u00f6nder",
|
||||
"amount": "Miktar",
|
||||
"date": "Tarih",
|
||||
"tags": "Etiketler",
|
||||
"no_budget": "(b\u00fct\u00e7e yok)",
|
||||
"no_bill": "(hay\u0131r bill)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Ekler",
|
||||
"notes": "Notlar",
|
||||
"external_url": "Harici URL",
|
||||
"update_transaction": "Update transaction",
|
||||
"after_update_create_another": "After updating, return here to continue editing.",
|
||||
"store_as_new": "Store as a new transaction instead of updating.",
|
||||
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"none_in_select_list": "(Yok)",
|
||||
"no_piggy_bank": "(kumbara bankas\u0131 yok)",
|
||||
"description": "A\u00e7\u0131klama",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
|
||||
"destination_account_reconciliation": "Bir mutabakat i\u015fleminin hedef hesab\u0131n\u0131 d\u00fczenleyemezsiniz.",
|
||||
"source_account_reconciliation": "Bir mutabakat i\u015fleminin kaynak hesab\u0131n\u0131 d\u00fczenleyemezsiniz.",
|
||||
"budget": "B\u00fct\u00e7e",
|
||||
"bill": "Fatura",
|
||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||
"you_create_transfer": "You're creating a transfer.",
|
||||
"you_create_deposit": "You're creating a deposit.",
|
||||
"edit": "D\u00fczenle",
|
||||
"delete": "Sil",
|
||||
"name": "\u0130sim",
|
||||
"profile_whoops": "Hoppala!",
|
||||
"profile_something_wrong": "Bir \u015feyler ters gitti!",
|
||||
"profile_try_again": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
|
||||
"profile_oauth_clients": "OAuth Clients",
|
||||
"profile_oauth_no_clients": "You have not created any OAuth clients.",
|
||||
"profile_oauth_clients_header": "Clients",
|
||||
"profile_oauth_client_id": "Client ID",
|
||||
"profile_oauth_client_name": "Name",
|
||||
"profile_oauth_client_secret": "Secret",
|
||||
"profile_oauth_create_new_client": "Create New Client",
|
||||
"profile_oauth_create_client": "M\u00fc\u015fteri Olu\u015ftur",
|
||||
"profile_oauth_edit_client": "\u0130stemciyi D\u00fczenle",
|
||||
"profile_oauth_name_help": "Kullan\u0131c\u0131lar\u0131n\u0131z\u0131n tan\u0131yaca\u011f\u0131 ve g\u00fcvenece\u011fi bir \u015fey.",
|
||||
"profile_oauth_redirect_url": "URL'yi y\u00f6nlendir",
|
||||
"profile_oauth_redirect_url_help": "Uygulaman\u0131z\u0131n yetkilendirme geri arama URL'si.",
|
||||
"profile_authorized_apps": "Yetkili uygulamalar",
|
||||
"profile_authorized_clients": "Yetkili m\u00fc\u015fteriler",
|
||||
"profile_scopes": "Kapsamalar",
|
||||
"profile_revoke": "\u0130ptal etmek",
|
||||
"profile_personal_access_tokens": "Ki\u015fisel Eri\u015fim Belirte\u00e7leri",
|
||||
"profile_personal_access_token": "Ki\u015fisel Eri\u015fim Belirteci",
|
||||
"profile_personal_access_token_explanation": "\u0130\u015fte yeni ki\u015fisel eri\u015fim belirteciniz. Bu g\u00f6sterilecek tek zaman, bu y\u00fczden onu kaybetme! Art\u0131k API istekleri yapmak i\u00e7in bu belirtecini kullanabilirsiniz.",
|
||||
"profile_no_personal_access_token": "Herhangi bir ki\u015fisel eri\u015fim belirteci olu\u015fturmad\u0131n\u0131z.",
|
||||
"profile_create_new_token": "Yeni belirte\u00e7 olu\u015ftur",
|
||||
"profile_create_token": "Belirte\u00e7 olu\u015ftur",
|
||||
"profile_create": "Belirte\u00e7 olu\u015fturma",
|
||||
"profile_save_changes": "De\u011fi\u015fiklikleri kaydet",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"piggy_bank": "Kumbara",
|
||||
"profile_oauth_client_secret_title": "M\u00fc\u015fteri S\u0131rr\u0131",
|
||||
"profile_oauth_client_secret_expl": "\u0130\u015fte yeni m\u00fc\u015fteri s\u0131rr\u0131n. Bu g\u00f6sterilecek tek zaman, bu y\u00fczden onu kaybetme! Art\u0131k API istekleri yapmak i\u00e7in bu s\u0131rr\u0131 kullanabilirsiniz.",
|
||||
"profile_oauth_confidential": "Gizli",
|
||||
"profile_oauth_confidential_help": "\u0130stemcinin bir s\u0131r ile kimlik do\u011frulamas\u0131 yapmas\u0131n\u0131 isteyin. Gizli m\u00fc\u015fteriler, kimlik bilgilerini yetkisiz taraflara if\u015fa etmeden g\u00fcvenli bir \u015fekilde saklayabilir. Yerel masa\u00fcst\u00fc veya JavaScript SPA uygulamalar\u0131 gibi genel uygulamalar s\u0131rlar\u0131 g\u00fcvenli bir \u015fekilde saklayamaz.",
|
||||
"multi_account_warning_unknown": "Olu\u015fturdu\u011funuz i\u015flemin t\u00fcr\u00fcne ba\u011fl\u0131 olarak, sonraki b\u00f6l\u00fcnmelerin kaynak ve \/ veya hedef hesab\u0131, i\u015flemin ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan her \u015fey taraf\u0131ndan ge\u00e7ersiz k\u0131l\u0131nabilir.",
|
||||
"multi_account_warning_withdrawal": "Sonraki b\u00f6l\u00fcnmelerin kaynak hesab\u0131n\u0131n, geri \u00e7ekilmenin ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan herhangi bir \u015fey taraf\u0131ndan reddedilece\u011fini unutmay\u0131n.",
|
||||
"multi_account_warning_deposit": "Sonraki b\u00f6l\u00fcnmelerin hedef hesab\u0131n\u0131n, mevduat\u0131n ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan herhangi bir \u015fey taraf\u0131ndan iptal edilece\u011fini unutmay\u0131n.",
|
||||
"multi_account_warning_transfer": "Sonraki b\u00f6l\u00fcnmelerin kaynak + hedef hesab\u0131n\u0131n, aktar\u0131m\u0131n ilk b\u00f6l\u00fcnmesinde tan\u0131mlanan her \u015fey taraf\u0131ndan ge\u00e7ersiz k\u0131l\u0131naca\u011f\u0131n\u0131 unutmay\u0131n.",
|
||||
"webhook_trigger_STORE_TRANSACTION": "On transaction creation",
|
||||
"webhook_trigger_UPDATE_TRANSACTION": "On transaction update",
|
||||
"webhook_trigger_DESTROY_TRANSACTION": "On transaction delete",
|
||||
"webhook_response_TRANSACTIONS": "Account details",
|
||||
"webhook_response_ACCOUNTS": "Transaction details",
|
||||
"webhook_response_none_NONE": "No details",
|
||||
"webhook_delivery_JSON": "JSON",
|
||||
"actions": "Eylemler",
|
||||
"inspect": "Inspect",
|
||||
"create_new_webhook": "Create new webhook",
|
||||
"webhooks": "Web kancalar\u0131"
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Faiz tarihi",
|
||||
"title": "Ba\u015fl\u0131k",
|
||||
"book_date": "Kitap Tarihi",
|
||||
"process_date": "\u0130\u015flem tarihi",
|
||||
"due_date": "Biti\u015f Tarihi",
|
||||
"foreign_amount": "Foreign amount",
|
||||
"payment_date": "\u00d6deme Tarihi",
|
||||
"invoice_date": "Fatura Tarihi",
|
||||
"internal_reference": "Dahili referans"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "tr"
|
||||
}
|
||||
}
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Ng\u00e0y l\u00e3i",
|
||||
"title": "Ti\u00eau \u0111\u1ec1",
|
||||
"book_date": "Ng\u00e0y \u0111\u1eb7t s\u00e1ch",
|
||||
"process_date": "Ng\u00e0y x\u1eed l\u00fd",
|
||||
"due_date": "Ng\u00e0y \u0111\u00e1o h\u1ea1n",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u5229\u606f\u65e5\u671f",
|
||||
"title": "\u6807\u9898",
|
||||
"book_date": "\u767b\u8bb0\u65e5\u671f",
|
||||
"process_date": "\u5904\u7406\u65e5\u671f",
|
||||
"due_date": "\u5230\u671f\u65e5",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "\u5229\u7387\u65e5\u671f",
|
||||
"title": "\u6a19\u984c",
|
||||
"book_date": "\u767b\u8a18\u65e5\u671f",
|
||||
"process_date": "\u8655\u7406\u65e5\u671f",
|
||||
"due_date": "\u5230\u671f\u65e5",
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version заявка за потвърждение',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Разходни сметки',
|
||||
'back_to_index' => 'Обратно към списъка',
|
||||
'cant_logout_guard' => 'Firefly III не може да ви отпише.',
|
||||
'external_url' => 'Външен URL адрес',
|
||||
'internal_reference' => 'Вътрешна референция',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Бизнес',
|
||||
'optional_field_attachments' => 'Прикачени файлове',
|
||||
'optional_field_meta_data' => 'Незадължителни мета данни',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Външен URL адрес',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Изтрий данните',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Името на касичката трябва да е уникално.',
|
||||
'unique_object_group' => 'Името на групата трябва да е уникално',
|
||||
'starts_with' => 'Стойността трябва да започва с :values.',
|
||||
'unique_webhook' => 'Вече имате уеб кука с тези стойности.',
|
||||
'unique_existing_webhook' => 'Вече имате друга уеб кука с тези стойности.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Zdrojové účty',
|
||||
'back_to_index' => 'Zpět na index',
|
||||
'cant_logout_guard' => 'Firefly III Vás nemůže odhlásit.',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
'internal_reference' => 'Interní odkaz',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Business',
|
||||
'optional_field_attachments' => 'Přílohy',
|
||||
'optional_field_meta_data' => 'Volitelná metadata',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstranit data',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
|
||||
'unique_object_group' => 'Název skupiny musí být jedinečný',
|
||||
'starts_with' => 'Hodnota musí začínat :values.',
|
||||
'unique_webhook' => 'Webhook s těmito hodnotami již existuje.',
|
||||
'unique_existing_webhook' => 'Jiný webhook s těmito hodnotami již existuje.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Oba účty musí být stejného typu',
|
||||
'same_account_currency' => 'Oba účty musí mít stejné nastavení měny',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Quellkonten',
|
||||
'back_to_index' => 'Zurück zum Index',
|
||||
'cant_logout_guard' => 'Firefly III kann Sie nicht abmelden.',
|
||||
'external_url' => 'Externe URL',
|
||||
'internal_reference' => 'Interner Verweis',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Der Name des Sparschweins muss eindeutig sein.',
|
||||
'unique_object_group' => 'Der Gruppenname muss eindeutig sein',
|
||||
'starts_with' => 'Der Wert muss mit :values beginnen.',
|
||||
'unique_webhook' => 'Sie haben bereits einen Webhook mit diesen Werten.',
|
||||
'unique_existing_webhook' => 'Sie haben bereits einen anderen Webhook mit diesen Werten.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Beide Konten müssen vom selben Kontotyp sein',
|
||||
'same_account_currency' => 'Beiden Konten muss die gleiche Währung zugeordnet sein',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Λογαριασμοί προέλευσης',
|
||||
'back_to_index' => 'Επιστροφή στο ευρετήριο',
|
||||
'cant_logout_guard' => 'Το Firefly III δε μπορεί να σας αποσυνδέσει.',
|
||||
'external_url' => 'Εξωτερικό URL',
|
||||
'internal_reference' => 'Εσωτερική αναφορά',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Το όνομα του κουμπαρά πρέπει να είναι μοναδικό.',
|
||||
'unique_object_group' => 'Το όνομα της ομάδας πρέπει να είναι μοναδικό',
|
||||
'starts_with' => 'Η τιμή πρέπει να ξεκινά με :values.',
|
||||
'unique_webhook' => 'Έχετε ήδη ένα webhook με αυτές τις τιμές.',
|
||||
'unique_existing_webhook' => 'Έχετε ήδη ένα άλλο webhook με αυτές τις τιμές.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Και οι δύο λογαριασμοί πρέπει να έχουν τον ίδιο τύπο λογαριασμού',
|
||||
'same_account_currency' => 'Και οι δύο λογαριασμοί πρέπει να έχουν την ίδια ρύθμιση νομίσματος',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Authorisation Request',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
'back_to_index' => 'Back to the index',
|
||||
'cant_logout_guard' => 'Firefly III can\'t log you out.',
|
||||
'external_url' => 'External URL',
|
||||
'internal_reference' => 'Internal reference',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
|
||||
'unique_object_group' => 'The group name must be unique',
|
||||
'starts_with' => 'The value must start with :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Cuentas origen',
|
||||
'back_to_index' => 'Volver al Índice',
|
||||
'cant_logout_guard' => 'Firefly III no puede cerrar sesión.',
|
||||
'external_url' => 'URL externa',
|
||||
'internal_reference' => 'Referencia interna',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
||||
'unique_object_group' => 'El nombre del grupo debe ser único',
|
||||
'starts_with' => 'El valor debe comenzar con :values.',
|
||||
'unique_webhook' => 'Ya tiene un webhook con estos valores.',
|
||||
'unique_existing_webhook' => 'Ya tiene otro webhook con estos valores.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas cuentas deben ser del mismo tipo de cuenta',
|
||||
'same_account_currency' => 'Ambas cuentas deben tener la misma configuración de moneda',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhookit',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Lähdetilit',
|
||||
'back_to_index' => 'Takaisin valikkoon',
|
||||
'cant_logout_guard' => 'Firefly III ei voi kirjata sinua ulos.',
|
||||
'external_url' => 'Ulkoinen URL',
|
||||
'internal_reference' => 'Sisäinen viite',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Säästöpossu tarvitsee yksilöllisen nimen.',
|
||||
'unique_object_group' => 'Ryhmän nimen täytyy olla yksilöllinen',
|
||||
'starts_with' => 'Arvon on alettava :values.',
|
||||
'unique_webhook' => 'Sinulla on jo webhook näillä arvoilla.',
|
||||
'unique_existing_webhook' => 'Sinulla on jo toinen webhook näillä arvoilla.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Molempien tilien on oltava samaa tyyppiä',
|
||||
'same_account_currency' => 'Molemmilla tileillä on oltava sama valuuttaasetus',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Comptes source',
|
||||
'back_to_index' => 'Retour à l\'accueil',
|
||||
'cant_logout_guard' => 'Firefly III ne peut pas vous déconnecter.',
|
||||
'external_url' => 'URL externe',
|
||||
'internal_reference' => 'Référence interne',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Le nom de la tirelire doit être unique.',
|
||||
'unique_object_group' => 'Le nom du groupe doit être unique',
|
||||
'starts_with' => 'La valeur doit commencer par :values.',
|
||||
'unique_webhook' => 'Vous avez déjà un webhook avec ces valeurs.',
|
||||
'unique_existing_webhook' => 'Vous avez déjà un autre webhook avec ces valeurs.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Les deux comptes doivent être du même type',
|
||||
'same_account_currency' => 'Les deux comptes doivent avoir la même devise',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version engedély kérelem',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Forrásszámlák',
|
||||
'back_to_index' => 'Vissza a kezdőoldalra',
|
||||
'cant_logout_guard' => 'Firefly III can\'t log you out.',
|
||||
'external_url' => 'External URL',
|
||||
'internal_reference' => 'Internal reference',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
|
||||
'unique_object_group' => 'Csoport neve már foglalt',
|
||||
'starts_with' => 'The value must start with :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Permintaan Otorisasi',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Rekening asal',
|
||||
'back_to_index' => 'Kembali ke indeks',
|
||||
'cant_logout_guard' => 'Firefly III tidak dapat mengeluarkan Anda.',
|
||||
'external_url' => 'URL luar',
|
||||
'internal_reference' => 'Referensi internal',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Bisnis',
|
||||
'optional_field_attachments' => 'Lampiran',
|
||||
'optional_field_meta_data' => 'Data meta opsional',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'URL luar',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Nama celengan harus unik.',
|
||||
'unique_object_group' => 'Nama grup harus unik',
|
||||
'starts_with' => 'Nilai harus di mulai dengan :values.',
|
||||
'unique_webhook' => 'Anda sudah memiliki sebuah webhook dengan nilai ini.',
|
||||
'unique_existing_webhook' => 'Anda sudah memiliki webhook yang lain dengan nilai ini.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Kedua akun harus dari jenis akun yang sama',
|
||||
'same_account_currency' => 'Kedua akun harus memiliki pengaturan mata uang yang sama',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhook',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Conti di origine',
|
||||
'back_to_index' => 'Torna all\'indice',
|
||||
'cant_logout_guard' => 'Firefly III non può disconnetterti.',
|
||||
'external_url' => 'URL esterno',
|
||||
'internal_reference' => 'Riferimento interno',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
|
||||
'unique_object_group' => 'Il nome del gruppo deve essere unico',
|
||||
'starts_with' => 'Il valore deve iniziare con :values.',
|
||||
'unique_webhook' => 'Hai già un webhook con questi valori.',
|
||||
'unique_existing_webhook' => 'Hai già un altro webhook con questi valori.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo',
|
||||
'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version 認証要求',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => '支出元口座',
|
||||
'back_to_index' => 'インデックスに戻る',
|
||||
'cant_logout_guard' => 'Firefly III からログアウトできません。',
|
||||
'external_url' => '外部 URL',
|
||||
'internal_reference' => '内部参照',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => '貯金箱の名前は一意である必要があります。',
|
||||
'unique_object_group' => 'グループ名は一意でなければなりません',
|
||||
'starts_with' => '値は :values で始まる必要があります。',
|
||||
'unique_webhook' => 'すでにこれらの値の Webhook があります。',
|
||||
'unique_existing_webhook' => 'これらの値を持つ別の Webhook が既にあります。',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'これらの口座は同じ口座種別でなければなりません',
|
||||
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version autorisasjonsforespørsel',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Kildekontoer',
|
||||
'back_to_index' => 'Tilbake til index',
|
||||
'cant_logout_guard' => 'Firefly III kan ikke logge deg ut.',
|
||||
'external_url' => 'Ekstern URL',
|
||||
'internal_reference' => 'Intern referanse',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Bedrift',
|
||||
'optional_field_attachments' => 'Vedlegg',
|
||||
'optional_field_meta_data' => 'Valgfri metadata',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Ekstern URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Navnet på sparegris må være unik.',
|
||||
'unique_object_group' => 'Gruppenavnet må være unikt',
|
||||
'starts_with' => 'Verdien må starte med :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Bronrekeningen',
|
||||
'back_to_index' => 'Terug naar de index',
|
||||
'cant_logout_guard' => 'Firefly III kan je niet uitloggen.',
|
||||
'external_url' => 'Externe URL',
|
||||
'internal_reference' => 'Interne referentie',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'De naam van de spaarpot moet uniek zijn.',
|
||||
'unique_object_group' => 'De groepsnaam moet uniek zijn',
|
||||
'starts_with' => 'De waarde moet beginnen met :values.',
|
||||
'unique_webhook' => 'Je hebt al een webhook met deze waarden.',
|
||||
'unique_existing_webhook' => 'Je hebt al een andere webhook met deze waarden.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Beide rekeningen moeten van hetzelfde rekeningtype zijn',
|
||||
'same_account_currency' => 'Beide rekeningen moeten dezelfde valuta hebben',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooki',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Konta źródłowe',
|
||||
'back_to_index' => 'Wróć do indeksu',
|
||||
'cant_logout_guard' => 'Firefly III nie może cię wylogować.',
|
||||
'external_url' => 'Zewnętrzny adres URL',
|
||||
'internal_reference' => 'Wewnętrzny nr referencyjny',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Nazwa skarbonki musi być unikalna.',
|
||||
'unique_object_group' => 'Nazwa grupy musi być unikalna',
|
||||
'starts_with' => 'Wartość musi zaczynać się od :values.',
|
||||
'unique_webhook' => 'Masz już webhook z tymi wartościami.',
|
||||
'unique_existing_webhook' => 'Masz już inny webhook z tymi wartościami.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Oba konta muszą być tego samego typu',
|
||||
'same_account_currency' => 'Oba konta muszą mieć to samo ustawienie waluty',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Pedido de autorização',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Contas de origem',
|
||||
'back_to_index' => 'Voltar ao índice',
|
||||
'cant_logout_guard' => 'Firefly III não pode te deslogar.',
|
||||
'external_url' => 'URL externa',
|
||||
'internal_reference' => 'Referência interna',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'unique_object_group' => 'O nome do grupo deve ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um webhook com esses valores.',
|
||||
'unique_existing_webhook' => 'Você já tem outro webhook com esses valores.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma configuração de moeda',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Solicitar Autorizacao',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Contas de origem',
|
||||
'back_to_index' => 'Voltar para o índice',
|
||||
'cant_logout_guard' => 'O Firefly III não consegue terminar a tua sessão.',
|
||||
'external_url' => 'URL Externo',
|
||||
'internal_reference' => 'Referência interna',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Empresariais',
|
||||
'optional_field_attachments' => 'Anexos',
|
||||
'optional_field_meta_data' => 'Meta data opcional',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'URL Externo',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Apagar dados',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'O nome do mealheiro tem de ser unico.',
|
||||
'unique_object_group' => 'O nome do grupo tem que ser único',
|
||||
'starts_with' => 'O valor deve começar com :values.',
|
||||
'unique_webhook' => 'Você já tem um gancho web (webhook) com esses valores.',
|
||||
'unique_existing_webhook' => 'Você já tem outro gancho web (webhook) com esses valores.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambas as contas devem ser do mesmo tipo de conta',
|
||||
'same_account_currency' => 'Ambas as contas devem ter a mesma moeda configurada',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhook-uri',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'v: Solicitare de autorizare',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Conturi sursă',
|
||||
'back_to_index' => 'Înapoi la index',
|
||||
'cant_logout_guard' => 'Firefly III nu vă poate deconecta.',
|
||||
'external_url' => 'URL extern',
|
||||
'internal_reference' => 'Referință internă',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Afaceri',
|
||||
'optional_field_attachments' => 'Ataşamente',
|
||||
'optional_field_meta_data' => 'Meta date opționale',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'URL extern',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Ștergeți datele',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Numele pușculiței trebuie să fie unic.',
|
||||
'unique_object_group' => 'Numele grupului trebuie să fie unic',
|
||||
'starts_with' => 'Valoarea trebuie să înceapă cu :values.',
|
||||
'unique_webhook' => 'Deja ai un webhook cu aceste valori.',
|
||||
'unique_existing_webhook' => 'Aveți deja un alt webhook cu aceste valori.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Ambele conturi trebuie să fie de acelaşi tip de cont',
|
||||
'same_account_currency' => 'Ambele conturi trebuie să aibă aceeași monedă',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Веб-хуки',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Запрос авторизации Firefly III v:version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Счета-источники',
|
||||
'back_to_index' => 'Вернуться к содержанию',
|
||||
'cant_logout_guard' => 'Firefly III не может выйти из системы.',
|
||||
'external_url' => 'Внешний URL-адрес',
|
||||
'internal_reference' => 'Внутренняя ссылка',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Бизнес',
|
||||
'optional_field_attachments' => 'Вложения',
|
||||
'optional_field_meta_data' => 'Расширенные данные',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Внешний URL-адрес',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Удалить данные',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Название копилки должно быть уникальным.',
|
||||
'unique_object_group' => 'Название группы должно быть уникальным',
|
||||
'starts_with' => 'Значение должно начинаться с :values.',
|
||||
'unique_webhook' => 'У вас уже есть webhook с таким именем.',
|
||||
'unique_existing_webhook' => 'У вас уже есть другой webhook с таким именем.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požiadavka na overenie – Firefly III verzia :version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Zdrojové účty',
|
||||
'back_to_index' => 'Späť na zoznam',
|
||||
'cant_logout_guard' => 'Firefly III sa nepodarilo vás odhlásiť.',
|
||||
'external_url' => 'Externá URL',
|
||||
'internal_reference' => 'Interná referencia',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Spoločnosť',
|
||||
'optional_field_attachments' => 'Prílohy',
|
||||
'optional_field_meta_data' => 'Voliteľné metadata',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Externá URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstrániť údaje',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Názov pokladničky musí byť jedinečný.',
|
||||
'unique_object_group' => 'Názov skupiny musí byť jedinečný',
|
||||
'starts_with' => 'Hodnota musí začínať :values.',
|
||||
'unique_webhook' => 'Webhook s týmito hodnotami už existuje.',
|
||||
'unique_existing_webhook' => 'Iný webhook s týmito hodnotami už existuje.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Oba účty musia mať rovnaký typ',
|
||||
'same_account_currency' => 'Oba účty musia mať rovnakú menu',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhookar',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Källkonton',
|
||||
'back_to_index' => 'Åter till index',
|
||||
'cant_logout_guard' => 'Firefly III kan inte logga ut dig.',
|
||||
'external_url' => 'Extern URL',
|
||||
'internal_reference' => 'Intern referens',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Namnet på spargrisen måste vara unikt.',
|
||||
'unique_object_group' => 'Gruppnamnet måste vara unikt',
|
||||
'starts_with' => 'Värdet måste börja med :values.',
|
||||
'unique_webhook' => 'Du har redan en webhook med dessa värden.',
|
||||
'unique_existing_webhook' => 'Du har redan en annan webhook med dessa värden.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Båda kontona måste vara samma kontotyp',
|
||||
'same_account_currency' => 'Båda kontona måste ha samma valutainställning',
|
||||
|
||||
|
||||
@@ -229,6 +229,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Web kancaları',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v: version Yetkilendirme İsteği',
|
||||
@@ -248,7 +259,6 @@ return [
|
||||
'all_source_accounts' => 'Kaynak Hesap',
|
||||
'back_to_index' => 'Dizine geri dön',
|
||||
'cant_logout_guard' => 'Firefly III oturumunuzu kapatamaz.',
|
||||
'external_url' => 'Harici URL',
|
||||
'internal_reference' => 'Dahili referans',
|
||||
|
||||
// check for updates:
|
||||
@@ -1007,7 +1017,7 @@ return [
|
||||
'optional_field_meta_business' => 'İş',
|
||||
'optional_field_attachments' => 'Ekler',
|
||||
'optional_field_meta_data' => 'İsteğe bağlı meta veriler',
|
||||
'external_url' => 'Dış URL',
|
||||
'external_url' => 'Harici URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Verileri sil',
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Kumbara adı benzersiz olmalıdır.',
|
||||
'unique_object_group' => 'Grup adı benzersiz olmalıdır',
|
||||
'starts_with' => 'Değer şununla başlamalıdır :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v: phiên bản Yêu cầu ủy quyền',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Tài khoản gửi',
|
||||
'back_to_index' => 'Quay lại chỉ mục',
|
||||
'cant_logout_guard' => 'Firefly III không thể đăng xuất.',
|
||||
'external_url' => 'URL bên ngoài',
|
||||
'internal_reference' => 'Tài liệu tham khảo nội bộ',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => 'Tên của con heo đất phải là duy nhất.',
|
||||
'unique_object_group' => 'Tên nhóm phải không bị trùng',
|
||||
'starts_with' => 'Giá trị phải bắt đầu bằng :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Cả hai tài khoản phải thuộc cùng một loại tài khoản',
|
||||
'same_account_currency' => 'Cả hai tài khoản phải có cùng cài đặt đơn vị tiền tệ',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授权请求',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => '来源账户',
|
||||
'back_to_index' => '返回列表 ',
|
||||
'cant_logout_guard' => 'Firefly III 无法退出登录。',
|
||||
'external_url' => '外部链接',
|
||||
'internal_reference' => '内部引用',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => '存钱罐名称必须唯一',
|
||||
'unique_object_group' => '组名称必须唯一',
|
||||
'starts_with' => '此值必须以 :values 开头',
|
||||
'unique_webhook' => '您已经拥有使用此值的 Webhook',
|
||||
'unique_existing_webhook' => '您已经拥有另一个使用此值的 Webhook',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => '两个账户必须是相同类型的账户',
|
||||
'same_account_currency' => '两个账户必须设置有相同的货币',
|
||||
|
||||
|
||||
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III :version 版授權請求',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
'back_to_index' => 'Back to the index',
|
||||
'cant_logout_guard' => 'Firefly III can\'t log you out.',
|
||||
'external_url' => 'External URL',
|
||||
'internal_reference' => 'Internal reference',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。',
|
||||
'unique_object_group' => 'The group name must be unique',
|
||||
'starts_with' => 'The value must start with :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user