<?php

return array(
    // 'number.decimals_separator' => '',
    // 'number.thousands_separator' => '',
    'None' => 'なし',
    'edit' => '変更',
    'Edit' => '変更',
    'remove' => '削除する',
    'Remove' => '削除する',
    'Yes' => 'はい',
    'No' => 'いいえ',
    'cancel' => 'キャンセル',
    'or' => 'または',
    'Yellow' => 'イエロー',
    'Blue' => 'ブルー',
    'Green' => 'グリーン',
    'Purple' => 'パープル',
    'Red' => 'レッド',
    'Orange' => 'オレンジ',
    'Grey' => 'グレー',
    // 'Brown' => '',
    // 'Deep Orange' => '',
    // 'Dark Grey' => '',
    // 'Pink' => '',
    // 'Teal' => '',
    // 'Cyan' => '',
    // 'Lime' => '',
    // 'Light Green' => '',
    // 'Amber' => '',
    'Save' => '保存',
    'Login' => 'ログイン',
    'Official website:' => '公式 Web サイト:',
    'Unassigned' => '担当なし',
    'View this task' => 'このタクスを見る',
    'Remove user' => 'ユーザの削除',
    'Do you really want to remove this user: "%s"?' => 'ユーザ「%s」を本当に削除しますか?',
    'All users' => 'すべてのユーザ',
    'Username' => 'ユーザ名',
    'Password' => 'パスワード',
    'Administrator' => '管理者',
    'Sign in' => 'ログイン',
    'Users' => 'ユーザ',
    'No user' => 'ユーザがいません',
    'Forbidden' => 'アクセス拒否',
    'Access Forbidden' => 'アクセスが拒否されました',
    'Edit user' => 'ユーザを変更する',
    'Logout' => 'ログアウト',
    'Bad username or password' => 'ユーザ名またはパスワードが違います。',
    'Edit project' => 'プロジェクトを変更する',
    'Name' => '名前',
    'Projects' => 'プロジェクト',
    'No project' => 'プロジェクトがありません',
    'Project' => 'プロジェクト',
    'Status' => 'ステータス',
    'Tasks' => 'タスク',
    'Board' => 'ボード',
    'Actions' => 'アクション',
    'Inactive' => '無効',
    'Active' => '有効',
    '%d tasks on the board' => '%d 個のタスク',
    '%d tasks in total' => '合計 %d 個のタスク',
    'Unable to update this board.' => 'ボードを更新できませんでした',
    'Edit board' => 'ボードを変更する',
    'Disable' => '無効にする',
    'Enable' => '有効にする',
    'New project' => 'プロジェクトを作る',
    'Do you really want to remove this project: "%s"?' => 'プロジェクト「%s」を本当に削除しますか?',
    'Remove project' => 'プロジェクトの削除',
    'Edit the board for "%s"' => 'ボード「%s」を変更する',
    'All projects' => 'すべてのプロジェクト',
    'Add a new column' => 'カラムの追加',
    'Title' => 'タイトル',
    'Assigned to %s' => '%sが担当',
    'Remove a column' => 'カラムの削除',
    'Remove a column from a board' => 'ボードからカラムの削除',
    'Unable to remove this column.' => 'カラムを削除できませんでした。',
    'Do you really want to remove this column: "%s"?' => 'カラム「%s」を削除しますか?',
    'This action will REMOVE ALL TASKS associated to this column!' => 'この操作はこのカラムに割当てられた『全てのタスクを削除』します!',
    'Settings' => '設定',
    'Application settings' => 'アプリケーションの設定',
    'Language' => '言語',
    'Webhook token:' => 'Webhook トークン:',
    'API token:' => 'API トークン:',
    'Database size:' => 'データベースのサイズ:',
    'Download the database' => 'データベースのダウンロード',
    'Optimize the database' => 'データベースの最適化',
    '(VACUUM command)' => '(VACUUM コマンド)',
    '(Gzip compressed Sqlite file)' => '(GZip コマンドで圧縮された Sqlite ファイル)',
    'Close a task' => 'タスクをクロースする',
    'Edit a task' => 'タスクを変更する',
    'Column' => 'カラム',
    'Color' => '色',
    'Assignee' => '担当',
    'Create another task' => '続けて別のタスクを追加する',
    'New task' => 'タスクを追加する',
    'Open a task' => 'タスクをオープンする',
    'Do you really want to open this task: "%s"?' => 'タスク「%s」をオープンしますか?',
    'Back to the board' => 'ボードに戻る',
    'There is nobody assigned' => '担当者がいません',
    'Column on the board:' => 'カラム: ',
    'Close this task' => 'タスクをクローズする',
    'Open this task' => 'タスクをオープンする',
    'There is no description.' => '説明がありません',
    'Add a new task' => 'タスクを追加する',
    'The username is required' => 'ユーザ名が必要です',
    'The maximum length is %d characters' => '最大 %d 文字です',
    'The minimum length is %d characters' => '最小 %d 文字必要です',
    'The password is required' => 'パスワードが必要です',
    'This value must be an integer' => '整数で入力してください',
    'The username must be unique' => 'ユーザ名がすでに使用されています',
    'The user id is required' => 'ユーザ ID が必要です',
    'Passwords don\'t match' => 'パスワードが一致しません',
    'The confirmation is required' => '確認用のパスワードを入力してください',
    'The project is required' => 'プロジェクトが必要です',
    'The id is required' => 'ID が必要です',
    'The project id is required' => 'プロジェクト ID が必要です',
    'The project name is required' => 'プロジェクト名が必要です',
    'The title is required' => 'タイトルが必要です',
    'Settings saved successfully.' => '設定を保存しました。',
    'Unable to save your settings.' => '設定の保存に失敗しました。',
    'Database optimization done.' => 'データベースの最適化が終わりました。',
    'Your project have been created successfully.' => 'プロジェクトを作成しました。',
    'Unable to create your project.' => 'プロジェクトの作成に失敗しました。',
    'Project updated successfully.' => 'プロジェクトを更新しました。',
    'Unable to update this project.' => 'プロジェクトの更新に失敗しました。',
    'Unable to remove this project.' => 'プロジェクトの削除に失敗しました。',
    'Project removed successfully.' => 'プロジェクトを削除しました。',
    'Project activated successfully.' => 'プロジェクトを有効にしました。',
    'Unable to activate this project.' => 'プロジェクトの有効にできませんでした。',
    'Project disabled successfully.' => 'プロジェクトを無効にしました。',
    'Unable to disable this project.' => 'プロジェクトの無効にできませんでした。',
    'Unable to open this task.' => 'タスクのオープンに失敗しました。',
    'Task opened successfully.' => 'タスクをオープンしました。',
    'Unable to close this task.' => 'タスクのクローズに失敗しました。',
    'Task closed successfully.' => 'タスクをクローズしました。',
    'Unable to update your task.' => 'タスクの更新に失敗しました。',
    'Task updated successfully.' => 'タスクを更新しました。',
    'Unable to create your task.' => 'タスクの追加に失敗しました。',
    'Task created successfully.' => 'タスクを追加しました。',
    'User created successfully.' => 'ユーザを追加しました。',
    'Unable to create your user.' => 'ユーザの追加に失敗しました。',
    'User updated successfully.' => 'ユーザを更新しました。',
    'Unable to update your user.' => 'ユーザの更新に失敗しました。',
    'User removed successfully.' => 'ユーザを削除しました。',
    'Unable to remove this user.' => 'ユーザの削除に失敗しました。',
    'Board updated successfully.' => 'ボードを更新しました。',
    'Ready' => 'Ready',
    'Backlog' => 'Backlog',
    'Work in progress' => 'Work in progress',
    'Done' => 'Done',
    'Application version:' => 'アプリケーションのバージョン:',
    'Id' => 'ID',
    '%d closed tasks' => '%d 個のクローズしたタスク',
    'No task for this project' => 'このプロジェクトにタスクがありません',
    'Public link' => '公開アクセス用リンク',
    'Timezone' => 'タイムゾーン',
    'Sorry, I didn\'t find this information in my database!' => 'データベース上で情報が見つかりませんでした!',
    'Page not found' => 'ページが見つかりません',
    'Complexity' => '複雑さ',
    'Task limit' => 'タスク数制限',
    'Task count' => 'タスク数',
    'User' => 'ユーザ',
    'Comments' => 'コメント',
    'Leave a comment' => 'コメントを書く',
    'Comment is required' => 'コメントを入力してください',
    'Leave a description' => '説明を書く',
    'Comment added successfully.' => 'コメントを追加しました。',
    'Unable to create your comment.' => 'コメントの追加に失敗しました。',
    'Due Date' => '期限',
    'Invalid date' => '日付が無効です',
    'Automatic actions' => '自動アクションを管理する',
    'Your automatic action have been created successfully.' => '自動アクションを作成しました。',
    'Unable to create your automatic action.' => '自動アクションの作成に失敗しました。',
    'Remove an action' => '自動アクションの削除',
    'Unable to remove this action.' => '自動アクションの削除に失敗しました。',
    'Action removed successfully.' => '自動アクションの削除に成功しました。',
    'Automatic actions for the project "%s"' => 'プロジェクト「%s」の自動アクション',
    'Add an action' => '自動アクションの追加',
    'Event name' => 'イベント名',
    'Action name' => 'アクション名',
    'Action parameters' => 'アクションのパラメーター',
    'Action' => 'アクション',
    'Event' => 'イベント',
    'When the selected event occurs execute the corresponding action.' => '選択されたイベントが発生した時、対応するアクションを実行する。',
    'Next step' => '次のステップ',
    'Define action parameters' => 'アクションのパラメーター',
    'Do you really want to remove this action: "%s"?' => '自動アクション「%s」を削除しますか?',
    'Remove an automatic action' => '自動アクションの削除',
    'Assign the task to a specific user' => 'タスクの担当者を割り当てる',
    'Assign the task to the person who does the action' => 'アクションを起こしたユーザを担当者にする',
    'Duplicate the task to another project' => '別のプロジェクトにタスクを複製する',
    'Move a task to another column' => 'タスクを別のカラムに移動する',
    'Task modification' => 'タスクの変更',
    'Task creation' => 'タスクを作る',
    'Closing a task' => 'タスクをクローズする',
    'Assign a color to a specific user' => '色をユーザに割り当てる',
    'Column title' => 'カラムのタイトル',
    'Position' => '位置',
    'Duplicate to another project' => '別のプロジェクトに複製する',
    'Duplicate' => '複製する',
    'link' => 'リンク',
    'Comment updated successfully.' => 'コメントを更新しました。',
    'Unable to update your comment.' => 'コメントの更新に失敗しました。',
    'Remove a comment' => 'コメントを削除する',
    'Comment removed successfully.' => 'コメントを削除しました。',
    'Unable to remove this comment.' => 'コメントの削除に失敗しました。',
    'Do you really want to remove this comment?' => 'コメントを削除しますか?',
    'Current password for the user "%s"' => 'ユーザ「%s」の現在のパスワード',
    'The current password is required' => '現在のパスワードを入力してください',
    'Wrong password' => 'パスワードが違います',
    'Unknown' => '不明',
    'Last logins' => 'ログインの一覧',
    'Login date' => 'ログイン日時',
    'Authentication method' => '認証方法',
    'IP address' => 'IP アドレス',
    'User agent' => 'ユーザエージェント',
    'Persistent connections' => '既存のコネクション',
    'No session.' => 'セッションなし。',
    'Expiration date' => '有効期限',
    'Remember Me' => '次回から自動的にログインする',
    'Creation date' => '作成日',
    'Everybody' => '全員',
    'Open' => 'オープン',
    'Closed' => 'クローズ',
    'Search' => '検索',
    'Nothing found.' => '結果なし。',
    'Due date' => '期限',
    'Others formats accepted: %s and %s' => '他の書式: %s または %s',
    'Description' => '説明',
    '%d comments' => '%d 個のコメント',
    '%d comment' => '%d 個のコメント',
    'Email address invalid' => 'メールアドレスが正しくありません',
    // 'Your external account is not linked anymore to your profile.' => '',
    // 'Unable to unlink your external account.' => '',
    // 'External authentication failed' => '',
    // 'Your external account is linked to your profile successfully.' => '',
    'Email' => 'Email',
    'Task removed successfully.' => 'タスクを削除しました。',
    'Unable to remove this task.' => 'タスクの削除に失敗しました。',
    'Remove a task' => 'タスクの削除',
    'Do you really want to remove this task: "%s"?' => 'タスク「%s」を削除しますか?',
    'Assign automatically a color based on a category' => 'カテゴリに基いて色を変える',
    'Assign automatically a category based on a color' => '色に基いてカテゴリを変える',
    'Task creation or modification' => 'タスクの作成または変更',
    'Category' => 'カテゴリ',
    'Category:' => 'カテゴリ:',
    'Categories' => 'カテゴリ',
    'Your category have been created successfully.' => 'カテゴリを作成しました。',
    'Unable to create your category.' => 'カテゴリの作成に失敗しました。',
    'Your category have been updated successfully.' => 'カテゴリを更新しました。',
    'Unable to update your category.' => 'カテゴリの更新に失敗しました。',
    'Remove a category' => 'カテゴリの削除',
    'Category removed successfully.' => 'カテゴリを削除しました。',
    'Unable to remove this category.' => 'カテゴリを削除できませんでした。',
    'Category modification for the project "%s"' => 'プロジェクト「%s」のカテゴリの変更',
    'Category Name' => 'カテゴリ名',
    'Add a new category' => 'カテゴリの追加',
    'Do you really want to remove this category: "%s"?' => 'カテゴリ「%s」を削除しますか?',
    'All categories' => 'すべてのカテゴリ',
    'No category' => 'カテゴリなし',
    'The name is required' => '名前を入力してください',
    'Remove a file' => 'ファイルの削除',
    'Unable to remove this file.' => 'ファイルの削除に失敗しました。',
    'File removed successfully.' => 'ファイルを削除しました。',
    'Attach a document' => 'ドキュメントを添付する',
    'Do you really want to remove this file: "%s"?' => 'ファイル「%s」を削除しますか?',
    'Attachments' => '添付',
    'Edit the task' => 'タスクを変更する',
    'Add a comment' => 'コメントの追加',
    'Edit a comment' => 'コメントを変更する',
    'Summary' => '概要',
    'Time tracking' => '時間の計測',
    'Estimate:' => '予測:',
    'Spent:' => '経過:',
    'Do you really want to remove this sub-task?' => 'サブタスクを削除しますか?',
    'Remaining:' => '残り:',
    'hours' => '時間',
    'spent' => '経過',
    'estimated' => '予測',
    'Sub-Tasks' => 'サブタスク',
    'Add a sub-task' => 'サブタスクを追加する',
    'Original estimate' => '初期の予測',
    'Create another sub-task' => '続けて別のサブタスクを追加する',
    'Time spent' => '経過時間',
    'Edit a sub-task' => 'サブタスクを変更する',
    'Remove a sub-task' => 'サブタスクを削除する',
    'The time must be a numeric value' => '時間は数字で入力してください',
    'Todo' => '作業予定',
    'In progress' => '作業中',
    'Sub-task removed successfully.' => 'サブタスクを削除しました。',
    'Unable to remove this sub-task.' => 'サブタスクの削除に失敗しました。',
    'Sub-task updated successfully.' => 'サブタスクを更新しました。',
    'Unable to update your sub-task.' => 'サブタスクの更新に失敗しました。',
    'Unable to create your sub-task.' => 'サブタスクの追加に失敗しました。',
    'Sub-task added successfully.' => 'サブタスクを追加しました。',
    'Maximum size: ' => '最大: ',
    'Unable to upload the file.' => 'ファイルのアップロードに失敗しました。',
    'Display another project' => '別のプロジェクトを表示',
    'Created by %s' => '%s が作成',
    'Tasks Export' => 'タスクの出力',
    'Tasks exportation for "%s"' => '「%s」のタスク出力',
    'Start Date' => '開始日',
    'End Date' => '終了日',
    'Execute' => '実行',
    'Task Id' => 'タスク ID',
    'Creator' => '作成者',
    'Modification date' => '変更日',
    'Completion date' => '完了日',
    'Clone' => '複製',
    'Project cloned successfully.' => 'プロジェクトを複製しました。',
    'Unable to clone this project.' => 'プロジェクトの複製に失敗しました。',
    'Enable email notifications' => 'メール通知を設定',
    'Task position:' => 'タスクの位置:',
    'The task #%d have been opened.' => 'タスク #%d をオープンしました。',
    'The task #%d have been closed.' => 'タスク #%d をクローズしました。',
    'Sub-task updated' => 'サブタスクの更新',
    'Title:' => 'タイトル:',
    'Status:' => 'ステータス:',
    'Assignee:' => '担当:',
    'Time tracking:' => '時間計測:',
    'New sub-task' => '新しいサブタスク',
    'New attachment added "%s"' => '添付ファイル「%s」が追加されました',
    'New comment posted by %s' => '「%s」の新しいコメントが追加されました',
    'New attachment' => '新しい添付ファイル',
    'New comment' => '新しいコメント',
    'Comment updated' => 'コメントが更新されました',
    'New subtask' => '新しいサブタスク',
    'Subtask updated' => 'サブタスクの更新',
    'Task updated' => 'タスクの更新',
    'Task closed' => 'タスクのクローズ',
    'Task opened' => 'タスクのオープン',
    'I want to receive notifications only for those projects:' => '以下のプロジェクトにのみ通知を受け取る:',
    'view the task on Kanboard' => 'Kanboard でタスクを見る',
    'Public access' => '公開アクセス設定',
    'Active tasks' => 'アクティブなタスク',
    'Disable public access' => '公開アクセスを無効にする',
    'Enable public access' => '公開アクセスを有効にする',
    'Public access disabled' => '公開アクセスは無効化されています',
    'Do you really want to disable this project: "%s"?' => '「%s」を無効にしますか?',
    'Do you really want to enable this project: "%s"?' => '「%s」を有効にしますか?',
    'Project activation' => 'プロジェクトのアクティベーション',
    'Move the task to another project' => 'タスクを別プロジェクトに移す',
    'Move to another project' => '別プロジェクトに移す',
    'Do you really want to duplicate this task?' => 'タスクを複製しますか?',
    'Duplicate a task' => 'タスクの複製',
    'External accounts' => '外部アカウント',
    'Account type' => 'アカウントの種類',
    'Local' => 'ローカル',
    'Remote' => 'リモート',
    'Enabled' => '有効',
    'Disabled' => '無効',
    'Username:' => 'ユーザ名:',
    'Name:' => '名前:',
    'Email:' => 'Email:',
    'Notifications:' => '通知:',
    'Notifications' => '通知',
    'Account type:' => 'アカウントの種類:',
    'Edit profile' => 'プロフィールの変更',
    'Change password' => 'パスワードの変更',
    'Password modification' => 'パスワードの変更',
    'External authentications' => '外部認証',
    'Never connected.' => '未接続。',
    'No external authentication enabled.' => '外部認証が設定されていません。',
    'Password modified successfully.' => 'パスワードを変更しました。',
    'Unable to change the password.' => 'パスワードが変更できませんでした。',
    'Change category' => 'カテゴリの変更',
    '%s updated the task %s' => '%s がタスク %s をアップデートしました',
    '%s opened the task %s' => '%s がタスク %s をオープンしました',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s がタスク %s をポジション #%d カラム %s に移動しました',
    '%s moved the task %s to the column "%s"' => '%s がタスク %s をカラム「%s」に移動しました',
    '%s created the task %s' => '%s がタスク %s を作成しました',
    '%s closed the task %s' => '%s がタスク %s をクローズしました',
    '%s created a subtask for the task %s' => '%s がタスク %s のサブタスクを追加しました',
    '%s updated a subtask for the task %s' => '%s がタスク %s のサブタスクを更新しました',
    'Assigned to %s with an estimate of %s/%sh' => '担当者 %s に予想 %s/%sh に変更されました',
    'Not assigned, estimate of %sh' => '担当者無しで予想 %sh に変更されました',
    '%s updated a comment on the task %s' => '%s がタスク %s のコメントを更新しました',
    '%s commented the task %s' => '%s がタスク %s にコメントしました',
    '%s\'s activity' => '%s のアクティビティ',
    'RSS feed' => 'RSS フィード',
    '%s updated a comment on the task #%d' => '%s がタスク #%d のコメントを更新しました',
    '%s commented on the task #%d' => '%s がタスク #%d にコメントしました',
    '%s updated a subtask for the task #%d' => '%s がタスク #%d のサブタスクを更新しました',
    '%s created a subtask for the task #%d' => '%s がタスク #%d のサブタスクを追加しました',
    '%s updated the task #%d' => '%s がタスク #%d を更新しました',
    '%s created the task #%d' => '%s がタスク #%d を追加しました',
    '%s closed the task #%d' => '%s がタスク #%d をクローズしました',
    '%s opened the task #%d' => '%s がタスク #%d をオープンしました',
    '%s moved the task #%d to the column "%s"' => '%s がタスク #%d をカラム「%s」に移動しました',
    '%s moved the task #%d to the position %d in the column "%s"' => '%s がタスク #%d を位置 %d カラム「%s」移動しました',
    'Activity' => 'アクティビティ',
    'Default values are "%s"' => 'デフォルト値は「%s」',
    'Default columns for new projects (Comma-separated)' => '新規プロジェクトのデフォルトカラム (コンマで区切って入力)',
    'Task assignee change' => '担当者の変更',
    '%s changed the assignee of the task #%d to %s' => '%s がタスク #%d の担当を %s に変更しました',
    '%s changed the assignee of the task %s to %s' => '%s がタスク %s の担当を %s に変更しました',
    'New password for the user "%s"' => 'ユーザ「%s」の新しいパスワード',
    'Choose an event' => 'イベントの選択',
    'Create a task from an external provider' => 'タスクを外部サービスから作成する',
    'Change the assignee based on an external username' => '担当者を外部サービスに基いて変更する',
    'Change the category based on an external label' => 'カテゴリを外部サービスに基いて変更する',
    'Reference' => '参照',
    'Label' => 'ラベル',
    'Database' => 'データベース',
    'About' => '情報',
    'Database driver:' => 'データベースドライバ:',
    'Board settings' => '基本設定',
    'Webhook settings' => 'Webhook の設定',
    'Reset token' => 'トークンのリセット',
    'API endpoint:' => 'API エンドポイント:',
    'Refresh interval for private board' => '非公開ボードの更新頻度',
    'Refresh interval for public board' => '公開ボードの更新頻度',
    'Task highlight period' => 'タスクのハイライト期間',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'タスクが最近更新されたとみなす期間(0 はハイライト無効、デフォルト 2 日)',
    'Frequency in second (60 seconds by default)' => '秒数 (デフォルト 60 秒)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => '秒数 (0 は機能を無効化、デフォルト 10 秒)',
    'Application URL' => 'アプリケーションの URL',
    'Token regenerated.' => 'トークンが再生成されました。',
    'Date format' => 'データのフォーマット',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ISO フォーマットが入力できます(例: %s または %s)',
    'New private project' => '非公開プロジェクトを作る',
    'This project is private' => 'このプロジェクトは非公開です',
    'Add' => '追加',
    'Start date' => '開始時間',
    'Time estimated' => '予想時間',
    'There is nothing assigned to you.' => '何もアサインされていません。',
    'My tasks' => '自分のタスク',
    'Activity stream' => 'アクティビティストリーム',
    'Dashboard' => 'ダッシュボード',
    'Confirmation' => '確認',
    'Allow everybody to access to this project' => '全員にプロジェクトへのアクセスを許す',
    'Everybody have access to this project.' => '誰でもこのプロジェクトにアクセスできます。',
    'Webhooks' => 'Webhook',
    'API' => 'API',
    'Create a comment from an external provider' => '外部サービスからコメントを作成する',
    'Project management' => 'プロジェクト・マネジメント',
    'My projects' => '自分のプロジェクト',
    'Columns' => 'カラム',
    'Task' => 'タスク',
    'Your are not member of any project.' => 'どのプロジェクトにも属していません。',
    'Percentage' => '割合',
    'Number of tasks' => 'タスク数',
    'Task distribution' => 'タスク分布',
    'Reportings' => 'レポート',
    'Task repartition for "%s"' => '「%s」のタスク分布',
    'Analytics' => '分析',
    'Subtask' => 'サブタスク',
    'My subtasks' => '自分のサブタスク',
    'User repartition' => '担当者分布',
    'User repartition for "%s"' => '「%s」の担当者分布',
    'Clone this project' => 'このプロジェクトを複製する',
    'Column removed successfully.' => 'カラムを削除しました',
    'Not enough data to show the graph.' => 'グラフを描画するには出たが足りません',
    'Previous' => '戻る',
    'The id must be an integer' => 'id は数字でなければなりません',
    'The project id must be an integer' => 'project id は数字でなければなりません',
    'The status must be an integer' => 'status は数字でなければなりません',
    'The subtask id is required' => 'subtask id が必要です',
    'The subtask id must be an integer' => 'subtask id は数字でなければなりません',
    'The task id is required' => 'task id が必要です',
    'The task id must be an integer' => 'task id は数字でなければなりません',
    'The user id must be an integer' => 'user id は数字でなければなりません',
    'This value is required' => 'この値が必要です',
    'This value must be numeric' => 'この値は数字でなければなりません',
    'Unable to create this task.' => 'このタスクを作成できませんでした',
    'Cumulative flow diagram' => '蓄積フロー図',
    'Cumulative flow diagram for "%s"' => '「%s」の蓄積フロー図',
    'Daily project summary' => '日時プロジェクトサマリー',
    'Daily project summary export' => '日時プロジェクトサマリーの出力',
    'Daily project summary export for "%s"' => '「%s」の日時プロジェクトサマリーの出力',
    'Exports' => '出力',
    'This export contains the number of tasks per column grouped per day.' => 'この出力は日時のカラムごとのタスク数を集計したものです',
    'Active swimlanes' => 'アクティブなスイムレーン',
    'Add a new swimlane' => '新しいスイムレーン',
    'Change default swimlane' => 'デフォルトスイムレーンの変更',
    'Default swimlane' => 'デフォルトスイムレーン',
    'Do you really want to remove this swimlane: "%s"?' => 'このスイムレーン「%s」を本当に削除しますか?',
    'Inactive swimlanes' => 'インタラクティブなスイムレーン',
    'Remove a swimlane' => 'スイムレーンの削除',
    'Show default swimlane' => 'デフォルトスイムレーンの表示',
    'Swimlane modification for the project "%s"' => '「%s」に対するスイムレーン変更',
    'Swimlane removed successfully.' => 'スイムレーンを削除しました。',
    'Swimlanes' => 'スイムレーン',
    'Swimlane updated successfully.' => 'スイムレーンを更新しました。',
    'The default swimlane have been updated successfully.' => 'デフォルトスイムレーンを更新しました。',
    'Unable to remove this swimlane.' => 'スイムレーンを削除できませんでした。',
    'Unable to update this swimlane.' => 'スイムレーンを更新できませんでした。',
    'Your swimlane have been created successfully.' => 'スイムレーンが作成されました。',
    'Example: "Bug, Feature Request, Improvement"' => '例: バグ, 機能, 改善',
    'Default categories for new projects (Comma-separated)' => '新しいプロジェクトのデフォルトカテゴリー (コンマ区切り)',
    'Integrations' => '連携',
    'Integration with third-party services' => 'サードパーティサービスとの連携',
    'Subtask Id' => 'サブタスク Id',
    'Subtasks' => 'サブタスク',
    'Subtasks Export' => 'サブタスクの出力',
    'Subtasks exportation for "%s"' => '「%s」のサブタスク出力',
    'Task Title' => 'タスクタイトル',
    'Untitled' => 'タイトル無し',
    'Application default' => 'アプリケーションデフォルト',
    'Language:' => '言語:',
    'Timezone:' => 'タイムゾーン:',
    'All columns' => '全てのカラム',
    'Calendar' => 'カレンダー',
    'Next' => '次へ',
    '#%d' => '#%d',
    'All swimlanes' => '全てのスイムレーン',
    'All colors' => '全ての色',
    'Moved to column %s' => 'カラム %s へ移動しました',
    'User dashboard' => 'ユーザダッシュボード',
    'Allow only one subtask in progress at the same time for a user' => '一人のユーザにつき一つのタスクのみ進行中にできます',
    'Edit column "%s"' => 'カラム「%s」の編集',
    'Select the new status of the subtask: "%s"' => 'サブタスク「%s」のステータスを選択',
    'Subtask timesheet' => 'サブタスクタイムシート',
    'There is nothing to show.' => '何も表示するものがありません。',
    'Time Tracking' => 'タイムトラッキング',
    'You already have one subtask in progress' => 'すでに進行中のサブタスクがあります。',
    'Which parts of the project do you want to duplicate?' => 'プロジェクトの何を複製しますか?',
    // 'Disallow login form' => '',
    'Start' => '開始',
    'End' => '終了',
    'Task age in days' => 'タスクの経過日数',
    'Days in this column' => 'カラムでの経過日数',
    '%dd' => '%d 日',
    'Add a new link' => '新しいリンクの追加',
    'Do you really want to remove this link: "%s"?' => 'リンク「%s」を本当に削除しますか?',
    'Do you really want to remove this link with task #%d?' => 'このリンクとタスク#%dを削除しますか?',
    'Field required' => 'フィールドが必要です',
    'Link added successfully.' => 'リンクを追加しました。',
    'Link updated successfully.' => 'リンクを更新しました。',
    'Link removed successfully.' => 'リンクを削除しました。',
    'Link labels' => 'リンクラベル',
    'Link modification' => 'リンクの変更',
    'Links' => 'リンク',
    'Link settings' => 'リンク設定',
    'Opposite label' => '反対のラベル',
    'Remove a link' => 'ラベルの削除',
    'Task\'s links' => 'タスクのラベル',
    'The labels must be different' => '異なるラベルを指定してください',
    'There is no link.' => 'リンクがありません',
    'This label must be unique' => 'ラベルはユニークである必要があります',
    'Unable to create your link.' => 'リンクを作成できませんでした。',
    'Unable to update your link.' => 'リンクを更新できませんでした。',
    'Unable to remove this link.' => 'リンクを削除できませんでした。',
    'relates to' => '次に関連します',
    'blocks' => '次をブロックしています',
    'is blocked by' => '次にブロックされています',
    'duplicates' => '次に重複しています',
    'is duplicated by' => '次に重複しています',
    'is a child of' => '次の子タスクです ',
    'is a parent of' => '次の親タスクです',
    'targets milestone' => '次のマイルストーンを目標とします',
    'is a milestone of' => '次のタスクのマイルストーンです',
    'fixes' => '次を修正します',
    'is fixed by' => '次に修正されます',
    'This task' => 'このタスクは',
    '<1h' => '<1時間',
    '%dh' => '%d 時間',
    'Expand tasks' => 'タスクを展開する',
    'Collapse tasks' => 'タスクを閉じる',
    'Expand/collapse tasks' => 'タスクの展開/閉じる',
    'Close dialog box' => 'ダイアログボックスを閉じる',
    'Submit a form' => 'フォームを送信する',
    'Board view' => 'ボードビュー',
    'Keyboard shortcuts' => 'キーボードショートカット',
    'Open board switcher' => 'ボード切り替えを開く',
    'Application' => 'アプリケーション',
    'Compact view' => 'コンパクトビュー',
    'Horizontal scrolling' => '縦スクロール',
    'Compact/wide view' => 'コンパクト/ワイドビュー',
    'No results match:' => '結果が一致しませんでした',
    'Currency' => '通貨',
    'Private project' => 'プライベートプロジェクト',
    'AUD - Australian Dollar' => 'AUD - 豪ドル',
    'CAD - Canadian Dollar' => 'CAD - 加ドル',
    'CHF - Swiss Francs' => 'CHF - スイスフラン',
    'Custom Stylesheet' => 'カスタムスタイルシート',
    'download' => 'ダウンロード',
    'EUR - Euro' => 'EUR - ユーロ',
    'GBP - British Pound' => 'GBP - 独ポンド',
    'INR - Indian Rupee' => 'INR - 伊ルピー',
    'JPY - Japanese Yen' => 'JPY - 日本円',
    'NZD - New Zealand Dollar' => 'NZD - NZ ドル',
    'RSD - Serbian dinar' => 'RSD - セルビアデナール',
    'USD - US Dollar' => 'USD - 米ドル',
    'Destination column' => '移動先のカラム',
    'Move the task to another column when assigned to a user' => 'ユーザの割り当てをしたらタスクを他のカラムに移動',
    'Move the task to another column when assignee is cleared' => 'ユーザの割り当てがなくなったらタスクを他のカラムに移動',
    'Source column' => '移動元のカラム',
    'Transitions' => '履歴',
    'Executer' => '実行者',
    'Time spent in the column' => 'カラムでの時間消費',
    'Task transitions' => 'タスクの遷移',
    'Task transitions export' => 'タスクの遷移を出力',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'このレポートはタスクのカラム間における移動を時間、ユーザー、経過時間と共に記録した物です。',
    'Currency rates' => '為替レート',
    'Rate' => 'レート',
    'Change reference currency' => '現在の基軸通貨',
    'Add a new currency rate' => '新しい通貨レートを追加',
    'Reference currency' => '基軸通貨',
    // 'The currency rate have been added successfully.' => '',
    'Unable to add this currency rate.' => 'この通貨レートを追加できません。',
    'Webhook URL' => 'Webhook URL',
    '%s removed the assignee of the task %s' => '%s がタスク「%s」の担当を解除しました。',
    'Enable Gravatar images' => 'Gravatar イメージを有効化',
    'Information' => '情報 ',
    'Check two factor authentication code' => '2 段認証をチェックする',
    'The two factor authentication code is not valid.' => '2 段認証コードは無効です。',
    'The two factor authentication code is valid.' => '2 段認証コードは有効です。',
    'Code' => 'コード',
    'Two factor authentication' => '2 段認証',
    'This QR code contains the key URI: ' => 'この QR コードが URI キーを含んでいます: ',
    'Check my code' => '自分のコードをチェック',
    'Secret key: ' => '秘密鍵: ',
    'Test your device' => 'デバイスをテストする',
    // 'Assign a color when the task is moved to a specific column' => '',
    // '%s via Kanboard' => '',
    // 'Burndown chart for "%s"' => '',
    // 'Burndown chart' => '',
    // 'This chart show the task complexity over the time (Work Remaining).' => '',
    // 'Screenshot taken %s' => '',
    // 'Add a screenshot' => '',
    // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
    // 'Screenshot uploaded successfully.' => '',
    // 'SEK - Swedish Krona' => '',
    // 'Identifier' => '',
    // 'Disable two factor authentication' => '',
    // 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
    // 'Edit link' => '',
    // 'Start to type task title...' => '',
    // 'A task cannot be linked to itself' => '',
    // 'The exact same link already exists' => '',
    // 'Recurrent task is scheduled to be generated' => '',
    // 'Score' => '',
    // 'The identifier must be unique' => '',
    // 'This linked task id doesn\'t exists' => '',
    // 'This value must be alphanumeric' => '',
    // 'Edit recurrence' => '',
    // 'Generate recurrent task' => '',
    // 'Trigger to generate recurrent task' => '',
    // 'Factor to calculate new due date' => '',
    // 'Timeframe to calculate new due date' => '',
    // 'Base date to calculate new due date' => '',
    // 'Action date' => '',
    // 'Base date to calculate new due date: ' => '',
    // 'This task has created this child task: ' => '',
    // 'Day(s)' => '',
    // 'Existing due date' => '',
    // 'Factor to calculate new due date: ' => '',
    // 'Month(s)' => '',
    // 'Recurrence' => '',
    // 'This task has been created by: ' => '',
    // 'Recurrent task has been generated:' => '',
    // 'Timeframe to calculate new due date: ' => '',
    // 'Trigger to generate recurrent task: ' => '',
    // 'When task is closed' => '',
    // 'When task is moved from first column' => '',
    // 'When task is moved to last column' => '',
    // 'Year(s)' => '',
    // 'Calendar settings' => '',
    // 'Project calendar view' => '',
    // 'Project settings' => '',
    // 'Show subtasks based on the time tracking' => '',
    // 'Show tasks based on the creation date' => '',
    // 'Show tasks based on the start date' => '',
    // 'Subtasks time tracking' => '',
    // 'User calendar view' => '',
    // 'Automatically update the start date' => '',
    // 'iCal feed' => '',
    // 'Preferences' => '',
    // 'Security' => '',
    // 'Two factor authentication disabled' => '',
    // 'Two factor authentication enabled' => '',
    // 'Unable to update this user.' => '',
    // 'There is no user management for private projects.' => '',
    // 'User that will receive the email' => '',
    // 'Email subject' => '',
    // 'Date' => '',
    // 'Add a comment log when moving the task between columns' => '',
    // 'Move the task to another column when the category is changed' => '',
    // 'Send a task by email to someone' => '',
    // 'Reopen a task' => '',
    // 'Column change' => '',
    // 'Position change' => '',
    // 'Swimlane change' => '',
    // 'Assignee change' => '',
    // '[%s] Overdue tasks' => '',
    // 'Notification' => '',
    // '%s moved the task #%d to the first swimlane' => '',
    // '%s moved the task #%d to the swimlane "%s"' => '',
    // 'Swimlane' => '',
    // 'Gravatar' => '',
    // '%s moved the task %s to the first swimlane' => '',
    // '%s moved the task %s to the swimlane "%s"' => '',
    // 'This report contains all subtasks information for the given date range.' => '',
    // 'This report contains all tasks information for the given date range.' => '',
    // 'Project activities for %s' => '',
    // 'view the board on Kanboard' => '',
    // 'The task have been moved to the first swimlane' => '',
    // 'The task have been moved to another swimlane:' => '',
    // 'New title: %s' => '',
    // 'The task is not assigned anymore' => '',
    // 'New assignee: %s' => '',
    // 'There is no category now' => '',
    // 'New category: %s' => '',
    // 'New color: %s' => '',
    // 'New complexity: %d' => '',
    // 'The due date have been removed' => '',
    // 'There is no description anymore' => '',
    // 'Recurrence settings have been modified' => '',
    // 'Time spent changed: %sh' => '',
    // 'Time estimated changed: %sh' => '',
    // 'The field "%s" have been updated' => '',
    // 'The description has been modified:' => '',
    // 'Do you really want to close the task "%s" as well as all subtasks?' => '',
    // 'I want to receive notifications for:' => '',
    // 'All tasks' => '',
    // 'Only for tasks assigned to me' => '',
    // 'Only for tasks created by me' => '',
    // 'Only for tasks created by me and assigned to me' => '',
    // '%%Y-%%m-%%d' => '',
    // 'Total for all columns' => '',
    // 'You need at least 2 days of data to show the chart.' => '',
    // '<15m' => '',
    // '<30m' => '',
    // 'Stop timer' => '',
    // 'Start timer' => '',
    // 'Add project member' => '',
    // 'My activity stream' => '',
    // 'My calendar' => '',
    // 'Search tasks' => '',
    // 'Reset filters' => '',
    // 'My tasks due tomorrow' => '',
    // 'Tasks due today' => '',
    // 'Tasks due tomorrow' => '',
    // 'Tasks due yesterday' => '',
    // 'Closed tasks' => '',
    // 'Open tasks' => '',
    // 'Not assigned' => '',
    // 'View advanced search syntax' => '',
    // 'Overview' => '',
    // 'Board/Calendar/List view' => '',
    // 'Switch to the board view' => '',
    // 'Switch to the calendar view' => '',
    // 'Switch to the list view' => '',
    // 'Go to the search/filter box' => '',
    // 'There is no activity yet.' => '',
    // 'No tasks found.' => '',
    // 'Keyboard shortcut: "%s"' => '',
    // 'List' => '',
    // 'Filter' => '',
    // 'Advanced search' => '',
    // 'Example of query: ' => '',
    // 'Search by project: ' => '',
    // 'Search by column: ' => '',
    // 'Search by assignee: ' => '',
    // 'Search by color: ' => '',
    // 'Search by category: ' => '',
    // 'Search by description: ' => '',
    // 'Search by due date: ' => '',
    // 'Lead and Cycle time for "%s"' => '',
    // 'Average time spent into each column for "%s"' => '',
    // 'Average time spent into each column' => '',
    // 'Average time spent' => '',
    // 'This chart show the average time spent into each column for the last %d tasks.' => '',
    // 'Average Lead and Cycle time' => '',
    // 'Average lead time: ' => '',
    // 'Average cycle time: ' => '',
    // 'Cycle Time' => '',
    // 'Lead Time' => '',
    // 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
    // 'Average time into each column' => '',
    // 'Lead and cycle time' => '',
    // 'Lead time: ' => '',
    // 'Cycle time: ' => '',
    // 'Time spent into each column' => '',
    // 'The lead time is the duration between the task creation and the completion.' => '',
    // 'The cycle time is the duration between the start date and the completion.' => '',
    // 'If the task is not closed the current time is used instead of the completion date.' => '',
    // 'Set automatically the start date' => '',
    // 'Edit Authentication' => '',
    // 'Remote user' => '',
    // 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
    // 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
    // 'New remote user' => '',
    // 'New local user' => '',
    // 'Default task color' => '',
    // 'This feature does not work with all browsers.' => '',
    // 'There is no destination project available.' => '',
    // 'Trigger automatically subtask time tracking' => '',
    // 'Include closed tasks in the cumulative flow diagram' => '',
    // 'Current swimlane: %s' => '',
    // 'Current column: %s' => '',
    // 'Current category: %s' => '',
    // 'no category' => '',
    // 'Current assignee: %s' => '',
    // 'not assigned' => '',
    // 'Author:' => '',
    // 'contributors' => '',
    // 'License:' => '',
    // 'License' => '',
    // 'Enter the text below' => '',
    // 'Gantt chart for %s' => '',
    // 'Sort by position' => '',
    // 'Sort by date' => '',
    // 'Add task' => '',
    // 'Start date:' => '',
    // 'Due date:' => '',
    // 'There is no start date or due date for this task.' => '',
    // 'Moving or resizing a task will change the start and due date of the task.' => '',
    // 'There is no task in your project.' => '',
    // 'Gantt chart' => '',
    // 'People who are project managers' => '',
    // 'People who are project members' => '',
    // 'NOK - Norwegian Krone' => '',
    // 'Show this column' => '',
    // 'Hide this column' => '',
    // 'open file' => '',
    // 'End date' => '',
    // 'Users overview' => '',
    // 'Members' => '',
    // 'Shared project' => '',
    // 'Project managers' => '',
    // 'Gantt chart for all projects' => '',
    // 'Projects list' => '',
    // 'Gantt chart for this project' => '',
    // 'Project board' => '',
    // 'End date:' => '',
    // 'There is no start date or end date for this project.' => '',
    // 'Projects Gantt chart' => '',
    // 'Change task color when using a specific task link' => '',
    // 'Task link creation or modification' => '',
    // 'Milestone' => '',
    // 'Documentation: %s' => '',
    // 'Switch to the Gantt chart view' => '',
    // 'Reset the search/filter box' => '',
    // 'Documentation' => '',
    // 'Table of contents' => '',
    // 'Gantt' => '',
    // 'Author' => '',
    // 'Version' => '',
    // 'Plugins' => '',
    // 'There is no plugin loaded.' => '',
    // 'Set maximum column height' => '',
    // 'Remove maximum column height' => '',
    // 'My notifications' => '',
    // 'Custom filters' => '',
    // 'Your custom filter have been created successfully.' => '',
    // 'Unable to create your custom filter.' => '',
    // 'Custom filter removed successfully.' => '',
    // 'Unable to remove this custom filter.' => '',
    // 'Edit custom filter' => '',
    // 'Your custom filter have been updated successfully.' => '',
    // 'Unable to update custom filter.' => '',
    // 'Web' => '',
    // 'New attachment on task #%d: %s' => '',
    // 'New comment on task #%d' => '',
    // 'Comment updated on task #%d' => '',
    // 'New subtask on task #%d' => '',
    // 'Subtask updated on task #%d' => '',
    // 'New task #%d: %s' => '',
    // 'Task updated #%d' => '',
    // 'Task #%d closed' => '',
    // 'Task #%d opened' => '',
    // 'Column changed for task #%d' => '',
    // 'New position for task #%d' => '',
    // 'Swimlane changed for task #%d' => '',
    // 'Assignee changed on task #%d' => '',
    // '%d overdue tasks' => '',
    // 'Task #%d is overdue' => '',
    // 'No new notifications.' => '',
    // 'Mark all as read' => '',
    // 'Mark as read' => '',
    // 'Total number of tasks in this column across all swimlanes' => '',
    // 'Collapse swimlane' => '',
    // 'Expand swimlane' => '',
    // 'Add a new filter' => '',
    // 'Share with all project members' => '',
    // 'Shared' => '',
    // 'Owner' => '',
    // 'Unread notifications' => '',
    // 'Notification methods:' => '',
    // 'Import tasks from CSV file' => '',
    // 'Unable to read your file' => '',
    // '%d task(s) have been imported successfully.' => '',
    // 'Nothing have been imported!' => '',
    // 'Import users from CSV file' => '',
    // '%d user(s) have been imported successfully.' => '',
    // 'Comma' => '',
    // 'Semi-colon' => '',
    // 'Tab' => '',
    // 'Vertical bar' => '',
    // 'Double Quote' => '',
    // 'Single Quote' => '',
    // '%s attached a file to the task #%d' => '',
    // 'There is no column or swimlane activated in your project!' => '',
    // 'Append filter (instead of replacement)' => '',
    // 'Append/Replace' => '',
    // 'Append' => '',
    // 'Replace' => '',
    // 'Import' => '',
    // 'change sorting' => '',
    // 'Tasks Importation' => '',
    // 'Delimiter' => '',
    // 'Enclosure' => '',
    // 'CSV File' => '',
    // 'Instructions' => '',
    // 'Your file must use the predefined CSV format' => '',
    // 'Your file must be encoded in UTF-8' => '',
    // 'The first row must be the header' => '',
    // 'Duplicates are not verified for you' => '',
    // 'The due date must use the ISO format: YYYY-MM-DD' => '',
    // 'Download CSV template' => '',
    // 'No external integration registered.' => '',
    // 'Duplicates are not imported' => '',
    // 'Usernames must be lowercase and unique' => '',
    // 'Passwords will be encrypted if present' => '',
    // '%s attached a new file to the task %s' => '',
    // 'Link type' => '',
    // 'Assign automatically a category based on a link' => '',
    // 'BAM - Konvertible Mark' => '',
    // 'Assignee Username' => '',
    // 'Assignee Name' => '',
    // 'Groups' => '',
    // 'Members of %s' => '',
    // 'New group' => '',
    // 'Group created successfully.' => '',
    // 'Unable to create your group.' => '',
    // 'Edit group' => '',
    // 'Group updated successfully.' => '',
    // 'Unable to update your group.' => '',
    // 'Add group member to "%s"' => '',
    // 'Group member added successfully.' => '',
    // 'Unable to add group member.' => '',
    // 'Remove user from group "%s"' => '',
    // 'User removed successfully from this group.' => '',
    // 'Unable to remove this user from the group.' => '',
    // 'Remove group' => '',
    // 'Group removed successfully.' => '',
    // 'Unable to remove this group.' => '',
    // 'Project Permissions' => '',
    // 'Manager' => '',
    // 'Project Manager' => '',
    // 'Project Member' => '',
    // 'Project Viewer' => '',
    // 'Your account is locked for %d minutes' => '',
    // 'Invalid captcha' => '',
    // 'The name must be unique' => '',
    // 'View all groups' => '',
    // 'View group members' => '',
    // 'There is no user available.' => '',
    // 'Do you really want to remove the user "%s" from the group "%s"?' => '',
    // 'There is no group.' => '',
    // 'External Id' => '',
    // 'Add group member' => '',
    // 'Do you really want to remove this group: "%s"?' => '',
    // 'There is no user in this group.' => '',
    // 'Remove this user' => '',
    // 'Permissions' => '',
    // 'Allowed Users' => '',
    // 'No user have been allowed specifically.' => '',
    // 'Role' => '',
    // 'Enter user name...' => '',
    // 'Allowed Groups' => '',
    // 'No group have been allowed specifically.' => '',
    // 'Group' => '',
    // 'Group Name' => '',
    // 'Enter group name...' => '',
    // 'Role:' => '',
    // 'Project members' => '',
    // 'Compare hours for "%s"' => '',
    // '%s mentioned you in the task #%d' => '',
    // '%s mentioned you in a comment on the task #%d' => '',
    // 'You were mentioned in the task #%d' => '',
    // 'You were mentioned in a comment on the task #%d' => '',
    // 'Mentioned' => '',
    // 'Compare Estimated Time vs Actual Time' => '',
    // 'Estimated hours: ' => '',
    // 'Actual hours: ' => '',
    // 'Hours Spent' => '',
    // 'Hours Estimated' => '',
    // 'Estimated Time' => '',
    // 'Actual Time' => '',
    // 'Estimated vs actual time' => '',
    // 'RUB - Russian Ruble' => '',
    // 'Assign the task to the person who does the action when the column is changed' => '',
    // 'Close a task in a specific column' => '',
    // 'Time-based One-time Password Algorithm' => '',
    // 'Two-Factor Provider: ' => '',
    // 'Disable two-factor authentication' => '',
    // 'Enable two-factor authentication' => '',
    // 'There is no integration registered at the moment.' => '',
    // 'Password Reset for Kanboard' => '',
    // 'Forgot password?' => '',
    // 'Enable "Forget Password"' => '',
    // 'Password Reset' => '',
    // 'New password' => '',
    // 'Change Password' => '',
    // 'To reset your password click on this link:' => '',
    // 'Last Password Reset' => '',
    // 'The password has never been reinitialized.' => '',
    // 'Creation' => '',
    // 'Expiration' => '',
    // 'Password reset history' => '',
    // 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
    // 'Do you really want to close all tasks of this column?' => '',
    // '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
    // 'Close all tasks of this column' => '',
    // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
    // 'My dashboard' => '',
    // 'My profile' => '',
    // 'Project owner: ' => '',
    // 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
    // 'Project owner' => '',
    // 'Those dates are useful for the project Gantt chart.' => '',
    // 'Private projects do not have users and groups management.' => '',
    // 'There is no project member.' => '',
    // 'Priority' => '',
    // 'Task priority' => '',
    // 'General' => '',
    // 'Dates' => '',
    // 'Default priority' => '',
    // 'Lowest priority' => '',
    // 'Highest priority' => '',
    // 'If you put zero to the low and high priority, this feature will be disabled.' => '',
    // 'Close a task when there is no activity' => '',
    // 'Duration in days' => '',
    // 'Send email when there is no activity on a task' => '',
    // 'Unable to fetch link information.' => '',
    // 'Daily background job for tasks' => '',
    // 'Auto' => '',
    // 'Related' => '',
    // 'Attachment' => '',
    // 'Title not found' => '',
    // 'Web Link' => '',
    // 'External links' => '',
    // 'Add external link' => '',
    // 'Type' => '',
    // 'Dependency' => '',
    // 'Add internal link' => '',
    // 'Add a new external link' => '',
    // 'Edit external link' => '',
    // 'External link' => '',
    // 'Copy and paste your link here...' => '',
    // 'URL' => '',
    // 'Internal links' => '',
    // 'Assign to me' => '',
    // 'Me' => '',
    // 'Do not duplicate anything' => '',
    // 'Projects management' => '',
    // 'Users management' => '',
    // 'Groups management' => '',
    // 'Create from another project' => '',
    // 'open' => '',
    // 'closed' => '',
    // 'Priority:' => '',
    // 'Reference:' => '',
    // 'Complexity:' => '',
    // 'Swimlane:' => '',
    // 'Column:' => '',
    // 'Position:' => '',
    // 'Creator:' => '',
    // 'Time estimated:' => '',
    // '%s hours' => '',
    // 'Time spent:' => '',
    // 'Created:' => '',
    // 'Modified:' => '',
    // 'Completed:' => '',
    // 'Started:' => '',
    // 'Moved:' => '',
    // 'Task #%d' => '',
    // 'Date and time format' => '',
    // 'Time format' => '',
    // 'Start date: ' => '',
    // 'End date: ' => '',
    // 'New due date: ' => '',
    // 'Start date changed: ' => '',
    // 'Disable private projects' => '',
    // 'Do you really want to remove this custom filter: "%s"?' => '',
    // 'Remove a custom filter' => '',
    // 'User activated successfully.' => '',
    // 'Unable to enable this user.' => '',
    // 'User disabled successfully.' => '',
    // 'Unable to disable this user.' => '',
    // 'All files have been uploaded successfully.' => '',
    // 'View uploaded files' => '',
    // 'The maximum allowed file size is %sB.' => '',
    // 'Choose files again' => '',
    // 'Drag and drop your files here' => '',
    // 'choose files' => '',
    // 'View profile' => '',
    // 'Two Factor' => '',
    // 'Disable user' => '',
    // 'Do you really want to disable this user: "%s"?' => '',
    // 'Enable user' => '',
    // 'Do you really want to enable this user: "%s"?' => '',
    // 'Download' => '',
    // 'Uploaded: %s' => '',
    // 'Size: %s' => '',
    // 'Uploaded by %s' => '',
    // 'Filename' => '',
    // 'Size' => '',
    // 'Column created successfully.' => '',
    // 'Another column with the same name exists in the project' => '',
    // 'Default filters' => '',
    // 'Your board doesn\'t have any columns!' => '',
    // 'Change column position' => '',
    // 'Switch to the project overview' => '',
    // 'User filters' => '',
    // 'Category filters' => '',
    // 'Upload a file' => '',
    // 'View file' => '',
    // 'Last activity' => '',
    // 'Change subtask position' => '',
    // 'This value must be greater than %d' => '',
    // 'Another swimlane with the same name exists in the project' => '',
    // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
    // 'Actions duplicated successfully.' => '',
    // 'Unable to duplicate actions.' => '',
    // 'Add a new action' => '',
    // 'Import from another project' => '',
    // 'There is no action at the moment.' => '',
    // 'Import actions from another project' => '',
    // 'There is no available project.' => '',
    // 'Local File' => '',
    // 'Configuration' => '',
    // 'PHP version:' => '',
    // 'PHP SAPI:' => '',
    // 'OS version:' => '',
    // 'Database version:' => '',
    // 'Browser:' => '',
    // 'Task view' => '',
    // 'Edit task' => '',
    // 'Edit description' => '',
    // 'New internal link' => '',
    // 'Display list of keyboard shortcuts' => '',
    // 'Menu' => '',
    // 'Set start date' => '',
    // 'Avatar' => '',
    // 'Upload my avatar image' => '',
    // 'Remove my image' => '',
    // 'The OAuth2 state parameter is invalid' => '',
    // 'User not found.' => '',
    // 'Search in activity stream' => '',
    // 'My activities' => '',
    // 'Activity until yesterday' => '',
    // 'Activity until today' => '',
    // 'Search by creator: ' => '',
    // 'Search by creation date: ' => '',
    // 'Search by task status: ' => '',
    // 'Search by task title: ' => '',
    // 'Activity stream search' => '',
    // 'Projects where "%s" is manager' => '',
    // 'Projects where "%s" is member' => '',
    // 'Open tasks assigned to "%s"' => '',
    // 'Closed tasks assigned to "%s"' => '',
    // 'Assign automatically a color based on a priority' => '',
    // 'Overdue tasks for the project(s) "%s"' => '',
    // 'Upload files' => '',
    // 'Installed Plugins' => '',
    // 'Plugin Directory' => '',
    // 'Plugin installed successfully.' => '',
    // 'Plugin updated successfully.' => '',
    // 'Plugin removed successfully.' => '',
    // 'Subtask converted to task successfully.' => '',
    // 'Unable to convert the subtask.' => '',
    // 'Unable to extract plugin archive.' => '',
    // 'Plugin not found.' => '',
    // 'You don\'t have the permission to remove this plugin.' => '',
    // 'Unable to download plugin archive.' => '',
    // 'Unable to write temporary file for plugin.' => '',
    // 'Unable to open plugin archive.' => '',
    // 'There is no file in the plugin archive.' => '',
    // 'Create tasks in bulk' => '',
    // 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
    // 'There is no plugin available.' => '',
    // 'Install' => '',
    // 'Update' => '',
    // 'Up to date' => '',
    // 'Not available' => '',
    // 'Remove plugin' => '',
    // 'Do you really want to remove this plugin: "%s"?' => '',
    // 'Uninstall' => '',
    // 'Listing' => '',
    // 'Metadata' => '',
    // 'Manage projects' => '',
    // 'Convert to task' => '',
    // 'Convert sub-task to task' => '',
    // 'Do you really want to convert this sub-task to a task?' => '',
    // 'My task title' => '',
    // 'Enter one task by line.' => '',
    // 'Number of failed login:' => '',
    // 'Account locked until:' => '',
    // 'Email settings' => '',
    // 'Email sender address' => '',
    // 'Email transport' => '',
    // 'Webhook token' => '',
    // 'Imports' => '',
    // 'Project tags management' => '',
    // 'Tag created successfully.' => '',
    // 'Unable to create this tag.' => '',
    // 'Tag updated successfully.' => '',
    // 'Unable to update this tag.' => '',
    // 'Tag removed successfully.' => '',
    // 'Unable to remove this tag.' => '',
    // 'Global tags management' => '',
    // 'Tags' => '',
    // 'Tags management' => '',
    // 'Add new tag' => '',
    // 'Edit a tag' => '',
    // 'Project tags' => '',
    // 'There is no specific tag for this project at the moment.' => '',
    // 'Tag' => '',
    // 'Remove a tag' => '',
    // 'Do you really want to remove this tag: "%s"?' => '',
    // 'Global tags' => '',
    // 'There is no global tag at the moment.' => '',
    // 'This field cannot be empty' => '',
    // 'Close a task when there is no activity in an specific column' => '',
    // '%s removed a subtask for the task #%d' => '',
    // '%s removed a comment on the task #%d' => '',
    // 'Comment removed on task #%d' => '',
    // 'Subtask removed on task #%d' => '',
    // 'Hide tasks in this column in the dashboard' => '',
    // '%s removed a comment on the task %s' => '',
    // '%s removed a subtask for the task %s' => '',
    // 'Comment removed' => '',
    // 'Subtask removed' => '',
    // '%s set a new internal link for the task #%d' => '',
    // '%s removed an internal link for the task #%d' => '',
    // 'A new internal link for the task #%d have been defined' => '',
    // 'Internal link removed for the task #%d' => '',
    // '%s set a new internal link for the task %s' => '',
    // '%s removed an internal link for the task %s' => '',
);