mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release
This commit is contained in:
@@ -238,8 +238,8 @@ return [
|
||||
'withdrawal_dest_need_data' => '[a] Cal obtenir un identificador o nom del compte destí per a continuar.',
|
||||
'withdrawal_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'L\'IBAN de destí ja està sent utilitzat per un altre compte d\'actius o passius, i no pot ser utilitzat com a destinació de retirada.',
|
||||
'deposit_src_iban_exists' => 'L\'IBAN font ja està sent utilitzat per un altre compte d\'actius o passius, i no pot ser utilitzat com a destinació de dipòsit.',
|
||||
|
||||
'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".',
|
||||
|
||||
|
||||
@@ -238,8 +238,8 @@ return [
|
||||
'withdrawal_dest_need_data' => '[a] Sie benötigen eine gültige Zielkonto-ID und/oder einen gültigen Zielkontonamen, um fortzufahren.',
|
||||
'withdrawal_dest_bad_data' => 'Bei der Suche nach Kennung „:id” oder Name „:name” konnte kein gültiges Zielkonto gefunden werden.',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'Die IBAN des Zielkontos wird bereits von einem Bestandskonto oder einer Verbindlichkeit genutzt und kann nicht als Auszahlungsziel verwendet werden.',
|
||||
'deposit_src_iban_exists' => 'Die IBAN des Quellkontos wird bereits von einem Bestandskonto oder einer Verbindlichkeit genutzt und kann nicht als Einlagenquelle verwendet werden.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Bei der Suche nach ID „:id” oder Name „:name” konnte kein gültiges Ausgleichskonto gefunden werden.',
|
||||
|
||||
|
||||
@@ -379,29 +379,29 @@ return [
|
||||
'search_modifier_description_is' => 'Η περιγραφή είναι ακριβώς ":value"',
|
||||
'search_modifier_not_description_is' => 'Η περιγραφή δεν είναι ακριβώς ":value"',
|
||||
'search_modifier_currency_is' => 'Το (ξένο) νόμισμα της συναλλαγής είναι ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_not_currency_is' => 'Το (ξένο) νόμισμα της συναλλαγής δεν είναι ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Το ξένο νόμισμα της συναλλαγής είναι ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Το ξένο νόμισμα της συναλλαγής δεν είναι ":value"',
|
||||
'search_modifier_has_attachments' => 'Η συναλλαγή πρέπει να έχει ένα συνημμένο',
|
||||
'search_modifier_has_no_category' => 'Η συναλλαγή δεν πρέπει να έχει κατηγορία',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_not_has_no_category' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) κατηγορία',
|
||||
'search_modifier_not_has_any_category' => 'Η συναλλαγή δεν πρέπει να έχει κατηγορία',
|
||||
'search_modifier_has_any_category' => 'Η συναλλαγή πρέπει να έχει μία (οποιαδήποτε) κατηγορία',
|
||||
'search_modifier_has_no_budget' => 'Η συναλλαγή δεν πρέπει να έχει προϋπολογισμό',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_not_has_any_budget' => 'Η συναλλαγή δεν πρέπει να έχει προϋπολογισμό',
|
||||
'search_modifier_has_any_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_not_has_no_budget' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) προϋπολογισμό',
|
||||
'search_modifier_has_no_bill' => 'Η συναλλαγή δεν πρέπει να έχει λογαριασμό',
|
||||
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_not_has_no_bill' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) λογαριασμό',
|
||||
'search_modifier_has_any_bill' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) λογαριασμό',
|
||||
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_not_has_any_bill' => 'Η συναλλαγή δεν πρέπει να έχει λογαριασμό',
|
||||
'search_modifier_has_no_tag' => 'Η συναλλαγή δεν πρέπει να έχει καμία ετικέτα',
|
||||
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_not_has_any_tag' => 'Η συναλλαγή δεν πρέπει να έχει ετικέτα',
|
||||
'search_modifier_not_has_no_tag' => 'Η συναλλαγή πρέπει να έχει (οποιαδήποτε) ετικέτα',
|
||||
'search_modifier_has_any_tag' => 'Η συναλλαγή πρέπει να έχει μία (οποιαδήποτε) ετικέτα',
|
||||
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
|
||||
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
|
||||
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
|
||||
'search_modifier_notes_contains' => 'Οι σημειώσεις της συναλλαγής περιέχουν ":value"',
|
||||
'search_modifier_not_notes_contains' => 'Οι σημειώσεις της συναλλαγής δεν περιέχουν ":value"',
|
||||
'search_modifier_notes_starts' => 'Οι σημειώσεις της συναλλαγής αρχίζουν με ":value"',
|
||||
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
|
||||
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
|
||||
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
|
||||
|
||||
@@ -238,8 +238,8 @@ return [
|
||||
'withdrawal_dest_need_data' => '[a] Necesita obtener un ID de cuenta de destino válido y/o un nombre de cuenta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'Este IBAN de cuenta de destino ya está siendo utilizada por una cuenta de activos o pasivos y no se puede utilizar como destino de retirada.',
|
||||
'deposit_src_iban_exists' => 'Este IBAN de cuenta de origen ya está siendo utilizado por una cuenta de activos o pasivos y no puede utilizarse como fuente de depósito.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'No se ha podido encontrar una cuenta de reconciliación válida al buscar por ID ":id" o nombre ":name".',
|
||||
|
||||
|
||||
@@ -238,8 +238,8 @@ return [
|
||||
'withdrawal_dest_need_data' => '[a] Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.',
|
||||
'withdrawal_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'Cet IBAN de compte de destination est déjà utilisé par un compte d\'actif ou un passif et ne peut pas être utilisé comme destination de dépense.',
|
||||
'deposit_src_iban_exists' => 'Cet IBAN de compte source est déjà utilisé par un compte d\'actif ou un passif et ne peut pas être utilisé comme source de dépôt.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Impossible de trouver un compte de rapprochement valide lors de la recherche de l\'ID ":id" ou du nom ":name".',
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'home' => 'ホーム',
|
||||
'budgets' => '予算',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'subscriptions' => '講読',
|
||||
'transactions' => '取引',
|
||||
'title_expenses' => '支出',
|
||||
'title_withdrawal' => '支出',
|
||||
@@ -55,7 +55,7 @@ return [
|
||||
'changePassword' => 'パスワードを変更する',
|
||||
'change_email' => 'メールアドレスを変更する',
|
||||
'bills' => '請求',
|
||||
'newBill' => '新しい請求書',
|
||||
'newBill' => '新しい請求',
|
||||
'edit_bill' => '請求書 ":name" を編集する',
|
||||
'delete_bill' => '請求書 ":name" を削除する',
|
||||
'reports' => 'レポート',
|
||||
@@ -86,7 +86,7 @@ return [
|
||||
'edit_journal' => '取り引き ":description" を編集する',
|
||||
'edit_reconciliation' => '":description" を編集する',
|
||||
'delete_journal' => '取り引き ":description" を削除する',
|
||||
'delete_group' => '取り引き ":description" を削除する',
|
||||
'delete_group' => '取引「:description」を削除',
|
||||
'tags' => 'タグ',
|
||||
'createTag' => '新しいタグを作成する',
|
||||
'edit_tag' => 'タグ ":tag" を編集する',
|
||||
|
||||
@@ -72,13 +72,13 @@ return [
|
||||
|
||||
//'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => '[Week] W, GGGG',
|
||||
'week_in_year_fns' => "yyyy年w[週目]",
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
|
||||
//'year' => '%Y',
|
||||
'year_js' => 'YYYY年',
|
||||
|
||||
//'half_year' => '%B %Y',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
'half_year_js' => 'YYYY年第Q四半期',
|
||||
|
||||
'quarter_fns' => "yyyy年第Q四半期",
|
||||
'half_year_fns' => "yyyy年H[半期]",
|
||||
|
||||
@@ -58,16 +58,16 @@ return [
|
||||
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
|
||||
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
|
||||
'invitation_invited_by' => 'You\'ve been invited by ":admin" and this invitation was sent to ":invitee". That\'s you, right?',
|
||||
'invitation_url' => 'The invitation is valid for 48 hours and can be redeemed by surfing to [Firefly III](:url). Enjoy!',
|
||||
'invitation_created_subject' => '招待が作成されました',
|
||||
'invitation_created_body' => '管理者ユーザー「:email」はメールアドレス「:invitee」に関連する人が使える招待を作成しました。 招待は48時間有効です。',
|
||||
'invite_user_subject' => 'Firefly IIIアカウントの作成に招待されました。',
|
||||
'invitation_introduction' => 'あなたは**:host**上のFirefly IIIにアカウントを作成するよう招待されています。 Firefly IIIは個人でホストする、プライベートで個人的な財務管理ツールです。クールなキッズたちはみんな使っています。',
|
||||
'invitation_invited_by' => 'あなたは「:admin」に招待され、この招待は「:invitee」に送信されました。あなたですよね?',
|
||||
'invitation_url' => '招待は48時間有効で、[Firefly III](:url)にアクセスすれば招待を受けられます。お楽しみください。',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'Firefly III に新しいログイン',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
'slack_login_from_new_ip' => 'IPアドレス :ip(:host)からの新しいFirefly IIIログイン',
|
||||
'new_ip_body' => 'Firefly III が未知のIPアドレスからあなたのアカウントへの新しいログインを検出しました。 以下のIPアドレスからログインしたことがないか、ログインから6ヶ月以上経過している場合、Firefly IIIは警告します。',
|
||||
'new_ip_warning' => 'この IP アドレスまたはログインに覚えがある場合は、このメッセージを無視してください。 ログインしていないか、これが何であるかがわからない場合、 パスワードの安全性を確認、変更し、すべてのセッションをログアウトしてください。 これはプロフィールページからできます。もちろん、すでに2要素認証は有効にしていますよね?ご安全に!',
|
||||
'ip_address' => 'IPアドレス',
|
||||
@@ -82,8 +82,8 @@ return [
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Firefly III へようこそ!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
|
||||
'registered_subject_admin' => '新しいユーザーが登録されました',
|
||||
'admin_new_user_registered' => '新しいユーザーが登録されました。ユーザー **:email** にユーザー ID #:id が付与されました。',
|
||||
'registered_welcome' => '[Firefly III](:address) へようこそ。このメールにて登録が完了したことをお知らせします。やった!',
|
||||
'registered_pw' => 'パスワードを忘れた場合は、[パスワードリセットツール](:address/password/reset)を使用してリセットしてください。',
|
||||
'registered_help' => '各ページの右上にヘルプアイコンがあります。ヘルプが必要な場合は、クリックしてください。',
|
||||
@@ -107,7 +107,7 @@ return [
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
'new_version_email_subject' => 'Firefly IIIの新しいバージョンが利用可能です',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Firefly III のメールアドレスが変更されました',
|
||||
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
'be_right_back' => 'メンテナンスはすぐに終わります。',
|
||||
'check_back' => '必要なメンテナンスを行っているため、Firefly IIIは一時停止しています。しばらくしてからもう一度確認してください。',
|
||||
'error_occurred' => '申し訳ありません。エラーが発生しました。',
|
||||
'db_error_occurred' => 'Whoops! A database error occurred.',
|
||||
'db_error_occurred' => 'おっと!データベースエラーが発生しました。',
|
||||
'error_not_recoverable' => '残念ながら、このエラーは回復不可能です。Firefly IIIは故障しました。エラーログは以下の通りです:',
|
||||
'error' => 'エラー',
|
||||
'error_location' => 'このエラーは、ファイル「<span style="font-family: monospace;">:file</span>」 :line 行目のコード :code で発生しました。',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => '支払い銀行名',
|
||||
'bank_name' => '銀行名',
|
||||
'bank_balance' => '残高',
|
||||
'savings_balance' => '貯金残高',
|
||||
'credit_card_limit' => 'クレジットカード上限額',
|
||||
@@ -61,8 +61,8 @@ return [
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'パスワードの安全性確認',
|
||||
'source_account' => '支出元口座',
|
||||
'destination_account' => '送金先の口座',
|
||||
'asset_destination_account' => '送金先の口座',
|
||||
'destination_account' => '宛先口座',
|
||||
'asset_destination_account' => '宛先口座',
|
||||
'include_net_worth' => '純資産に含める',
|
||||
'asset_source_account' => '支出元口座',
|
||||
'journal_description' => '説明',
|
||||
@@ -150,7 +150,7 @@ return [
|
||||
'start' => '期間の開始',
|
||||
'end' => '期間の終了',
|
||||
'delete_account' => '口座「:name」を削除',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_webhook' => 'Webhook「:title」を削除',
|
||||
'delete_bill' => '請求「:name」を削除',
|
||||
'delete_budget' => '予算「:name」を削除',
|
||||
'delete_category' => 'カテゴリ「:name」を削除',
|
||||
@@ -171,7 +171,7 @@ return [
|
||||
'object_group_areYouSure' => 'グループ「:title」を削除してもよろしいですか?',
|
||||
'ruleGroup_areYouSure' => 'ルールグループ「:title」を削除してもよろしいですか?',
|
||||
'budget_areYouSure' => '予算「:name」を削除してもよろしいですか?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => '本当にWebhook「:title」を削除してもよろしいですか?',
|
||||
'category_areYouSure' => 'カテゴリ「:name」を削除してもよろしいですか?',
|
||||
'recurring_areYouSure' => '定期的な取引「:title」を削除してもよろしいですか?',
|
||||
'currency_areYouSure' => '通貨「:name」を削除してもよろしいですか?',
|
||||
@@ -299,9 +299,9 @@ return [
|
||||
'submitted' => '送信済み',
|
||||
'key' => '鍵',
|
||||
'value' => '記録の内容',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'webhook_delivery' => '配信',
|
||||
'webhook_response' => 'レスポンス',
|
||||
'webhook_trigger' => 'トリガー',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
||||
@@ -36,12 +36,12 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// index
|
||||
'index_intro' => 'Firefly IIIのインデックスページへようこそ。このイントロダクションでは、Firefly IIIがどのように機能するのかをご紹介します。',
|
||||
'index_accounts-chart' => 'このチャートは、お客様の資産口座の現在の残高を表示しています。お客様のご希望でここに表示するかどうか選択できます。',
|
||||
'index_box_out_holder' => 'この小さな吹き出しとこの横にある吹き出しは、財務状況の概要を表示しています。',
|
||||
'index_help' => 'ページや入力欄について助けが必要なら、このボタンを押して下さい。',
|
||||
'index_intro' => 'Firefly IIIのホームへようこそ。このイントロダクションでは、Firefly IIIがどのように機能するのかをご紹介します。',
|
||||
'index_accounts-chart' => 'このチャートは、あなたの資産口座の現在の残高を表示しています。設定でここに表示するかどうか選択できます。',
|
||||
'index_box_out_holder' => 'この小さなボックスと横にあるボックスは、財務状況の概要を表示しています。',
|
||||
'index_help' => 'ページや入力欄についてヘルプが必要なら、このボタンを押して下さい。',
|
||||
'index_outro' => 'Firefly IIIの多くのページはこのような小さなツアーから始まります。もし質問やコメントがある場合は、私に連絡して下さい。楽しんで!',
|
||||
'index_sidebar-toggle' => '新しい取引やアカウントなどを作成するには、このアイコン下のメニューを使用して下さい。',
|
||||
'index_sidebar-toggle' => '新しい取引や口座などを作成するには、このアイコン下のメニューを使用してください。',
|
||||
'index_cash_account' => 'これらは今までに作られた口座です。現金支出を管理するため現金口座を使うこともできますが、もちろん強制ではありません。',
|
||||
|
||||
// transactions
|
||||
@@ -52,9 +52,9 @@ return [
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => '口座の有効な IBAN を設定してください。これは将来のデータインポートをとても簡単にします。',
|
||||
'accounts_create_asset_opening_balance' => '資産口座には Firefly III のアカウントの履歴の開始を示す「開始残高」があります。',
|
||||
'accounts_create_asset_opening_balance' => '資産口座には Firefly III の口座履歴の開始を示す「開始残高」を持たせることができます。',
|
||||
'accounts_create_asset_currency' => 'Firefly IIIは複数の通貨をサポートしています。資産口座は一つのメイン通貨を持っており、ここで選択する必要があります。',
|
||||
'accounts_create_asset_virtual' => '口座に仮想の残高を与えることはしばしば助けになるかもしれません: 余剰は常に実際の残高から差し引かれます。',
|
||||
'accounts_create_asset_virtual' => '口座に仮想の残高を設定すると便利かもしれません。余剰残高は常に実際の残高から差し引かれます。',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => '予算はあなたの財務を管理するために使用され、Firefly III の一つの主要機能を構成します。',
|
||||
@@ -89,9 +89,9 @@ return [
|
||||
'reports_report_audit_intro' => 'このレポートはあなたの経費勘定の詳細を表示します。',
|
||||
'reports_report_audit_optionsBox' => 'あなたが興味のある列を表示したり隠したりするにはこれらのチェックボックスを使用してください。',
|
||||
|
||||
'reports_report_category_intro' => 'このレポートは一つまたは複数のカテゴリーの見通しを表示します。',
|
||||
'reports_report_category_intro' => 'このレポートはカテゴリの見通しを表示します。',
|
||||
'reports_report_category_pieCharts' => 'これらの図表は支出の見通しやカテゴリ、勘定ごとの収入を表示します。',
|
||||
'reports_report_category_incomeAndExpensesChart' => 'この図表はカテゴリーごとのあなたの支出と収入を表示します。',
|
||||
'reports_report_category_incomeAndExpensesChart' => 'このチャートはカテゴリごとのあなたの支出と収入を表示します。',
|
||||
|
||||
'reports_report_tag_intro' => 'このレポートはあなたの一つまたは複数のタグの見通しを表示します。',
|
||||
'reports_report_tag_pieCharts' => 'これらのチャートはタグ、勘定、カテゴリ、予算ごとのあなたの支出と収入を表示しています。',
|
||||
@@ -150,7 +150,7 @@ return [
|
||||
'bills_create_name' => '「家賃」や「健康保険」などのわかりやすい名称を使用してください。',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => 'この請求の最低額と最大額を選択してください。',
|
||||
'bills_create_repeat_freq_holder' => 'ほとんどの請求書は毎月の繰り返しですが、別の周期を設定することができます。',
|
||||
'bills_create_repeat_freq_holder' => 'ほとんどの請求は毎月の繰り返しですが、別の周期を設定することができます。',
|
||||
'bills_create_skip_holder' => '請求が2週ごとに繰り返される場合は、1週ごとに1週スキップするために、「スキップ」項目を「1」に設定してください。',
|
||||
|
||||
// rules index
|
||||
@@ -158,7 +158,7 @@ return [
|
||||
'rules_index_new_rule_group' => 'グループ内のルールを組み合わせることで、管理が容易になります。',
|
||||
'rules_index_new_rule' => '好きなだけルールを作ってください。',
|
||||
'rules_index_prio_buttons' => '適切と思う順に並び変えてください。',
|
||||
'rules_index_test_buttons' => 'ルールをテストしたり、既存のトランザクションに適用したりできます。',
|
||||
'rules_index_test_buttons' => 'ルールをテストしたり、既存の取引に適用したりできます。',
|
||||
'rules_index_rule-triggers' => 'ルールには、ドラッグ&ドロップで並べ替えできる「トリガー」と「アクション」があります。',
|
||||
'rules_index_outro' => '右上の (?) アイコンからヘルプページを確認してください。',
|
||||
|
||||
|
||||
@@ -55,17 +55,17 @@ return [
|
||||
'lastActivity' => '最終アクティビティ',
|
||||
'balanceDiff' => '残高差',
|
||||
'other_meta_data' => 'その他のメタデータ',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'invited_at' => '招待日時',
|
||||
'expires' => '招待の有効期限',
|
||||
'invited_by' => '招待者:',
|
||||
'invite_link' => '招待リンク',
|
||||
'account_type' => '口座種別',
|
||||
'created_at' => '作成日時',
|
||||
'account' => '口座',
|
||||
'external_url' => '外部 URL',
|
||||
'matchingAmount' => '金額',
|
||||
'destination' => '宛先',
|
||||
'source' => '源泉',
|
||||
'source' => '引き出し',
|
||||
'next_expected_match' => '次の一致予測',
|
||||
'automatch' => '自動一致',
|
||||
|
||||
@@ -113,7 +113,7 @@ return [
|
||||
'is_admin' => '管理者',
|
||||
'has_two_factor' => '2要素認証が有効か',
|
||||
'blocked_code' => 'ブロックコード',
|
||||
'source_account' => '源泉口座',
|
||||
'source_account' => '引き出し口座',
|
||||
'destination_account' => '宛先口座',
|
||||
'accounts_count' => '口座数',
|
||||
'journals_count' => '取引件数',
|
||||
@@ -180,11 +180,11 @@ return [
|
||||
'payment_info' => '支払情報',
|
||||
'expected_info' => '次の予想される取引',
|
||||
'start_date' => '開始日',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'trigger' => 'トリガー',
|
||||
'response' => 'レスポンス',
|
||||
'delivery' => '配信',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
'secret' => 'シークレット',
|
||||
|
||||
];
|
||||
/*
|
||||
|
||||
@@ -61,7 +61,7 @@ return [
|
||||
'invalid_selection' => 'あなたの選択は無効です。',
|
||||
'belongs_user' => 'この欄ではその値は無効です。',
|
||||
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。',
|
||||
'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.',
|
||||
@@ -70,7 +70,7 @@ return [
|
||||
'require_currency_info' => 'この項目の内容は通貨情報がなければ無効です。',
|
||||
'not_transfer_account' => 'このアカウントは送金に使用できるアカウントではありません。',
|
||||
'require_currency_amount' => 'この項目の内容は、外部金額情報がなければ無効です。',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'require_foreign_currency' => 'このフィールドには数字が必要です',
|
||||
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
|
||||
'require_foreign_src' => 'This field value must match the currency of the source account.',
|
||||
'equal_description' => '取引の説明はグローバルな説明と同じであってはいけません。',
|
||||
@@ -173,8 +173,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => '貯金箱の名前は一意である必要があります。',
|
||||
'unique_object_group' => 'グループ名は一意でなければなりません',
|
||||
'starts_with' => '値は :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 with this combination of URL, trigger, response and delivery.',
|
||||
'unique_webhook' => 'このURL、トリガー、レスポンス、配信の組み合わせのWebhookがすでにあります。',
|
||||
'unique_existing_webhook' => 'このURL、トリガー、レスポンス、配信の組み合わせを持つ別のWebhookがすでにあります。',
|
||||
'same_account_type' => 'これらの口座は同じ口座種別でなければなりません',
|
||||
'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません',
|
||||
|
||||
@@ -238,8 +238,8 @@ return [
|
||||
'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」で検索した結果、有効な預け入れ口座が見つかりませんでした。',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'この宛先口座IBANはすでに資産口座または負債で使用されており、引き出し先として使用することはできません。',
|
||||
'deposit_src_iban_exists' => 'この引き出し口座IBANはすでに資産口座または負債で使用されており、引き出し元として使用することはできません。',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
|
||||
|
||||
@@ -271,15 +271,15 @@ return [
|
||||
|
||||
'ob_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。',
|
||||
'lc_source_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_need_data' => '[d] 続行するには、有効な宛先口座IDおよび(または)有効な宛先口座名を得る必要があります。',
|
||||
'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.',
|
||||
|
||||
'generic_invalid_source' => 'この口座を引き出し元口座として使用することはできません。',
|
||||
'generic_invalid_destination' => 'この口座を預け入れ先口座として使用することはできません。',
|
||||
|
||||
'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' => '引き出し口座の情報か取引ジャーナルIDを送信する必要があります。',
|
||||
'generic_no_destination' => '宛先口座の情報か取引ジャーナルIDを送信する必要があります。',
|
||||
|
||||
'gte.numeric' => ':attribute は :value 以上でなければなりません。',
|
||||
'gt.numeric' => ':attribute は :value より大きな値でなければいけません。',
|
||||
@@ -292,7 +292,7 @@ return [
|
||||
'auto_budget_period_mandatory' => '自動予算期間は必須項目です。',
|
||||
|
||||
// no access to administration:
|
||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
||||
'no_access_user_group' => 'この管理のための適切なアクセス権がありません。',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Hjem',
|
||||
'budgets' => 'Budsjetter',
|
||||
'home' => 'Heim',
|
||||
'budgets' => 'Budsjett',
|
||||
'subscriptions' => 'Abonnementer',
|
||||
'transactions' => 'Transaksjoner',
|
||||
'title_expenses' => 'Utgifter',
|
||||
|
||||
@@ -36,11 +36,11 @@ 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 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.',
|
||||
'see_help_icon' => 'Imidlertid kan <i class="fa fa-question-circle"></i>-ikonet øvst 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 Kontoar → <a href=":asset">Eiendelskontoar</a> og sjølvsagt <a href=":budgets">Budsjett</a> og <a href=":reports">Rapportar</a>. Eller berre ta ein kikk rundt og sjå kvar 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.',
|
||||
'budgets-index' => 'Denne sida visar ei oversikt over budsjetta dine. Den øvste linja visar beløpet som er tilgjengelag 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 dei.',
|
||||
'reports-index-start' => 'Firefly III støttar ein rekke typer rapportar. Les om dei ved å klikka på <i class="fa fa-question-circle"></i>-ikonet øvst 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>.',
|
||||
'currencies-index' => 'Firefly III støttar fleire valutaer. Selv om Euro er standard, kan det settes til norske kroner, eller ein av mange andre valutaer. Som du kan sjå, så er eit lite utval valutaer allereie lagt inn, men du kan legga til fleire om du vil. Om du endrer standardvalutaen, endres ikkje valutaen for eksisterande transaksjonar, men Firefly III støttar bruken av fleire valutaer samtidig.',
|
||||
'transactions-index' => 'Desse utgiftene, innskota og overføringane er ikkje særleg fantasifulle. Dei har vorte generert automatisk.',
|
||||
|
||||
@@ -86,7 +86,7 @@ return [
|
||||
'admin_new_user_registered' => 'Ein ny brukar har registrert seg. Brukar **:email har fått ID #:id.',
|
||||
'registered_welcome' => 'Velkomen til [Firefly III](:address). Din registrering er fullført, og denne e-posten er her for å bekrefte det. Kanon!',
|
||||
'registered_pw' => 'Om du har glemt passordet ditt allereie, kan du tilbakestille det ved å bruka [passord reset tool](:address/password/reset).',
|
||||
'registered_help' => 'Det er eit hjelp-ikon i hjørnet øverst til høgre på kvar side. Om du trenger hjelp, kan du klikka på den!',
|
||||
'registered_help' => 'Det er eit hjelp-ikon i hjørnet øvst til høgre på kvar side. Om du trenger hjelp, kan du klikka på den!',
|
||||
'registered_doc_html' => 'Om du ikkje har allereie, vennligst les [grand theory](https://docs.firefly-iii.org/about-firefly-ii/personal-finances).',
|
||||
'registered_doc_text' => 'Om du ikkje har gjort allereie, vennligst òg les veiledningen for første bruk og den fullstendige beskrivinga.',
|
||||
'registered_closing' => 'Kos deg!',
|
||||
@@ -130,7 +130,7 @@ return [
|
||||
// reset password
|
||||
'reset_pw_subject' => 'Din forespørsel om tilbakestilling av passord',
|
||||
'reset_pw_instructions' => 'Noen prøvde å tilbakestille passordet ditt. Om det var deg, vennligst følg linken nedenfor for å fullføre.',
|
||||
'reset_pw_warning' => '**PLEASE** bekrefter at lenken faktisk går til Firefly III slik du forventer at den skal gå!',
|
||||
'reset_pw_warning' => '**VER VENLEG** og bekreft at lenkja faktisk peikar mot Firefly III slik du forventer!',
|
||||
|
||||
// error
|
||||
'error_subject' => 'Rett ein feil i Firefly III',
|
||||
|
||||
@@ -122,7 +122,7 @@ return [
|
||||
'warning_much_data' => ':days dager med data kan ta litt tid å laste.',
|
||||
'registered' => 'Registreringen var vellukka!',
|
||||
'Default asset account' => 'Standard aktivakonto',
|
||||
'no_budget_pointer' => 'Det ser ikkje ut til at du har nokon budsjett enda. Du bør oppretta nokon på <a href="/budgets">budsjett</a>-sida. Budsjetter kan hjelpa deg med å holde oversikt over utgifter.',
|
||||
'no_budget_pointer' => 'Det ser ikkje ut til at du har budsjett enda. Du bør oppretta nokon på <a href="/budgets">budsjett</a>-sida. Budsjett kan hjelpa deg med å halda oversikt over utgifter.',
|
||||
'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',
|
||||
@@ -157,7 +157,7 @@ return [
|
||||
'pref_languages_locale' => 'For at eit anna språk enn engelsk skal fungera skikkelig, må operativsystemet ditt vera utstyrt med rett lokalinformasjon. Om dette ikkje er på plass, kan valutadata, datoar og beløp verta vist feil.',
|
||||
'budget_in_period' => 'Alle transaksjonar for budsjett ":name" mellom :start og :end i :currency',
|
||||
'chart_budget_in_period' => 'Diagram for alle transaksjonar for budsjett ":name" mellom :start og :end i :currency',
|
||||
'chart_budget_in_period_only_currency' => 'Beløpet du budsjetterte var i :currency, så dette diagrammet vil berre vise transaksjonar i :currency.',
|
||||
'chart_budget_in_period_only_currency' => 'Beløpet du budsjetterte var i :currency, så dette diagrammet vil berre visa transaksjonar i :currency.',
|
||||
'chart_account_in_period' => 'Diagram for alle transaksjonar for konto ":name" (:balance) mellom :start og :end',
|
||||
'chart_category_in_period' => 'Diagram for alle transaksjonar for kategori ":name" mellom :start og :end',
|
||||
'chart_category_all' => 'Graf over alle transaksjonar for kategori ":name"',
|
||||
@@ -1496,7 +1496,7 @@ return [
|
||||
'profile_oauth_edit_client' => 'Rediger Klient',
|
||||
'profile_oauth_name_help' => 'Noe brukarane dine vil gjenkjenne og stole på.',
|
||||
'profile_oauth_redirect_url' => 'Videresendings-URL',
|
||||
'profile_oauth_redirect_url_help' => 'Programmets tilbakekallingslenke til din adresse.',
|
||||
'profile_oauth_redirect_url_help' => 'Programmets tilbakekallingslenkje for autorisering.',
|
||||
'profile_authorized_apps' => 'Dine autoriserte applikasjoner',
|
||||
'profile_authorized_clients' => 'Autoriserte klienter',
|
||||
'profile_scopes' => 'Omfang',
|
||||
@@ -1539,7 +1539,7 @@ return [
|
||||
'export_data_menu' => 'Eksporter data',
|
||||
'export_data_bc' => 'Eksportere data frå Firefly III',
|
||||
'export_data_main_title' => 'Importer data til Firefly III',
|
||||
'export_data_expl' => 'Denne lenken lar deg eksportera alle transaksjonar + metadata frå Firefly III. Referer til hjelp (øverst til høgre (?)-ikon) for meir informasjon om prosessen.',
|
||||
'export_data_expl' => 'Denne lenkja lar deg eksportera alle transaksjonar + metadata frå Firefly III. Referer til hjelp (øvst til høgre (?)-ikon) for meir informasjon om prosessen.',
|
||||
'export_data_all_transactions' => 'Eksportere alle transaksjonar',
|
||||
'export_data_advanced_expl' => 'Dersom du trenger ein meir avansert eller spesifikk type eksport, les "hjelpen" om korleis man brukar konsollkommandoen <code>php artisan help firefly-ii:export-data</code>.',
|
||||
|
||||
@@ -1713,7 +1713,7 @@ return [
|
||||
'auto_budget_period_quarterly' => 'Kvartalsvis',
|
||||
'auto_budget_period_half_year' => 'Hvert halvår',
|
||||
'auto_budget_period_yearly' => 'Årlig',
|
||||
'auto_budget_help' => 'Du kan lesa meir om denne funksjonen under hjelp. Klikk ikonet øverst til høgre (?).',
|
||||
'auto_budget_help' => 'Du kan lesa meir om denne funksjonen under hjelp. Klikk ikonet øvst til høgre (?).',
|
||||
'auto_budget_reset_icon' => 'Budsjettet blir fastsatt periodisk',
|
||||
'auto_budget_rollover_icon' => 'Budsjettbeløpet vil øke periodisk',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
@@ -1782,7 +1782,7 @@ return [
|
||||
'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) 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.',
|
||||
'active_account_link' => 'Denne lenkja 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.',
|
||||
'details_for_asset' => 'Detaljer for brukskonto ":name"',
|
||||
@@ -2046,8 +2046,8 @@ return [
|
||||
'category_overview' => 'Kategori oversikt',
|
||||
'expense_overview' => 'Utgiftskonto oversikt',
|
||||
'revenue_overview' => 'Inntektskonto oversikt',
|
||||
'budgetsAndSpending' => 'Budsjetter og utgifter',
|
||||
'budgets_and_spending' => 'Budsjetter og utgifter',
|
||||
'budgetsAndSpending' => 'Budsjett og utgiftar',
|
||||
'budgets_and_spending' => 'Budsjett og utgiftar',
|
||||
'go_to_budget' => 'Gå til budsjett "{budget}"',
|
||||
'go_to_deposits' => 'Gå til innskot',
|
||||
'go_to_expenses' => 'Gå til utgifter',
|
||||
@@ -2097,9 +2097,9 @@ return [
|
||||
'liability_direction__short' => 'Ukjent',
|
||||
'liability_direction_null_short' => 'Ukjent',
|
||||
'Liability credit' => 'Lån kreditt',
|
||||
'budgets' => 'Budsjetter',
|
||||
'budgets' => 'Budsjett',
|
||||
'tags' => 'Tagger',
|
||||
'reports' => 'Rapporter',
|
||||
'reports' => 'Rapportar',
|
||||
'transactions' => 'Transaksjoner',
|
||||
'expenses' => 'Utgifter',
|
||||
'income' => 'Inntekt',
|
||||
@@ -2161,8 +2161,8 @@ return [
|
||||
'report_double' => 'Utgift/Inntekt kontorapport mellom :start og :end',
|
||||
'report_budget' => 'Budsjettrapport mellom :start og :end',
|
||||
'report_tag' => 'Tag-rapport mellom :start og :end',
|
||||
'quick_link_reports' => 'Hurtiglenker',
|
||||
'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_reports' => 'Hurtiglenkjer',
|
||||
'quick_link_examples' => 'Dette er berre nokon eksempel linker for å komme i gang. Sjekk ut hjelpesidene under (?) -knappen for informasjon om alle rapportar 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 kontoar',
|
||||
@@ -2170,7 +2170,7 @@ return [
|
||||
'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.',
|
||||
'reports_can_bookmark' => 'Husk at rapportar kan bokmerkast.',
|
||||
'incomeVsExpenses' => 'Inntekter vs. utgifter',
|
||||
'accountBalances' => 'Saldo',
|
||||
'balanceStart' => 'Saldo ved starten av periode',
|
||||
@@ -2197,7 +2197,7 @@ return [
|
||||
'report_type_budget' => 'Budsjettrapport',
|
||||
'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.',
|
||||
'more_info_help' => 'Mer informasjon om desse rapportane finn du på hjelpesidene. Trykk på (?) -ikonet øvst til høgre.',
|
||||
'report_included_accounts' => 'Inkluderte kontoar',
|
||||
'report_date_range' => 'Datointervall',
|
||||
'report_preset_ranges' => 'Forhåndsinnstilte områder',
|
||||
@@ -2395,7 +2395,7 @@ return [
|
||||
'user_data_information' => 'Brukardata',
|
||||
'user_information' => 'Brukarinformasjon',
|
||||
'total_size' => 'totalstørrelse',
|
||||
'budget_or_budgets' => ':count busjett|:count budsjett',
|
||||
'budget_or_budgets' => ':count budsjett|:count budsjett',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reglar i :count_groups regel gruppe(r)',
|
||||
'tag_or_tags' => ':count tagg|:count tagger',
|
||||
@@ -2440,16 +2440,16 @@ return [
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Konfigurasjon av transaksjonslenker',
|
||||
'journal_link_configuration' => 'Konfigurasjon av transaksjonslenkjer',
|
||||
'create_new_link_type' => 'Opprett ny lenktype',
|
||||
'store_new_link_type' => 'Lagra ny koblingstype',
|
||||
'update_link_type' => 'Oppdater koblingstype',
|
||||
'edit_link_type' => 'Rediger lenketype ":name"',
|
||||
'updated_link_type' => 'Oppdatert lenketype ":name"',
|
||||
'delete_link_type' => 'Slett lenketype ":name"',
|
||||
'deleted_link_type' => 'Sletta lenketype ":name"',
|
||||
'stored_new_link_type' => 'Lagra ny lenketype ":name"',
|
||||
'cannot_edit_link_type' => 'Kan ikkje redigera lenketype ":name"',
|
||||
'edit_link_type' => 'Rediger lenkjetype ":name"',
|
||||
'updated_link_type' => 'Oppdatert lenkjetype ":name"',
|
||||
'delete_link_type' => 'Slett lenkjetype ":name"',
|
||||
'deleted_link_type' => 'Sletta lenkjetype ":name"',
|
||||
'stored_new_link_type' => 'Lagra ny lenkjetype ":name"',
|
||||
'cannot_edit_link_type' => 'Kan ikkje redigera lenkjetype ":name"',
|
||||
'link_type_help_name' => 'Dvs. "Duplikater"',
|
||||
'link_type_help_inward' => 'Dvs. "duplikater"',
|
||||
'link_type_help_outward' => 'Dvs. "dupliseres av"',
|
||||
@@ -2457,7 +2457,7 @@ return [
|
||||
'do_not_save_connection' => '(ikkje lagra kobling)',
|
||||
'link_transaction' => 'Sammenkoble transaksjon',
|
||||
'link_to_other_transaction' => 'Koble denne transaksjonen til ein annan transaksjon',
|
||||
'select_transaction_to_link' => 'Vel ein transaksjon å koble til denne transaksjonen. Lenker er for tiden ubrukt i Firefly III (bortsett frå å verta vist), men eg planlegg å endra dette i framtida. Bruk søkeboksen for å velga ein transaksjon, enten etter tittel eller etter ID. Om du vil legga til egendefinerte lenketyper, sjekk administrasjonsavsnittet.',
|
||||
'select_transaction_to_link' => 'Vel ein transaksjon å koble til denne transaksjonen. Lenker er for tiden ubrukt i Firefly III (bortsett frå å verta vist), men eg planlegg å endra dette i framtida. Bruk søkeboksen for å velga ein transaksjon, enten etter tittel eller etter ID. Om du vil legga til egendefinerte lenkjetyper, sjekk administrasjonsavsnittetet.',
|
||||
'this_transaction' => 'Denne transaksjonen',
|
||||
'transaction' => 'Transaksjon',
|
||||
'comments' => 'Kommentarer',
|
||||
@@ -2473,7 +2473,7 @@ return [
|
||||
'this_transfer' => 'Denne overføringen',
|
||||
'overview_for_link' => 'Oversikt for linktype ":name"',
|
||||
'source_transaction' => 'Kjeldetransaksjon',
|
||||
'link_description' => 'Lenkebeskrivelse',
|
||||
'link_description' => 'Lenkjebeskrivelse',
|
||||
'destination_transaction' => 'Destinasjonstransaksjon',
|
||||
'delete_journal_link' => 'Slett koblingen mellom <a href=":source_link">:source</a> og <a href=":destination_link">:destination</a>',
|
||||
'deleted_link' => 'Sletta kobling',
|
||||
@@ -2582,7 +2582,7 @@ return [
|
||||
'recurring_calendar_view' => 'Kalender',
|
||||
'no_recurring_title_default' => 'La oss oppretta ein gjentakande transaksjon!',
|
||||
'no_recurring_intro_default' => 'Du har ingen gjentakande transaksjonar enda. Du kan bruka desse for å få Firefly III til å automatisk oppretta transaksjonar for deg.',
|
||||
'no_recurring_imperative_default' => 'Dette er ein ganske avansert funksjon, men det kan vera svært nyttig. Husk å lesa dokumentasjonen ((?)-ikonet øverst til høgre) før du fortset.',
|
||||
'no_recurring_imperative_default' => 'Dette er ein ganske avansert funksjon, men den kan vera svært nyttig. Husk å lesa dokumentasjonen (?)-ikonet øvst til høgre) før du fortset.',
|
||||
'no_recurring_create_default' => 'Opprett ein gjentakande transaksjon',
|
||||
'make_new_recurring' => 'Opprett ein gjentakande transaksjon',
|
||||
'recurring_daily' => 'Daglig',
|
||||
@@ -2603,8 +2603,8 @@ return [
|
||||
'created_transfers' => 'Opprettede overføringer',
|
||||
'recurring_info' => 'Gjentakande transaksjon :count / :total',
|
||||
'created_from_recurrence' => 'Opprettet frå gjentakande transaksjon ":title" (#:id)',
|
||||
'recurring_never_cron' => 'Det synes at cron jobben som er nødvendig for å støtta gjentakande transaksjonar har aldri køyrt. Dette er sjølvsagt normalt når du nettopp har installert Firefly III, men dette bør settes opp så snart som mogleg. Sjekk ut hjelp-sidene ved å bruka (?) -ikonet i øverste høgre hjørne på sida.',
|
||||
'recurring_cron_long_ago' => 'Det ser ut som det har gått meir enn 36 timer sida cron jobben for å støtta gjentakande transaksjonar har køyrt. Er du sikker på at den er satt opp rett? Sjekk ut hjelpe-sidene ved å bruka (?) -ikonet i øverste høgre hjørne på sida.',
|
||||
'recurring_never_cron' => 'Det kan sjå ut til at cron jobben som er nødvendig for å støtta gjentakande transaksjonar aldri har køyrt. Dette er sjølvsagt normalt når du nettopp har installert Firefly III, men dette bør settast opp så snart som mogleg. Sjekk ut hjelp-sidene ved å bruka (?) -ikonet øvst i høgre hjørne på sida.',
|
||||
'recurring_cron_long_ago' => 'Det ser ut som det har gått meir enn 36 timer sida cron jobben for å støtta gjentakande transaksjonar har køyrt. Er du sikker på at den er satt opp rett? Sjekk ut hjelpe-sidene ved å bruka (?) -ikonet øvst i høgre hjørne på sida.',
|
||||
|
||||
'create_new_recurrence' => 'Lag ny gjentakande transaksjon',
|
||||
'help_first_date' => 'Spesifiser den første forventede gjentakelse, det må vera i framtida.',
|
||||
|
||||
@@ -69,7 +69,7 @@ return [
|
||||
'note' => 'Notater',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Aktivakonto',
|
||||
'budget_id' => 'Busjett',
|
||||
'budget_id' => 'Budsjett',
|
||||
'bill_id' => 'Rekning',
|
||||
'opening_balance' => 'Inngående balanse',
|
||||
'tagMode' => 'Taggmodus',
|
||||
@@ -159,7 +159,7 @@ return [
|
||||
'delete_attachment' => 'Slett vedlegg ":name"',
|
||||
'delete_rule' => 'Slett regel ":title"',
|
||||
'delete_rule_group' => 'Slett regelgruppe ":title"',
|
||||
'delete_link_type' => 'Slett lenketype ":name"',
|
||||
'delete_link_type' => 'Slett lenkjetype ":name"',
|
||||
'delete_user' => 'Slett brukar ":email"',
|
||||
'delete_recurring' => 'Slett gjentakande transaksjon ":title"',
|
||||
'user_areYouSure' => 'Om du slettar brukaren ":email", vil alt verta vekke. Det er ikkje mogleg å angre eller gjenopprette brukaren. Om du slettar din eigen brukar, vil du miste tilgangen til Firefly III.',
|
||||
|
||||
@@ -57,13 +57,13 @@ return [
|
||||
'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
|
||||
'budgets_index_intro' => 'Budsjetter brukes til å styre din økonomi og er ein av kjernefunksjonane i Firefly III.',
|
||||
'budgets_index_set_budget' => 'Sett ditt totale budsjett for kvar periode, så Firefly III kan fortelle deg om du har budsjettert med alle tilgjengelege pengar.',
|
||||
'budgets_index_intro' => 'Budsjett vert brukt til å handtera økonomien din og er ein av kjernefunksjonane i Firefly III.',
|
||||
'budgets_index_set_budget' => 'Sett ditt totale budsjett for kvar periode så Firefly III kan fortelja deg om du har budsjettert med alle tilgjengelege pengar.',
|
||||
'budgets_index_see_expenses_bar' => 'Når du brukar pengar vil denne linja fyllast opp.',
|
||||
'budgets_index_navigate_periods' => 'Naviger gjennom perioder for å enkelt definera budsjett på førehand.',
|
||||
'budgets_index_new_budget' => 'Opprett nye budsjett etter behov.',
|
||||
'budgets_index_list_of_budgets' => 'Bruk denne tabellen til å angi beløp for hvert budsjett og sjå korleis du klarar deg.',
|
||||
'budgets_index_outro' => 'Om du vil vite meir om budsjettering, trykk på hjelp-ikonet øverst til høgre.',
|
||||
'budgets_index_outro' => 'Om du vil vita meir om budsjettering, trykk på hjelp-ikonet øvst til høgre.',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -160,7 +160,7 @@ return [
|
||||
'rules_index_prio_buttons' => 'Legg dei i den rekkefølgen du synes passar best.',
|
||||
'rules_index_test_buttons' => 'Du kan teste reglane dine eller bruka dei på eksisterande transaksjonar.',
|
||||
'rules_index_rule-triggers' => 'Regler har "utløsere" og "handlinger" som du kan bytte rekkefølge på ved å dra og slippe.',
|
||||
'rules_index_outro' => 'Husk å sjekke ut hjelpesidene ved å bruka (?) -ikonet øverst til høgre!',
|
||||
'rules_index_outro' => 'Husk å sjekke ut hjelpesidene ved å bruka (?) -ikonet øvst til høgre!',
|
||||
|
||||
// create rule:
|
||||
'rules_create_mandatory' => 'Vel ein beskrivende tittel, og bestem når regelen skal utløses.',
|
||||
|
||||
@@ -58,7 +58,7 @@ return [
|
||||
'invited_at' => 'Invitert',
|
||||
'expires' => 'Invitasjonen utløper',
|
||||
'invited_by' => 'Invitert av',
|
||||
'invite_link' => 'Invitasjons lenke',
|
||||
'invite_link' => 'Invitasjonslenkje',
|
||||
'account_type' => 'Kontotype',
|
||||
'created_at' => 'Opprettet',
|
||||
'account' => 'Konto',
|
||||
@@ -96,7 +96,7 @@ return [
|
||||
'from' => 'Fra',
|
||||
'piggy_bank' => 'Sparegris',
|
||||
'to' => 'Til',
|
||||
'budget' => 'Busjett',
|
||||
'budget' => 'Budsjett',
|
||||
'category' => 'Kategori',
|
||||
'bill' => 'Rekning',
|
||||
'withdrawal' => 'Uttak',
|
||||
|
||||
@@ -38,7 +38,7 @@ return [
|
||||
'password' => 'Passord må vera minst seks teikn og samsvare med bekreftelsen.',
|
||||
'user' => 'Me finn ikkje nokon brukar med denne epostadressa.',
|
||||
'token' => 'Passord-nullstillingskoden er ikkje gyldig.',
|
||||
'sent' => 'Passord-nullstillingslenke sendt!',
|
||||
'sent' => 'Passord-nullstillingslenkje sendt!',
|
||||
'reset' => 'Passordet er tilbakestilt!',
|
||||
'blocked' => 'Du skal ha for forsøket.',
|
||||
];
|
||||
|
||||
@@ -71,7 +71,7 @@ return [
|
||||
'specific_day_js' => 'DD [de] MMMM [de] YYYY',
|
||||
|
||||
//'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => '[Week] W, GGGG',
|
||||
'week_in_year_js' => '[Semana] W, GGGG',
|
||||
'week_in_year_fns' => "'Semana' w 'de' yyyy",
|
||||
|
||||
//'year' => '%Y',
|
||||
|
||||
@@ -1302,12 +1302,12 @@ return [
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
'dark_mode_option_dark' => 'Always dark',
|
||||
'dark_mode_option_browser' => 'Deixe seu navegador decidir',
|
||||
'dark_mode_option_light' => 'Sempre claro',
|
||||
'dark_mode_option_dark' => 'Sempre escuro',
|
||||
'equal_to_language' => '(igual ao idioma)',
|
||||
'dark_mode_preference' => 'Dark mode',
|
||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
||||
'dark_mode_preference' => 'Modo escuro',
|
||||
'dark_mode_preference_help' => 'Avise ao Firefly III quando usar o modo escuro.',
|
||||
'pref_home_screen_accounts' => 'Conta da tela inicial',
|
||||
'pref_home_screen_accounts_help' => 'Que conta deve ser exibida na tela inicial?',
|
||||
'pref_view_range' => 'Ver intervalo',
|
||||
@@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Sem orçamento automático',
|
||||
'auto_budget_reset' => 'Definir um valor fixo a cada período',
|
||||
'auto_budget_rollover' => 'Adicionar valor a cada período',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Adicionar um valor a cada período e corrigir para gastos excessivos',
|
||||
'auto_budget_period_daily' => 'Diariamente',
|
||||
'auto_budget_period_weekly' => 'Semanalmente',
|
||||
'auto_budget_period_monthly' => 'Mensalmente',
|
||||
@@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Você pode ler mais sobre esta função na seção ajuda. Clique no ícone superior direito (?).',
|
||||
'auto_budget_reset_icon' => 'Este orçamento será definido periodicamente',
|
||||
'auto_budget_rollover_icon' => 'O valor orçado aumentará periodicamente',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'O valor do orçamento aumentará periodicamente e correrá para gastos excessivos pendentes',
|
||||
'remove_budgeted_amount' => 'Remover montante orçado em :currency',
|
||||
|
||||
// bills:
|
||||
@@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Orçado',
|
||||
'period' => 'Período',
|
||||
'balance' => 'Saldo',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Entrada + Saída deste período',
|
||||
'sum' => 'Soma',
|
||||
'summary' => 'Resumo',
|
||||
'average' => 'Média',
|
||||
@@ -2372,8 +2372,8 @@ return [
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
'invite_is_already_redeemed' => 'O convite para ":address" já foi resgatado.',
|
||||
'invite_is_deleted' => 'O convite para ":address" foi removido.',
|
||||
'invite_new_user_title' => 'Convidar novo usuário',
|
||||
'invite_new_user_text' => 'Como administrador, você pode convidar usuários para se registrarem na administração do Firefly III. Usando o link direto que você pode compartilhar, eles serão capazes de registrar uma conta. O usuário convidado e seu link de convite aparecerão na tabela abaixo. Você é livre para compartilhar com eles o link do convite.',
|
||||
'invited_user_mail' => 'E-mail',
|
||||
@@ -2695,9 +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_update_group_title' => 'Título do grupo de transações atualizado',
|
||||
'ale_action_update_date' => 'Data de transação atualizada',
|
||||
'ale_action_update_order' => 'Ordem de transação atualizada',
|
||||
'ale_action_clear_category' => 'Removido da categoria',
|
||||
'ale_action_clear_notes' => 'Anotações removidas',
|
||||
'ale_action_clear_tag' => 'Etiquetas apagadas',
|
||||
|
||||
@@ -70,9 +70,9 @@ return [
|
||||
'require_currency_info' => 'O conteúdo deste campo é inválido sem informações de moeda.',
|
||||
'not_transfer_account' => 'Esta não é uma conta que possa ser usada para transferências.',
|
||||
'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação de moeda estrangeira.',
|
||||
'require_foreign_currency' => 'This field requires a number',
|
||||
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
|
||||
'require_foreign_src' => 'This field value must match the currency of the source account.',
|
||||
'require_foreign_currency' => 'Este campo deve ser um número',
|
||||
'require_foreign_dest' => 'Este valor de campo deve corresponder à moeda da conta de destino.',
|
||||
'require_foreign_src' => 'Este valor de campo deve corresponder à moeda da conta de origem.',
|
||||
'equal_description' => 'A descrição da transação não pode ser igual à descrição global.',
|
||||
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
|
||||
'file_too_large' => 'Arquivo ":name" é muito grande.',
|
||||
@@ -234,20 +234,20 @@ 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' => '[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_source_bad_data' => '[a] Não foi possível encontrar uma conta de origem válida ao procurar por ID ":id" ou nome ":name".',
|
||||
'withdrawal_dest_need_data' => '[a] É necessário obter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'Este IBAN de conta de destino já está em uso por outra conta de ativos ou uma responsabilidade e não pode ser usada como um destino de retirada.',
|
||||
'deposit_src_iban_exists' => 'Este IBAN de conta de origem já está em uso por outra conta de ativos ou uma responsabilidade e não pode ser usada como uma fonte de depósito.',
|
||||
|
||||
'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' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => '[e] Não foi possível encontrar uma conta de origem válida ao procurar por ID ":id" ou nome ":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' => '[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_source_bad_data' => '[b] Não foi possível encontrar uma conta de origem válida ao procurar por ID ":id" ou nome ":name".',
|
||||
'deposit_dest_need_data' => '[b] É necessário obter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'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.',
|
||||
|
||||
@@ -264,22 +264,22 @@ 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' => '[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_source_bad_data' => '[c] Não foi possível encontrar uma conta de origem válida ao procurar por ID ":id" ou nome ":name".',
|
||||
'transfer_dest_need_data' => '[c] É necessário obter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'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' => '[d] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'ob_dest_need_data' => '[d] É necessário obter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.',
|
||||
'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.',
|
||||
|
||||
'generic_invalid_source' => 'Você não pode usar esta conta como conta de origem.',
|
||||
'generic_invalid_destination' => 'Você não pode usar esta conta como conta de destino.',
|
||||
|
||||
'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' => 'Você deve enviar as informações da conta de origem ou enviar um ID do diário de transação.',
|
||||
'generic_no_destination' => 'Você deve enviar as informações da conta de destino ou enviar um ID do diário de transação.',
|
||||
|
||||
'gte.numeric' => ':attribute deve ser maior ou igual a :value.',
|
||||
'gt.numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
|
||||
//'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'D MMM YYYY',
|
||||
'month_and_day_fns' => 'd MMMM yyyy',
|
||||
'month_and_day_fns' => 'D MMMM YYYY',
|
||||
'month_and_day_js' => 'Do MMMM YYYY',
|
||||
|
||||
//'month_and_date_day' => '%A %B %e, %Y',
|
||||
@@ -65,7 +65,7 @@ return [
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'do MMMM yyyy, @ HH:mm:ss',
|
||||
'date_time_fns' => 'Do MMMM yyyy, @ HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
||||
@@ -251,7 +251,7 @@ return [
|
||||
'webhook_response_ACCOUNTS' => 'Сведения об учетной записи',
|
||||
'webhook_response_none_NONE' => 'Нет подробных сведений',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'inspect' => 'Проинспектировать',
|
||||
'create_new_webhook' => 'Создать новый вебхук',
|
||||
'webhooks_create_breadcrumb' => 'Создать новый вебхук',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
|
||||
@@ -351,7 +351,7 @@ return [
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Дата транзакции: ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_not_date_on' => 'Дата транзакции не ":value"',
|
||||
'search_modifier_reconciled' => 'Транзакция сверена',
|
||||
'search_modifier_not_reconciled' => 'Транзакция не сверена',
|
||||
'search_modifier_id' => 'ID транзакции - ":value"',
|
||||
@@ -361,7 +361,7 @@ return [
|
||||
'search_modifier_external_id_is' => 'Внешний ID: ":value"',
|
||||
'search_modifier_not_external_id_is' => 'Внешний ID не ":value"',
|
||||
'search_modifier_no_external_url' => 'У транзакции нет внешнего URL',
|
||||
'search_modifier_no_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_no_external_id' => 'У транзакции нет внешнего URL',
|
||||
'search_modifier_not_any_external_url' => 'У транзакции нет внешнего URL',
|
||||
'search_modifier_not_any_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_any_external_url' => 'Транзакция должна иметь (любой) внешний URL',
|
||||
@@ -412,7 +412,7 @@ return [
|
||||
'search_modifier_any_notes' => 'Транзакция должна содержать заметки',
|
||||
'search_modifier_not_any_notes' => 'The transaction has no notes',
|
||||
'search_modifier_amount_is' => 'Сумма в точности равна :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_not_amount_is' => 'Сумма не равна :value',
|
||||
'search_modifier_amount_less' => 'Сумма меньше или равна :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Сумма больше или равна :value',
|
||||
@@ -460,7 +460,7 @@ return [
|
||||
'search_modifier_account_id' => 'ID счета источника или назначения: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Категория - ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_not_category_is' => 'Категория не равна ":value"',
|
||||
'search_modifier_budget_is' => 'Бюджет - ":value"',
|
||||
'search_modifier_not_budget_is' => 'Бюджет не ":value"',
|
||||
'search_modifier_bill_is' => 'Счёт на оплату ":value"',
|
||||
@@ -745,7 +745,7 @@ return [
|
||||
'yearly' => 'ежегодно',
|
||||
|
||||
// rules
|
||||
'is_not_rule_trigger' => 'Not',
|
||||
'is_not_rule_trigger' => 'НЕ',
|
||||
'cannot_fire_inactive_rules' => 'Вы не можете выполнять неактивные правила.',
|
||||
'rules' => 'Правила',
|
||||
'rule_name' => 'Название правила',
|
||||
@@ -1071,8 +1071,8 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled_choice' => 'Транзакция сверена',
|
||||
'rule_trigger_reconciled' => 'Транзакция сверена',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
@@ -1302,12 +1302,12 @@ return [
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
'dark_mode_option_dark' => 'Always dark',
|
||||
'dark_mode_option_browser' => 'По усмотрению браузера',
|
||||
'dark_mode_option_light' => 'Всегда светлый',
|
||||
'dark_mode_option_dark' => 'Всегда тёмный',
|
||||
'equal_to_language' => '(в соответствии с языком)',
|
||||
'dark_mode_preference' => 'Dark mode',
|
||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
||||
'dark_mode_preference' => 'Тёмный режим',
|
||||
'dark_mode_preference_help' => 'Когда Firefly III должен использовать тёмный режим?',
|
||||
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
|
||||
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
|
||||
'pref_view_range' => 'Диапазон просмотра',
|
||||
@@ -1353,7 +1353,7 @@ return [
|
||||
'preferences_frontpage' => 'Сводка',
|
||||
'preferences_security' => 'Безопасность',
|
||||
'preferences_layout' => 'Отображение',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'preferences_notifications' => 'Уведомления',
|
||||
'pref_home_show_deposits' => 'Показывать доходы на главной странице',
|
||||
'pref_home_show_deposits_info' => 'В сводке уже отображаются ваши счета расходов. Нужно ли показывать там также ваши счета доходов?',
|
||||
'pref_home_do_show_deposits' => 'Да, показать их',
|
||||
@@ -1384,28 +1384,28 @@ return [
|
||||
'optional_field_attachments' => 'Вложения',
|
||||
'optional_field_meta_data' => 'Расширенные данные',
|
||||
'external_url' => 'Внешний URL-адрес',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'pref_notification_bill_reminder' => 'Напоминания о неоплаченных счетах',
|
||||
'pref_notification_new_access_token' => 'Оповещения о создании нового токена для доступа к API',
|
||||
'pref_notification_transaction_creation' => 'Предупреждения об автоматически созданных транзакциях',
|
||||
'pref_notification_user_login' => 'Оповещение при входе в аккаунт из нового места',
|
||||
'pref_notifications' => 'Уведомления',
|
||||
'pref_notifications_help' => 'Укажите, какие из перечисленных уведомлений вы хотели бы получать. Некоторые уведомления могут содержать конфиденциальную финансовую информацию.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_webhook_url_help' => 'Если вы хотите, чтобы Firefly III уведомил вас об использовании Slack, введите URL-адрес webhook здесь. В противном случае оставьте поле пустым. Если вы являетесь администратором, вы также должны задать этот URL-адрес в администрировании.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Financial administration',
|
||||
'administration_index' => 'Управление финансами',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
'purged_all_records' => 'All deleted records have been purged.',
|
||||
'delete_data_title' => 'Delete data from Firefly III',
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'purge_data_title' => 'Уничтожить данные из Firefly III',
|
||||
'purge_data_expl' => '"Уничтожение" - это полное "удаление того, что уже было удалено". Обычно Firefly III ничего не удаляет полностью. Он просто скрывает данные. Кнопка ниже удаляет все эти ранее "удалённые" записи НАВСЕГДА.',
|
||||
'delete_stuff_header' => 'Удалить и уничтожить данные',
|
||||
'purge_all_data' => 'Уничтожить все записи',
|
||||
'purge_data' => 'Уничтожить данные',
|
||||
'purged_all_records' => 'Все удалённые записи будут полностью уничтожены.',
|
||||
'delete_data_title' => 'Удалить данные из Firefly III',
|
||||
'permanent_delete_stuff' => 'Вы можете удалить данные из Firefly III. Использование кнопок ниже означает, что ваши данные больше не будут видны в Firefly. Вы не сможете отменить эту операцию из интерфейса Firefly, но записи могут остаться в базе данных, и вы сможете их восстановить при необходимости.',
|
||||
'other_sessions_logged_out' => 'Все прочие ваши сессии были прекращены.',
|
||||
'delete_unused_accounts' => 'Удаление неиспользуемых учетных записей очистит ваши автоматически заполненные списки.',
|
||||
'delete_all_unused_accounts' => 'Удалить неиспользуемые учётные записи',
|
||||
@@ -1486,7 +1486,7 @@ return [
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'Клиенты OAuth',
|
||||
'profile_oauth_no_clients' => 'У вас пока нет клиентов OAuth.',
|
||||
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
|
||||
'profile_oauth_clients_external_auth' => 'Если вы используете внешний поставщик аутентификации, например Authelia, клиенты OAuth не будут работать. Вы можете использовать только персональные токены доступа.',
|
||||
'profile_oauth_clients_header' => 'Клиенты',
|
||||
'profile_oauth_client_id' => 'ID клиента',
|
||||
'profile_oauth_client_name' => 'Название',
|
||||
@@ -1562,7 +1562,7 @@ return [
|
||||
'title_deposit' => 'Доход',
|
||||
'title_transfer' => 'Переводы',
|
||||
'title_transfers' => 'Переводы',
|
||||
'submission_options' => 'Submission options',
|
||||
'submission_options' => 'Опции отправки',
|
||||
'apply_rules_checkbox' => 'Применить правила',
|
||||
'fire_webhooks_checkbox' => 'Fire webhooks',
|
||||
|
||||
@@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => 'Запланировано в бюджете',
|
||||
'period' => 'Период',
|
||||
'balance' => 'Бaлaнc',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'Баланс в этом периоде',
|
||||
'sum' => 'Сумма',
|
||||
'summary' => 'Сводка',
|
||||
'average' => 'Среднее значение',
|
||||
@@ -2412,7 +2412,7 @@ return [
|
||||
'delete_user' => 'Удалить пользователя :email',
|
||||
'user_deleted' => 'Пользователь был удален',
|
||||
'send_test_email' => 'Отправить тестовое письмо на E-mail пользователя',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_test_email_text' => 'Чтобы узнать, может ли ваша копия FireFly отправлять электронную почту, нажмите эту кнопку. Вы не увидите здесь ошибки (если они возникнут), все ошибки будут зафиксированы <strong>в лог-файле</strong>. Вы можете нажимать эту кнопку столько раз, сколько хотите. Спам не контролируется. Сообщение будет отправлено на адрес <code>:email</code> и вы сможете получить его в ближайшее время.',
|
||||
'send_message' => 'Отправить сообщение',
|
||||
'send_test_triggered' => 'Тест был выполнен. Проверьте ваш почтовый ящик и log-файлы.',
|
||||
'give_admin_careful' => 'Пользователи, которым даны права администратора, могут отнять такие права у вас. Будьте осторожны.',
|
||||
@@ -2710,9 +2710,9 @@ return [
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
'ale_action_add_to_piggy' => 'Копилка',
|
||||
'ale_action_remove_from_piggy' => 'Копилка',
|
||||
'ale_action_add_tag' => 'Добавленный тег',
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -199,11 +199,11 @@ return [
|
||||
'delete_all_permanently' => 'Удалить выбранное навсегда',
|
||||
'update_all_journals' => 'Обновить эти транзакции',
|
||||
'also_delete_transactions' => 'Будет удалена только транзакция, связанная с этим счётом.|Будут удалены все :count транзакций, связанные с этим счётом.',
|
||||
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
|
||||
'also_delete_transactions_js' => 'Нет транзакций|Будет удалена только транзакция, связанная с этим счётом.|Будут удалены все {count} транзакций, связанные с этим счётом.',
|
||||
'also_delete_connections' => 'Единственная транзакция, связанная с данным типом ссылки, потеряет это соединение. |Все :count транзакций, связанные с данным типом ссылки, потеряют свои соединения.',
|
||||
'also_delete_rules' => 'Единственное правило, связанное с данной группой правил, будет удалено. |Все :count правила, связанные с данной группой правил, будут удалены.',
|
||||
'also_delete_piggyBanks' => 'Единственная копилка, связанная с данным счётом, будет удалена.|Все :count копилки, связанные с данным счётом, будут удалены.',
|
||||
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
|
||||
'also_delete_piggyBanks_js' => 'Нет копилок|Единственная копилка, связанная с данным счётом, будет удалена.|Все {count} копилки, связанные с данным счётом, будут удалены.',
|
||||
'not_delete_piggy_banks' => 'Копилка, подключенная к этой группе, не будет удалена.|Копилки (:count), подключенные к этой группе, не будет удалены.',
|
||||
'bill_keep_transactions' => 'Единственная транзакция, связанная с данным счётом, не будет удалена. |Все :count транзакции, связанные с данным счётом, будут сохранены.',
|
||||
'budget_keep_transactions' => 'Единственная транзакция, связанная с данным бюджетом, не будет удалена.|Все :count транзакции, связанные с этим бюджетом, будут сохранены.',
|
||||
@@ -211,7 +211,7 @@ return [
|
||||
'recurring_keep_transactions' => 'Единственная транзакция, связанная с повторяющейся транзакцией, не будет удалена.|Все :count транзакции, связанные с этой категорией, будут сохранены.',
|
||||
'tag_keep_transactions' => 'Только транзакция, связанная с этой меткой, будет удалена.|Все :count транзакций, связанные с этой меткой, будут сохранены.',
|
||||
'check_for_updates' => 'Проверить обновления',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Обязательства (входящие и исходящие)',
|
||||
'delete_object_group' => 'Удалить группу ":title"',
|
||||
'email' => 'Адрес электронной почты',
|
||||
'password' => 'Пароль',
|
||||
@@ -299,7 +299,7 @@ return [
|
||||
'submitted' => 'Отправлено',
|
||||
'key' => 'Ключ',
|
||||
'value' => 'Содержание записи',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_delivery' => 'Доставка',
|
||||
'webhook_response' => 'Ответ',
|
||||
'webhook_trigger' => 'События',
|
||||
];
|
||||
|
||||
@@ -175,7 +175,7 @@ return [
|
||||
'interest' => 'Процентная ставка',
|
||||
'interest_period' => 'Период начисления процентов',
|
||||
'liability_type' => 'Тип ответственности',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Обязательства (входящие и исходящие)',
|
||||
'end_date' => 'Дата окончания',
|
||||
'payment_info' => 'Иформация о платеже',
|
||||
'expected_info' => 'Следующая ожидаемая операция',
|
||||
|
||||
@@ -35,13 +35,13 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'missing_where' => 'Array is missing "where"-clause',
|
||||
'missing_update' => 'Array is missing "update"-clause',
|
||||
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
|
||||
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
|
||||
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
|
||||
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
|
||||
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
|
||||
'missing_where' => 'В массиве отсутствует связка "where" ("где")',
|
||||
'missing_update' => 'В массиве отсутствует связка "update" ("обновить")',
|
||||
'invalid_where_key' => 'JSON содержит недопустимый ключ для связки "where" ("где")',
|
||||
'invalid_update_key' => 'JSON содержит недопустимый ключ для связки "update" ("обновить")',
|
||||
'invalid_query_data' => 'В поле %s:%s вашего запроса содержатся неверные данные.',
|
||||
'invalid_query_account_type' => 'Ваш запрос содержит счета разных типов, что недопустимо.',
|
||||
'invalid_query_currency' => 'Ваш запрос содержит счета с разными валютами, что недопустимо.',
|
||||
'iban' => 'Это некорректный IBAN.',
|
||||
'zero_or_more' => 'Это значение не может быть отрицательным.',
|
||||
'date_or_time' => 'Значение должно быть корректной датой или временем (ISO 8601).',
|
||||
@@ -62,7 +62,7 @@ return [
|
||||
'belongs_user' => 'Данное значение недопустимо для этого поля.',
|
||||
'at_least_one_transaction' => 'Необходима как минимум одна транзакция.',
|
||||
'recurring_transaction_id' => 'Необходима минимум одна транзакция.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'need_id_to_match' => 'Вы должны отправить эту запись с ID для того, чтобы API мог сопоставить её.',
|
||||
'too_many_unmatched' => 'Слишком много отправленных транзакций не могут быть сопоставлены с соответствующими записями в базе данных. Убедитесь, что существующие записи имеют правильный ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'at_least_one_repetition' => 'Необходима как минимум одна транзакция.',
|
||||
@@ -238,16 +238,16 @@ return [
|
||||
'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".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'Этот IBAN счета назначения уже используется счетом актива или обязательства и не может быть использован в качестве назначения для снятия средств.',
|
||||
'deposit_src_iban_exists' => 'Этот IBAN счета-источника уже используется счетом актива или обязательства и не может быть использован в качестве источника депозита.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation 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".',
|
||||
'generic_source_bad_data' => '[e] Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
|
||||
'deposit_source_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_source_bad_data' => '[b] Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".',
|
||||
'deposit_dest_need_data' => '[b] Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.',
|
||||
'deposit_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
|
||||
'deposit_dest_wrong_type' => 'Сохраняемый счёт назначения - некорректный.',
|
||||
|
||||
|
||||
@@ -273,7 +273,7 @@ return [
|
||||
'message_content_help' => '这是使用推送发送(或尝试)的消息内容',
|
||||
'attempt_content_title' => 'Webhook 尝试',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'no_attempts' => '所有尝试均已成功完成。好极了!',
|
||||
'webhook_attempt_at' => '尝试于 {moment}',
|
||||
'logs' => '日志',
|
||||
'response' => '响应',
|
||||
@@ -1302,12 +1302,12 @@ return [
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
'dark_mode_option_dark' => 'Always dark',
|
||||
'dark_mode_option_browser' => '让您的浏览器决定',
|
||||
'dark_mode_option_light' => '始终使用亮色',
|
||||
'dark_mode_option_dark' => '始终使用暗色',
|
||||
'equal_to_language' => '(与语言相同)',
|
||||
'dark_mode_preference' => '夜间模式',
|
||||
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
|
||||
'dark_mode_preference' => '暗色模式',
|
||||
'dark_mode_preference_help' => '告诉 Firefly III 何时使用暗色模式。',
|
||||
'pref_home_screen_accounts' => '主屏幕账户',
|
||||
'pref_home_screen_accounts_help' => '哪些账户应该显示在主屏幕上?',
|
||||
'pref_view_range' => '查看范围',
|
||||
@@ -1384,12 +1384,12 @@ return [
|
||||
'optional_field_attachments' => '附件',
|
||||
'optional_field_meta_data' => '可选后设资料',
|
||||
'external_url' => '外部链接',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notification_bill_reminder' => '关于到期账单的提醒',
|
||||
'pref_notification_new_access_token' => '创建新 API 访问令牌时提醒',
|
||||
'pref_notification_transaction_creation' => '自动创建交易时提醒',
|
||||
'pref_notification_user_login' => '当您从一个新位置登录时提醒',
|
||||
'pref_notifications' => '通知',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'pref_notifications_help' => '设置您想要接收的通知。一些通知可能包含敏感的财务信息。',
|
||||
'slack_webhook_url' => 'Slack Webhook 地址',
|
||||
'slack_webhook_url_help' => '如果您想要 Firefly III 使用 Slack 通知您,请在此处输入 webhook 地址。否则请留空该字段。 如果您是管理员,您还需要在管理设置中设置此地址。',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
@@ -1407,7 +1407,7 @@ return [
|
||||
'delete_data_title' => '从 Firefly III 删除数据',
|
||||
'permanent_delete_stuff' => '你可以从 Firefly III 删除数据。使用下列按钮意味着你的数据会从视图中移除并隐藏。这些操作没有撤销按钮,但如果必要的话,你可以从数据库中找回数据,它们可能仍然存在于数据库中。',
|
||||
'other_sessions_logged_out' => '所有其他设备已退出登录。',
|
||||
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
|
||||
'delete_unused_accounts' => '删除未使用的账户会清空您的自动补全列表。',
|
||||
'delete_all_unused_accounts' => '删除未使用的账户',
|
||||
'deleted_all_unused_accounts' => '所有未使用的账户都已删除',
|
||||
'delete_all_budgets' => '删除所有预算',
|
||||
@@ -1486,7 +1486,7 @@ return [
|
||||
'oauth' => 'OAuth 授权',
|
||||
'profile_oauth_clients' => 'OAuth 客户端',
|
||||
'profile_oauth_no_clients' => '您尚未创建任何 OAuth 客户端。',
|
||||
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
|
||||
'profile_oauth_clients_external_auth' => '如果您正在使用如 Authelia 的外部身份验证提供商,OAuth 客户端将无法工作。您只能使用个人访问令牌。',
|
||||
'profile_oauth_clients_header' => '客户端',
|
||||
'profile_oauth_client_id' => '客户端 ID',
|
||||
'profile_oauth_client_name' => '名称',
|
||||
@@ -2294,7 +2294,7 @@ return [
|
||||
'budgeted' => '预算上限',
|
||||
'period' => '区间',
|
||||
'balance' => '余额',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => '本周期流入流出',
|
||||
'sum' => '总计',
|
||||
'summary' => '概要',
|
||||
'average' => '平均',
|
||||
@@ -2419,13 +2419,13 @@ return [
|
||||
'admin_maintanance_title' => '维护',
|
||||
'admin_maintanance_expl' => '用于 Firefly III 维护的漂亮按钮',
|
||||
'admin_maintenance_clear_cache' => '清除缓存',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notifications' => '管理操作通知',
|
||||
'admin_notifications_expl' => '管理员可以启用或禁用以下通知。 如果您也想要通过 Slack 获取这些消息,请设置“incoming Webhook” URL。',
|
||||
'admin_notification_check_user_new_reg' => '用户访问到注册后的欢迎消息',
|
||||
'admin_notification_check_admin_new_reg' => '管理员获取新用户注册通知',
|
||||
'admin_notification_check_new_version' => '有新版本可用',
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'admin_notification_check_invite_created' => '用户被邀请注册 Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => '用户邀请已被激活',
|
||||
'all_invited_users' => '所有受邀用户',
|
||||
'save_notification_settings' => '保存设置',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
@@ -2691,7 +2691,7 @@ return [
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
// audit log entries
|
||||
'audit_log_entries' => 'Audit log entries',
|
||||
'audit_log_entries' => '审计日志记录',
|
||||
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
|
||||
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
|
||||
'ale_action_clear_budget' => '已从预算中移除',
|
||||
|
||||
@@ -61,7 +61,7 @@ return [
|
||||
'invalid_selection' => '您的选择无效',
|
||||
'belongs_user' => '此值不能用于此字段',
|
||||
'at_least_one_transaction' => '至少需要一笔交易',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'recurring_transaction_id' => '至少需要一笔交易。',
|
||||
'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.',
|
||||
|
||||
Reference in New Issue
Block a user