mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 12:29:47 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -33,6 +35,8 @@ return [
|
||||
'admin_test_subject' => 'あなたの Firefly III からのテストメッセージ',
|
||||
'admin_test_body' => 'これはあなたの Firefly III からのテストメッセージです。:email 宛に送信しました。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'An invitation has been created',
|
||||
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
|
||||
@@ -70,6 +74,8 @@ return [
|
||||
'registered_pw_reset_link' => 'パスワードのリセット:',
|
||||
'registered_doc_link' => 'ドキュメント:',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
@@ -113,6 +119,8 @@ return [
|
||||
'error_stacktrace_below' => '完全なスタックトレースは以下の通りです:',
|
||||
'error_headers' => '「headers」は技術用語「HTTP headers」を参照します',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III が取引を作成しました|Firefly III が:count件の取引を作成しました',
|
||||
'new_journals_header' => 'Firefly III が取引を作成しました。Firefly III で参照できます:|Firefly III が:count件の取引を作成しました。 Firefly III でそれらを参照できます。',
|
||||
@@ -129,3 +137,4 @@ return [
|
||||
'bill_warning_please_action' => '適切に対処してください。',
|
||||
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
Reference in New Issue
Block a user