mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
commit
97d6be6809
@ -858,6 +858,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'Die eine Überweisungen, die mit dieser Kategorie verknüpft ist, wird nicht gelöscht. | Keine der :count Kategorien, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
|
||||
'tag_keep_transactions' => 'Die einzige Überweisung, die mit diesem Tag verknüpft ist, wird nicht gelöscht. | Keiner der :count Tags, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domain',
|
||||
'single_user_mode' => 'Einzelnutzermodus',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Schaltfläche',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Erstellt am',
|
||||
'update_date' => 'Aktualisiert am',
|
||||
'balance_before' => 'Bilanz vor',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'La seule opération liée à cette catégorie ne sera pas supprimée.|Les :count opérations liées à cette catégorie ne seront pas supprimées.',
|
||||
'tag_keep_transactions' => 'La seule opération liée à ce tag ne sera pas supprimée.|Les :count opérations liées à ce tag ne seront pas supprimées.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domaine',
|
||||
'single_user_mode' => 'Mode utilisateur unique',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Boutons',
|
||||
'icon' => 'Icône',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Créé le',
|
||||
'update_date' => 'Mis à jour le',
|
||||
'balance_before' => 'Solde avant',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domain',
|
||||
'single_user_mode' => 'Single user mode',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'Als een gebruiker wil registreren met een geblokkeerd e-mailadres',
|
||||
'mail_for_bad_login_help' => 'Als een user met de verkeerde gegevens probeert in te loggen',
|
||||
'mail_for_blocked_login_help' => 'Als een geblokkeerde gebruiker probeert in te loggen',
|
||||
'block_code_bounced' => 'Email kwam niet aan',
|
||||
'block_code_expired' => 'Demo-account verlopen',
|
||||
'no_block_code' => 'Geen reden of gebruiker niet geblokkeerd',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'De transactie verbonden aan deze categorie blijft bewaard.|De :count transacties verbonden aan deze categorie blijven bewaard.',
|
||||
'tag_keep_transactions' => 'De transactie verbonden aan deze tag blijft bewaard.|De :count transacties verbonden aan deze tag blijven bewaard.',
|
||||
|
||||
'email' => 'E-mailadres',
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord (nogmaals)',
|
||||
'blocked' => 'Is geblokkeerd?',
|
||||
'blocked_code' => 'Reden voor blokkade',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domein',
|
||||
'single_user_mode' => 'Enkele gebruiker-modus',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Knoppen',
|
||||
'icon' => 'Icoon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Aangemaakt op',
|
||||
'update_date' => 'Bijgewerkt op',
|
||||
'balance_before' => 'Saldo voor',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'A única transação ligada a esta categoria não será excluída.|Todos :count transações ligadas a esta categoria não serão excluídos.',
|
||||
'tag_keep_transactions' => 'A única transação ligada a essa marca não será excluída.|Todos :count transações ligadas a essa marca não serão excluídos.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domínio',
|
||||
'single_user_mode' => 'Modo de usuário único',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Botões',
|
||||
'icon' => 'Ícone',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Criado em',
|
||||
'update_date' => 'Atualizado em',
|
||||
'balance_before' => 'Saldo Antes',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domain',
|
||||
'single_user_mode' => 'Single user mode',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'balance_before' => 'Balance before',
|
||||
|
@ -857,6 +857,9 @@ return [
|
||||
'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
|
||||
'mail_for_bad_login_help' => 'When a user fails to login',
|
||||
'mail_for_blocked_login_help' => 'When a blocked user tries to login',
|
||||
'block_code_bounced' => 'Email message(s) bounced',
|
||||
'block_code_expired' => 'Demo account expired',
|
||||
'no_block_code' => 'No reason for block or user not blocked',
|
||||
|
||||
|
||||
// split a transaction:
|
||||
|
@ -150,6 +150,13 @@ return [
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||
|
||||
'email' => 'Email address',
|
||||
'password' => 'Password',
|
||||
'password_confirmation' => 'Password (again)',
|
||||
'blocked' => 'Is blocked?',
|
||||
'blocked_code' => 'Reason for block',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domain',
|
||||
'single_user_mode' => 'Single user mode',
|
||||
|
@ -12,6 +12,7 @@
|
||||
return [
|
||||
'buttons' => '按鈕',
|
||||
'icon' => '圖標',
|
||||
'id' => 'ID',
|
||||
'create_date' => '建立於',
|
||||
'update_date' => '更新於',
|
||||
'balance_before' => '交易前餘額',
|
||||
|
Loading…
Reference in New Issue
Block a user