mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Updated language strings
This commit is contained in:
parent
6b5d0a5abf
commit
aad1ba4ab3
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/ar/auth/general.php
Normal file
12
resources/lang/ar/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ar/passwords.php
Normal file
7
resources/lang/ar/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Префикс (незадължително)',
|
'auto_increment_prefix' => 'Префикс (незадължително)',
|
||||||
'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция.',
|
'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция.',
|
||||||
'backups' => 'Архивиране',
|
'backups' => 'Архивиране',
|
||||||
'barcode_type' => 'Тип на баркод',
|
|
||||||
'barcode_settings' => 'Настройки на баркод',
|
'barcode_settings' => 'Настройки на баркод',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Визуализиране на EOL в таблиците',
|
'display_eol' => 'Визуализиране на EOL в таблиците',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Тип на баркод',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Настройки на EULA',
|
'eula_settings' => 'Настройки на EULA',
|
||||||
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/bg/auth/general.php
Normal file
12
resources/lang/bg/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/bg/passwords.php
Normal file
7
resources/lang/bg/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Předpona (volitnelná)',
|
'auto_increment_prefix' => 'Předpona (volitnelná)',
|
||||||
'auto_incrementing_help' => 'Nastavte nejdříve automaticky se zvyšující ID majetku pro nastavení tohoto',
|
'auto_incrementing_help' => 'Nastavte nejdříve automaticky se zvyšující ID majetku pro nastavení tohoto',
|
||||||
'backups' => 'Zálohy',
|
'backups' => 'Zálohy',
|
||||||
'barcode_type' => 'Tyo čárového kódu',
|
|
||||||
'barcode_settings' => 'Nastavení čárového kódu',
|
'barcode_settings' => 'Nastavení čárového kódu',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Zobrazit EOL v tabulkovém zobrazení',
|
'display_eol' => 'Zobrazit EOL v tabulkovém zobrazení',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Tyo čárového kódu',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Nastavení EULA',
|
'eula_settings' => 'Nastavení EULA',
|
||||||
'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.',
|
'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.',
|
||||||
|
|
12
resources/lang/cs/auth/general.php
Normal file
12
resources/lang/cs/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/cs/passwords.php
Normal file
7
resources/lang/cs/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/da/auth/general.php
Normal file
12
resources/lang/da/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/da/passwords.php
Normal file
7
resources/lang/da/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Präfix (optional)',
|
'auto_increment_prefix' => 'Präfix (optional)',
|
||||||
'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset IDs um dies zu setzen',
|
'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset IDs um dies zu setzen',
|
||||||
'backups' => 'Sicherungen',
|
'backups' => 'Sicherungen',
|
||||||
'barcode_type' => 'Barcode Typ',
|
|
||||||
'barcode_settings' => 'Barcode Einstellungen',
|
'barcode_settings' => 'Barcode Einstellungen',
|
||||||
'confirm_purge' => 'Bereinigung bestätigen',
|
'confirm_purge' => 'Bereinigung bestätigen',
|
||||||
'confirm_purge_help' => 'Geben Sie das Wort "Löschen" in das untere Feld ein um die gelöschten Einträge zu bereinigen. Dies kann nicht rückgängig gemacht werden.',
|
'confirm_purge_help' => 'Geben Sie das Wort "Löschen" in das untere Feld ein um die gelöschten Einträge zu bereinigen. Dies kann nicht rückgängig gemacht werden.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Zeige EOL in der Tabellenansicht',
|
'display_eol' => 'Zeige EOL in der Tabellenansicht',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Typ',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Einstellungen',
|
'eula_settings' => 'EULA Einstellungen',
|
||||||
'eula_markdown' => 'Diese EULA <a href="https://help.github.com/articles/github-flavored-markdown/"> erlaubt Github Flavored Markdown</a>.',
|
'eula_markdown' => 'Diese EULA <a href="https://help.github.com/articles/github-flavored-markdown/"> erlaubt Github Flavored Markdown</a>.',
|
||||||
|
|
12
resources/lang/de/auth/general.php
Normal file
12
resources/lang/de/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/de/passwords.php
Normal file
7
resources/lang/de/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/el/auth/general.php
Normal file
12
resources/lang/el/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/el/passwords.php
Normal file
7
resources/lang/el/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -23,9 +22,9 @@ return array(
|
||||||
'display_asset_name' => 'Display Asset Name',
|
'display_asset_name' => 'Display Asset Name',
|
||||||
'display_checkout_date' => 'Display Checkout Date',
|
'display_checkout_date' => 'Display Checkout Date',
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display 3D Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/en-GB/auth/general.php
Normal file
12
resources/lang/en-GB/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/en-GB/passwords.php
Normal file
7
resources/lang/en-GB/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/en-ID/auth/general.php
Normal file
12
resources/lang/en-ID/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/en-ID/passwords.php
Normal file
7
resources/lang/en-ID/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => '3D barcode type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/es-CO/auth/general.php
Normal file
12
resources/lang/es-CO/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/es-CO/passwords.php
Normal file
7
resources/lang/es-CO/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefijo (opcional)',
|
'auto_increment_prefix' => 'Prefijo (opcional)',
|
||||||
'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto',
|
'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto',
|
||||||
'backups' => 'Copias de seguridad',
|
'backups' => 'Copias de seguridad',
|
||||||
'barcode_type' => 'Tipo de código de barras',
|
|
||||||
'barcode_settings' => 'Configuración de Código de Barras',
|
'barcode_settings' => 'Configuración de Código de Barras',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Mostrar EOL',
|
'display_eol' => 'Mostrar EOL',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Tipo de código de barras',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Configuración EULA',
|
'eula_settings' => 'Configuración EULA',
|
||||||
'eula_markdown' => 'Este EULS permite <a href="https://help.github.com/articles/github-flavored-markdown/">makrdown estilo Github</a>.',
|
'eula_markdown' => 'Este EULS permite <a href="https://help.github.com/articles/github-flavored-markdown/">makrdown estilo Github</a>.',
|
||||||
|
|
12
resources/lang/es-ES/auth/general.php
Normal file
12
resources/lang/es-ES/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/es-ES/passwords.php
Normal file
7
resources/lang/es-ES/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'پیشوند (اختیاری)',
|
'auto_increment_prefix' => 'پیشوند (اختیاری)',
|
||||||
'auto_incrementing_help' => 'فعال کردن شناسه دارایی (افزایش خودکار) اول به این مجموعه',
|
'auto_incrementing_help' => 'فعال کردن شناسه دارایی (افزایش خودکار) اول به این مجموعه',
|
||||||
'backups' => 'پشتیبان گیری',
|
'backups' => 'پشتیبان گیری',
|
||||||
'barcode_type' => 'نوع بارکد',
|
|
||||||
'barcode_settings' => 'تنظیمات بارکد',
|
'barcode_settings' => 'تنظیمات بارکد',
|
||||||
'confirm_purge' => 'تایید پاکسازی',
|
'confirm_purge' => 'تایید پاکسازی',
|
||||||
'confirm_purge_help' => 'متن "حذف" در کادر زیر برای پاکسازی پرونده حذف شده خود را وارد کنید. این دستور قابل بازگشت نیست.',
|
'confirm_purge_help' => 'متن "حذف" در کادر زیر برای پاکسازی پرونده حذف شده خود را وارد کنید. این دستور قابل بازگشت نیست.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'نمایش EOL در جدول',
|
'display_eol' => 'نمایش EOL در جدول',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'نوع بارکد',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA تنظیمات',
|
'eula_settings' => 'EULA تنظیمات',
|
||||||
'eula_markdown' => 'این EULA اجازه می دهد تا <a href="https://help.github.com/articles/github-flavored-markdown/">Github با طعم markdown</a>.',
|
'eula_markdown' => 'این EULA اجازه می دهد تا <a href="https://help.github.com/articles/github-flavored-markdown/">Github با طعم markdown</a>.',
|
||||||
|
|
12
resources/lang/fa/auth/general.php
Normal file
12
resources/lang/fa/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/fa/passwords.php
Normal file
7
resources/lang/fa/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Etuliite (valinnainen)',
|
'auto_increment_prefix' => 'Etuliite (valinnainen)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Varmuuskopiointi',
|
'backups' => 'Varmuuskopiointi',
|
||||||
'barcode_type' => 'Viivakoodin tyyppi',
|
|
||||||
'barcode_settings' => 'Viivakoodi asetukset',
|
'barcode_settings' => 'Viivakoodi asetukset',
|
||||||
'confirm_purge' => 'Vahvista poisto',
|
'confirm_purge' => 'Vahvista poisto',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Näytä elinaika listauksessa',
|
'display_eol' => 'Näytä elinaika listauksessa',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Viivakoodin tyyppi',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/fi/auth/general.php
Normal file
12
resources/lang/fi/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/fi/passwords.php
Normal file
7
resources/lang/fi/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Préfixe (optionnel)',
|
'auto_increment_prefix' => 'Préfixe (optionnel)',
|
||||||
'auto_incrementing_help' => 'Activer l\'auto-incrémentation des ID d\'actif avant de sélectionner cette option',
|
'auto_incrementing_help' => 'Activer l\'auto-incrémentation des ID d\'actif avant de sélectionner cette option',
|
||||||
'backups' => 'Sauvegardes',
|
'backups' => 'Sauvegardes',
|
||||||
'barcode_type' => 'Type de code à bar',
|
|
||||||
'barcode_settings' => 'Configuration des codes à barres',
|
'barcode_settings' => 'Configuration des codes à barres',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Afficher la fin de vie dans les tables',
|
'display_eol' => 'Afficher la fin de vie dans les tables',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Type de code à bar',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Configuration pour les licences d\'utilisation',
|
'eula_settings' => 'Configuration pour les licences d\'utilisation',
|
||||||
'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des <a href="https://help.github.com/articles/github-flavored-markdown/">"Github flavored markdown"</a>.',
|
'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des <a href="https://help.github.com/articles/github-flavored-markdown/">"Github flavored markdown"</a>.',
|
||||||
|
|
12
resources/lang/fr/auth/general.php
Normal file
12
resources/lang/fr/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/fr/passwords.php
Normal file
7
resources/lang/fr/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/he/auth/general.php
Normal file
12
resources/lang/he/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/he/passwords.php
Normal file
7
resources/lang/he/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/hr/auth/general.php
Normal file
12
resources/lang/hr/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/hr/passwords.php
Normal file
7
resources/lang/hr/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/hu/auth/general.php
Normal file
12
resources/lang/hu/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/hu/passwords.php
Normal file
7
resources/lang/hu/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefisso (Opzionale)',
|
'auto_increment_prefix' => 'Prefisso (Opzionale)',
|
||||||
'auto_incrementing_help' => 'Abilita auto-incremento ID beni prima di impostare questa',
|
'auto_incrementing_help' => 'Abilita auto-incremento ID beni prima di impostare questa',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Tipo Barcode',
|
|
||||||
'barcode_settings' => 'Impostazioni codice a barre',
|
'barcode_settings' => 'Impostazioni codice a barre',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Visualizzare EOL in vista tabella',
|
'display_eol' => 'Visualizzare EOL in vista tabella',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Tipo Barcode',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Impostazioni EULA',
|
'eula_settings' => 'Impostazioni EULA',
|
||||||
'eula_markdown' => 'Questa EULA consente <a href="https://help.github.com/articles/github aromatizzato-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Questa EULA consente <a href="https://help.github.com/articles/github aromatizzato-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/it/auth/general.php
Normal file
12
resources/lang/it/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/it/passwords.php
Normal file
7
resources/lang/it/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'プレフィクス (オプション)',
|
'auto_increment_prefix' => 'プレフィクス (オプション)',
|
||||||
'auto_incrementing_help' => 'この初期値を使って資産IDの自動採番を有効化',
|
'auto_incrementing_help' => 'この初期値を使って資産IDの自動採番を有効化',
|
||||||
'backups' => 'バックアップ',
|
'backups' => 'バックアップ',
|
||||||
'barcode_type' => 'バーコードタイプ',
|
|
||||||
'barcode_settings' => 'バーコード設定',
|
'barcode_settings' => 'バーコード設定',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => '表形式でEOLを表示',
|
'display_eol' => '表形式でEOLを表示',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'バーコードタイプ',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA設定',
|
'eula_settings' => 'EULA設定',
|
||||||
'eula_markdown' => 'この EULA は、<a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>で、利用可能です。',
|
'eula_markdown' => 'この EULA は、<a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>で、利用可能です。',
|
||||||
|
|
12
resources/lang/ja/auth/general.php
Normal file
12
resources/lang/ja/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ja/passwords.php
Normal file
7
resources/lang/ja/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => '접두사 (부가적)',
|
'auto_increment_prefix' => '접두사 (부가적)',
|
||||||
'auto_incrementing_help' => '이 것을 설정하려면 자동-증가 자산 ID 사용을 하세요.',
|
'auto_incrementing_help' => '이 것을 설정하려면 자동-증가 자산 ID 사용을 하세요.',
|
||||||
'backups' => '예비품',
|
'backups' => '예비품',
|
||||||
'barcode_type' => '바코드 형식',
|
|
||||||
'barcode_settings' => '바코드 설정',
|
'barcode_settings' => '바코드 설정',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => '테이블 보기에서 폐기일 표시',
|
'display_eol' => '테이블 보기에서 폐기일 표시',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => '바코드 형식',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => '최종 사용 계약 설정',
|
'eula_settings' => '최종 사용 계약 설정',
|
||||||
'eula_markdown' => '이 최종 사용 계약은 <a href="https://help.github.com/articles/github-flavored-markdown/">GFM을 따른다</a>.',
|
'eula_markdown' => '이 최종 사용 계약은 <a href="https://help.github.com/articles/github-flavored-markdown/">GFM을 따른다</a>.',
|
||||||
|
|
12
resources/lang/ko/auth/general.php
Normal file
12
resources/lang/ko/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ko/passwords.php
Normal file
7
resources/lang/ko/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Papilomas priedėlis (pasirinktinai)',
|
'auto_increment_prefix' => 'Papilomas priedėlis (pasirinktinai)',
|
||||||
'auto_incrementing_help' => 'Įjungti automatiškai didėjantį įrangos ID pirmajam suteikiant šį nr.',
|
'auto_incrementing_help' => 'Įjungti automatiškai didėjantį įrangos ID pirmajam suteikiant šį nr.',
|
||||||
'backups' => 'Atsarginė kopija',
|
'backups' => 'Atsarginė kopija',
|
||||||
'barcode_type' => 'Prekės kodo tipas',
|
|
||||||
'barcode_settings' => 'Prekės kodo nustatymai',
|
'barcode_settings' => 'Prekės kodo nustatymai',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Rodyti įrangos naudojimo pabaigos datas lentelės pavidalu',
|
'display_eol' => 'Rodyti įrangos naudojimo pabaigos datas lentelės pavidalu',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Prekės kodo tipas',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA nustatymai',
|
'eula_settings' => 'EULA nustatymai',
|
||||||
'eula_markdown' => 'Šis EULA leidžia <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Šis EULA leidžia <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/lt/auth/general.php
Normal file
12
resources/lang/lt/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/lt/passwords.php
Normal file
7
resources/lang/lt/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Papar EOL dalam paparan jadual',
|
'display_eol' => 'Papar EOL dalam paparan jadual',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/ms/auth/general.php
Normal file
12
resources/lang/ms/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ms/passwords.php
Normal file
7
resources/lang/ms/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)',
|
'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)',
|
||||||
'auto_incrementing_help' => 'Schakel eerst auto-verhoging voor product ID\'s in',
|
'auto_incrementing_help' => 'Schakel eerst auto-verhoging voor product ID\'s in',
|
||||||
'backups' => 'Back-ups',
|
'backups' => 'Back-ups',
|
||||||
'barcode_type' => 'Barcode type',
|
|
||||||
'barcode_settings' => 'Barcode instellingen',
|
'barcode_settings' => 'Barcode instellingen',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Laat EOL in tabel zien',
|
'display_eol' => 'Laat EOL in tabel zien',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Gebruikersovereenkomsten instellingen',
|
'eula_settings' => 'Gebruikersovereenkomsten instellingen',
|
||||||
'eula_markdown' => 'Deze gebruikersovereenkomst staat <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a> toe.',
|
'eula_markdown' => 'Deze gebruikersovereenkomst staat <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a> toe.',
|
||||||
|
|
12
resources/lang/nl/auth/general.php
Normal file
12
resources/lang/nl/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/nl/passwords.php
Normal file
7
resources/lang/nl/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefiks (valgfritt)',
|
'auto_increment_prefix' => 'Prefiks (valgfritt)',
|
||||||
'auto_incrementing_help' => 'Aktiver først automatisk øking av eiendels-IDer for å velge dette alternativet',
|
'auto_incrementing_help' => 'Aktiver først automatisk øking av eiendels-IDer for å velge dette alternativet',
|
||||||
'backups' => 'Sikkerhetskopier',
|
'backups' => 'Sikkerhetskopier',
|
||||||
'barcode_type' => 'Strekkodetype',
|
|
||||||
'barcode_settings' => 'Strekkodeinnstillinger',
|
'barcode_settings' => 'Strekkodeinnstillinger',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Vis levetid i tabellvisning',
|
'display_eol' => 'Vis levetid i tabellvisning',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Strekkodetype',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA-innstillinger',
|
'eula_settings' => 'EULA-innstillinger',
|
||||||
'eula_markdown' => 'Denne EULAen tillater <a href="https://help.github.com/articles/github-flavored-markdown/">Github Flavored markdown</a>.',
|
'eula_markdown' => 'Denne EULAen tillater <a href="https://help.github.com/articles/github-flavored-markdown/">Github Flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/no/auth/general.php
Normal file
12
resources/lang/no/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/no/passwords.php
Normal file
7
resources/lang/no/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (opcjonalnie)',
|
'auto_increment_prefix' => 'Prefix (opcjonalnie)',
|
||||||
'auto_incrementing_help' => 'Najpierw aktywuj automatycznie zwiększane ID Aktywa, by móc ustawić te opcje.',
|
'auto_incrementing_help' => 'Najpierw aktywuj automatycznie zwiększane ID Aktywa, by móc ustawić te opcje.',
|
||||||
'backups' => 'Kopie zapasowe',
|
'backups' => 'Kopie zapasowe',
|
||||||
'barcode_type' => 'Typ Kodu Kreskowego',
|
|
||||||
'barcode_settings' => 'Ustawienia Kodów Kreskowych',
|
'barcode_settings' => 'Ustawienia Kodów Kreskowych',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Wyświetl koniec linii w widoku tabeli',
|
'display_eol' => 'Wyświetl koniec linii w widoku tabeli',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Typ Kodu Kreskowego',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Ustawienia Licencji',
|
'eula_settings' => 'Ustawienia Licencji',
|
||||||
'eula_markdown' => 'Ta licencja zezwala na <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Ta licencja zezwala na <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/pl/auth/general.php
Normal file
12
resources/lang/pl/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/pl/passwords.php
Normal file
7
resources/lang/pl/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefixo (opcional)',
|
'auto_increment_prefix' => 'Prefixo (opcional)',
|
||||||
'auto_incrementing_help' => 'Permitir auto insercao dessa ID de ativo antes de configurar isso',
|
'auto_incrementing_help' => 'Permitir auto insercao dessa ID de ativo antes de configurar isso',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Tipo do Código de Barras',
|
|
||||||
'barcode_settings' => 'Configuração do código de barras',
|
'barcode_settings' => 'Configuração do código de barras',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Exibir EOL na visualização de tabela',
|
'display_eol' => 'Exibir EOL na visualização de tabela',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Tipo do Código de Barras',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Configuração do termo de uso',
|
'eula_settings' => 'Configuração do termo de uso',
|
||||||
'eula_markdown' => 'Este EULA permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Este EULA permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/pt-BR/auth/general.php
Normal file
12
resources/lang/pt-BR/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/pt-BR/passwords.php
Normal file
7
resources/lang/pt-BR/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefixo (opcional)',
|
'auto_increment_prefix' => 'Prefixo (opcional)',
|
||||||
'auto_incrementing_help' => 'Ative IDs auto-incrementais antes da configuração',
|
'auto_incrementing_help' => 'Ative IDs auto-incrementais antes da configuração',
|
||||||
'backups' => 'Cópias de segurança',
|
'backups' => 'Cópias de segurança',
|
||||||
'barcode_type' => 'Tipo de Código de Barras',
|
|
||||||
'barcode_settings' => 'Definições de Código de Barras',
|
'barcode_settings' => 'Definições de Código de Barras',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Mostrar EOL na tabela',
|
'display_eol' => 'Mostrar EOL na tabela',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Tipo de Código de Barras',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Definições de EULA',
|
'eula_settings' => 'Definições de EULA',
|
||||||
'eula_markdown' => 'Este EULA permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Este EULA permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/pt-PT/auth/general.php
Normal file
12
resources/lang/pt-PT/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/pt-PT/passwords.php
Normal file
7
resources/lang/pt-PT/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Arata EOL in tabel',
|
'display_eol' => 'Arata EOL in tabel',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/ro/auth/general.php
Normal file
12
resources/lang/ro/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ro/passwords.php
Normal file
7
resources/lang/ro/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Префикс ( не обязательно )',
|
'auto_increment_prefix' => 'Префикс ( не обязательно )',
|
||||||
'auto_incrementing_help' => 'Включить автоматические возрастание ID активов начиная с',
|
'auto_incrementing_help' => 'Включить автоматические возрастание ID активов начиная с',
|
||||||
'backups' => 'Резервные копии',
|
'backups' => 'Резервные копии',
|
||||||
'barcode_type' => 'Тип штрихкода',
|
|
||||||
'barcode_settings' => 'Настройки штрихкода',
|
'barcode_settings' => 'Настройки штрихкода',
|
||||||
'confirm_purge' => 'Подтвердить удаление',
|
'confirm_purge' => 'Подтвердить удаление',
|
||||||
'confirm_purge_help' => 'Введите "DELETE" в поле ниже для подтверждения удаления. Это действие необратимо.',
|
'confirm_purge_help' => 'Введите "DELETE" в поле ниже для подтверждения удаления. Это действие необратимо.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Отображать дату истечения срока гарантии в таблице',
|
'display_eol' => 'Отображать дату истечения срока гарантии в таблице',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Тип штрихкода',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Настройки лицензионного соглашения',
|
'eula_settings' => 'Настройки лицензионного соглашения',
|
||||||
'eula_markdown' => 'Это EULA поддерживает <a href="https://help.github.com/articles/github-flavored-markdown/">форматирование Github flavored markdown</a>.',
|
'eula_markdown' => 'Это EULA поддерживает <a href="https://help.github.com/articles/github-flavored-markdown/">форматирование Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/ru/auth/general.php
Normal file
12
resources/lang/ru/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/ru/passwords.php
Normal file
7
resources/lang/ru/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (optional)',
|
'auto_increment_prefix' => 'Prefix (optional)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||||
'backups' => 'Backups',
|
'backups' => 'Backups',
|
||||||
'barcode_type' => 'Barcode Type',
|
|
||||||
'barcode_settings' => 'Barcode Settings',
|
'barcode_settings' => 'Barcode Settings',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barcode Type',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/sv-SE/auth/general.php
Normal file
12
resources/lang/sv-SE/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/sv-SE/passwords.php
Normal file
7
resources/lang/sv-SE/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Prefix (ส่วนเสริม)',
|
'auto_increment_prefix' => 'Prefix (ส่วนเสริม)',
|
||||||
'auto_incrementing_help' => 'เปิดใช้งานการเพิ่มรหัสสินทรัพย์อัตโนมัติก่อนตั้งค่าส่วนนี้',
|
'auto_incrementing_help' => 'เปิดใช้งานการเพิ่มรหัสสินทรัพย์อัตโนมัติก่อนตั้งค่าส่วนนี้',
|
||||||
'backups' => 'สำรอง',
|
'backups' => 'สำรอง',
|
||||||
'barcode_type' => 'ชนิดบาร์โค๊ด',
|
|
||||||
'barcode_settings' => 'ตั้งค่าบาร์โค๊ด',
|
'barcode_settings' => 'ตั้งค่าบาร์โค๊ด',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'ดู EOL ในแบบตาราง',
|
'display_eol' => 'ดู EOL ในแบบตาราง',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'ชนิดบาร์โค๊ด',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน',
|
'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน',
|
||||||
'eula_markdown' => 'อนุญาต EULA นี้ <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'อนุญาต EULA นี้ <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/th/auth/general.php
Normal file
12
resources/lang/th/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/th/passwords.php
Normal file
7
resources/lang/th/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Ünvan (opsiyonel)',
|
'auto_increment_prefix' => 'Ünvan (opsiyonel)',
|
||||||
'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın',
|
'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın',
|
||||||
'backups' => 'Yedekler',
|
'backups' => 'Yedekler',
|
||||||
'barcode_type' => 'Barkod Tipi',
|
|
||||||
'barcode_settings' => 'Barkod Ayarları',
|
'barcode_settings' => 'Barkod Ayarları',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Tablo görüntüsünde Sözleşmeyi görüntüle',
|
'display_eol' => 'Tablo görüntüsünde Sözleşmeyi görüntüle',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Barkod Tipi',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
|
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/tr/auth/general.php
Normal file
12
resources/lang/tr/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/tr/passwords.php
Normal file
7
resources/lang/tr/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ return array(
|
||||||
'auto_increment_prefix' => 'Tiền tố (tùy chọn)',
|
'auto_increment_prefix' => 'Tiền tố (tùy chọn)',
|
||||||
'auto_incrementing_help' => 'Cho phép ID tài sản tự động tăng đầu tiên được đặt cho nó',
|
'auto_incrementing_help' => 'Cho phép ID tài sản tự động tăng đầu tiên được đặt cho nó',
|
||||||
'backups' => 'Sao lưu',
|
'backups' => 'Sao lưu',
|
||||||
'barcode_type' => 'Loại mã vạch',
|
|
||||||
'barcode_settings' => 'Cài đặt mã vạch',
|
'barcode_settings' => 'Cài đặt mã vạch',
|
||||||
'confirm_purge' => 'Confirm Purge',
|
'confirm_purge' => 'Confirm Purge',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
||||||
|
@ -25,7 +24,7 @@ return array(
|
||||||
'display_eol' => 'Hiển thị EOL ở bảng',
|
'display_eol' => 'Hiển thị EOL ở bảng',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 2D barcode',
|
||||||
'barcode_type' => 'Loại mã vạch',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '2D barcode type',
|
||||||
'eula_settings' => 'Cài đặt EULA',
|
'eula_settings' => 'Cài đặt EULA',
|
||||||
'eula_markdown' => 'Đây là EULA cho phép <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Đây là EULA cho phép <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
|
|
12
resources/lang/vi/auth/general.php
Normal file
12
resources/lang/vi/auth/general.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'send_password_link' => 'Send Password Reset Link',
|
||||||
|
'email_reset_password' => 'Email Password Reset',
|
||||||
|
'reset_password' => 'Reset Password',
|
||||||
|
'login' => 'Login',
|
||||||
|
'login_prompt' => 'Please Login',
|
||||||
|
'forgot_password' => 'I forgot my password',
|
||||||
|
'remember_me' => 'Remember Me',
|
||||||
|
];
|
||||||
|
|
7
resources/lang/vi/passwords.php
Normal file
7
resources/lang/vi/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'sent' => 'Your password link has been sent!',
|
||||||
|
'user' => 'That user does not exist or does not have an email address associated',
|
||||||
|
];
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => '分类不存在',
|
'does_not_exist' => '分类不存在',
|
||||||
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
|
'assoc_models' => '此分类下至少还有一个相关资产型号,目前不能被删除,请你确定您的所有资产型号不在此分类下,然后重试。',
|
||||||
'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
|
'assoc_items' => '此分类下至少还有一个相关资产类型,目前不能被删除,请你确定您的所有资产类型不在此分类下,然后重试。',
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
'error' => '分类创建失败,请重试。',
|
'error' => '分类创建失败,请重试。',
|
||||||
|
|
|
@ -7,7 +7,7 @@ return array(
|
||||||
'cost' => '采购成本',
|
'cost' => '采购成本',
|
||||||
'create' => '创建耗材',
|
'create' => '创建耗材',
|
||||||
'date' => '采购日期',
|
'date' => '采购日期',
|
||||||
'item_no' => 'Item No.',
|
'item_no' => '项目编号',
|
||||||
'order' => '订单号',
|
'order' => '订单号',
|
||||||
'remaining' => '剩余',
|
'remaining' => '剩余',
|
||||||
'total' => '总计',
|
'total' => '总计',
|
||||||
|
|
|
@ -2,15 +2,14 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'alert_email' => '发送警报',
|
'alert_email' => '发送警报',
|
||||||
'alerts_enabled' => 'Alerts Enabled',
|
'alerts_enabled' => '警报已启用',
|
||||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
'alert_interval' => '警报阈值(天)',
|
||||||
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
||||||
'asset_ids' => '资产ID',
|
'asset_ids' => '资产ID',
|
||||||
'auto_increment_assets' => '生成自动递增资产ID',
|
'auto_increment_assets' => '生成自动递增资产ID',
|
||||||
'auto_increment_prefix' => '前缀(可选)',
|
'auto_increment_prefix' => '前缀(可选)',
|
||||||
'auto_incrementing_help' => '在启用自动递增的资产ID之前设置此处。',
|
'auto_incrementing_help' => '在启用自动递增的资产ID之前设置此处。',
|
||||||
'backups' => '备份',
|
'backups' => '备份',
|
||||||
'barcode_type' => '条码类型',
|
|
||||||
'barcode_settings' => '条码设置',
|
'barcode_settings' => '条码设置',
|
||||||
'confirm_purge' => '确认清除',
|
'confirm_purge' => '确认清除',
|
||||||
'confirm_purge_help' => '请在文本框内输入“DELETE” 清楚已经标记删除的记录。 注意,此操作无法撤销。',
|
'confirm_purge_help' => '请在文本框内输入“DELETE” 清楚已经标记删除的记录。 注意,此操作无法撤销。',
|
||||||
|
@ -23,10 +22,10 @@ return array(
|
||||||
'display_asset_name' => '显示资产名称',
|
'display_asset_name' => '显示资产名称',
|
||||||
'display_checkout_date' => '显示借出日期',
|
'display_checkout_date' => '显示借出日期',
|
||||||
'display_eol' => '以表格形式显示寿命期限',
|
'display_eol' => '以表格形式显示寿命期限',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => '显示二维码',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => '显示条码',
|
||||||
'barcode_type' => '条码类型',
|
'barcode_type' => '3D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '条码类型',
|
||||||
'eula_settings' => '最终用户许可协议(EULA)设置',
|
'eula_settings' => '最终用户许可协议(EULA)设置',
|
||||||
'eula_markdown' => 'EULA中可以使用<a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'EULA中可以使用<a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'general_settings' => '一般设置',
|
'general_settings' => '一般设置',
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue