diff --git a/.travis.yml b/.travis.yml index 4d617d21..92034c94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,8 @@ language: php sudo: false php: - - '7.0' - - '7.1' - - '7.2' - '7.3' + - '7.4' branches: only: @@ -24,7 +22,7 @@ before_script: - composer self-update - composer install --prefer-source --no-interaction --dev -script: ./vendor/bin/phpunit -c ./tests/phpunit.xml --testsuite Core +script: XDEBUG_MODE=coverage ./vendor/bin/phpunit -c ./tests/phpunit.xml --testsuite Core after_script: - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then mv ./tests/_output/coverage-clover.xml clover.xml && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi diff --git a/app/locales/ja_JP/LC_MESSAGES/messages.mo b/app/locales/ja_JP/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..5a1823ec Binary files /dev/null and b/app/locales/ja_JP/LC_MESSAGES/messages.mo differ diff --git a/app/locales/ja_JP/LC_MESSAGES/messages.po b/app/locales/ja_JP/LC_MESSAGES/messages.po new file mode 100644 index 00000000..50a06d50 --- /dev/null +++ b/app/locales/ja_JP/LC_MESSAGES/messages.po @@ -0,0 +1,7680 @@ +msgid "" +msgstr "" +"Project-Id-Version: sysPass\n" +"POT-Creation-Date: 2019-04-21 15:54+0200\n" +"PO-Revision-Date: 2020-09-30 17:26+0900\n" +"Last-Translator: magcho \n" +"Language-Team: nuxsmin@syspass.org \n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-KeywordsList: _;__;__u;gettext;gettext_noop\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../../../..\n" +"X-Poedit-SearchPath-0: app/modules\n" +"X-Poedit-SearchPath-1: lib\n" +"X-Poedit-SearchPath-2: app/resources\n" +"X-Poedit-SearchPathExcluded-0: app/modules/**/plugins\n" + +#: app/modules/api/Controllers/AccountController.php:70 +msgid "Account displayed" +msgstr "アカウントを表示" + +#: app/modules/api/Controllers/AccountController.php:71 +#: app/modules/api/Controllers/AccountController.php:103 +#: app/modules/api/Controllers/AccountController.php:139 +#: app/modules/api/Controllers/AccountController.php:189 +#: app/modules/api/Controllers/AccountController.php:240 +#: app/modules/api/Controllers/AccountController.php:315 +#: app/modules/api/Controllers/CategoryController.php:63 +#: app/modules/api/Controllers/CategoryController.php:92 +#: app/modules/api/Controllers/CategoryController.php:122 +#: app/modules/api/Controllers/CategoryController.php:151 +#: app/modules/api/Controllers/ClientController.php:64 +#: app/modules/api/Controllers/ClientController.php:94 +#: app/modules/api/Controllers/ClientController.php:125 +#: app/modules/api/Controllers/ClientController.php:154 +#: app/modules/api/Controllers/TagController.php:62 +#: app/modules/api/Controllers/TagController.php:90 +#: app/modules/api/Controllers/TagController.php:119 +#: app/modules/api/Controllers/TagController.php:148 +#: app/modules/api/Controllers/UserGroupController.php:62 +#: app/modules/api/Controllers/UserGroupController.php:92 +#: app/modules/api/Controllers/UserGroupController.php:123 +#: app/modules/api/Controllers/UserGroupController.php:153 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:244 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:113 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:104 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:107 +#: app/modules/web/Controllers/UserGroupController.php:281 +#: app/modules/web/Controllers/UserGroupController.php:324 +#: app/modules/web/Controllers/UserProfileController.php:272 +#: app/modules/web/Controllers/UserProfileController.php:315 +#: lib/SP/Plugin/PluginManager.php:365 lib/SP/Plugin/PluginManager.php:393 +#: lib/SP/Plugin/PluginManager.php:410 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:30 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:43 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:22 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:24 +#: app/modules/web/themes/material-blue/views/account/account.inc:72 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:54 +#: app/modules/web/themes/material-blue/views/config/info.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:23 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:533 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:22 +msgid "Name" +msgstr "Name" + +#: app/modules/api/Controllers/AccountController.php:72 +#: app/modules/api/Controllers/AccountController.php:104 +#: app/modules/api/Controllers/AccountController.php:140 +#: app/modules/api/Controllers/AccountController.php:190 +#: app/modules/api/Controllers/AccountController.php:241 +#: app/modules/api/Controllers/AccountController.php:316 +#: app/modules/web/Controllers/AccountController.php:253 +#: app/modules/web/Controllers/AccountController.php:833 +#: app/modules/web/Controllers/AccountController.php:882 +#: app/modules/web/Controllers/AccountController.php:927 +#: app/modules/web/Controllers/AccountController.php:970 +#: app/modules/web/Controllers/AccountController.php:1024 +#: app/modules/web/Controllers/AccountController.php:1071 +#: app/modules/web/Controllers/AccountFileController.php:246 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:121 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:160 +#: app/modules/web/Controllers/AccountManagerController.php:151 +#: app/modules/web/Controllers/ClientController.php:229 +#: app/modules/web/Controllers/ClientController.php:265 +#: app/modules/web/Controllers/ClientController.php:305 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:237 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:109 +#: lib/SP/Services/Import/CsvImportBase.php:163 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:41 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:47 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:57 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:59 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:34 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:40 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:41 +#: app/modules/web/themes/material-blue/views/account/account.inc:87 +#: app/modules/web/themes/material-blue/views/account/account.inc:89 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:32 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:36 +msgid "Client" +msgstr "Client" + +#: app/modules/api/Controllers/AccountController.php:102 +#: app/modules/web/Controllers/AccountController.php:656 +#: app/modules/web/Controllers/AccountController.php:716 +msgid "Password viewed" +msgstr "パスワードを表示しました" + +#: app/modules/api/Controllers/AccountController.php:138 +#: app/modules/api/Controllers/AccountController.php:144 +#: app/modules/web/Controllers/AccountController.php:925 +#: app/modules/web/Controllers/AccountController.php:936 +#: app/modules/web/Controllers/UserController.php:445 +#: app/modules/web/Controllers/UserController.php:449 +#: app/modules/web/Controllers/UserPassResetController.php:214 +#: app/modules/web/Controllers/UserPassResetController.php:222 +msgid "Password updated" +msgstr "パスワードを更新しました" + +#: app/modules/api/Controllers/AccountController.php:188 +#: app/modules/api/Controllers/AccountController.php:194 +#: app/modules/web/Controllers/AccountController.php:831 +#: app/modules/web/Controllers/AccountController.php:842 +msgid "Account created" +msgstr "アカウントを作成しました" + +#: app/modules/api/Controllers/AccountController.php:239 +#: app/modules/api/Controllers/AccountController.php:245 +#: app/modules/web/Controllers/AccountController.php:880 +#: app/modules/web/Controllers/AccountController.php:891 +msgid "Account updated" +msgstr "アカウントを更新しました" + +#: app/modules/api/Controllers/AccountController.php:314 +#: app/modules/api/Controllers/AccountController.php:320 +#: app/modules/web/Controllers/AccountController.php:1022 +#: app/modules/web/Controllers/AccountController.php:1027 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:119 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:124 +#: app/modules/web/Controllers/AccountManagerController.php:149 +#: app/modules/web/Controllers/AccountManagerController.php:154 +msgid "Account removed" +msgstr "アカウントを削除しました" + +#: app/modules/api/Controllers/CategoryController.php:62 +msgid "Category displayed" +msgstr "カテゴリーを表示しました" + +#: app/modules/api/Controllers/CategoryController.php:91 +#: app/modules/api/Controllers/CategoryController.php:96 +#: app/modules/web/Controllers/CategoryController.php:269 +#: app/modules/web/Controllers/CategoryController.php:273 +msgid "Category added" +msgstr "カテゴリーを追加しました" + +#: app/modules/api/Controllers/CategoryController.php:121 +#: app/modules/api/Controllers/CategoryController.php:126 +#: app/modules/web/Controllers/CategoryController.php:313 +#: app/modules/web/Controllers/CategoryController.php:317 +msgid "Category updated" +msgstr "カテゴリーを更新しました" + +#: app/modules/api/Controllers/CategoryController.php:150 +#: app/modules/api/Controllers/CategoryController.php:155 +#: app/modules/web/Controllers/CategoryController.php:231 +#: app/modules/web/Controllers/CategoryController.php:235 +msgid "Category deleted" +msgstr "カテゴリーを削除しました" + +#: app/modules/api/Controllers/ClientController.php:63 +msgid "Client displayed" +msgstr "クライアントを表示しました" + +#: app/modules/api/Controllers/ClientController.php:93 +#: app/modules/api/Controllers/ClientController.php:98 +#: app/modules/web/Controllers/ClientController.php:264 +#: app/modules/web/Controllers/ClientController.php:268 +#: lib/SP/Services/Import/KeepassImport.php:77 +msgid "Client added" +msgstr "クライアントを追加しました" + +#: app/modules/api/Controllers/ClientController.php:124 +#: app/modules/api/Controllers/ClientController.php:129 +#: app/modules/web/Controllers/ClientController.php:304 +#: app/modules/web/Controllers/ClientController.php:308 +msgid "Client updated" +msgstr "クライアントを更新しました" + +#: app/modules/api/Controllers/ClientController.php:153 +#: app/modules/api/Controllers/ClientController.php:158 +#: app/modules/web/Controllers/ClientController.php:228 +#: app/modules/web/Controllers/ClientController.php:232 +msgid "Client deleted" +msgstr "クライアントを削除しました" + +#: app/modules/api/Controllers/ConfigController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:68 +msgid "Application and database backup completed successfully" +msgstr "アプリケーションとデーベースのバックアップが完了しました" + +#: app/modules/api/Controllers/ConfigController.php:58 +#: app/modules/api/Controllers/ConfigController.php:83 +#: app/modules/api/Controllers/Help/ConfigHelp.php:43 +#: app/modules/api/Controllers/Help/ConfigHelp.php:54 +msgid "Path" +msgstr "Path" + +#: app/modules/api/Controllers/ConfigController.php:61 +#: app/modules/web/Controllers/ConfigBackupController.php:71 +msgid "Backup process finished" +msgstr "バックアップが完了しました" + +#: app/modules/api/Controllers/ConfigController.php:82 +#: app/modules/web/Controllers/ConfigBackupController.php:96 +msgid "sysPass XML export" +msgstr "sysPass XML export" + +#: app/modules/api/Controllers/ConfigController.php:91 +#: app/modules/api/Controllers/ConfigController.php:94 +#: app/modules/web/Controllers/ConfigBackupController.php:106 +#: app/modules/web/Controllers/ConfigBackupController.php:134 +msgid "Export process finished" +msgstr "エクスポートが完了しました" + +#: app/modules/api/Controllers/ControllerBase.php:146 +#: lib/SP/Services/Api/ApiService.php:186 +msgid "Unauthorized access" +msgstr "アクセスが許可されていません" + +#: app/modules/api/Controllers/Help/AccountHelp.php:43 +#: app/modules/api/Controllers/Help/AccountHelp.php:54 +#: app/modules/api/Controllers/Help/AccountHelp.php:67 +#: app/modules/api/Controllers/Help/AccountHelp.php:105 +#: app/modules/api/Controllers/Help/AccountHelp.php:144 +msgid "Account Id" +msgstr "アカウントID" + +#: app/modules/api/Controllers/Help/AccountHelp.php:55 +#: app/modules/api/Controllers/Help/AccountHelp.php:68 +#: app/modules/api/Controllers/Help/AccountHelp.php:81 +msgid "Token's password" +msgstr "Token's password" + +#: app/modules/api/Controllers/Help/AccountHelp.php:56 +msgid "Send details in the response" +msgstr "Send details in the response" + +#: app/modules/api/Controllers/Help/AccountHelp.php:69 +#: app/modules/api/Controllers/Help/AccountHelp.php:85 +#: app/modules/api/Controllers/Help/ConfigHelp.php:55 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:80 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:91 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:89 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:92 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:101 +#: app/modules/web/themes/material-blue/views/account/account.inc:166 +#: app/modules/web/themes/material-blue/views/account/account.inc:175 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:42 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:313 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:316 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:81 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:169 +#: app/modules/web/themes/material-blue/views/config/mail.inc:119 +#: app/modules/web/themes/material-blue/views/config/mail.inc:126 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:136 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:143 +#: app/modules/web/themes/material-blue/views/install/index.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:100 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:108 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:45 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:52 +#: app/modules/web/themes/material-blue/views/login/index.inc:35 +#: app/modules/web/themes/material-blue/views/login/index.inc:98 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:29 +msgid "Password" +msgstr "Password" + +#: app/modules/api/Controllers/Help/AccountHelp.php:70 +#: app/modules/api/Controllers/Help/AccountHelp.php:91 +#: app/modules/api/Controllers/Help/AccountHelp.php:114 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:114 +#: app/modules/web/themes/material-blue/views/account/account.inc:195 +#: app/modules/web/themes/material-blue/views/account/details.inc:88 +#: app/modules/web/themes/material-blue/views/account/details.inc:90 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:243 +msgid "Password Expiry Date" +msgstr "パスワードの有効期限" + +#: app/modules/api/Controllers/Help/AccountHelp.php:82 +#: app/modules/api/Controllers/Help/AccountHelp.php:106 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:36 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:29 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:30 +#: app/modules/web/themes/material-blue/views/account/account.inc:82 +msgid "Account name" +msgstr "アカウント名" + +#: app/modules/api/Controllers/Help/AccountHelp.php:83 +#: app/modules/api/Controllers/Help/AccountHelp.php:107 +#: app/modules/api/Controllers/Help/CategoryHelp.php:43 +#: app/modules/api/Controllers/Help/CategoryHelp.php:66 +#: app/modules/api/Controllers/Help/CategoryHelp.php:91 +msgid "Category Id" +msgstr "カテゴリーID" + +#: app/modules/api/Controllers/Help/AccountHelp.php:84 +#: app/modules/api/Controllers/Help/AccountHelp.php:108 +#: app/modules/api/Controllers/Help/ClientHelp.php:43 +#: app/modules/api/Controllers/Help/ClientHelp.php:67 +#: app/modules/api/Controllers/Help/ClientHelp.php:93 +msgid "Client Id" +msgstr "クライアントID" + +#: app/modules/api/Controllers/Help/AccountHelp.php:86 +#: app/modules/api/Controllers/Help/AccountHelp.php:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:109 +#: app/modules/web/themes/material-blue/views/account/account.inc:160 +msgid "Access user" +msgstr "ログインユーザー名" + +#: app/modules/api/Controllers/Help/AccountHelp.php:87 +#: app/modules/api/Controllers/Help/AccountHelp.php:110 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:147 +msgid "Access URL or IP" +msgstr "ウェブサイトのURL or IP" + +#: app/modules/api/Controllers/Help/AccountHelp.php:88 +#: app/modules/api/Controllers/Help/AccountHelp.php:111 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:134 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:227 +msgid "Notes about the account" +msgstr "アカウントに関するメモ" + +#: app/modules/api/Controllers/Help/AccountHelp.php:89 +#: app/modules/api/Controllers/Help/AccountHelp.php:112 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:220 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:29 +msgid "Private Account" +msgstr "Private Account" + +#: app/modules/api/Controllers/Help/AccountHelp.php:90 +#: app/modules/api/Controllers/Help/AccountHelp.php:113 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:238 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:48 +msgid "Private Account for Group" +msgstr "Private Group Account" + +#: app/modules/api/Controllers/Help/AccountHelp.php:92 +#: app/modules/api/Controllers/Help/AccountHelp.php:115 +#: app/modules/web/themes/material-blue/views/account/account.inc:277 +#: app/modules/web/themes/material-blue/views/account/account.inc:279 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:13 +msgid "Linked Account" +msgstr "関連するアカウント" + +#: app/modules/api/Controllers/Help/AccountHelp.php:93 +#: app/modules/api/Controllers/Help/AccountHelp.php:116 +msgid "Array with tags id" +msgstr "タグID" + +#: app/modules/api/Controllers/Help/AccountHelp.php:94 +#: app/modules/api/Controllers/Help/AccountHelp.php:117 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:43 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:67 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:93 +msgid "Group Id" +msgstr "グループID" + +#: app/modules/api/Controllers/Help/AccountHelp.php:128 +#: app/modules/api/Controllers/Help/CategoryHelp.php:79 +#: app/modules/api/Controllers/Help/ClientHelp.php:81 +#: app/modules/api/Controllers/Help/TagHelp.php:77 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:81 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:27 +msgid "Text to search for" +msgstr "検索" + +#: app/modules/api/Controllers/Help/AccountHelp.php:129 +#: app/modules/api/Controllers/Help/CategoryHelp.php:80 +#: app/modules/api/Controllers/Help/ClientHelp.php:82 +#: app/modules/api/Controllers/Help/TagHelp.php:78 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:82 +msgid "Number of results to display" +msgstr "Number of results to display" + +#: app/modules/api/Controllers/Help/AccountHelp.php:130 +msgid "Category Id to filter on" +msgstr "カテゴリーIDで検索" + +#: app/modules/api/Controllers/Help/AccountHelp.php:131 +msgid "Client Id to filter on" +msgstr "クライアントIDで検索" + +#: app/modules/api/Controllers/Help/AccountHelp.php:132 +msgid "Array with tags id for filtering" +msgstr "タグIDで検索" + +#: app/modules/api/Controllers/Help/AccountHelp.php:133 +msgid "Filtering operator" +msgstr "詳細検索に使える文法" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:54 +#: app/modules/api/Controllers/Help/CategoryHelp.php:67 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:29 +msgid "Category name" +msgstr "カテゴリー名" + +#: app/modules/api/Controllers/Help/CategoryHelp.php:55 +#: app/modules/api/Controllers/Help/CategoryHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:41 +msgid "Category description" +msgstr "カテゴリーの概要" + +#: app/modules/api/Controllers/Help/ClientHelp.php:54 +#: app/modules/api/Controllers/Help/ClientHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:30 +msgid "Client name" +msgstr "クライアント名" + +#: app/modules/api/Controllers/Help/ClientHelp.php:55 +#: app/modules/api/Controllers/Help/ClientHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:43 +msgid "Client description" +msgstr "クライアントの概要" + +#: app/modules/api/Controllers/Help/ClientHelp.php:56 +#: app/modules/api/Controllers/Help/ClientHelp.php:70 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:155 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:66 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:105 +msgid "Global" +msgstr "グローバル" + +#: app/modules/api/Controllers/Help/TagHelp.php:43 +#: app/modules/api/Controllers/Help/TagHelp.php:65 +#: app/modules/api/Controllers/Help/TagHelp.php:89 +msgid "Tag Id" +msgstr "タグID" + +#: app/modules/api/Controllers/Help/TagHelp.php:54 +#: app/modules/api/Controllers/Help/TagHelp.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/tag.inc:29 +msgid "Tag name" +msgstr "タグ名" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:54 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:68 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:31 +msgid "Group name" +msgstr "グループ名" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:55 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:69 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:44 +msgid "Group description" +msgstr "グループの概要" + +#: app/modules/api/Controllers/Help/UserGroupHelp.php:56 +#: app/modules/api/Controllers/Help/UserGroupHelp.php:70 +msgid "Array with users Id" +msgstr "ユーザーID" + +#: app/modules/api/Controllers/TagController.php:61 +msgid "Tag displayed" +msgstr "タグを表示しました" + +#: app/modules/api/Controllers/TagController.php:89 +#: app/modules/api/Controllers/TagController.php:94 +#: app/modules/web/Controllers/TagController.php:249 +msgid "Tag added" +msgstr "タグを追加しました" + +#: app/modules/api/Controllers/TagController.php:118 +#: app/modules/api/Controllers/TagController.php:123 +#: app/modules/web/Controllers/TagController.php:284 +msgid "Tag updated" +msgstr "タグを更新しました" + +#: app/modules/api/Controllers/TagController.php:147 +#: app/modules/api/Controllers/TagController.php:152 +#: app/modules/web/Controllers/TagController.php:219 +msgid "Tag removed" +msgstr "タグを削除しました" + +#: app/modules/api/Controllers/UserGroupController.php:61 +msgid "Group viewed" +msgstr "グループを表示しました" + +#: app/modules/api/Controllers/UserGroupController.php:91 +#: app/modules/api/Controllers/UserGroupController.php:96 +#: app/modules/web/Controllers/UserGroupController.php:280 +#: app/modules/web/Controllers/UserGroupController.php:284 +msgid "Group added" +msgstr "グループを追加しました" + +#: app/modules/api/Controllers/UserGroupController.php:122 +#: app/modules/api/Controllers/UserGroupController.php:128 +#: app/modules/web/Controllers/UserGroupController.php:323 +#: app/modules/web/Controllers/UserGroupController.php:328 +msgid "Group updated" +msgstr "グループを更新しました" + +#: app/modules/api/Controllers/UserGroupController.php:152 +#: app/modules/api/Controllers/UserGroupController.php:158 +#: app/modules/web/Controllers/UserGroupController.php:241 +#: app/modules/web/Controllers/UserGroupController.php:246 +msgid "Group deleted" +msgstr "グループを削除しました" + +#: app/modules/api/Init.php:152 +msgid "Updating needed" +msgstr "更新が必要です" + +#: app/modules/web/Controllers/AccountController.php:158 +#: app/modules/web/Controllers/AccountController.php:225 +#: app/modules/web/Controllers/AccountController.php:556 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:60 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:61 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:164 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:165 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:28 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:58 +msgid "Account Details" +msgstr "アカウントの詳細" + +#: app/modules/web/Controllers/AccountController.php:251 +msgid "Link viewed" +msgstr "Link viewed" + +#: app/modules/web/Controllers/AccountController.php:252 +#: app/modules/web/Controllers/AccountController.php:657 +#: app/modules/web/Controllers/AccountController.php:717 +#: app/modules/web/Controllers/AccountController.php:761 +#: app/modules/web/Controllers/AccountController.php:798 +#: app/modules/web/Controllers/AccountController.php:832 +#: app/modules/web/Controllers/AccountController.php:881 +#: app/modules/web/Controllers/AccountController.php:926 +#: app/modules/web/Controllers/AccountController.php:969 +#: app/modules/web/Controllers/AccountController.php:1023 +#: app/modules/web/Controllers/AccountController.php:1070 +#: app/modules/web/Controllers/AccountFileController.php:245 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:120 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:159 +#: app/modules/web/Controllers/AccountManagerController.php:150 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:108 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:25 +#: app/modules/web/themes/material-blue/views/account/account.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:23 +msgid "Account" +msgstr "アカウント" + +#: app/modules/web/Controllers/AccountController.php:254 +msgid "Agent" +msgstr "エージェント" + +#: app/modules/web/Controllers/AccountController.php:255 +msgid "HTTPS" +msgstr "HTTPS" + +#: app/modules/web/Controllers/AccountController.php:255 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:133 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:215 +msgid "ON" +msgstr "ON" + +#: app/modules/web/Controllers/AccountController.php:255 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:133 +msgid "OFF" +msgstr "OFF" + +#: app/modules/web/Controllers/AccountController.php:256 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:104 +msgid "IP" +msgstr "IP" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:290 +#: app/modules/web/Controllers/AccountController.php:342 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:274 +#: app/resources/actions.xml:157 +msgid "New Account" +msgstr "新規アカウントの登録" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:396 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:176 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:177 +#: app/modules/web/themes/material-blue/views/account/linkedAccounts.inc:20 +#: app/resources/actions.xml:163 +msgid "Edit Account" +msgstr "アカウントの編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:451 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:334 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:335 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:178 +#: app/resources/actions.xml:169 app/resources/actions.xml:487 +#: app/resources/actions.xml:799 +msgid "Remove Account" +msgstr "アカウントを削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountController.php:504 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:155 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:156 +#: app/resources/actions.xml:181 +msgid "Edit Account Password" +msgstr "アカウントのパスワードを変更" + +#: app/modules/web/Controllers/AccountController.php:760 +#: app/modules/web/Controllers/AccountController.php:797 +msgid "Password copied" +msgstr "パスワードをコピーしました" + +#: app/modules/web/Controllers/AccountController.php:968 +#: app/modules/web/Controllers/AccountController.php:979 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:158 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:163 +msgid "Account restored" +msgstr "アカウントを復元しました" + +#: app/modules/web/Controllers/AccountController.php:1008 +#: app/modules/web/Controllers/AccountController.php:1011 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:108 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:111 +#: app/modules/web/Controllers/AccountManagerController.php:135 +#: app/modules/web/Controllers/AccountManagerController.php:138 +msgid "Accounts removed" +msgstr "アカウントを削除しました" + +#: app/modules/web/Controllers/AccountController.php:1052 +#: app/modules/web/Forms/NotificationForm.php:106 +msgid "A description is needed" +msgstr "概要を入力してください" + +#: app/modules/web/Controllers/AccountController.php:1068 +#: lib/SP/Providers/Notification/NotificationHandler.php:124 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:46 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:47 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:49 +msgid "Request" +msgstr "リクエスト" + +#: app/modules/web/Controllers/AccountController.php:1069 +msgid "Requester" +msgstr "リクエスト送信者" + +#: app/modules/web/Controllers/AccountController.php:1072 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:106 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:105 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:130 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/category.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:61 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:69 +msgid "Description" +msgstr "概要" + +#: app/modules/web/Controllers/AccountController.php:1088 +msgid "Request done" +msgstr "リクエストを送信しました" + +#: app/modules/web/Controllers/AccountFavoriteController.php:56 +msgid "Favorite added" +msgstr "お気に入りに追加しました" + +#: app/modules/web/Controllers/AccountFavoriteController.php:76 +msgid "Favorite deleted" +msgstr "お気に入りから削除しました" + +#: app/modules/web/Controllers/AccountFileController.php:74 +#: app/modules/web/Controllers/AccountFileController.php:137 +msgid "File does not exist" +msgstr "ファイルが存在しません" + +#: app/modules/web/Controllers/AccountFileController.php:87 +#: app/modules/web/Controllers/AccountFileController.php:103 +msgid "File viewed" +msgstr "ファイルを表示しました" + +#: app/modules/web/Controllers/AccountFileController.php:88 +#: app/modules/web/Controllers/AccountFileController.php:104 +#: app/modules/web/Controllers/AccountFileController.php:143 +#: app/modules/web/Controllers/AccountFileController.php:244 +#: app/modules/web/Controllers/AccountFileController.php:379 +#: app/modules/web/Controllers/ConfigBackupController.php:163 +#: app/modules/web/Controllers/ConfigBackupController.php:209 +#: app/modules/web/Controllers/ConfigBackupController.php:255 +#: app/modules/web/Controllers/ConfigGeneralController.php:209 +#: app/modules/web/Controllers/ConfigGeneralController.php:250 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:72 +msgid "File" +msgstr "ファイル" + +#: app/modules/web/Controllers/AccountFileController.php:117 +#: app/resources/strings.js.inc:40 +msgid "File not supported for preview" +msgstr "このファイルはプレビューできません" + +#: app/modules/web/Controllers/AccountFileController.php:142 +#: app/modules/web/Controllers/ConfigBackupController.php:162 +#: app/modules/web/Controllers/ConfigBackupController.php:208 +#: app/modules/web/Controllers/ConfigBackupController.php:254 +#: app/modules/web/Controllers/ConfigGeneralController.php:208 +#: app/modules/web/Controllers/ConfigGeneralController.php:249 +#: app/resources/strings.js.inc:97 +msgid "File downloaded" +msgstr "ダウンロード" + +#: app/modules/web/Controllers/AccountFileController.php:188 +msgid "INVALID QUERY" +msgstr "クエリーの文法エラー" + +#: app/modules/web/Controllers/AccountFileController.php:194 +msgid "There aren't any allowed MIME types" +msgstr "このMIME typeは許可されていません" + +#: app/modules/web/Controllers/AccountFileController.php:209 +msgid "Invalid file" +msgstr "不正なファイルです" + +#: app/modules/web/Controllers/AccountFileController.php:211 +msgid "File: %s" +msgstr "File: %s" + +#: app/modules/web/Controllers/AccountFileController.php:223 +msgid "File size exceeded" +msgstr "ファイルが大きすぎます" + +#: app/modules/web/Controllers/AccountFileController.php:225 +msgid "Maximum size: %d KB" +msgstr "ファイルサイズの上限: %d KB" + +#: app/modules/web/Controllers/AccountFileController.php:231 +#: lib/SP/Services/Import/FileImport.php:106 +msgid "Internal error while reading the file" +msgstr "ファイルの読み込みエラーです" + +#: app/modules/web/Controllers/AccountFileController.php:243 +#: app/modules/web/Controllers/AccountFileController.php:252 +msgid "File saved" +msgstr "ファイルを保存しました" + +#: app/modules/web/Controllers/AccountFileController.php:247 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:109 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:128 +#: app/modules/web/Controllers/ItemPresetController.php:331 +#: app/modules/web/Controllers/ItemPresetController.php:374 +#: lib/SP/Services/Auth/LoginService.php:482 +#: lib/SP/Services/Auth/LoginService.php:560 +#: lib/SP/Services/Auth/LoginService.php:606 +#: lib/SP/Services/Auth/LoginService.php:655 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:23 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:30 +msgid "Type" +msgstr "Type" + +#: app/modules/web/Controllers/AccountFileController.php:248 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:110 +msgid "Size" +msgstr "Size" + +#: app/modules/web/Controllers/AccountFileController.php:286 +#: lib/SP/Services/Import/FileImport.php:95 +msgid "File type not allowed" +msgstr "この種類のファイルは許可されていません" + +#: app/modules/web/Controllers/AccountFileController.php:288 +#: lib/SP/Services/Import/FileImport.php:97 +msgid "MIME type: %s" +msgstr "MIME type: %s" + +#: app/modules/web/Controllers/AccountFileController.php:307 +#: app/modules/web/Controllers/AccountHistoryManagerController.php:64 +#: app/modules/web/Controllers/AccountManagerController.php:79 +#: app/modules/web/Controllers/AccountManagerController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:71 +#: app/modules/web/Controllers/AuthTokenController.php:111 +#: app/modules/web/Controllers/AuthTokenController.php:178 +#: app/modules/web/Controllers/AuthTokenController.php:213 +#: app/modules/web/Controllers/AuthTokenController.php:260 +#: app/modules/web/Controllers/AuthTokenController.php:300 +#: app/modules/web/Controllers/AuthTokenController.php:354 +#: app/modules/web/Controllers/CategoryController.php:69 +#: app/modules/web/Controllers/CategoryController.php:106 +#: app/modules/web/Controllers/CategoryController.php:172 +#: app/modules/web/Controllers/CategoryController.php:207 +#: app/modules/web/Controllers/CategoryController.php:254 +#: app/modules/web/Controllers/CategoryController.php:298 +#: app/modules/web/Controllers/CategoryController.php:342 +#: app/modules/web/Controllers/ClientController.php:70 +#: app/modules/web/Controllers/ClientController.php:107 +#: app/modules/web/Controllers/ClientController.php:173 +#: app/modules/web/Controllers/ClientController.php:207 +#: app/modules/web/Controllers/ClientController.php:251 +#: app/modules/web/Controllers/ClientController.php:293 +#: app/modules/web/Controllers/ClientController.php:333 +#: app/modules/web/Controllers/CustomFieldController.php:71 +#: app/modules/web/Controllers/CustomFieldController.php:108 +#: app/modules/web/Controllers/CustomFieldController.php:172 +#: app/modules/web/Controllers/CustomFieldController.php:206 +#: app/modules/web/Controllers/CustomFieldController.php:242 +#: app/modules/web/Controllers/CustomFieldController.php:283 +#: app/modules/web/Controllers/CustomFieldController.php:324 +#: app/modules/web/Controllers/EventlogController.php:107 +#: app/modules/web/Controllers/ItemPresetController.php:70 +#: app/modules/web/Controllers/ItemPresetController.php:159 +#: app/modules/web/Controllers/ItemPresetController.php:199 +#: app/modules/web/Controllers/ItemPresetController.php:240 +#: app/modules/web/Controllers/ItemPresetController.php:274 +#: app/modules/web/Controllers/ItemPresetController.php:317 +#: app/modules/web/Controllers/ItemPresetController.php:360 +#: app/modules/web/Controllers/NotificationController.php:110 +#: app/modules/web/Controllers/NotificationController.php:175 +#: app/modules/web/Controllers/NotificationController.php:193 +#: app/modules/web/Controllers/NotificationController.php:227 +#: app/modules/web/Controllers/NotificationController.php:312 +#: app/modules/web/Controllers/NotificationController.php:343 +#: app/modules/web/Controllers/NotificationController.php:380 +#: app/modules/web/Controllers/PluginController.php:116 +#: app/modules/web/Controllers/PluginController.php:138 +#: app/modules/web/Controllers/PluginController.php:291 +#: app/modules/web/Controllers/PublicLinkController.php:75 +#: app/modules/web/Controllers/PublicLinkController.php:112 +#: app/modules/web/Controllers/PublicLinkController.php:178 +#: app/modules/web/Controllers/PublicLinkController.php:208 +#: app/modules/web/Controllers/PublicLinkController.php:242 +#: app/modules/web/Controllers/PublicLinkController.php:287 +#: app/modules/web/Controllers/PublicLinkController.php:323 +#: app/modules/web/Controllers/PublicLinkController.php:369 +#: app/modules/web/Controllers/TagController.php:68 +#: app/modules/web/Controllers/TagController.php:105 +#: app/modules/web/Controllers/TagController.php:167 +#: app/modules/web/Controllers/TagController.php:201 +#: app/modules/web/Controllers/TagController.php:239 +#: app/modules/web/Controllers/TagController.php:274 +#: app/modules/web/Controllers/TagController.php:309 +#: app/modules/web/Controllers/UserController.php:75 +#: app/modules/web/Controllers/UserController.php:112 +#: app/modules/web/Controllers/UserController.php:199 +#: app/modules/web/Controllers/UserController.php:234 +#: app/modules/web/Controllers/UserController.php:272 +#: app/modules/web/Controllers/UserController.php:320 +#: app/modules/web/Controllers/UserController.php:387 +#: app/modules/web/Controllers/UserController.php:433 +#: app/modules/web/Controllers/UserController.php:474 +#: app/modules/web/Controllers/UserGroupController.php:77 +#: app/modules/web/Controllers/UserGroupController.php:114 +#: app/modules/web/Controllers/UserGroupController.php:187 +#: app/modules/web/Controllers/UserGroupController.php:221 +#: app/modules/web/Controllers/UserGroupController.php:266 +#: app/modules/web/Controllers/UserGroupController.php:309 +#: app/modules/web/Controllers/UserGroupController.php:353 +#: app/modules/web/Controllers/UserProfileController.php:70 +#: app/modules/web/Controllers/UserProfileController.php:107 +#: app/modules/web/Controllers/UserProfileController.php:176 +#: app/modules/web/Controllers/UserProfileController.php:210 +#: app/modules/web/Controllers/UserProfileController.php:255 +#: app/modules/web/Controllers/UserProfileController.php:300 +#: app/modules/web/Controllers/UserProfileController.php:344 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Util/ErrorUtil.php:160 +msgid "You don't have permission to do this operation" +msgstr "この操作を行う権限がありません" + +#: app/modules/web/Controllers/AccountFileController.php:370 +#: app/modules/web/Controllers/AccountFileController.php:373 +msgid "Files deleted" +msgstr "ファイルを削除しました" + +#: app/modules/web/Controllers/AccountFileController.php:378 +msgid "File deleted" +msgstr "ファイルを削除しました" + +#: app/modules/web/Controllers/AccountFileController.php:384 +msgid "File Deleted" +msgstr "ファイルを削除しました" + +#: app/modules/web/Controllers/AccountFileController.php:422 +msgid "Files management disabled" +msgstr "ファイル管理機能は使えません" + +#: app/modules/web/Controllers/AccountFileController.php:441 +msgid "There are no linked files for the account" +msgstr "このアカウントに紐づいているファイルはありません" + +#: app/modules/web/Controllers/AccountManagerController.php:191 +#: app/modules/web/Controllers/AccountManagerController.php:194 +#: lib/SP/Services/Account/AccountCryptService.php:195 +msgid "Accounts updated" +msgstr "アカウントを更新しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/AccountManagerController.php:216 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:199 +#: app/resources/actions.xml:493 +msgid "Bulk Update" +msgstr "複数件更新" + +#: app/modules/web/Controllers/AuthTokenController.php:114 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:156 +msgid "New Authorization" +msgstr "新しいトークンの生成" + +#: app/modules/web/Controllers/AuthTokenController.php:181 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:191 +msgid "Edit Authorization" +msgstr "Edit Authorization" + +#: app/modules/web/Controllers/AuthTokenController.php:224 +#: app/modules/web/Controllers/AuthTokenController.php:227 +msgid "Authorizations deleted" +msgstr "権限を削除" + +#: app/modules/web/Controllers/AuthTokenController.php:237 +#: app/modules/web/Controllers/AuthTokenController.php:241 +msgid "Authorization deleted" +msgstr "権限を削除" + +#: app/modules/web/Controllers/AuthTokenController.php:238 +#: app/modules/web/Controllers/AuthTokenController.php:314 +#: app/modules/web/Controllers/AuthTokenController.php:323 +#: app/modules/web/Controllers/AuthTokenController.php:366 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:71 +msgid "Authorization" +msgstr "Authorization(認可)" + +#: app/modules/web/Controllers/AuthTokenController.php:275 +msgid "Authorization added" +msgstr "権限を追加" + +#: app/modules/web/Controllers/AuthTokenController.php:313 +#: app/modules/web/Controllers/AuthTokenController.php:322 +#: app/modules/web/Controllers/AuthTokenController.php:329 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:70 +msgid "Authorization updated" +msgstr "権限を追加" + +#: app/modules/web/Controllers/AuthTokenController.php:357 +msgid "View Authorization" +msgstr "権限を表示" + +#: app/modules/web/Controllers/AuthTokenController.php:365 +msgid "Authorization viewed" +msgstr "権限を表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:109 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:152 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:153 +#: app/modules/web/themes/material-blue/views/account/account.inc:129 +#: app/resources/actions.xml:307 +msgid "New Category" +msgstr "新規カテゴリの作成" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:175 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:170 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:171 +#: app/resources/actions.xml:313 +msgid "Edit Category" +msgstr "カテゴリーの編集" + +#: app/modules/web/Controllers/CategoryController.php:218 +#: app/modules/web/Controllers/CategoryController.php:221 +msgid "Categories deleted" +msgstr "カテゴリーの削除" + +#: app/modules/web/Controllers/CategoryController.php:232 +#: app/modules/web/Controllers/CategoryController.php:270 +#: app/modules/web/Controllers/CategoryController.php:314 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:251 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:115 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:106 +#: lib/SP/Services/Import/KeepassImport.php:104 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:74 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:45 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:51 +#: app/modules/web/themes/material-blue/views/account/account.inc:113 +#: app/modules/web/themes/material-blue/views/account/account.inc:115 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:51 +msgid "Category" +msgstr "Category" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/CategoryController.php:345 +#: app/resources/actions.xml:301 +msgid "View Category" +msgstr "カテゴリーを表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:110 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:155 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:156 +#: app/modules/web/themes/material-blue/views/account/account.inc:103 +#: app/resources/actions.xml:337 +msgid "New Client" +msgstr "クライアントを追加" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:176 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:174 +#: app/resources/actions.xml:343 +msgid "Edit Client" +msgstr "クライアントを編集" + +#: app/modules/web/Controllers/ClientController.php:217 +#: app/modules/web/Controllers/ClientController.php:220 +msgid "Clients deleted" +msgstr "クライアントを削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ClientController.php:336 +#: app/resources/actions.xml:331 +msgid "View Client" +msgstr "クライアントを表示" + +#: app/modules/web/Controllers/ConfigAccountController.php:73 +msgid "Maximum size per file is 16MB" +msgstr "ファイルの最大サイズは16MBです" + +#: app/modules/web/Controllers/ConfigAccountController.php:81 +msgid "Files enabled" +msgstr "ファイルを有効化しました" + +#: app/modules/web/Controllers/ConfigAccountController.php:86 +msgid "Files disabled" +msgstr "ファイルを無効化しました" + +#: app/modules/web/Controllers/ConfigAccountController.php:99 +msgid "Public links enabled" +msgstr "共有リンクを有効化" + +#: app/modules/web/Controllers/ConfigAccountController.php:104 +msgid "Public links disabled" +msgstr "共有リンクを無効化" + +#: app/modules/web/Controllers/ConfigBackupController.php:57 +#: app/modules/web/Controllers/ConfigBackupController.php:195 +#: app/modules/web/Controllers/ConfigBackupController.php:241 +#: app/modules/web/Controllers/ConfigEncryptionController.php:125 +#: app/modules/web/Controllers/ConfigEncryptionController.php:188 +#: app/modules/web/Controllers/ConfigGeneralController.php:197 +#: app/modules/web/Controllers/ConfigGeneralController.php:243 +#: app/modules/web/Controllers/ConfigImportController.php:59 +#: app/modules/web/Controllers/ConfigLdapController.php:233 +#: app/modules/web/Controllers/Traits/ConfigTrait.php:55 +#: app/modules/web/Forms/UserForm.php:131 +#: app/modules/web/Forms/UserForm.php:153 +#: app/modules/web/Forms/UserForm.php:171 +msgid "Ey, this is a DEMO!!" +msgstr "これはデモです!" + +#: app/modules/web/Controllers/ConfigBackupController.php:90 +#: app/modules/web/Controllers/UserPassResetController.php:197 +#: app/modules/web/Forms/AccountForm.php:133 +#: app/modules/web/Forms/UserForm.php:161 +msgid "Passwords do not match" +msgstr "パスワードが一致しません" + +#: app/modules/web/Controllers/ConfigBackupController.php:121 +msgid "Verification of exported data finished" +msgstr "エクスポートが完了しました" + +#: app/modules/web/Controllers/ConfigBackupController.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:122 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:260 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:309 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:334 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:166 +#: app/modules/web/themes/material-blue/views/config/info.inc:55 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:34 +msgid "Version" +msgstr "Version" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:128 +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:17 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:90 +msgid "Encrypted" +msgstr "暗号化" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:146 +msgid "Yes" +msgstr "Yes" + +#: app/modules/web/Controllers/ConfigBackupController.php:123 +#: app/modules/web/themes/material-blue/views/config/info.inc:146 +msgid "No" +msgstr "No" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigBackupController.php:124 +#: app/modules/web/Controllers/ConfigManagerController.php:192 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:101 +#: lib/SP/Providers/Notification/NotificationHandler.php:125 +#: lib/SP/Providers/Notification/NotificationHandler.php:156 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:74 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:25 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:394 +#: app/resources/actions.xml:13 +msgid "Accounts" +msgstr "アカウント" + +#: app/modules/web/Controllers/ConfigBackupController.php:125 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:93 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:76 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:330 +msgid "Clients" +msgstr "クライアント" + +#: app/modules/web/Controllers/ConfigBackupController.php:126 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:94 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:75 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:298 +msgid "Categories" +msgstr "カテゴリー" + +#: app/modules/web/Controllers/ConfigBackupController.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:231 +#: app/modules/web/themes/material-blue/views/account/account.inc:233 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:94 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:314 +msgid "Tags" +msgstr "タグ" + +#: app/modules/web/Controllers/ConfigDokuWikiController.php:65 +msgid "Missing DokuWiki parameters" +msgstr "DokuWikiの文法ではありません" + +#: app/modules/web/Controllers/ConfigDokuWikiController.php:77 +msgid "DokuWiki enabled" +msgstr "DokuWikiを有効化" + +#: app/modules/web/Controllers/ConfigDokuWikiController.php:82 +msgid "DokuWiki disabled" +msgstr "DokuWikiを無効化" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:74 +#: app/modules/web/Controllers/ConfigEncryptionController.php:174 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/Auth/LoginService.php:317 +#: lib/SP/Services/Auth/LoginService.php:343 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:164 +msgid "Master password updated" +msgstr "マスターパスワードを更新しました" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:75 +#: app/modules/web/Controllers/ConfigEncryptionController.php:175 +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:118 +#: lib/SP/Services/User/UpdatedMasterPassException.php:45 +#: lib/SP/Util/ErrorUtil.php:165 +msgid "Please, restart the session for update it" +msgstr "変更を適用するにはログインし直してください" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:82 +msgid "Master password not entered" +msgstr "マスターパスワードが入力されていません" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:89 +msgid "The password update must be confirmed" +msgstr "入力されたパスワードが一致しません" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:96 +msgid "Passwords are the same" +msgstr "入力されたパスワードが一致しました" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:103 +msgid "Master passwords do not match" +msgstr "マスターパスワードが一致しません" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:110 +msgid "The current master password does not match" +msgstr "現在のマスターパスワードと一致しません" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:168 +msgid "Error while saving the Master Password's hash" +msgstr "マスターパスワードのハッシュを保存する時にエラーが発生しました" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:195 +#: app/modules/web/Controllers/ConfigEncryptionController.php:197 +msgid "Master password hash updated" +msgstr "マスターパスワードのハッシュを更新しました" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:204 +msgid "Error while updating the master password hash" +msgstr "マスターパスワードのハッシュを更新する時にエラーが発生しました" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:233 +#: app/modules/web/Controllers/ConfigEncryptionController.php:243 +#: app/modules/web/Controllers/ConfigEncryptionController.php:249 +msgid "Temporary password generated" +msgstr "仮マスターパスワードの発行" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:234 +#: app/modules/web/Controllers/ConfigMailController.php:161 +#: app/modules/web/Controllers/ConfigMailController.php:167 +#: lib/SP/Services/Mail/MailService.php:149 +msgid "Email sent" +msgstr "メールの送信" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:244 +#: lib/SP/Services/Mail/MailService.php:81 +#: lib/SP/Services/Mail/MailService.php:159 +msgid "Error while sending the email" +msgstr "メールの送信ん失敗しました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:99 +msgid "Missing remote syslog parameters" +msgstr "remote syslogの設定を確認してください" + +#: app/modules/web/Controllers/ConfigGeneralController.php:107 +msgid "Remote syslog enabled" +msgstr "remote syslogを有効化しました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:112 +msgid "Remote syslog disabled" +msgstr "remote syslogを無効にしました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:125 +msgid "Missing Proxy parameters " +msgstr "Proxy設定を確認してください " + +#: app/modules/web/Controllers/ConfigGeneralController.php:139 +msgid "Proxy enabled" +msgstr "Proxyを有効化しました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:144 +msgid "Proxy disabled" +msgstr "Proxyを無効にしました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:163 +msgid "Auth Basic enabled" +msgstr "Basic認証を有効化しました" + +#: app/modules/web/Controllers/ConfigGeneralController.php:169 +msgid "Auth Basic disabled" +msgstr "Basic認証を無効にしました" + +#: app/modules/web/Controllers/ConfigImportController.php:78 +msgid "Accounts imported" +msgstr "アカウントのインポート" + +#: app/modules/web/Controllers/ConfigImportController.php:84 +#: app/modules/web/Controllers/ConfigLdapController.php:275 +msgid "Import finished" +msgstr "インポートが完了しました" + +#: app/modules/web/Controllers/ConfigImportController.php:85 +#: app/modules/web/Controllers/ConfigImportController.php:92 +#: lib/SP/Services/Backup/FileBackupService.php:120 +#: lib/SP/Services/Export/XmlExportService.php:201 +msgid "Please check out the event log for more details" +msgstr "詳細はevent logを確認してください" + +#: app/modules/web/Controllers/ConfigImportController.php:91 +msgid "No accounts were imported" +msgstr "インポートできるアカウントがありません" + +#: app/modules/web/Controllers/ConfigLdapController.php:72 +#: app/modules/web/Controllers/ConfigLdapController.php:148 +#: app/modules/web/Controllers/ConfigLdapController.php:187 +msgid "Missing LDAP parameters" +msgstr "LDAP設定を確認してください" + +#: app/modules/web/Controllers/ConfigLdapController.php:91 +msgid "LDAP enabled" +msgstr "LDAPを有効化しました" + +#: app/modules/web/Controllers/ConfigLdapController.php:96 +msgid "LDAP disabled" +msgstr "LDAPを無効にしました" + +#: app/modules/web/Controllers/ConfigLdapController.php:98 +#: app/modules/web/Controllers/ConfigMailController.php:111 +#: app/resources/strings.js.inc:80 +msgid "No changes" +msgstr "変更はありません" + +#: app/modules/web/Controllers/ConfigLdapController.php:122 +#: app/modules/web/Controllers/ConfigLdapController.php:253 +msgid "Wrong LDAP parameters" +msgstr "LDAP設定を確認してください" + +#: app/modules/web/Controllers/ConfigLdapController.php:158 +#: app/modules/web/Controllers/ConfigLdapController.php:203 +msgid "Results" +msgstr "Results" + +#: app/modules/web/Controllers/ConfigLdapController.php:163 +#: app/modules/web/Controllers/ConfigLdapController.php:209 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:99 +msgid "LDAP connection OK" +msgstr "LDAP connection OK" + +#: app/modules/web/Controllers/ConfigLdapController.php:164 +#: app/modules/web/Controllers/ConfigLdapController.php:210 +msgid "Objects found: %d" +msgstr "Objects found: %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:260 +msgid "LDAP Import" +msgstr "LDAP Import" + +#: app/modules/web/Controllers/ConfigLdapController.php:279 +msgid "There aren't any objects to synchronize" +msgstr "There aren't any objects to synchronize" + +#: app/modules/web/Controllers/ConfigLdapController.php:284 +msgid "LDAP users import finished" +msgstr "LDAPからユーザーをインポートしました" + +#: app/modules/web/Controllers/ConfigLdapController.php:286 +msgid "Imported users: %d / %d" +msgstr "Imported users: %d / %d" + +#: app/modules/web/Controllers/ConfigLdapController.php:287 +msgid "Errors: %d" +msgstr "Errors: %d" + +#: app/modules/web/Controllers/ConfigMailController.php:74 +#: app/modules/web/Controllers/ConfigMailController.php:147 +msgid "Missing Mail parameters" +msgstr "メール設定を確認してください" + +#: app/modules/web/Controllers/ConfigMailController.php:102 +msgid "Mail enabled" +msgstr "メールを有効化しました" + +#: app/modules/web/Controllers/ConfigMailController.php:109 +msgid "Mail disabled" +msgstr "メールを無効にしました" + +#: app/modules/web/Controllers/ConfigMailController.php:162 +#: lib/SP/Services/Mail/MailService.php:150 +msgid "Recipient" +msgstr "Recipient" + +#: app/modules/web/Controllers/ConfigMailController.php:168 +msgid "Please, check your inbox" +msgstr "届いたメールを確認してください" + +#: app/modules/web/Controllers/ConfigManagerController.php:162 +#: app/modules/web/themes/material-blue/views/install/index.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:20 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:446 +msgid "General" +msgstr "一般" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigManagerController.php:207 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:17 +#: app/resources/actions.xml:37 +msgid "Wiki" +msgstr "Wiki" + +#: app/modules/web/Controllers/ConfigManagerController.php:234 +msgid "LDAP" +msgstr "LDAP" + +#: app/modules/web/Controllers/ConfigManagerController.php:260 +#: app/modules/web/themes/material-blue/views/config/mail.inc:12 +msgid "Mail" +msgstr "メール" + +#: app/modules/web/Controllers/ConfigManagerController.php:301 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:462 +msgid "Encryption" +msgstr "暗号化" + +#: app/modules/web/Controllers/ConfigManagerController.php:329 +#: app/modules/web/themes/material-blue/views/config/backup.inc:62 +msgid "There aren't any backups available" +msgstr "バックアップが作成されていません" + +#: app/modules/web/Controllers/ConfigManagerController.php:339 +#: app/modules/web/themes/material-blue/views/config/backup.inc:133 +msgid "No export file found" +msgstr "エクスポートできる項目がありません" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ConfigManagerController.php:342 +#: app/modules/web/themes/material-blue/views/config/backup.inc:25 +#: app/modules/web/themes/material-blue/views/config/backup.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:478 +#: app/resources/actions.xml:739 +msgid "Backup" +msgstr "バックアップ" + +#: app/modules/web/Controllers/ConfigManagerController.php:365 +msgid "Import Accounts" +msgstr "アカウントのインポート" + +#: app/modules/web/Controllers/ConfigManagerController.php:387 +msgid "Not installed" +msgstr "インストールされていません" + +#: app/modules/web/Controllers/ConfigManagerController.php:397 +#: app/modules/web/themes/material-blue/inc/Icons.php:63 +msgid "Information" +msgstr "Information" + +#: app/modules/web/Controllers/ConfigWikiController.php:63 +msgid "Missing Wiki parameters" +msgstr "Wikiの文法エラー" + +#: app/modules/web/Controllers/ConfigWikiController.php:73 +msgid "Wiki enabled" +msgstr "Wikiを有効化しました" + +#: app/modules/web/Controllers/ConfigWikiController.php:78 +msgid "Wiki disabled" +msgstr "Wikiを無効にしました" + +#: app/modules/web/Controllers/CustomFieldController.php:111 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:159 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:160 +msgid "New Field" +msgstr "新規カスタムフィールドの作成" + +#: app/modules/web/Controllers/CustomFieldController.php:175 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:177 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:178 +msgid "Edit Field" +msgstr "項目の編集" + +#: app/modules/web/Controllers/CustomFieldController.php:213 +#: app/modules/web/Controllers/CustomFieldController.php:216 +msgid "Fields deleted" +msgstr "項目の削除" + +#: app/modules/web/Controllers/CustomFieldController.php:222 +msgid "Field deleted" +msgstr "項目の削除" + +#: app/modules/web/Controllers/CustomFieldController.php:254 +#: app/modules/web/Controllers/CustomFieldController.php:258 +msgid "Field added" +msgstr "カスタムフィールドを作成しました" + +#: app/modules/web/Controllers/CustomFieldController.php:255 +#: app/modules/web/Controllers/CustomFieldController.php:296 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:97 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:188 +msgid "Field" +msgstr "項目" + +#: app/modules/web/Controllers/CustomFieldController.php:295 +#: app/modules/web/Controllers/CustomFieldController.php:299 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:74 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:96 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:187 +msgid "Field updated" +msgstr "項目を更新" + +#: app/modules/web/Controllers/CustomFieldController.php:327 +msgid "View Field" +msgstr "項目を表示" + +#: app/modules/web/Controllers/ErrorController.php:107 +msgid "Application on maintenance" +msgstr "現在メンテナンス中です" + +#: app/modules/web/Controllers/ErrorController.php:108 +msgid "It will be running shortly" +msgstr "もうしばらくお待ちください" + +#: app/modules/web/Controllers/ErrorController.php:123 +#: lib/SP/Services/Install/MySQL.php:363 +msgid "Error while checking the database" +msgstr "データベースのチェック時にエラーが見つかりました" + +#: app/modules/web/Controllers/ErrorController.php:124 +#: app/modules/web/Controllers/ErrorController.php:140 +#: app/modules/web/Controllers/UserPassResetController.php:99 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Core/Acl/UnauthorizedActionException.php:46 +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:149 lib/SP/Util/ErrorUtil.php:153 +#: lib/SP/Util/ErrorUtil.php:157 lib/SP/Util/ErrorUtil.php:161 +#: lib/SP/Util/ErrorUtil.php:169 lib/SP/Util/ErrorUtil.php:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:13 +msgid "Please contact to the administrator" +msgstr "管理者に連絡して対応を依頼してください" + +#: app/modules/web/Controllers/ErrorController.php:139 +#: lib/SP/Services/Install/MySQL.php:99 +#: lib/SP/Storage/Database/MySQLHandler.php:98 +#: lib/SP/Storage/Database/MySQLHandler.php:118 +#: lib/SP/Storage/Database/MySQLHandler.php:165 +#: lib/SP/Storage/Database/MySQLHandler.php:177 +msgid "Unable to connect to DB" +msgstr "データベースにつながりません" + +#: app/modules/web/Controllers/EventlogController.php:127 +#: app/modules/web/Controllers/EventlogController.php:130 +msgid "Event log cleared" +msgstr "Event logを削除します" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:89 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:90 +msgid "View Current" +msgstr "現在" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:135 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:136 +#: app/modules/web/themes/material-blue/inc/Icons.php:49 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:14 +#: app/modules/web/themes/material-blue/views/_partials/error.inc:15 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:123 +#: app/modules/web/themes/material-blue/views/account/account-request.inc:67 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:366 +#: app/modules/web/themes/material-blue/views/config/backup.inc:174 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:330 +#: app/modules/web/themes/material-blue/views/config/general.inc:27 +#: app/modules/web/themes/material-blue/views/config/import.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:199 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:304 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:449 +#: app/modules/web/themes/material-blue/views/config/mail.inc:206 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:177 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:138 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:14 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:13 +#: app/modules/web/themes/material-blue/views/error/error-maintenance.inc:14 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:42 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:55 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:211 +msgid "Back" +msgstr "Back" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:196 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:197 +msgid "Request Modification" +msgstr "Request Modification" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:217 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:218 +msgid "Restore account from this point" +msgstr "この時点のアカウントを復元する" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:237 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:238 +#: app/modules/web/themes/material-blue/inc/Icons.php:51 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:130 +msgid "Save" +msgstr "Save" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:354 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:355 +#: app/resources/actions.xml:439 +msgid "Update Public Link" +msgstr "共有リンクを更新しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:377 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:378 +#: app/resources/actions.xml:433 +msgid "Delete Public Link" +msgstr "共有リンクを削除しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:397 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:398 +#: app/resources/actions.xml:421 +msgid "Create Public Link" +msgstr "共有リンクを作成しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:418 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:419 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:463 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:464 +#: app/modules/web/themes/material-blue/inc/Icons.php:34 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:69 +#: app/resources/actions.xml:175 app/resources/actions.xml:265 +msgid "View password" +msgstr "パスワードを表示" + +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:440 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:441 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:485 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:486 +msgid "Copy Password to Clipboard" +msgstr "パスワードをコピー" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:508 +#: app/modules/web/Controllers/Helpers/Account/AccountActionsHelper.php:509 +#: app/resources/actions.xml:193 +msgid "Copy Account" +msgstr "アカウントを複製" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:69 +#: app/resources/strings.js.inc:72 +msgid "Account Password" +msgstr "アカウントのパスワード" + +#: app/modules/web/Controllers/Helpers/Account/AccountPasswordHelper.php:96 +#: lib/SP/Core/Acl/AccountPermissionException.php:45 +#: lib/SP/Util/ErrorUtil.php:152 +msgid "You don't have permission to access this account" +msgstr "このアカウントにアクセスする権限がありません" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:181 +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:182 +msgid "More Actions" +msgstr "More Actions" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:238 +msgid "Sort by Client" +msgstr "クライアント名順" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:245 +msgid "Sort by Name" +msgstr "名前順" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:252 +msgid "Sort by Category" +msgstr "カテゴリー名順" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:258 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:105 +#: app/modules/web/Controllers/LoginController.php:123 +#: app/modules/web/Controllers/UserController.php:296 +#: app/modules/web/Controllers/UserController.php:335 +#: app/modules/web/Controllers/UserController.php:402 +#: app/modules/web/Controllers/UserController.php:446 +#: app/modules/web/Controllers/UserPassResetController.php:215 +#: lib/SP/Core/Acl/Acl.php:301 lib/SP/Providers/Auth/Ldap/LdapMsAds.php:113 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:154 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:113 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:145 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:155 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:111 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:143 +#: lib/SP/Services/Auth/LoginService.php:230 +#: lib/SP/Services/Auth/LoginService.php:248 +#: lib/SP/Services/Auth/LoginService.php:414 +#: lib/SP/Services/Auth/LoginService.php:484 +#: lib/SP/Services/Auth/LoginService.php:607 +#: lib/SP/Services/Auth/LoginService.php:656 +#: lib/SP/Services/Ldap/LdapImportService.php:230 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:63 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:69 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:101 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:67 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:73 +#: app/modules/web/themes/material-blue/views/account/account.inc:152 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:76 +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:25 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:67 +#: app/modules/web/themes/material-blue/views/config/info.inc:67 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:106 +#: app/modules/web/themes/material-blue/views/config/mail.inc:113 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:116 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:130 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:31 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:97 +#: app/modules/web/themes/material-blue/views/login/index.inc:24 +#: app/modules/web/themes/material-blue/views/login/index.inc:94 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:81 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:83 +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:20 +msgid "User" +msgstr "User" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:259 +msgid "Sort by Username" +msgstr "ユーザー名順" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:265 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:52 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:58 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:88 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:56 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:62 +#: app/modules/web/themes/material-blue/views/account/account.inc:139 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:81 +msgid "URL / IP" +msgstr "URL / IP" + +#: app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php:266 +msgid "Sort by URL / IP" +msgstr "URL / IP順" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:79 +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:80 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:70 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:71 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:76 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:91 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:92 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:72 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:75 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:74 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:73 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:74 +msgid "Delete Selected" +msgstr "選択項目を削除する" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:116 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:176 +#: app/modules/web/themes/material-blue/views/account/details.inc:42 +#: app/modules/web/themes/material-blue/views/account/details.inc:44 +msgid "Owner" +msgstr "オーナー" + +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:117 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:200 +#: app/modules/web/themes/material-blue/views/account/details.inc:50 +#: app/modules/web/themes/material-blue/views/account/details.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:79 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:81 +msgid "Main Group" +msgstr "Main Group" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountGrid.php:149 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:145 +#: app/resources/actions.xml:499 app/resources/actions.xml:805 +msgid "Search for Account" +msgstr "アカウントを検索" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:92 +msgid "Accounts (H)" +msgstr "アカウントの変更履歴" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:107 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:127 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:100 +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:106 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:122 +#: app/modules/web/themes/material-blue/views/account/account.inc:208 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:251 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:48 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:55 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:38 +msgid "Date" +msgstr "日付" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:108 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:131 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:109 +msgid "Status" +msgstr "ステータス" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:129 +msgid "Modified" +msgstr "変更" + +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:130 +msgid "Removed" +msgstr "削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/AccountHistoryGrid.php:161 +#: app/resources/actions.xml:187 app/resources/actions.xml:811 +msgid "Account Restore" +msgstr "アカウントを復元" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:362 +msgid "API Authorizations" +msgstr "APIトークン" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:108 +#: lib/SP/Core/Acl/Acl.php:300 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:38 +msgid "Action" +msgstr "Action" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:140 +msgid "Search for Token" +msgstr "検索用のトークン" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:174 +msgid "View Authorization token" +msgstr "トークンを表示する" + +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:207 +#: app/modules/web/Controllers/Helpers/Grid/AuthTokenGrid.php:208 +msgid "Delete Authorization" +msgstr "許可を取り消す" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:137 +#: app/resources/actions.xml:325 +msgid "Search for Category" +msgstr "カテゴリーを検索する" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:187 +#: app/modules/web/Controllers/Helpers/Grid/CategoryGrid.php:188 +#: app/resources/actions.xml:319 +msgid "Delete Category" +msgstr "カテゴリーを削除" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/resources/strings.js.inc:66 +msgid "YES" +msgstr "YES" + +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:123 +#: app/resources/strings.js.inc:67 +msgid "NO" +msgstr "NO" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:140 +#: app/resources/actions.xml:355 +msgid "Search for Client" +msgstr "クライアントを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:190 +#: app/modules/web/Controllers/Helpers/Grid/ClientGrid.php:191 +#: app/resources/actions.xml:349 +msgid "Delete Client" +msgstr "クライアントを削除" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:95 +#: app/modules/web/themes/material-blue/views/account/account.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:346 +msgid "Custom Fields" +msgstr "カスタムフィールド" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:108 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:51 +msgid "Module" +msgstr "モジュール" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:110 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:112 +msgid "Properties" +msgstr "プロパティ" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:144 +msgid "Search for Field" +msgstr "フィールドを検索" + +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:194 +#: app/modules/web/Controllers/Helpers/Grid/CustomFieldGrid.php:195 +msgid "Delete Field" +msgstr "フィールドを削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:87 +#: app/modules/web/themes/material-blue/views/eventlog/index.inc:1 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:514 +#: app/resources/actions.xml:133 +msgid "Event Log" +msgstr "Event Log" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:99 +#: app/modules/web/Controllers/ItemPresetController.php:295 +#: app/modules/web/Controllers/ItemPresetController.php:332 +#: app/modules/web/Controllers/ItemPresetController.php:375 +#: app/modules/web/themes/material-blue/views/account/details.inc:97 +#: app/modules/web/themes/material-blue/views/account/details.inc:99 +msgid "ID" +msgstr "ID" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:100 +msgid "Date / Time" +msgstr "Date / Time" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:101 +msgid "Level" +msgstr "Level" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:102 +msgid "Event" +msgstr "Event" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:103 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:109 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:33 +msgid "Login" +msgstr "ログイン名" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:165 +#: app/resources/actions.xml:139 +msgid "Search for Events" +msgstr "イベントを検索" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:182 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:179 +msgid "Refresh" +msgstr "Refresh" + +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php:201 +msgid "Clear the event log out" +msgstr "Event logをクリア" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:94 +#: app/modules/web/themes/material-blue/views/account/account.inc:45 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:279 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:150 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:410 +#: app/resources/actions.xml:19 +msgid "Files" +msgstr "ファイル" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:145 +#: app/resources/actions.xml:475 +msgid "Search for File" +msgstr "ファイルを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:160 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:161 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:51 +#: app/resources/actions.xml:205 app/resources/actions.xml:451 +msgid "View File" +msgstr "ファイルを表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:178 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:179 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:42 +#: app/resources/actions.xml:217 app/resources/actions.xml:457 +msgid "Download File" +msgstr "ファイルをダウンロード" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/FileGrid.php:199 +#: app/modules/web/themes/material-blue/views/account/files-list.inc:34 +#: app/resources/actions.xml:223 app/resources/actions.xml:463 +msgid "Delete File" +msgstr "ファイルを削除" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:97 +msgid "Preset Values" +msgstr "プリセット" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:111 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:111 +#: app/modules/web/Controllers/UserGroupController.php:242 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:122 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:114 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:145 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:155 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:114 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:146 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:156 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:112 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:144 +#: lib/SP/Services/Ldap/LdapImportService.php:138 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:133 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:25 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:293 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:296 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:215 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:242 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:48 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:146 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:148 +msgid "Group" +msgstr "Group" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:112 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:110 +#: app/modules/web/Controllers/UserProfileController.php:232 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:65 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:129 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:131 +msgid "Profile" +msgstr "プロファイル" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:83 +msgid "Priority" +msgstr "優先度" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:114 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:120 +msgid "Forced" +msgstr "Forced" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:148 +#: app/resources/actions.xml:859 +msgid "Search for Value" +msgstr "Search for Value" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:163 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:67 +msgid "Permission Preset" +msgstr "権限のプリセット" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:164 +msgid "New Permission Preset" +msgstr "新規権限のプリセットを作成" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:187 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:87 +msgid "Private Account Preset" +msgstr "プライベートアカウントのプリセット" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:188 +msgid "New Private Account Preset" +msgstr "新しいプライベートアカウントのプリセットを作成" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:211 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:103 +msgid "Session Timeout Preset" +msgstr "セッションの有効期限のプリセット" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:212 +msgid "New Session Timeout Preset" +msgstr "新しいセッションの有効期限のプリセットを作成" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:235 +#: app/modules/web/Controllers/Helpers/ItemPresetHelper.php:118 +msgid "Account Password Preset" +msgstr "アカウントのパスワードのプリセット" + +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:236 +msgid "New Account Password Preset" +msgstr "新しいアカウントのパスワードのプリセットを作成" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:259 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:260 +#: app/modules/web/Controllers/ItemPresetController.php:243 +#: app/resources/actions.xml:877 +msgid "Edit Value" +msgstr "編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:276 +#: app/modules/web/Controllers/Helpers/Grid/ItemPresetGrid.php:277 +#: app/resources/actions.xml:883 +msgid "Delete Value" +msgstr "削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:114 +#: app/modules/web/themes/material-blue/inc/Icons.php:65 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:106 +#: app/modules/web/themes/material-blue/views/notification/index.inc:1 +#: app/resources/actions.xml:685 +msgid "Notifications" +msgstr "通知" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:129 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:35 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:42 +msgid "Component" +msgstr "Component" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:153 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:117 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:121 +msgid "Read" +msgstr "Read" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:154 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:113 +msgid "Only Admins" +msgstr "Only Admins" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:171 +#: app/resources/actions.xml:847 +msgid "Search for Notification" +msgstr "通知を検索" + +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:187 +#: app/modules/web/Controllers/NotificationController.php:196 +msgid "New Notification" +msgstr "新しい通知" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:204 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:205 +#: app/modules/web/Controllers/NotificationController.php:113 +#: app/resources/actions.xml:817 +msgid "View Notification" +msgstr "通知を表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:234 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:235 +#: app/resources/actions.xml:841 +msgid "Checkout Notification" +msgstr "通知を既読にする" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:252 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:253 +#: app/modules/web/Controllers/NotificationController.php:230 +#: app/resources/actions.xml:829 +msgid "Edit Notification" +msgstr "通知を編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:269 +#: app/modules/web/Controllers/Helpers/Grid/NotificationGrid.php:270 +#: app/resources/actions.xml:835 +msgid "Delete Notification" +msgstr "通知を削除" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:96 +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:330 +#: app/modules/web/themes/material-blue/views/plugin/index.inc:1 +msgid "Plugins" +msgstr "プラグイン" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:108 +#: lib/SP/Plugin/PluginManager.php:206 lib/SP/Plugin/PluginManager.php:262 +#: lib/SP/Plugin/PluginManager.php:420 +msgid "Plugin" +msgstr "プラグイン" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:125 +msgid "Unavailable" +msgstr "利用できません" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:141 +#: app/resources/actions.xml:547 +msgid "Search for Plugin" +msgstr "プラグインを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:156 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:157 +#: app/modules/web/Controllers/PluginController.php:141 +#: app/resources/actions.xml:541 +msgid "View Plugin" +msgstr "プラグイン情報" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:173 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:174 +msgid "Enable" +msgstr "Enable" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:192 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:193 +msgid "Disable" +msgstr "Disable" + +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:211 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:212 +msgid "Reset Data" +msgstr "リセット" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:231 +#: app/modules/web/Controllers/Helpers/Grid/PluginGrid.php:232 +#: app/resources/actions.xml:571 +msgid "Delete Plugin" +msgstr "プラグインを削除" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:96 +#: app/modules/web/themes/material-blue/views/account/account.inc:55 +msgid "Links" +msgstr "Links" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:110 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:49 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:51 +msgid "Creation Date" +msgstr "作成日" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:111 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:195 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:57 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:59 +msgid "Expiry Date " +msgstr "有効期限 " + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:113 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:36 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:39 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:43 +msgid "Notify" +msgstr "通知" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:114 +#: app/modules/web/themes/material-blue/views/account/details.inc:14 +#: app/modules/web/themes/material-blue/views/account/details.inc:16 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:197 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:73 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:75 +msgid "Visits" +msgstr "閲覧回数" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:151 +msgid "Search for Link" +msgstr "共有リンクを検索" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:166 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:167 +msgid "New Link" +msgstr "共有リンクを発行" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:184 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:185 +#: app/modules/web/Controllers/PublicLinkController.php:372 +msgid "View Link" +msgstr "共有リンクを閲覧" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:200 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:201 +msgid "Renew Link" +msgstr "共有リンクを再発行" + +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:217 +#: app/modules/web/Controllers/Helpers/Grid/PublicLinkGrid.php:218 +msgid "Delete Link" +msgstr "共有リンクを削除" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:135 +#: app/resources/actions.xml:529 +msgid "Search for Tag" +msgstr "タグを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:150 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:151 +#: app/modules/web/Controllers/TagController.php:108 +#: app/modules/web/themes/material-blue/views/account/account.inc:247 +#: app/resources/actions.xml:505 +msgid "New Tag" +msgstr "新規タグを作成" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:168 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:169 +#: app/modules/web/Controllers/TagController.php:170 +#: app/resources/actions.xml:517 +msgid "Edit Tag" +msgstr "タグを編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:185 +#: app/modules/web/Controllers/Helpers/Grid/TagGrid.php:186 +#: app/resources/actions.xml:523 +msgid "Delete Tag" +msgstr "タグを削除" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:88 +msgid "Tracks" +msgstr "Tracks" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:101 +msgid "Date Unlocked" +msgstr "ログイン日時" + +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:102 +msgid "Source" +msgstr "Source" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/TrackGrid.php:162 +#: app/resources/actions.xml:895 +msgid "Search for track" +msgstr "Search for track" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:96 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:77 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:113 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:12 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:52 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:56 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:250 +msgid "Users" +msgstr "Users" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:148 +#: app/resources/actions.xml:607 +msgid "Search for User" +msgstr "ユーザーを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:163 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:164 +#: app/modules/web/Controllers/UserController.php:115 +#: app/resources/actions.xml:583 +msgid "New User" +msgstr "新規ユーザーを作成" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:181 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:182 +#: app/modules/web/Controllers/UserController.php:202 +#: app/resources/actions.xml:589 +msgid "Edit User" +msgstr "ユーザーを編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:198 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:199 +#: app/resources/actions.xml:595 +msgid "Delete User" +msgstr "ユーザーを削除" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:469 +msgid "Import users from LDAP" +msgstr "LDAPからユーザーをインポートする" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:215 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:216 +msgid "View User Details" +msgstr "ユーザー情報を表示" + +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:232 +#: app/modules/web/Controllers/Helpers/Grid/UserGrid.php:233 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:63 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:116 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:122 +msgid "Change User's Password" +msgstr "ユーザーのログインパスワードを変更" + +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:95 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:78 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:88 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:162 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:53 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:266 +msgid "Groups" +msgstr "Groups" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:138 +#: app/resources/actions.xml:637 +msgid "Search for Group" +msgstr "グループを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:153 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:154 +#: app/modules/web/Controllers/UserGroupController.php:117 +#: app/resources/actions.xml:619 +msgid "New Group" +msgstr "新規グループを作成" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:171 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:172 +#: app/modules/web/Controllers/UserGroupController.php:356 +#: app/resources/actions.xml:613 +msgid "View Group" +msgstr "グループの詳細を表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:188 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:189 +#: app/modules/web/Controllers/UserGroupController.php:190 +#: app/resources/actions.xml:625 +msgid "Edit Group" +msgstr "グループを編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:205 +#: app/modules/web/Controllers/Helpers/Grid/UserGroupGrid.php:206 +#: app/resources/actions.xml:631 +msgid "Delete Group" +msgstr "グループを削除" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:95 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:282 +msgid "Profiles" +msgstr "プロファイル" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:136 +#: app/resources/actions.xml:667 +msgid "Search for Profile" +msgstr "プロファイルを検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:151 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:152 +#: app/modules/web/Controllers/UserProfileController.php:110 +#: app/resources/actions.xml:649 +msgid "New Profile" +msgstr "新規プロファイルを作成" + +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:169 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:170 +msgid "View Profile Details" +msgstr "プロファイルの詳細を表示" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:186 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:187 +#: app/modules/web/Controllers/UserProfileController.php:179 +#: app/resources/actions.xml:655 +msgid "Edit Profile" +msgstr "プロファイルを編集" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:203 +#: app/modules/web/Controllers/Helpers/Grid/UserProfileGrid.php:204 +#: app/resources/actions.xml:661 +msgid "Delete Profile" +msgstr "プロファイルを削除" + +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:261 +#: app/modules/web/themes/material-blue/inc/Icons.php:58 +msgid "Search" +msgstr "検索" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/Helpers/LayoutHelper.php:344 +#: app/modules/web/themes/material-blue/inc/Icons.php:61 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:24 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:27 +#: app/resources/actions.xml:691 +msgid "Configuration" +msgstr "設定" + +#: app/modules/web/Controllers/InstallController.php:59 +msgid "Module unavailable" +msgstr "利用できるモジュールがありません" + +#: app/modules/web/Controllers/InstallController.php:60 +msgid "Without this module the application could not run correctly" +msgstr "sysPassの動作に必要なモジュールが不足しています" + +#: app/modules/web/Controllers/InstallController.php:89 +msgid "Installation finished" +msgstr "インストールが完了しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:73 +#: app/resources/actions.xml:865 +msgid "Display Value" +msgstr "Display Value" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/ItemPresetController.php:209 +#: app/resources/actions.xml:871 +msgid "New Value" +msgstr "New Value" + +#: app/modules/web/Controllers/ItemPresetController.php:283 +#: app/modules/web/Controllers/ItemPresetController.php:286 +msgid "Values deleted" +msgstr "Values deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:294 +#: app/modules/web/Controllers/ItemPresetController.php:298 +msgid "Value deleted" +msgstr "Value deleted" + +#: app/modules/web/Controllers/ItemPresetController.php:330 +#: app/modules/web/Controllers/ItemPresetController.php:335 +msgid "Value created" +msgstr "Value created" + +#: app/modules/web/Controllers/ItemPresetController.php:373 +#: app/modules/web/Controllers/ItemPresetController.php:378 +msgid "Value updated" +msgstr "Value updated" + +#: app/modules/web/Controllers/ItemsController.php:134 +msgid "There aren't any pending notifications" +msgstr "お知らせはありません" + +#: app/modules/web/Controllers/ItemsController.php:135 +msgid "There are pending notifications: %d" +msgstr "お知らせが%d件あります" + +#: app/modules/web/Controllers/LoginController.php:122 +msgid "Logout session" +msgstr "ログアウト" + +#: app/modules/web/Controllers/LoginController.php:124 +msgid "Inactive time" +msgstr "ログイン時間" + +#: app/modules/web/Controllers/LoginController.php:125 +msgid "Total time" +msgstr "合計時間" + +#: app/modules/web/Controllers/NotificationController.php:270 +#: app/modules/web/Controllers/NotificationController.php:273 +msgid "Notifications deleted" +msgstr "通知を削除" + +#: app/modules/web/Controllers/NotificationController.php:285 +#: app/modules/web/Controllers/NotificationController.php:289 +msgid "Notification deleted" +msgstr "通知を削除しました" + +#: app/modules/web/Controllers/NotificationController.php:286 +#: app/modules/web/Controllers/NotificationController.php:321 +#: lib/SP/Providers/Notification/NotificationHandler.php:155 +msgid "Notification" +msgstr "通知" + +#: app/modules/web/Controllers/NotificationController.php:320 +#: app/modules/web/Controllers/NotificationController.php:324 +msgid "Notification read" +msgstr "既読にする" + +#: app/modules/web/Controllers/NotificationController.php:354 +#: app/modules/web/Controllers/NotificationController.php:357 +msgid "Notification created" +msgstr "通知を作成しました" + +#: app/modules/web/Controllers/NotificationController.php:391 +#: app/modules/web/Controllers/NotificationController.php:394 +msgid "Notification updated" +msgstr "通知を更新しました" + +#: app/modules/web/Controllers/PluginController.php:206 +#: app/modules/web/Controllers/PluginController.php:209 +msgid "Plugin enabled" +msgstr "プラグインを有効化しました" + +#: app/modules/web/Controllers/PluginController.php:235 +#: app/modules/web/Controllers/PluginController.php:238 +#: lib/SP/Plugin/PluginManager.php:231 lib/SP/Plugin/PluginManager.php:439 +msgid "Plugin disabled" +msgstr "プラグインを無効にしました" + +#: app/modules/web/Controllers/PluginController.php:265 +#: app/modules/web/Controllers/PluginController.php:268 +msgid "Plugin reset" +msgstr "プラグインをリセット" + +#: app/modules/web/Controllers/PluginController.php:299 +msgid "Plugins deleted" +msgstr "プラグインを削除しました" + +#: app/modules/web/Controllers/PluginController.php:305 +msgid "Plugin deleted" +msgstr "プラグインを削除しました" + +#: app/modules/web/Controllers/PublicLinkController.php:115 +msgid "New Public Link" +msgstr "共有リンクを発行しました" + +#: app/modules/web/Controllers/PublicLinkController.php:185 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:89 +msgid "Link updated" +msgstr "共有リンクを更新しました" + +#: app/modules/web/Controllers/PublicLinkController.php:211 +msgid "Edit Public Link" +msgstr "共有リンクを編集" + +#: app/modules/web/Controllers/PublicLinkController.php:252 +#: app/modules/web/Controllers/PublicLinkController.php:255 +msgid "Links deleted" +msgstr "共有リンクを削除しました" + +#: app/modules/web/Controllers/PublicLinkController.php:263 +#: app/modules/web/Controllers/PublicLinkController.php:267 +msgid "Link deleted" +msgstr "共有リンクを削除しました" + +#. (itstool) path: strings/text +#: app/modules/web/Controllers/AccountController.php:257 +#: app/modules/web/Controllers/AccountController.php:1073 +#: app/modules/web/Controllers/PublicLinkController.php:264 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:90 +msgid "Link" +msgstr "Link" + +#: app/modules/web/Controllers/PublicLinkController.php:297 +#: app/modules/web/Controllers/PublicLinkController.php:336 +msgid "Link created" +msgstr "共有リンクを発行しました" + +#: app/modules/web/Controllers/StatusController.php:93 +msgid "Version unavailable" +msgstr "Version unavailable" + +#: app/modules/web/Controllers/StatusController.php:140 +msgid "Notifications not available" +msgstr "Notifications not available" + +#: app/modules/web/Controllers/TagController.php:211 +msgid "Tags deleted" +msgstr "タグを削除しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/TagController.php:312 +#: app/resources/actions.xml:511 +msgid "View Tag" +msgstr "タグを表示" + +#: app/modules/web/Controllers/TrackController.php:114 +msgid "Track unlocked" +msgstr "Track unlocked" + +#: app/modules/web/Controllers/TrackController.php:142 +msgid "Tracks cleared out" +msgstr "Tracks cleared out" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:68 +msgid "Configuration updated" +msgstr "設定の更新" + +#: app/modules/web/Controllers/Traits/ConfigTrait.php:72 +msgid "Error while saving the configuration" +msgstr "設定を保存中にエラーが発生しました" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:129 +#: app/modules/web/Controllers/Traits/ItemTrait.php:190 +#: lib/SP/Core/Crypt/OldCrypt.php:176 lib/SP/Core/Crypt/OldCrypt.php:188 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:59 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:154 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:244 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:334 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:389 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:417 +#: lib/SP/Services/Account/AccountService.php:240 +#: lib/SP/Services/Account/AccountService.php:245 +#: lib/SP/Services/Api/ApiService.php:129 +#: lib/SP/Services/Api/ApiService.php:229 +#: lib/SP/Services/Api/ApiService.php:237 +#: lib/SP/Services/Auth/LoginService.php:200 +#: lib/SP/Services/Auth/LoginService.php:373 +#: lib/SP/Services/Auth/LoginService.php:542 +#: lib/SP/Services/Auth/LoginService.php:550 +#: lib/SP/Services/Auth/LoginService.php:583 +#: lib/SP/Services/Auth/LoginService.php:704 +#: lib/SP/Services/AuthToken/AuthTokenService.php:311 +#: lib/SP/Services/CustomField/CustomFieldService.php:203 +#: lib/SP/Services/Export/XmlVerifyService.php:108 +#: lib/SP/Services/Import/XmlFileImport.php:79 +#: lib/SP/Services/User/UserPassService.php:233 +msgid "Internal error" +msgstr "Internal error" + +#: app/modules/web/Controllers/Traits/ItemTrait.php:186 +msgid "Error while updating custom field's data" +msgstr "カスタムフィールドを更新中にエラーが発生しました" + +#: app/modules/web/Controllers/UpgradeController.php:68 +msgid "The updating need to be confirmed" +msgstr "The updating need to be confirmed" + +#: app/modules/web/Controllers/UpgradeController.php:75 +msgid "Wrong security code" +msgstr "セキュリティーコードが一致しません" + +#: app/modules/web/Controllers/UpgradeController.php:101 +#: app/modules/web/themes/material-blue/views/login/index.inc:88 +msgid "Application successfully updated" +msgstr "アプリケーションのアップデートが完了しました" + +#: app/modules/web/Controllers/UpgradeController.php:102 +msgid "You will be redirected to log in within 5 seconds" +msgstr "5秒後にログイン画面に移ります" + +#: app/modules/web/Controllers/UserController.php:239 +#: app/modules/web/Controllers/UserController.php:370 +#: app/modules/web/Controllers/UserPassResetController.php:113 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:65 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:238 +msgid "Password Change" +msgstr "パスワードを変更" + +#: app/modules/web/Controllers/UserController.php:283 +#: app/modules/web/Controllers/UserController.php:287 +msgid "Users deleted" +msgstr "ユーザーを削除" + +#: app/modules/web/Controllers/UserController.php:295 +#: app/modules/web/Controllers/UserController.php:300 +msgid "User deleted" +msgstr "ユーザーを削除" + +#: app/modules/web/Controllers/UserController.php:334 +#: app/modules/web/Controllers/UserController.php:340 +msgid "User added" +msgstr "ユーザーを作成しました" + +#: app/modules/web/Controllers/UserController.php:401 +#: app/modules/web/Controllers/UserController.php:408 +msgid "User updated" +msgstr "ユーザーを更新" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserController.php:477 +#: app/resources/actions.xml:577 +msgid "View User" +msgstr "ユーザー情報" + +#: app/modules/web/Controllers/UserGroupController.php:230 +#: app/modules/web/Controllers/UserGroupController.php:233 +msgid "Groups deleted" +msgstr "グループを削除しました" + +#: app/modules/web/Controllers/UserPassResetController.php:92 +msgid "Wrong data" +msgstr "Wrong data" + +#: app/modules/web/Controllers/UserPassResetController.php:97 +msgid "Unable to reset the password" +msgstr "パスワードリセットはできません" + +#: app/modules/web/Controllers/UserPassResetController.php:108 +msgid "Password Recovery" +msgstr "Password Recovery" + +#: app/modules/web/Controllers/UserPassResetController.php:109 +msgid "Requested for" +msgstr "Requested for" + +#: app/modules/web/Controllers/UserPassResetController.php:119 +msgid "Request sent" +msgstr "リクエストを送信" + +#: app/modules/web/Controllers/UserPassResetController.php:120 +msgid "You will receive an email to complete the request shortly." +msgstr "リクエストの完了まであと少しです。届いたメールを確認してください。" + +#: app/modules/web/Controllers/UserPassResetController.php:143 +#: lib/SP/Services/Api/ApiService.php:96 +#: lib/SP/Services/Auth/LoginService.php:139 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:103 +msgid "Attempts exceeded" +msgstr "試行回数を超えました" + +#: app/modules/web/Controllers/UserPassResetController.php:193 +#: app/modules/web/Forms/AuthTokenForm.php:101 +#: app/modules/web/Forms/UserForm.php:157 +msgid "Password cannot be blank" +msgstr "パスワードを空欄にすることはできません" + +#: app/modules/web/Controllers/UserProfileController.php:219 +#: app/modules/web/Controllers/UserProfileController.php:222 +msgid "Profiles deleted" +msgstr "プロファイルを削除しました" + +#: app/modules/web/Controllers/UserProfileController.php:231 +#: app/modules/web/Controllers/UserProfileController.php:236 +msgid "Profile deleted" +msgstr "プロファイルを削除しました" + +#: app/modules/web/Controllers/UserProfileController.php:271 +#: app/modules/web/Controllers/UserProfileController.php:275 +msgid "Profile added" +msgstr "プロファイルを作成しました" + +#: app/modules/web/Controllers/UserProfileController.php:314 +#: app/modules/web/Controllers/UserProfileController.php:319 +msgid "Profile updated" +msgstr "プロファイルを更新しました" + +#. (itstool) path: action/text +#: app/modules/web/Controllers/UserProfileController.php:347 +#: app/resources/actions.xml:643 +msgid "View Profile" +msgstr "プロファイルを表示" + +#: app/modules/web/Controllers/UserSettingsGeneralController.php:75 +msgid "Preferences updated" +msgstr "設定を更新しました" + +#: app/modules/web/Controllers/UserSettingsManagerController.php:94 +msgid "Preferences" +msgstr "設定" + +#: app/modules/web/Forms/AccountForm.php:129 +msgid "A key is needed" +msgstr "keyを入力してください" + +#: app/modules/web/Forms/AccountForm.php:169 +msgid "An account name needed" +msgstr "アカウント名を空欄にすることはできません" + +#: app/modules/web/Forms/AccountForm.php:173 +#: app/modules/web/Forms/ClientForm.php:84 +msgid "A client name needed" +msgstr "クライアント名を空欄にすることはできません" + +#: app/modules/web/Forms/AccountForm.php:177 +msgid "A category is needed" +msgstr "カテゴリー名を空欄にすることはできません" + +#: app/modules/web/Forms/AuthTokenForm.php:91 +msgid "User not set" +msgstr "ユーザーが選択されていません" + +#: app/modules/web/Forms/AuthTokenForm.php:95 +msgid "Action not set" +msgstr "アクションが選択されていません" + +#: app/modules/web/Forms/CategoryForm.php:83 +msgid "A category name needed" +msgstr "カテゴリー名を空欄にすることはできません" + +#: app/modules/web/Forms/CustomFieldDefForm.php:87 +msgid "Field name not set" +msgstr "フィールド名を空欄にすることはできません" + +#: app/modules/web/Forms/CustomFieldDefForm.php:91 +msgid "Field type not set" +msgstr "フィールドタイプを空欄にすることはできません" + +#: app/modules/web/Forms/CustomFieldDefForm.php:95 +msgid "Field module not set" +msgstr "モジュールが設定されていません" + +#: app/modules/web/Forms/ItemsPresetForm.php:116 +msgid "Value type not set or incorrect" +msgstr "Value type not set or incorrect" + +#: app/modules/web/Forms/ItemsPresetForm.php:133 +msgid "There aren't any defined permissions" +msgstr "権限設定を空欄にすることはできません" + +#: app/modules/web/Forms/ItemsPresetForm.php:182 +msgid "Invalid regular expression" +msgstr "Invalid regular expression" + +#: app/modules/web/Forms/ItemsPresetForm.php:208 +msgid "An element of type user, group or profile need to be set" +msgstr "ユーザー・グループ・プロファイルのいずれかを設定してください" + +#: app/modules/web/Forms/NotificationForm.php:98 +msgid "A component is needed" +msgstr "componentを入力してください" + +#: app/modules/web/Forms/NotificationForm.php:102 +msgid "A type is needed" +msgstr "Typeを空欄にすることはできません" + +#: app/modules/web/Forms/NotificationForm.php:112 +msgid "A target is needed" +msgstr "ターゲットを空欄にすることはできません" + +#: app/modules/web/Forms/PublicLinkForm.php:85 +msgid "An account is needed" +msgstr "アカウントを空欄にすることはできません" + +#: app/modules/web/Forms/TagForm.php:82 +msgid "A tag name is needed" +msgstr "タグ名を空欄にすることはできません" + +#: app/modules/web/Forms/UserForm.php:111 +msgid "An username is needed" +msgstr "ユーザー名を空欄にすることはできません" + +#: app/modules/web/Forms/UserForm.php:115 +msgid "A login is needed" +msgstr "ログインが必要です" + +#: app/modules/web/Forms/UserForm.php:119 +msgid "A profile is needed" +msgstr "プロファイルを空欄にすることはできません" + +#: app/modules/web/Forms/UserForm.php:123 +msgid "A group is needed" +msgstr "グループを空欄にすることはできません" + +#: app/modules/web/Forms/UserForm.php:127 +msgid "An email is needed" +msgstr "メールアドレスを空欄にすることはできません" + +#: app/modules/web/Forms/UserForm.php:179 +#, fuzzy +msgid "Unable to delete, user in use" +msgstr "Unable to delete, user in use" + +#: app/modules/web/Forms/UserGroupForm.php:84 +msgid "A group name is needed" +msgstr "グループ名を空欄にすることはできません" + +#: app/modules/web/Forms/UserProfileForm.php:116 +msgid "A profile name is needed" +msgstr "プロファイル名を空欄にすることはできません" + +#: app/modules/web/themes/material-blue/inc/Icons.php:32 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:36 +msgid "Add" +msgstr "Add" + +#: app/modules/web/themes/material-blue/inc/Icons.php:33 +msgid "View Details" +msgstr "View Details" + +#: app/modules/web/themes/material-blue/inc/Icons.php:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:68 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:72 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:144 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:148 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:198 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:46 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:102 +msgid "Edit" +msgstr "Edit" + +#: app/modules/web/themes/material-blue/inc/Icons.php:36 +#: app/modules/web/themes/material-blue/inc/Icons.php:66 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:134 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:155 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:184 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:206 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:134 +msgid "Delete" +msgstr "Delete" + +#: app/modules/web/themes/material-blue/inc/Icons.php:37 +msgid "Change Password" +msgstr "パスワードの変更" + +#: app/modules/web/themes/material-blue/inc/Icons.php:38 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:200 +msgid "Application Admin" +msgstr "アプリケーション管理者" + +#: app/modules/web/themes/material-blue/inc/Icons.php:39 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:218 +msgid "Accounts Admin" +msgstr "アカウント管理" + +#: app/modules/web/themes/material-blue/inc/Icons.php:40 +msgid "LDAP User" +msgstr "LDAP User" + +#: app/modules/web/themes/material-blue/inc/Icons.php:41 +#: app/modules/web/themes/material-blue/views/config/mail.inc:138 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:257 +msgid "Disabled" +msgstr "Disabled" + +#: app/modules/web/themes/material-blue/inc/Icons.php:42 +msgid "Enabled" +msgstr "Enabled" + +#: app/modules/web/themes/material-blue/inc/Icons.php:43 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:184 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:49 +msgid "Update" +msgstr "Update" + +#: app/modules/web/themes/material-blue/inc/Icons.php:44 +msgid "Copy" +msgstr "コピー" + +#: app/modules/web/themes/material-blue/inc/Icons.php:46 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:84 +msgid "Email" +msgstr "Email" + +#: app/modules/web/themes/material-blue/inc/Icons.php:50 +msgid "Restore" +msgstr "Restore" + +#: app/modules/web/themes/material-blue/inc/Icons.php:52 +#: app/resources/strings.js.inc:79 +msgid "Help" +msgstr "Help" + +#: app/modules/web/themes/material-blue/inc/Icons.php:53 +msgid "Clear" +msgstr "クリア" + +#: app/modules/web/themes/material-blue/inc/Icons.php:54 +msgid "Perform" +msgstr "Perform" + +#: app/modules/web/themes/material-blue/inc/Icons.php:55 +msgid "Download" +msgstr "Download" + +#: app/modules/web/themes/material-blue/inc/Icons.php:56 +#: app/resources/strings.js.inc:85 +msgid "Warning" +msgstr "Warning" + +#: app/modules/web/themes/material-blue/inc/Icons.php:57 +msgid "Check" +msgstr "Check" + +#: app/modules/web/themes/material-blue/inc/Icons.php:64 +#, fuzzy +msgid "Critical" +msgstr "Critical" + +#: app/modules/web/themes/material-blue/inc/Icons.php:67 +msgid "Previous page" +msgstr "Previous page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:68 +msgid "Next page" +msgstr "Next page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:69 +msgid "First page" +msgstr "First page" + +#: app/modules/web/themes/material-blue/inc/Icons.php:70 +msgid "Last page" +msgstr "Last page" + +#: lib/SP/Bootstrap.php:290 +msgid "Required PHP version >= %s <= %s" +msgstr "Required PHP version >= %s <= %s" + +#: lib/SP/Bootstrap.php:292 +msgid "Please update the PHP version to run sysPass" +msgstr "" +"お使いのサーバーはsysPassの推奨PHPバージョンを満たしていません。PHPのアップ" +"デートを検討してください" + +#: lib/SP/Config/ConfigUtil.php:94 +msgid "\"/config\" directory does not exist." +msgstr "'/config' ディレクトリが存在しません。" + +#: lib/SP/Config/ConfigUtil.php:100 +msgid "Unable to write into \"/config\" directory" +msgstr "'/config' ディレクトリに書き込むことができませんでした" + +#: lib/SP/Config/ConfigUtil.php:109 +msgid "\"/config\" directory permissions are wrong" +msgstr "‘/config' ディレクトリのパーミッション設定が間違っています" + +#: lib/SP/Config/ConfigUtil.php:119 +msgid "Current: %s - Needed: 750" +msgstr "Current: %s - Needed: 750" + +#. Not available +#: lib/SP/Core/Acl/Acl.php:294 lib/SP/Services/Auth/LoginService.php:652 +msgid "N/A" +msgstr "N/A" + +#: lib/SP/Core/Acl/Acl.php:299 +msgid "Access denied" +msgstr "アクセスできませんでした。" + +#: lib/SP/Core/Acl/Actions.php:176 +msgid "Action not found" +msgstr "Actionがありません" + +#: lib/SP/Core/Acl/UnauthorizedPageException.php:45 +#: lib/SP/Util/ErrorUtil.php:156 +msgid "You don't have permission to access this page" +msgstr "このページにアクセスする権限がありません" + +#: lib/SP/Core/Context/ContextBase.php:73 +msgid "Unable to change password value" +msgstr "パスワードを変更することはできませんん" + +#: lib/SP/Core/Context/ContextBase.php:103 +#: lib/SP/Core/Context/ContextBase.php:126 +#, fuzzy +msgid "Context already initialized" +msgstr "Context already initialized" + +#: lib/SP/Core/Context/ContextBase.php:109 +msgid "Invalid context" +msgstr "Invalid context" + +#: lib/SP/Core/Context/ContextBase.php:154 +#, fuzzy +msgid "Context not initialized" +msgstr "Context not initialized" + +#: lib/SP/Core/Context/SessionContext.php:492 +msgid "Session cannot be initialized" +msgstr "Session cannot be initialized" + +#: lib/SP/Core/Crypt/OldCrypt.php:178 +#, fuzzy +msgid "Crypto module cannot be loaded" +msgstr "Crypto module cannot be loaded" + +#: lib/SP/Core/Crypt/OldCrypt.php:190 +#, fuzzy +msgid "Error while creating the encrypted data" +msgstr "Error while creating the encrypted data" + +#: lib/SP/Core/Events/Event.php:57 +msgid "An object is needed" +msgstr "objectを入力してください" + +#: lib/SP/Core/Events/EventDispatcherBase.php:85 +msgid "Observer not initialized" +msgstr "Observer not initialized" + +#: lib/SP/Core/UI/Theme.php:185 +msgid "Invalid icons class" +msgstr "Invalid icons class" + +#: lib/SP/Html/DataGrid/DataGridBase.php:302 lib/SP/Mvc/View/Template.php:128 +#, fuzzy +msgid "Unable to retrieve \"%s\" template: %s" +msgstr "Unable to retrieve \"%s\" template: %s" + +#: lib/SP/Http/Address.php:49 lib/SP/Http/Address.php:51 +#: lib/SP/Http/Address.php:68 lib/SP/Http/Address.php:70 +#: lib/SP/Http/Address.php:90 lib/SP/Http/Address.php:109 +msgid "Invalid IP" +msgstr "Invalid IP" + +#: lib/SP/Http/Json.php:180 +msgid "Encoding error" +msgstr "Encoding error" + +#: lib/SP/Http/XMLRPCResponseParse.php:69 +msgid "Invalid XML-RPC response" +msgstr "Invalid XML-RPC response" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:65 +msgid "Session not started or timed out" +msgstr "Session not started or timed out" + +#: lib/SP/Mvc/Controller/ControllerTrait.php:116 +#: lib/SP/Mvc/Controller/ControllerTrait.php:130 +msgid "Invalid Action" +msgstr "Invalid Action" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:71 +msgid "Password needs to be %d characters long" +msgstr "パスワードは%d文字以上にしてください" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:77 +msgid "Password does not contain the required characters" +msgstr "パスワードに必要な文字種が含まれていません" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:82 +msgid "Password needs to contain letters" +msgstr "パスワードにはアルファベットを含める必要があります" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:86 +msgid "Password needs to contain lower case letters" +msgstr "パスワードには小文字を含める必要があります" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:90 +msgid "Password needs to contain upper case letters" +msgstr "パスワードには大文字を含める必要があります" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:95 +msgid "Password needs to contain numbers" +msgstr "パスワードには数字を含める必要があります" + +#: lib/SP/Mvc/Controller/Validators/PasswordValidator.php:99 +msgid "Password needs to contain symbols" +msgstr "パスワードには記号を含める必要がります" + +#: lib/SP/Mvc/Model/QueryCondition.php:71 +msgid "Invalid filter type" +msgstr "Invalid filter type" + +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:95 +#: lib/SP/Mvc/View/Components/SelectItemAdapter.php:157 +msgid "Wrong object type" +msgstr "Wrong object type" + +#: lib/SP/Mvc/View/Template.php:303 lib/SP/Mvc/View/Template.php:367 +#, fuzzy +msgid "Unable to retrieve \"%s\" variable" +msgstr "Unable to retrieve \"%s\" variable" + +#: lib/SP/Mvc/View/Template.php:336 +#, fuzzy +msgid "Unable to unset \"%s\" variable" +msgstr "Unable to unset \"%s\" variable" + +#: lib/SP/Mvc/View/Template.php:357 +msgid "Template does not contain files" +msgstr "テンプレートにファイルが含まれていません" + +#: lib/SP/Plugin/PluginManager.php:192 +msgid "Plugin version not compatible (%s)" +msgstr "このバージョンのsysPassとプラグインの互換性がありません (%s)" + +#: lib/SP/Plugin/PluginManager.php:204 lib/SP/Plugin/PluginManager.php:260 +msgid "Unable to load the \"%s\" plugin" +msgstr "プラグイン “%s” の読み込みに失敗しました" + +#: lib/SP/Plugin/PluginManager.php:295 +msgid "Plugin available" +msgstr "プラグインを有効化" + +#: lib/SP/Plugin/PluginManager.php:306 +msgid "Plugin unavailable" +msgstr "プラグインを無効化" + +#: lib/SP/Plugin/PluginManager.php:339 +msgid "Plugin loaded" +msgstr "プラグインを読み込み" + +#. (itstool) path: action/text +#: lib/SP/Plugin/PluginManager.php:364 app/resources/actions.xml:535 +msgid "New Plugin" +msgstr "新規プラグイン" + +#: lib/SP/Providers/Auth/AuthProvider.php:216 +msgid "Method unavailable" +msgstr "Method unavailable" + +#: lib/SP/Providers/Auth/AuthProvider.php:220 +msgid "Method already initialized" +msgstr "Method already initialized" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:121 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:128 +#, fuzzy +msgid "Error while searching the group RDN" +msgstr "Error while searching the group RDN" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:226 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:231 +#, fuzzy +msgid "Error while searching the user on LDAP" +msgstr "Error while searching the user on LDAP" + +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:281 +#: lib/SP/Providers/Auth/Ldap/LdapActions.php:287 +#, fuzzy +msgid "Error while searching objects in base DN" +msgstr "Error while searching objects in base DN" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:145 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:149 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:213 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:218 +#, fuzzy +msgid "Unable to connect to LDAP server" +msgstr "Unable to connect to LDAP server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:146 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:214 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:70 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:39 +#: app/modules/web/themes/material-blue/views/config/info.inc:81 +#: app/modules/web/themes/material-blue/views/config/info.inc:84 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:93 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:118 +#: app/modules/web/themes/material-blue/views/config/mail.inc:59 +#: app/modules/web/themes/material-blue/views/config/mail.inc:66 +msgid "Server" +msgstr "Server" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:174 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:176 +msgid "LDAP parameters are not set" +msgstr "LDAP parameters are not set" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:256 +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:262 +#, fuzzy +msgid "Connection error (BIND)" +msgstr "Connection error (BIND)" + +#: lib/SP/Providers/Auth/Ldap/LdapConnection.php:326 +#, fuzzy +msgid "Error while disconnecting from LDAP server" +msgstr "Error while disconnecting from LDAP server" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:112 +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:153 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:112 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:154 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:110 +msgid "User in group verified" +msgstr "User in group verified" + +#: lib/SP/Providers/Auth/Ldap/LdapMsAds.php:143 +#: lib/SP/Providers/Auth/Ldap/LdapMsAzureAd.php:144 +#: lib/SP/Providers/Auth/Ldap/LdapStd.php:142 +msgid "User does not belong to the group" +msgstr "User does not belong to the group" + +#: lib/SP/Providers/Mail/MailHandler.php:157 +#: lib/SP/Providers/Mail/MailHandler.php:159 +msgid "Performed by: %s (%s)" +msgstr "Performed by: %s (%s)" + +#: lib/SP/Providers/Mail/MailHandler.php:162 +msgid "IP Address: %s" +msgstr "IP Address: %s" + +#: lib/SP/Providers/Mail/MailProvider.php:91 +msgid "Unable to initialize" +msgstr "初期化できませんでした" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:77 +msgid "Error while saving file" +msgstr "ファイルの保存時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:279 +msgid "Error while deleting the file" +msgstr "ファイルの削除にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountFileRepository.php:302 +#: lib/SP/Services/Account/AccountFileService.php:145 +msgid "Error while deleting the files" +msgstr "ファイルの削除にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:143 +msgid "Error while updating history" +msgstr "ファイル履歴の更新にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:162 +#: lib/SP/Repositories/Account/AccountRepository.php:321 +#: lib/SP/Services/Account/AccountHistoryService.php:192 +msgid "Error while deleting the account" +msgstr "アカウントの削除にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:292 +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:315 +#: lib/SP/Repositories/Account/AccountRepository.php:501 +#: lib/SP/Services/Account/AccountService.php:640 +msgid "Error while deleting the accounts" +msgstr "アカウント削除時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountHistoryRepository.php:436 +#: lib/SP/Repositories/Account/AccountRepository.php:235 +#: lib/SP/Repositories/Account/AccountRepository.php:260 +#: lib/SP/Repositories/User/UserRepository.php:165 +#: lib/SP/Services/Account/AccountHistoryService.php:233 +#: lib/SP/Services/User/UserService.php:331 +msgid "Error while updating the password" +msgstr "パスワードの更新時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountRepository.php:200 +msgid "Error while creating the account" +msgstr "アカウント作成時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountRepository.php:301 +#: lib/SP/Services/Account/AccountService.php:606 +msgid "Error on restoring the account" +msgstr "アカウント復元時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountRepository.php:382 +#: lib/SP/Repositories/Account/AccountRepository.php:431 +msgid "Error while updating the account" +msgstr "アカウント更新時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountRepository.php:451 +#: lib/SP/Repositories/Account/AccountRepository.php:623 +#: lib/SP/Services/Account/AccountHistoryService.php:75 +msgid "Error while retrieving account's data" +msgstr "アカウントのデータ復元時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:71 +msgid "Error while adding favorite" +msgstr "お気に入り追加時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToFavoriteRepository.php:91 +msgid "Error while deleting favorite" +msgstr "お気に入り解除時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:94 +msgid "Error while removing the account's tags" +msgstr "タグを外す時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToTagRepository.php:115 +msgid "Error while adding the account's tags" +msgstr "タグを追加する時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:106 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:139 +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:191 +msgid "Error while deleting the account's groups" +msgstr "グループへの追加時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToUserGroupRepository.php:164 +msgid "Error while updating the secondary groups" +msgstr "グループからの解除時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:76 +#: lib/SP/Repositories/Account/AccountToUserRepository.php:132 +msgid "Error while deleting the account users" +msgstr "ユーザーの解除時にエラーが発生しました" + +#: lib/SP/Repositories/Account/AccountToUserRepository.php:103 +msgid "Error while updating the account users" +msgstr "ユーザーの更新時にエラーが発生しました" + +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:221 +#: lib/SP/Repositories/AuthToken/AuthTokenRepository.php:309 +msgid "The authorization already exist" +msgstr "すでに許可されています" + +#: lib/SP/Repositories/Category/CategoryRepository.php:58 +msgid "Duplicated category" +msgstr "このカテゴリーはすでに存在します" + +#: lib/SP/Repositories/Category/CategoryRepository.php:68 +msgid "Error while creating the category" +msgstr "カテゴリー追加時にエラーが発生しました" + +#: lib/SP/Repositories/Category/CategoryRepository.php:107 +msgid "Duplicated category name" +msgstr "このカテゴリー名はすでに存在します" + +#: lib/SP/Repositories/Category/CategoryRepository.php:125 +msgid "Error while updating the category" +msgstr "カテゴリーの更新時にエラーが発生しました" + +#: lib/SP/Repositories/Category/CategoryRepository.php:253 +msgid "Error while deleting the categories" +msgstr "カテゴリーの削除時にエラーが発生しました" + +#: lib/SP/Repositories/Category/CategoryRepository.php:275 +msgid "Error while deleting the category" +msgstr "カテゴリーの削除時にエラーが発生しました" + +#: lib/SP/Repositories/Client/ClientRepository.php:62 +#: lib/SP/Repositories/Client/ClientRepository.php:116 +msgid "Duplicated client" +msgstr "すでにこのクライアントは存在しています" + +#: lib/SP/Repositories/Client/ClientRepository.php:80 +msgid "Error while creating the client" +msgstr "クライアント作成時にエラーが発生しました" + +#: lib/SP/Repositories/Client/ClientRepository.php:136 +msgid "Error while updating the client" +msgstr "クライアント更新時にエラーが発生しました" + +#: lib/SP/Repositories/Client/ClientRepository.php:264 +#: lib/SP/Services/Client/ClientService.php:127 +msgid "Error while deleting the clients" +msgstr "クライアントの削除時にエラーが発生しました" + +#: lib/SP/Repositories/Client/ClientRepository.php:283 +msgid "Error while deleting the client" +msgstr "クライアントの削除時にエラーが発生しました" + +#: lib/SP/Repositories/Client/ClientRepository.php:345 +msgid "Wrong filter" +msgstr "Wrong filter" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:75 +msgid "Error while creating the custom field" +msgstr "カスタフィールドの作成時にエラーが発生しました" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:118 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:165 +#: lib/SP/Services/CustomField/CustomFieldDefService.php:193 +msgid "Error while updating the custom field" +msgstr "カスタムフィールドの更新時にエラーが発生しました" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:159 +msgid "Custom field not found" +msgstr "カスタムフィ-ルドが存在しません" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:239 +msgid "Error while removing the custom fields" +msgstr "かスタムフィールドの削除時にエラーが発生しました" + +#: lib/SP/Repositories/CustomField/CustomFieldDefRepository.php:259 +msgid "Error while removing the custom field" +msgstr "カスタムフィールドの削除時にエラーが発生しました" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:61 +#, fuzzy +msgid "Error while creating the field type" +msgstr "Error while creating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:97 +#, fuzzy +msgid "Error while updating the field type" +msgstr "Error while updating the field type" + +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:179 +#: lib/SP/Repositories/CustomField/CustomFieldTypeRepository.php:198 +#, fuzzy +msgid "Error while deleting the field type" +msgstr "Error while deleting the field type" + +#: lib/SP/Repositories/EventLog/EventlogRepository.php:53 +#, fuzzy +msgid "Error while clearing the event log out" +msgstr "Error while clearing the event log out" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:76 +msgid "Error while creating the permission" +msgstr "言言の設定j" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:115 +msgid "Error while updating the permission" +msgstr "権限の設定時にエラーが発生しました" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:134 +msgid "Error while removing the permission" +msgstr "権限の解除時にエラーが発生しました" + +#: lib/SP/Repositories/ItemPreset/ItemPresetRepository.php:259 +msgid "Error while removing the permissions" +msgstr "権限の解除時にエラーが発生しました" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:79 +msgid "Error while adding the notification" +msgstr "通知を追加する時にエラーが発生しました" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:119 +#: lib/SP/Repositories/Notification/NotificationRepository.php:478 +msgid "Error while updating the notification" +msgstr "通知を更新する時にエラーが発生しました" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:138 +#: lib/SP/Repositories/Notification/NotificationRepository.php:157 +msgid "Error while deleting the notification" +msgstr "通知の削除時にエラーが発生しました" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:180 +#: lib/SP/Repositories/Notification/NotificationRepository.php:303 +#: lib/SP/Services/Notification/NotificationService.php:140 +#: lib/SP/Services/Notification/NotificationService.php:159 +msgid "Error while deleting the notifications" +msgstr "通知の削除時にエラーが発生しました" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:213 +#, fuzzy +msgid "Error while retrieving notification" +msgstr "Error while retrieving notification" + +#: lib/SP/Repositories/Notification/NotificationRepository.php:243 +#: lib/SP/Repositories/Notification/NotificationRepository.php:515 +#: lib/SP/Repositories/Notification/NotificationRepository.php:548 +#: lib/SP/Repositories/Notification/NotificationRepository.php:582 +#: lib/SP/Repositories/Notification/NotificationRepository.php:615 +#, fuzzy +msgid "Error while retrieving the notifications" +msgstr "Error while retrieving the notifications" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:69 +msgid "Error while adding the plugin" +msgstr "プラグイン追加時にエラーが発生しました" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:105 +#: lib/SP/Repositories/Plugin/PluginRepository.php:353 +#: lib/SP/Repositories/Plugin/PluginRepository.php:373 +#: lib/SP/Repositories/Plugin/PluginRepository.php:393 +#: lib/SP/Repositories/Plugin/PluginRepository.php:413 +#: lib/SP/Repositories/Plugin/PluginRepository.php:432 +msgid "Error while updating the plugin" +msgstr "プラグイン更新時にエラーが発生しました" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:216 +#: lib/SP/Services/Plugin/PluginService.php:137 +msgid "Error while deleting the plugins" +msgstr "プラグイン削除時にエラーが発生しました" + +#: lib/SP/Repositories/Plugin/PluginRepository.php:236 +msgid "Error while deleting the plugin" +msgstr "プラグイン削除時にエラーが発生しました" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:63 +msgid "Error while removing the link" +msgstr "関連するアカウント削除時にエラーが発生しました" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:255 +msgid "Link already created" +msgstr "このアカウントはすでに追加済みです" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:282 +msgid "Error while creating the link" +msgstr "関連するアカウント削除時にエラーが発生しました" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:341 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:389 +msgid "Error while updating the link" +msgstr "関連するアカウント更新時にエラーが発生しました" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:424 +#, fuzzy +msgid "Error while renewing link" +msgstr "Error while renewing link" + +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:466 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:507 +#: lib/SP/Repositories/PublicLink/PublicLinkRepository.php:528 +#, fuzzy +msgid "Error while retrieving the link" +msgstr "Error while retrieving the link" + +#: lib/SP/Repositories/Tag/TagRepository.php:60 +#: lib/SP/Repositories/Tag/TagRepository.php:108 +msgid "Duplicated tag" +msgstr "このタグはすでに追加されています" + +#: lib/SP/Repositories/Tag/TagRepository.php:69 +msgid "Error while creating the tag" +msgstr "タグ作成時にエラーが発生しました" + +#: lib/SP/Repositories/Tag/TagRepository.php:118 +msgid "Error while updating the tag" +msgstr "タグ更新時にエラーが発生しました" + +#: lib/SP/Repositories/Tag/TagRepository.php:243 +#: lib/SP/Services/Tag/TagService.php:126 +msgid "Error while removing the tags" +msgstr "タグ削除時にエラーが発生しました" + +#: lib/SP/Repositories/Tag/TagRepository.php:262 +msgid "Error while removing the tag" +msgstr "タグ削除時にエラーが発生しました" + +#: lib/SP/Repositories/Track/TrackRepository.php:68 +#, fuzzy +msgid "Error while creating track" +msgstr "Error while creating track" + +#: lib/SP/Repositories/Track/TrackRepository.php:85 +#, fuzzy +msgid "Error while removing the track" +msgstr "Error while removing the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:102 +#, fuzzy +msgid "Error while updating the track" +msgstr "Error while updating the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:118 +#, fuzzy +msgid "Error while clearing tracks out" +msgstr "Error while clearing tracks out" + +#: lib/SP/Repositories/Track/TrackRepository.php:146 +#, fuzzy +msgid "Error while retrieving the track" +msgstr "Error while retrieving the track" + +#: lib/SP/Repositories/Track/TrackRepository.php:169 +#: lib/SP/Repositories/Track/TrackRepository.php:202 +#, fuzzy +msgid "Error while retrieving the tracks" +msgstr "Error while retrieving the tracks" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:86 +#, fuzzy +msgid "Error while generating the recovering hash" +msgstr "Error while generating the recovering hash" + +#: lib/SP/Repositories/User/UserPassRecoverRepository.php:112 +msgid "Error while checking hash" +msgstr "ハッシュチェック" + +#: lib/SP/Repositories/User/UserRepository.php:63 +#: lib/SP/Repositories/User/UserRepository.php:430 +msgid "Duplicated user login/email" +msgstr "Duplicated user login/email" + +#: lib/SP/Repositories/User/UserRepository.php:100 +#: lib/SP/Repositories/User/UserRepository.php:677 +#: lib/SP/Services/User/UserService.php:310 +msgid "Error while updating the user" +msgstr "ユーザーの更新時にエラーが発生しました" + +#: lib/SP/Repositories/User/UserRepository.php:184 +msgid "Error while deleting the user" +msgstr "ユーザーの削除時にエラーが発生しました" + +#: lib/SP/Repositories/User/UserRepository.php:234 +#: lib/SP/Repositories/User/UserRepository.php:551 +#, fuzzy +msgid "Error while retrieving the user's data" +msgstr "Error while retrieving the user's data" + +#: lib/SP/Repositories/User/UserRepository.php:353 +#: lib/SP/Services/User/UserService.php:209 +msgid "Error while deleting the users" +msgstr "ユーザーの削除時にエラーが発生しました" + +#: lib/SP/Repositories/User/UserRepository.php:474 +msgid "Error while creating the user" +msgstr "ユーザーの作成時にエラーが発生しました" + +#: lib/SP/Repositories/User/UserRepository.php:697 +msgid "Error while updating the preferences" +msgstr "設定の更新時にエラーが発生しました" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:62 +msgid "Error while deleting the group" +msgstr "グループの削除時にエラーが発生しました" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:306 +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:351 +msgid "Duplicated group name" +msgstr "この名前のグループはすでに存在しています" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:315 +msgid "Error while creating the group" +msgstr "グループ作成時にエラーが発生しました" + +#: lib/SP/Repositories/UserGroup/UserGroupRepository.php:361 +msgid "Error while updating the group" +msgstr "グループの更新時にエラーが発生しました" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:108 +msgid "Error while deleting the group users" +msgstr "グループの削除時にエラーが発生しました" + +#: lib/SP/Repositories/UserGroup/UserToUserGroupRepository.php:140 +msgid "Error while setting users in the group" +msgstr "グループへユーザーを追加する時にエラーが発生しました" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:79 +msgid "Error while removing the profile" +msgstr "プロファイルの削除時にエラーが発生しました" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:181 +#: lib/SP/Services/UserProfile/UserProfileService.php:114 +msgid "Error while removing the profiles" +msgstr "プロファイルの削除時にエラーが発生しました" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:230 +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:275 +msgid "Duplicated profile name" +msgstr "この名前のプロファイルはすでに存在します" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:239 +msgid "Error while creating the profile" +msgstr "プロファイルの作成時にエラーが発生しました" + +#: lib/SP/Repositories/UserProfile/UserProfileRepository.php:288 +#: lib/SP/Services/UserProfile/UserProfileService.php:141 +msgid "Error while updating the profile" +msgstr "プロファイルの更新時にエラーが発生しました" + +#: lib/SP/Services/Account/AccountCryptService.php:71 +#: lib/SP/Services/Account/AccountCryptService.php:78 +#: lib/SP/Services/Account/AccountCryptService.php:140 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:67 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:75 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:83 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:108 +msgid "Update Master Password" +msgstr "マスターパスワードの更新" + +#: lib/SP/Services/Account/AccountCryptService.php:91 +msgid "Error while updating the accounts' passwords" +msgstr "パスワードの更新時にエラーが発生しました" + +#: lib/SP/Services/Account/AccountCryptService.php:117 +msgid "Error while retrieving the accounts' passwords" +msgstr "パスワードの復元時にエラーが発生しました" + +#: lib/SP/Services/Account/AccountCryptService.php:141 +msgid "Accounts updated: %d / %d" +msgstr "更新済みのアカウント: %d / %d" + +#: lib/SP/Services/Account/AccountCryptService.php:150 +msgid "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" +msgstr "Updated accounts: %d / %d - %d%% - ETA: %ds (%.2f/s)" + +#: lib/SP/Services/Account/AccountCryptService.php:160 +msgid "The record's master password does not match" +msgstr "データベース上のマスターパスワードのハッシュ値と一致しません" + +#: lib/SP/Services/Account/AccountCryptService.php:185 +#: lib/SP/Services/Account/AccountCryptService.php:190 +msgid "Error while updating the account's password" +msgstr "パスワードの更新時にエラーが発生しました" + +#: lib/SP/Services/Account/AccountCryptService.php:196 +msgid "Errors" +msgstr "エラー" + +#: lib/SP/Services/Account/AccountCryptService.php:214 +#: lib/SP/Services/Account/AccountCryptService.php:221 +msgid "Update Master Password (H)" +msgstr "マスターパスワードの変更履歴" + +#: lib/SP/Services/Account/AccountCryptService.php:237 +msgid "Error while updating the accounts' passwords in history" +msgstr "パスワード履歴の更新時にエラーが発生しました" + +#: lib/SP/Services/Account/AccountFileService.php:164 +msgid "File not found" +msgstr "ファイルが存在しません" + +#: lib/SP/Services/Account/AccountService.php:163 +#: lib/SP/Services/Account/AccountService.php:623 +msgid "Account not found" +msgstr "アカウントが存在しません" + +#: lib/SP/Services/Account/AccountService.php:233 +msgid "Master password not set" +msgstr "マスターパスワ-ドが入力されていません" + +#: lib/SP/Services/Account/AccountService.php:296 +#: lib/SP/Services/Account/AccountService.php:696 +#: lib/SP/Services/Account/AccountService.php:751 +msgid "The account doesn't exist" +msgstr "アカウントが存在しません" + +#: lib/SP/Services/Api/ApiRequest.php:79 lib/SP/Services/Api/ApiRequest.php:113 +#: lib/SP/Services/Api/ApiService.php:231 +msgid "Invalid data" +msgstr "Invalid data" + +#: lib/SP/Services/Api/ApiRequest.php:88 +msgid "Invalid format" +msgstr "Invalid format" + +#: lib/SP/Services/Api/ApiService.php:152 +msgid "Wrong parameters" +msgstr "Wrong parameters" + +#: lib/SP/Services/Auth/LoginService.php:161 +#: lib/SP/Services/Auth/LoginService.php:487 +#: lib/SP/Services/Auth/LoginService.php:497 +#: lib/SP/Services/Auth/LoginService.php:617 +#: lib/SP/Services/Auth/LoginService.php:625 +#: lib/SP/Services/Auth/LoginService.php:667 +#: lib/SP/Services/Auth/LoginService.php:675 +msgid "Wrong login" +msgstr "Wrong login" + +#: lib/SP/Services/Auth/LoginService.php:229 +#: lib/SP/Services/Auth/LoginService.php:236 +msgid "User disabled" +msgstr "ユーザーを無効化" + +#: lib/SP/Services/Auth/LoginService.php:288 +msgid "Using temporary password" +msgstr "仮パスワードを利用する" + +#: lib/SP/Services/Auth/LoginService.php:301 +#: lib/SP/Services/Auth/LoginService.php:307 +#: lib/SP/Services/Auth/LoginService.php:327 +#: lib/SP/Services/Auth/LoginService.php:333 +msgid "Wrong master password" +msgstr "マスターパスワードが一致しません" + +#: lib/SP/Services/Auth/LoginService.php:349 +msgid "Your previous password is needed" +msgstr "前のマスターパスワードが必要です" + +#: lib/SP/Services/Auth/LoginService.php:361 +msgid "The Master Password either is not saved or is wrong" +msgstr "" +"マスターパスワードが未設定か入力されたマスターパスワ-ドが間違っています" + +#: lib/SP/Services/Auth/LoginService.php:483 +#: lib/SP/Services/Auth/LoginService.php:561 +msgid "LDAP Server" +msgstr "LDAP Server" + +#: lib/SP/Services/Auth/LoginService.php:505 +#: lib/SP/Services/Auth/LoginService.php:513 +msgid "Account expired" +msgstr "有効期限" + +#: lib/SP/Services/Auth/LoginService.php:521 +#: lib/SP/Services/Auth/LoginService.php:529 +msgid "User has no associated groups" +msgstr "ユーザーはどのグループにも属していません" + +#: lib/SP/Services/Auth/LoginService.php:657 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:12 +msgid "Authentication" +msgstr "Authentication(認証)" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:139 +#: lib/SP/Services/AuthToken/AuthTokenService.php:277 +#: lib/SP/Services/AuthToken/AuthTokenService.php:291 +msgid "Token not found" +msgstr "トークンがありません" + +#: lib/SP/Services/AuthToken/AuthTokenService.php:158 +msgid "Error while removing the tokens" +msgstr "トークン削除時にエラーが発生しました" + +#: lib/SP/Services/Backup/FileBackupService.php:100 +msgid "Make Backup" +msgstr "バックアップの作成" + +#: lib/SP/Services/Backup/FileBackupService.php:107 +#, fuzzy +msgid "Error while doing the backup in compatibility mode" +msgstr "Error while doing the backup in compatibility mode" + +#: lib/SP/Services/Backup/FileBackupService.php:118 +msgid "Error while doing the backup" +msgstr "バックアップ作成時にエラーが発生しました" + +#: lib/SP/Services/Backup/FileBackupService.php:139 +msgid "Unable to create the backups directory (\"%s\")" +msgstr "このディレクトリにはバックアップを作成できません (\"%s\")" + +#: lib/SP/Services/Backup/FileBackupService.php:144 +msgid "Please, check the backup directory permissions" +msgstr "“backup”ディレクトリのパーミッションを確認してください" + +#: lib/SP/Services/Backup/FileBackupService.php:218 +msgid "Copying database" +msgstr "データベースのコピー" + +#: lib/SP/Services/Backup/FileBackupService.php:350 +#: lib/SP/Services/Backup/FileBackupService.php:374 +msgid "Copying application" +msgstr "アプリケーションのコピー" + +#: lib/SP/Services/Backup/FileBackupService.php:369 +msgid "This operation is only available on Linux environments" +msgstr "この操作はLinux以外の環境ではできません" + +#: lib/SP/Services/Category/CategoryService.php:77 +#: lib/SP/Services/Category/CategoryService.php:98 +#: lib/SP/Services/Category/CategoryService.php:115 +msgid "Category not found" +msgstr "カテゴリーが存在しません" + +#: lib/SP/Services/Category/CategoryService.php:134 +msgid "Error while deleting categories" +msgstr "カテゴリー削除時にエラーが発生しました" + +#: lib/SP/Services/Client/ClientService.php:76 +#: lib/SP/Services/Client/ClientService.php:95 +#: lib/SP/Services/Client/ClientService.php:110 +msgid "Client not found" +msgstr "クライアントが存在しません" + +#: lib/SP/Services/Config/ConfigBackupService.php:115 +#: lib/SP/Services/Config/ConfigBackupService.php:122 +msgid "Unable to restore the configuration" +msgstr "設定を復元することはできません" + +#: lib/SP/Services/Config/ConfigService.php:68 +#: lib/SP/Services/Config/ConfigService.php:153 +msgid "Parameter not found (%s)" +msgstr "Parameter not found (%s)" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:103 +msgid "Generate temporary password" +msgstr "仮パスワードを発行する" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:110 +msgid "Error while generating the temporary password" +msgstr "仮パスワードの発行時にエラーが発生しました" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:131 +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:181 +msgid "Temporary password expired" +msgstr "仮パスワードの有効期限" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:160 +#, fuzzy +msgid "Error while checking the temporary password" +msgstr "Error while checking the temporary password" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:213 +msgid "Master Password %s" +msgstr "マスターパスワード %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:233 +msgid "" +"A new sysPass master password has been generated, so next time you log into " +"the application it will be requested." +msgstr "" +"マスターパスワードが変更されました。次回ログイン時に新しいマスターパスワード" +"の入力が必要になります。" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:234 +msgid "The new Master Password is: %s" +msgstr "新しいマスターパスワードは %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:235 +msgid "This password will be valid until: %s" +msgstr "このパスワードの有効期限は%sです" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:236 +msgid "Please, don't forget to log in as soon as possible to save the changes." +msgstr "パスワード変更後はできるだけすみやかに再度ログインしてください。" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:68 +msgid "There aren't any data from custom fields" +msgstr "カスタムフィールドは存在しません" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:76 +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:84 +msgid "Updating encrypted data" +msgstr "Updating encrypted data" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:109 +msgid "Records updated" +msgstr "Records updated" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:110 +msgid "Records not updated" +msgstr "Records not updated" + +#: lib/SP/Services/CustomField/CustomFieldCryptService.php:136 +msgid "Error while updating the custom fields data" +msgstr "カスタムフィールドの更新時にエラーが発生しました" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:109 +msgid "Field not found" +msgstr "フィールドが見つかりませんでした" + +#: lib/SP/Services/CustomField/CustomFieldDefService.php:130 +msgid "Error while deleting the fields" +msgstr "フィールドの削除時にエラーが発生しました" + +#: lib/SP/Services/CustomField/CustomFieldTypeService.php:84 +msgid "Field type not found" +msgstr "Field type not found" + +#: lib/SP/Services/Export/XmlExportService.php:125 +#: lib/SP/Storage/File/FileCacheBase.php:98 +msgid "Unable to create the directory (%s)" +msgstr "ディレクトリーが作成できませんでした (%s)" + +#: lib/SP/Services/Export/XmlExportService.php:199 +msgid "Error while exporting" +msgstr "エクスポート時にエラーが発生しました" + +#: lib/SP/Services/Export/XmlExportService.php:266 +msgid "Exporting categories" +msgstr "カテゴリーをエクスポート中" + +#: lib/SP/Services/Export/XmlExportService.php:378 +msgid "Exporting clients" +msgstr "クライアントをエクスポート中" + +#: lib/SP/Services/Export/XmlExportService.php:424 +msgid "Exporting tags" +msgstr "タグをエクスポート中" + +#: lib/SP/Services/Export/XmlExportService.php:468 +msgid "Exporting accounts" +msgstr "アカウントをエクスポート中" + +#: lib/SP/Services/Export/XmlExportService.php:578 +msgid "Error while creating the XML file" +msgstr "XMLファイルを作成中" + +#: lib/SP/Services/Export/XmlVerifyService.php:110 +#: lib/SP/Services/Import/XmlFileImport.php:81 +msgid "Unable to process the XML file" +msgstr "XMLファイルを作成できません" + +#: lib/SP/Services/Export/XmlVerifyService.php:181 +#: lib/SP/Services/Import/SyspassImport.php:177 +#, fuzzy +msgid "Error while checking integrity hash" +msgstr "Error while checking integrity hash" + +#: lib/SP/Services/Export/XmlVerifyService.php:198 +#: lib/SP/Services/Export/XmlVerifyService.php:228 +#: lib/SP/Services/Import/SyspassImport.php:125 +#: lib/SP/Services/Import/SyspassImport.php:149 +msgid "Wrong encryption password" +msgstr "Wrong encryption password" + +#: lib/SP/Services/Import/CsvImport.php:50 +msgid "Detected format: %s" +msgstr "Detected format: %s" + +#: lib/SP/Services/Import/CsvImportBase.php:130 +#: lib/SP/Services/Import/CsvImportBase.php:180 +msgid "Wrong number of fields (%d)" +msgstr "Wrong number of fields (%d)" + +#: lib/SP/Services/Import/CsvImportBase.php:132 +#: lib/SP/Services/Import/CsvImportBase.php:182 +msgid "Please, check the CSV file format in line %s" +msgstr "CSV ファイルの%s行目のフォーマットが破損しています" + +#: lib/SP/Services/Import/CsvImportBase.php:162 +#: lib/SP/Services/Import/KeepassImport.php:103 +#: lib/SP/Services/Import/SyspassImport.php:388 +msgid "Account imported" +msgstr "アカウントをインポートしました" + +#: lib/SP/Services/Import/CsvImportBase.php:170 +msgid "Error while importing the account" +msgstr "アカウントのインポート時にエラーが発生しました" + +#: lib/SP/Services/Import/CsvImportBase.php:171 +msgid "Error while processing line" +msgstr "処理中にエラーが発生しました" + +#: lib/SP/Services/Import/FileImport.php:83 +msgid "File successfully uploaded" +msgstr "ファイルのアップロードが完了しました" + +#: lib/SP/Services/Import/FileImport.php:85 +msgid "Please check the web server user permissions" +msgstr "webサーバーの所有者権限設定を確認してください" + +#: lib/SP/Services/Import/FileImport.php:108 +msgid "Please, check PHP configuration for upload files" +msgstr "ファイルアップロードに関するPHP設定を確認してください" + +#: lib/SP/Services/Import/ImportService.php:96 +msgid "Mime type not supported (\"%s\")" +msgstr "このMIME Typeはサポートしていません(“%s”)" + +#: lib/SP/Services/Import/ImportService.php:98 +msgid "Please, check the file format" +msgstr "ファイルのフォーマットを確認してください" + +#: lib/SP/Services/Import/ImportTrait.php:107 +msgid "Category Id not set. Unable to import account." +msgstr "" +"カテゴリーIDが設定されていないためアカウントをインポートできませんでした。" + +#: lib/SP/Services/Import/ImportTrait.php:111 +msgid "Client Id not set. Unable to import account." +msgstr "" +"クライアントIDが設定されていないためアカウントをインポートできませんでした。" + +#: lib/SP/Services/Import/KeepassImport.php:58 +msgid "KeePass XML Import" +msgstr "KeePassのXMLファイルをインポートする" + +#: lib/SP/Services/Import/KeepassImport.php:91 +#: lib/SP/Services/Import/SyspassImport.php:212 +msgid "Category imported" +msgstr "カテゴリーをインポートしました" + +#: lib/SP/Services/Import/SyspassImport.php:59 +msgid "sysPass XML Import" +msgstr "sysPassのXMLファイルをインポートする" + +#: lib/SP/Services/Import/SyspassImport.php:70 +msgid "Encryption password not set" +msgstr "パスワードが設定されていません" + +#: lib/SP/Services/Import/SyspassImport.php:163 +msgid "Data unencrypted" +msgstr "データが暗号化されていません" + +#: lib/SP/Services/Import/SyspassImport.php:178 +msgid "" +"If you are importing an exported file from the same origin, the data could " +"be compromised." +msgstr "" +"異なるオリジンで生成されたデータをインポートするとデータが破損する場合があり" +"ます。" + +#: lib/SP/Services/Import/SyspassImport.php:251 +#: lib/SP/Services/Import/SyspassImport.php:291 +msgid "Client imported" +msgstr "クライアントをインポートしました" + +#: lib/SP/Services/Import/SyspassImport.php:327 +msgid "Tag imported" +msgstr "タグをインポートしました" + +#: lib/SP/Services/Import/XmlFileImport.php:105 +msgid "XML file not supported" +msgstr "XMLファイルに対応していません" + +#: lib/SP/Services/Import/XmlFileImport.php:107 +msgid "Unable to guess the application which data was exported from" +msgstr "" +"このデータをエクスポートしたアプリケーションの種類が判別できませんでした" + +#: lib/SP/Services/Import/XmlImport.php:98 +msgid "Format not detected" +msgstr "文法エラー" + +#: lib/SP/Services/Import/XmlImport.php:106 +msgid "Not implemented" +msgstr "Not implemented" + +#: lib/SP/Services/Import/XmlImportBase.php:107 +#: lib/SP/Services/Import/XmlImportTrait.php:78 +msgid "Invalid Method" +msgstr "Invalid Method" + +#: lib/SP/Services/Import/XmlImportBase.php:119 +#: lib/SP/Services/Import/XmlImportTrait.php:68 +msgid "Invalid XML format" +msgstr "Invalid XML format" + +#: lib/SP/Services/Import/XmlImportBase.php:121 +#: lib/SP/Services/Import/XmlImportTrait.php:70 +#, fuzzy +msgid "\"%s\" node doesn't exist" +msgstr "\"%s\" node doesn't exist" + +#: lib/SP/Services/Install/Installer.php:105 +msgid "Please, enter the admin username" +msgstr "adminユーザー名を入力してください" + +#: lib/SP/Services/Install/Installer.php:107 +msgid "Admin user to log into the application" +msgstr "アプリケーションにログインするための管理者ユーザー" + +#: lib/SP/Services/Install/Installer.php:112 +msgid "Please, enter the admin's password" +msgstr "adminユーザーのパスワードを入力してください" + +#: lib/SP/Services/Install/Installer.php:114 +msgid "Application administrator's password" +msgstr "アプリケーション管理者のパスワードを入力してください" + +#: lib/SP/Services/Install/Installer.php:119 +msgid "Please, enter the Master Password" +msgstr "マスターパスワードを入力してください" + +#: lib/SP/Services/Install/Installer.php:121 +msgid "Master password to encrypt the passwords" +msgstr "マスターパスワードにより全てのパスワードが暗号化された形で保存されます" + +#: lib/SP/Services/Install/Installer.php:126 +msgid "Master password too short" +msgstr "マスターパスワードが短すぎます" + +#: lib/SP/Services/Install/Installer.php:128 +msgid "The Master Password length need to be at least 11 characters" +msgstr "マスターパスワードは11文字以上にしてください" + +#: lib/SP/Services/Install/Installer.php:133 +msgid "Please, enter the database user" +msgstr "データベース接続のためのユーザー名を入力してください" + +#: lib/SP/Services/Install/Installer.php:135 +msgid "An user with database administrative rights" +msgstr "データベースの管理者権限を持つユーザー" + +#: lib/SP/Services/Install/Installer.php:140 +msgid "Please, enter the database password" +msgstr "データベース接続のためのパスワードを入力してください" + +#: lib/SP/Services/Install/Installer.php:142 +msgid "Database administrator's password" +msgstr "データベースの管理者権限を持つユーザーのパスワードを入力してください" + +#: lib/SP/Services/Install/Installer.php:147 +msgid "Please, enter the database name" +msgstr "データベース名を入力してください" + +#: lib/SP/Services/Install/Installer.php:149 +msgid "Application database name. eg. syspass" +msgstr "sysPassで利用するデータベースです(例: sysPass)" + +#: lib/SP/Services/Install/Installer.php:154 +msgid "Database name cannot contain \".\"" +msgstr "データベース名に「.」を含めることはできません" + +#: lib/SP/Services/Install/Installer.php:156 +msgid "Please, remove dots in database name" +msgstr "データベース名にピリオドを含めることはできません" + +#: lib/SP/Services/Install/Installer.php:161 +msgid "Please, enter the database server" +msgstr "データベースのホスト名を入力してください" + +#: lib/SP/Services/Install/Installer.php:163 +msgid "Server where the database will be installed" +msgstr "データベースがインストールされているサーバーのホスト名" + +#: lib/SP/Services/Install/Installer.php:318 +#: lib/SP/Services/Install/Installer.php:369 +msgid "Warn to developer" +msgstr "Warn to developer" + +#: lib/SP/Services/Install/Installer.php:359 +msgid "Error while creating 'admin' user" +msgstr "adminユーザー作成中にエラーが発生しました" + +#: lib/SP/Services/Install/MySQL.php:135 +msgid "Unable to check the sysPass user (%s)" +msgstr "ユーザーのチェック時中にエラーが発生しました(%s)" + +#: lib/SP/Services/Install/MySQL.php:137 +msgid "Please, check the DB connection user rights" +msgstr "データベースとのコネクションを確認してください" + +#: lib/SP/Services/Install/MySQL.php:181 +#, fuzzy +msgid "Error while creating the MySQL connection user '%s'" +msgstr "Error while creating the MySQL connection user '%s'" + +#: lib/SP/Services/Install/MySQL.php:201 +msgid "The database already exists" +msgstr "この名前のデータベースはすでに存在しています" + +#: lib/SP/Services/Install/MySQL.php:203 +msgid "Please, enter a new database or delete the existing one" +msgstr "異なるデータベース名を使用するか、既存のデータベースを削除してください" + +#: lib/SP/Services/Install/MySQL.php:213 lib/SP/Services/Install/MySQL.php:329 +#: lib/SP/Services/Install/MySQL.php:341 +msgid "Error while creating the DB ('%s')" +msgstr "データベース作成時にエラーが発生しました(%s)" + +#: lib/SP/Services/Install/MySQL.php:215 lib/SP/Services/Install/MySQL.php:239 +msgid "Please check the database user permissions" +msgstr "データベースのパーミッションを確認してください" + +#: lib/SP/Services/Install/MySQL.php:237 +msgid "Error while setting the database permissions ('%s')" +msgstr "データベースのパーミッション設定時にエラーが発生しました(%s)" + +#: lib/SP/Services/Install/MySQL.php:251 +msgid "The database does not exist" +msgstr "データベースが存在しません" + +#: lib/SP/Services/Install/MySQL.php:253 +msgid "You need to create it and assign the needed permissions" +msgstr "データベースに適切なパーミッションを持ったユーザーを作成してください" + +#: lib/SP/Services/Install/MySQL.php:309 +#, fuzzy +msgid "Error while selecting '%s' database (%s)" +msgstr "Error while selecting '%s' database (%s)" + +#: lib/SP/Services/Install/MySQL.php:311 +msgid "" +"Unable to use the database to create the structure. Please check the " +"permissions and it does not exist." +msgstr "" +"データベースの構築に失敗しました。適切なパーミッションが設定されているか確認" +"してください。" + +#: lib/SP/Services/Install/MySQL.php:331 +msgid "Error while creating database structure." +msgstr "データベース構築時にエラーが発生しました。" + +#: lib/SP/Services/Install/MySQL.php:365 +msgid "Please, try the installation again" +msgstr "もういちど最初からインストール作業を行ってください" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:84 +#: lib/SP/Services/ItemPreset/ItemPresetService.php:105 +msgid "Value not found" +msgstr "Value not found" + +#: lib/SP/Services/ItemPreset/ItemPresetService.php:188 +#, fuzzy +msgid "Error while deleting the values" +msgstr "Error while deleting the values" + +#: lib/SP/Services/Ldap/LdapImportService.php:107 +#: lib/SP/Services/Ldap/LdapImportService.php:188 +msgid "Objects found" +msgstr "Objects found" + +#: lib/SP/Services/Ldap/LdapImportService.php:132 +#: lib/SP/Services/Ldap/LdapImportService.php:221 +msgid "Imported from LDAP" +msgstr "LDAPをインポートしました" + +#: lib/SP/Services/Mail/MailService.php:66 +msgid "Mail test" +msgstr "メールのテスト" + +#: lib/SP/Services/Mail/MailService.php:67 +msgid "" +"This is a test email in order to verify that the configuration is working " +"right." +msgstr "" +"本メールはsysPassのメール設定が正しく機能しているかを確認するためのテストメー" +"ルです。" + +#: lib/SP/Services/Mail/MailService.php:186 +msgid "Mail service unavailable" +msgstr "メールは利用できません" + +#: lib/SP/Services/Notification/NotificationService.php:102 +#: lib/SP/Services/Notification/NotificationService.php:121 +#: lib/SP/Services/Notification/NotificationService.php:180 +#: lib/SP/Services/Notification/NotificationService.php:210 +msgid "Notification not found" +msgstr "通知はありません" + +#: lib/SP/Services/Plugin/PluginService.php:92 +#: lib/SP/Services/Plugin/PluginService.php:153 +#: lib/SP/Services/Plugin/PluginService.php:186 +#: lib/SP/Services/Plugin/PluginService.php:206 +#: lib/SP/Services/Plugin/PluginService.php:224 +#: lib/SP/Services/Plugin/PluginService.php:241 +#: lib/SP/Services/Plugin/PluginService.php:258 +#: lib/SP/Services/Plugin/PluginService.php:275 +msgid "Plugin not found" +msgstr "プラグインはありません" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:123 +#: lib/SP/Services/PublicLink/PublicLinkService.php:146 +#: lib/SP/Services/PublicLink/PublicLinkService.php:220 +#: lib/SP/Services/PublicLink/PublicLinkService.php:298 +#: lib/SP/Services/PublicLink/PublicLinkService.php:333 +#: lib/SP/Services/PublicLink/PublicLinkService.php:354 +msgid "Link not found" +msgstr "関連しているアカウントはありません" + +#: lib/SP/Services/PublicLink/PublicLinkService.php:239 +msgid "Error while removing the links" +msgstr "関連するアカウントを解除する時にエラーが発生しました" + +#: lib/SP/Services/Service.php:109 +msgid "Rollback" +msgstr "Rollback" + +#: lib/SP/Services/Service.php:115 +msgid "Unable to start a transaction" +msgstr "トランザクションを開始できません" + +#: lib/SP/Services/Service.php:133 lib/SP/Services/Service.php:140 +msgid "Error while retrieving master password from context" +msgstr "マスターパスワードの復元時にエラーが発生しました" + +#: lib/SP/Services/Service.php:160 lib/SP/Services/Service.php:164 +msgid "Error while setting master password in context" +msgstr "マスターパスワードの設定時にエラーが発生しました" + +#: lib/SP/Services/Tag/TagService.php:75 lib/SP/Services/Tag/TagService.php:94 +#: lib/SP/Services/Tag/TagService.php:111 +msgid "Tag not found" +msgstr "タグが見つかりません" + +#: lib/SP/Services/Task/TaskService.php:84 +msgid "Unable to create the lock file" +msgstr "ロックファイルが生成できません" + +#: lib/SP/Services/Task/TaskService.php:182 +msgid "Waiting for progress updating ..." +msgstr "アップデート中です、しばらくお待ちください…" + +#: lib/SP/Services/Track/TrackService.php:87 +#: lib/SP/Services/Track/TrackService.php:101 +#: lib/SP/Services/Track/TrackService.php:128 +msgid "Track not found" +msgstr "トラックがありません" + +#: lib/SP/Services/Track/TrackService.php:162 +msgid "Attempts exceeded (%d/%d)" +msgstr "Attempts exceeded (%d/%d)" + +#: lib/SP/Services/Track/TrackService.php:163 +msgid "Seconds" +msgstr "秒" + +#: lib/SP/Services/Track/TrackService.php:208 +msgid "IP address not set" +msgstr "IPアドレスがありません" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:69 +#: lib/SP/Services/Upgrade/UpgradeAppService.php:92 +msgid "Update Application" +msgstr "アプリケーションのアップデート" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:76 +msgid "Error while applying the application update" +msgstr "アプリケーションのアプデートを開始できませんでした" + +#: lib/SP/Services/Upgrade/UpgradeAppService.php:78 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:103 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:111 +msgid "Please, check the event log for more details" +msgstr "event logを確認してください" + +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:55 +#: lib/SP/Services/Upgrade/UpgradeAuthToken.php:85 +msgid "API authorizations update" +msgstr "API認証の更新" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:79 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:213 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:259 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:308 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:333 +msgid "Update Configuration" +msgstr "設定の更新" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:91 +msgid "Parameter" +msgstr "Parameter" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:130 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:134 +msgid "Error while updating the configuration" +msgstr "設定の更新時にエラーが発生しました" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:285 +msgid "MIME type set for this extension" +msgstr "この拡張子に設定されたMIME Type" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:286 +msgid "MIME type" +msgstr "MIME Type" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:287 +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:296 +msgid "Extension" +msgstr "Extension" + +#: lib/SP/Services/Upgrade/UpgradeConfigService.php:295 +msgid "MIME type not found for this extension" +msgstr "この拡張子に対応するMIME Typeが見つかりませんでした" + +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:57 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldData.php:88 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:60 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:111 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:170 +#: lib/SP/Services/Upgrade/UpgradeCustomFieldDefinition.php:202 +msgid "Custom fields update" +msgstr "カスタムフィールドの更新" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:94 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:125 +msgid "Update DB" +msgstr "データベースの更新" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:101 +#, fuzzy +msgid "Error while applying an auxiliary update" +msgstr "Error while applying an auxiliary update" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:109 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:180 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:184 +msgid "Error while updating the database" +msgstr "データベースの更新中にエラーが発生しました" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:157 +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:159 +msgid "Update file does not contain data" +msgstr "アップロードされたファイルにデータがありません" + +#: lib/SP/Services/Upgrade/UpgradeDatabaseService.php:190 +msgid "Database updating was completed successfully." +msgstr "データベースは正常に更新されました。" + +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:56 +#: lib/SP/Services/Upgrade/UpgradePublicLink.php:102 +msgid "Public links update" +msgstr "共有リンクの再発行" + +#: lib/SP/Services/User/UserPassService.php:257 +#: lib/SP/Services/User/UserService.php:123 +#: lib/SP/Services/User/UserService.php:154 +#: lib/SP/Services/User/UserService.php:173 +msgid "User does not exist" +msgstr "ユーザーが存在しません" + +#: lib/SP/Services/User/UserService.php:192 +msgid "User not found" +msgstr "ユーザーが見つかりません" + +#: lib/SP/Services/UserGroup/UserGroupService.php:80 +#: lib/SP/Services/UserGroup/UserGroupService.php:98 +#: lib/SP/Services/UserGroup/UserGroupService.php:187 +#: lib/SP/Services/UserGroup/UserToUserGroupService.php:57 +msgid "Group not found" +msgstr "グループが見つかりません" + +#: lib/SP/Services/UserGroup/UserGroupService.php:115 +msgid "Error while deleting the groups" +msgstr "グループ削除時にエラーが発生しました" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:66 +msgid "A request for changing your user password has been done." +msgstr "ユーザーパスワードの変更リクエストが完了しました。" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:68 +msgid "In order to complete the process, please go to this URL:" +msgstr "処理が完了しました。以下のURLにアクセスしてください:" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:72 +msgid "If you have not requested this action, please dismiss this message." +msgstr "この操作に見覚えがない場合はこのままこのメッセージを閉じてください。" + +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:87 +#: lib/SP/Services/UserPassRecover/UserPassRecoverService.php:155 +msgid "Wrong hash or expired" +msgstr "ハッシュが一致しないもしくは、有効期限切れです" + +#: lib/SP/Services/UserProfile/UserProfileService.php:65 +#: lib/SP/Services/UserProfile/UserProfileService.php:97 +msgid "Profile not found" +msgstr "プロファイルが見つかりません" + +#: lib/SP/Services/Wiki/DokuWikiApi.php:68 +msgid "Authentication error" +msgstr "認証エラー" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:196 +msgid "Error while doing the query" +msgstr "検索中にエラーが発生しました" + +#: lib/SP/Services/Wiki/DokuWikiApiBase.php:228 +#, fuzzy +msgid "Connection URL not set" +msgstr "Connection URL not set" + +#: lib/SP/Storage/Database/Database.php:131 +#, fuzzy +msgid "Blank query" +msgstr "Blank query" + +#: lib/SP/Storage/Database/Database.php:248 +msgid "Integrity constraint" +msgstr "Integrity constraint" + +#: lib/SP/Storage/Database/MySQLHandler.php:100 +#: lib/SP/Storage/Database/MySQLHandler.php:167 +msgid "Please, check the connection parameters" +msgstr "接続設定を確認してください" + +#: lib/SP/Storage/Database/QueryData.php:338 app/resources/strings.js.inc:26 +#, fuzzy +msgid "Error while querying" +msgstr "Error while querying" + +#: lib/SP/Storage/File/FileCachePacked.php:45 +#, fuzzy +msgid "Error while decompressing the file data (%s)" +msgstr "Error while decompressing the file data (%s)" + +#: lib/SP/Storage/File/FileCachePacked.php:51 +#, fuzzy +msgid "Error while retrieving the data" +msgstr "Error while retrieving the data" + +#: lib/SP/Storage/File/FileCachePacked.php:70 +#, fuzzy +msgid "Error while compressing the file data (%s)" +msgstr "Error while compressing the file data (%s)" + +#: lib/SP/Storage/File/FileHandler.php:76 +#: lib/SP/Storage/File/FileHandler.php:165 +#, fuzzy +msgid "Unable to read/write the file (%s)" +msgstr "Unable to read/write the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:101 +#, fuzzy +msgid "Unable to open the file (%s)" +msgstr "Unable to open the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:119 +#, fuzzy +msgid "Unable to obtain a lock (%s)" +msgstr "Unable to obtain a lock (%s)" + +#: lib/SP/Storage/File/FileHandler.php:134 +#: lib/SP/Storage/File/FileHandler.php:148 +#, fuzzy +msgid "Unable to read from file (%s)" +msgstr "Unable to read from file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:207 +#, fuzzy +msgid "Unable to close the file (%s)" +msgstr "Unable to close the file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:261 +#, fuzzy +msgid "Unable to write in file (%s)" +msgstr "Unable to write in file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:276 +msgid "File not found (%s)" +msgstr "ファイルが見つかりませんでした(%s)" + +#: lib/SP/Storage/File/FileHandler.php:301 +#: lib/SP/Storage/File/FileHandler.php:356 +#, fuzzy +msgid "Unable to read/write file (%s)" +msgstr "Unable to read/write file (%s)" + +#: lib/SP/Storage/File/FileHandler.php:328 +#, fuzzy +msgid "Unable to delete file (%s)" +msgstr "Unable to delete file (%s)" + +#: lib/SP/Storage/File/XmlHandler.php:89 lib/SP/Storage/File/XmlHandler.php:309 +msgid "XML node does not exist" +msgstr "XML node does not exist" + +#: lib/SP/Storage/File/XmlHandler.php:167 +msgid "There aren't any items to save" +msgstr "There aren't any items to save" + +#: lib/SP/Util/Connection.php:157 +msgid "Socket not initialized" +msgstr "Socket not initialized" + +#: lib/SP/Util/Connection.php:164 +#, fuzzy +msgid "Error while sending the data" +msgstr "Error while sending the data" + +#: lib/SP/Util/ErrorUtil.php:148 +msgid "Option unavailable" +msgstr "Option unavailable" + +#: lib/SP/Util/ErrorUtil.php:168 lib/SP/Util/ErrorUtil.php:175 +msgid "An exception occured" +msgstr "例外が発生しました" + +#: lib/SP/Util/ImageUtil.php:65 +msgid "Invalid image" +msgstr "Invalid image" + +#: app/resources/strings.js.inc:27 +msgid "There was an error" +msgstr "エラーが発生しました" + +#: app/resources/strings.js.inc:28 app/resources/strings.js.inc:86 +msgid "Session finished" +msgstr "セッションが終了しました" + +#: app/resources/strings.js.inc:29 +msgid "Delete account?" +msgstr "アカウントを削除しますか?" + +#: app/resources/strings.js.inc:30 +msgid "Delete user?" +msgstr "ユーザーを削除しますか?" + +#: app/resources/strings.js.inc:31 +msgid "You should save configuration in order to take effect" +msgstr "保存するまで、有効化されません。" + +#: app/resources/strings.js.inc:32 +msgid "Generated Password" +msgstr "パスワードを生成" + +#: app/resources/strings.js.inc:33 +msgid "High level" +msgstr "High level" + +#: app/resources/strings.js.inc:34 +#, fuzzy +msgid "Average level" +msgstr "Average level" + +#: app/resources/strings.js.inc:35 +msgid "Low level" +msgstr "Low level" + +#: app/resources/strings.js.inc:36 +msgid "Very High level" +msgstr "Very High level" + +#: app/resources/strings.js.inc:37 +msgid "You should use at least 8 characters" +msgstr "8文字以上にしてください" + +#: app/resources/strings.js.inc:38 +msgid "Delete item?" +msgstr "削除しますか?" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:22 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:31 +#: app/resources/strings.js.inc:39 +msgid "Page not found" +msgstr "Page not found" + +#: app/resources/strings.js.inc:41 +msgid "Delete file?" +msgstr "ファイルを削除しますか?" + +#: app/resources/strings.js.inc:42 +msgid "Your browser does not support HTML5 file uploads" +msgstr "お使いのブラウザはHTML5によるファイルアップロードに対応していません" + +#: app/resources/strings.js.inc:43 +msgid "Too many files" +msgstr "ファイルが多すぎます" + +#: app/resources/strings.js.inc:44 +msgid "File size not allowed" +msgstr "ファイルが大きすぎます" + +#: app/resources/strings.js.inc:45 +msgid "MIME type not allowed" +msgstr "このMIME Typeを許可されていません" + +#: app/resources/strings.js.inc:46 +msgid "Clear the event log out?" +msgstr "Event logをクリアしますか?" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:204 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:301 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:89 +#: app/modules/web/themes/material-blue/views/config/import.inc:59 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:262 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:84 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:54 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:152 +#: app/resources/strings.js.inc:47 +msgid "Select Group" +msgstr "グループを選択" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:180 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:114 +#: app/modules/web/themes/material-blue/views/config/import.inc:32 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:287 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:27 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:37 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:87 +#: app/resources/strings.js.inc:48 +msgid "Select User" +msgstr "ユーザーを選択" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:71 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:135 +#: app/resources/strings.js.inc:49 +msgid "Select Profile" +msgstr "プロファイルを選択" + +#: app/modules/web/themes/material-blue/views/account/account.inc:94 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:39 +#: app/resources/strings.js.inc:50 +msgid "Select Client" +msgstr "クライアントを選択" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:120 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:54 +#: app/resources/strings.js.inc:51 +msgid "Select Category" +msgstr "カテゴリーを選択" + +#: app/resources/strings.js.inc:52 +msgid "No results" +msgstr "結果なし" + +#: app/resources/strings.js.inc:53 +msgid "Password options" +msgstr "パスワードオプション" + +#: app/resources/strings.js.inc:54 +msgid "Generate random password" +msgstr "ランダムなパスワードを生成" + +#: app/resources/strings.js.inc:55 +msgid "Complexity" +msgstr "生成するパスワードの強度設定" + +#: app/resources/strings.js.inc:56 +msgid "Reset" +msgstr "リセット" + +#: app/resources/strings.js.inc:57 +msgid "Password strength level" +msgstr "パスワードの強度" + +#: app/resources/strings.js.inc:58 +msgid "Show Password" +msgstr "パスワードを表示" + +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:24 +#: app/resources/strings.js.inc:59 +msgid "Copy Username" +msgstr "ユーザー名をコピー" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/viewpass.inc:41 +#: app/resources/strings.js.inc:60 app/resources/actions.xml:199 +#: app/resources/actions.xml:271 +msgid "Copy Password" +msgstr "パスワードをコピー" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:84 +#: app/resources/strings.js.inc:61 +msgid "Include Numbers" +msgstr "数字" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:126 +#: app/resources/strings.js.inc:62 +msgid "Include Uppercase" +msgstr "大文字" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:112 +#: app/resources/strings.js.inc:63 +msgid "Include Symbols" +msgstr "記号" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:24 +#: app/resources/strings.js.inc:64 +msgid "Length" +msgstr "長さ" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:42 +#: app/resources/strings.js.inc:65 +msgid "Select Action" +msgstr "Select Action" + +#: app/resources/strings.js.inc:68 +msgid "Accept" +msgstr "Accept" + +#: app/resources/strings.js.inc:69 +msgid "Cancel" +msgstr "Cancel" + +#: app/resources/strings.js.inc:70 +msgid "Password Copied into Clipboard" +msgstr "パスワードをクリップボードへしました" + +#: app/resources/strings.js.inc:71 +msgid "Error while copying to clipboard" +msgstr "クリップボードへのコピーに失敗しました" + +#: app/resources/strings.js.inc:73 +msgid "Send notifies?" +msgstr "通知を送りますか?" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:160 +#: app/resources/strings.js.inc:74 app/resources/actions.xml:247 +msgid "Mark as Favorite" +msgstr "お気に入りに追加" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:150 +#: app/resources/strings.js.inc:75 app/resources/actions.xml:253 +msgid "Delete Favorite" +msgstr "お気に入りの解除" + +#: app/resources/strings.js.inc:76 +msgid "Clear Selection" +msgstr "選択したものをクリア" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:81 +#: app/resources/strings.js.inc:77 app/resources/actions.xml:241 +msgid "Show Favorites" +msgstr "お気に入りを表示" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:75 +#: app/resources/strings.js.inc:78 +msgid "Display All" +msgstr "全て表示" + +#: app/resources/strings.js.inc:81 +msgid "Now" +msgstr "Now" + +#: app/resources/strings.js.inc:82 +msgid "" +"This process will import the detected LDAP users. Would you like to continue?" +msgstr "検出されたLDAPユーザーをインポートしますか?" + +#: app/resources/strings.js.inc:83 +msgid "This action will reset all plugin data. Do you want to continue?" +msgstr "初期化すると戻せません、プラグインを初期化しますか?" + +#: app/resources/strings.js.inc:84 +msgid "This process could take some time long. Do you wish to continue?" +msgstr "この処理には時間がかかる場合があります、続行しますか?" + +#: app/resources/strings.js.inc:87 +msgid "Performing task. Please, do not close browser's window/tab." +msgstr "処理中です、この画面を閉じないでください。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:98 +#: app/resources/strings.js.inc:88 +msgid "Include Letters" +msgstr "英字" + +#: app/resources/strings.js.inc:89 +msgid "Cookies disabled. Application won't work properly." +msgstr "" +"ブラウザのcookieが無効になっています。無効に設定されているとアプリケーション" +"が正しく動作しないことがあります。" + +#: app/resources/strings.js.inc:90 +msgid "Clipboard not supported by your browser." +msgstr "お使いのブラウザはクリップボード機能をサポートしていません。" + +#: app/resources/strings.js.inc:91 +msgid "Performing auto-login" +msgstr "ログイン情報を記憶" + +#: app/resources/strings.js.inc:92 +msgid "There is a more recent version of {0} plugin ({1})" +msgstr "プラグイン「{0}」にアップデートがあります({1})" + +#: app/modules/web/themes/material-blue/views/main/update.inc:30 +#: app/resources/strings.js.inc:93 +msgid "Updated" +msgstr "最新のバージョンです" + +#: app/modules/web/themes/material-blue/views/main/update.inc:36 +#: app/resources/strings.js.inc:94 +msgid "Error while checking for updates" +msgstr "アップデート中時にエラーが発生しました" + +#: app/resources/strings.js.inc:95 +msgid "sysPass Notices" +msgstr "sysPass通知" + +#: app/resources/strings.js.inc:96 +msgid "Clear the tracks out?" +msgstr "trackをクリアしますか?" + +#: app/modules/web/themes/material-blue/views/_layouts/main.inc:21 +msgid "Javascript is needed in order to run correctly" +msgstr "Javascript is needed in order to run correctly" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:70 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:127 +msgid "User preferences" +msgstr "ユーザー設定" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:74 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:77 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:148 +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:151 +msgid "Sign Out" +msgstr "サインアウト" + +#: app/modules/web/themes/material-blue/views/_partials/fixed-header.inc:164 +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:53 +msgid "Demo" +msgstr "デモ" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "Tells whether the connection uses HTTPS or not." +msgstr "赤く表示される場合はHTTPS通信ではありません。" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:44 +msgid "" +"Passwords sent from forms are encrypted using PKI, the remain data don't." +msgstr "" +"ブラウザからサーバーに送信されるパスワードはすべてPKIで暗号化された後に送信さ" +"れますが、HTTPの場合はパスワード以外の情報だけはそのまま送信されます。HTTPSの" +"場合は全ての情報が暗号化されています。" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:66 +msgid "Help :: FAQ :: Changelog" +msgstr "Help :: FAQ :: Changelog" + +#: app/modules/web/themes/material-blue/views/_partials/footer.inc:70 +msgid "A cygnux.org project" +msgstr "A cygnux.org project" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:8 +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:12 +msgid "Special parameters" +msgstr "高度な検索" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:14 +msgid "" +"You could use either one or several special parameters separated by blank " +"spaces" +msgstr "" +"以下の検索クエリで高度な検索ができます、各クエリをスペースで区切ると複数条件" +"で検索できます。" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:16 +msgid "Search for accounts which 'login' has access rights" +msgstr "" +"‘login’というユーザー名のアカウントがアクセスできるアカウントを検索します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:17 +msgid "Get the accounts in which user login \"login\" is the owner" +msgstr "‘login’という名前のユーザーが作成したアカウントを検索します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:18 +msgid "Search for accounts which 'group_name' has access rights" +msgstr "" +"‘group_name’という名前のグループがアクセスできるアカウントが表示されます" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:19 +msgid "Get the accounts in which main group \"group_name\" is set" +msgstr "" +"‘group_name’という名前のグループをmain groupに設定しているアカウントを検索し" +"ます" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:20 +msgid "Search for accounts which contain a file with the name 'file_name'" +msgstr "‘file_name’という名前のファイルが存在するアカウントを表示します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:21 +msgid "Search for accounts by client name" +msgstr "’client_name’という名前のクライアントのアカウントを表示します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:22 +msgid "Search for accounts by category name" +msgstr "‘category_name’という名前のカテゴリーに属するアカウントを表示します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:23 +msgid "Returns the account for the given ID" +msgstr "‘account_id’に一致するアカウントを表示します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:24 +msgid "Search for accounts with expired password" +msgstr "有効期限の切れたアカウントを表示します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:25 +msgid "Get private accounts for current user" +msgstr "ログインしているユーザー自身のプライベートアカウントを検索します" + +#: app/modules/web/themes/material-blue/views/_partials/help_account_search.inc:26 +msgid "Operator for special parameters" +msgstr "高度な検索に使える検索クエリ" + +#: app/modules/web/themes/material-blue/views/_partials/no_records_found.inc:10 +#: app/modules/web/themes/material-blue/views/account/search-index.inc:19 +msgid "No records found" +msgstr "該当するものはありません" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:85 +#: app/modules/web/themes/material-blue/views/account/account.inc:180 +#: app/modules/web/themes/material-blue/views/account/account.inc:189 +#: app/modules/web/themes/material-blue/views/install/index.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:115 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:122 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/user_pass.inc:66 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:41 +msgid "Password (repeat)" +msgstr "Password (repeat)" + +#: app/modules/web/themes/material-blue/views/account/account-editpass.inc:109 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:147 +#: app/modules/web/themes/material-blue/views/account/account.inc:212 +#: app/modules/web/themes/material-blue/views/account/account.inc:305 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:254 +msgid "Select date" +msgstr "日付選択" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:19 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:140 +#: app/modules/web/themes/material-blue/views/account/account-history.inc:142 +#: app/modules/web/themes/material-blue/views/account/account.inc:297 +#: app/modules/web/themes/material-blue/views/account/account.inc:299 +msgid "History" +msgstr "履歴" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:28 +#: app/modules/web/themes/material-blue/views/account/account.inc:50 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:22 +msgid "Details" +msgstr "詳細" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:127 +#: app/modules/web/themes/material-blue/views/account/account-link.inc:78 +#: app/modules/web/themes/material-blue/views/account/account.inc:218 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:163 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:169 +msgid "Notes" +msgstr "Notes" + +#: app/modules/web/themes/material-blue/views/account/account-history.inc:160 +#: app/modules/web/themes/material-blue/views/account/account.inc:320 +#: app/modules/web/themes/material-blue/views/account/details.inc:32 +#: app/modules/web/themes/material-blue/views/account/details.inc:34 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:291 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:293 +msgid "Last Modification" +msgstr "最終編集" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:25 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:119 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:140 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:18 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:35 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:57 +msgid "Select Users" +msgstr "ユーザーを選択" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:35 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:39 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:107 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:111 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:127 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:176 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:70 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:53 +msgid "View" +msgstr "表示" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:97 +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:130 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:168 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:190 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:59 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-permission.inc:76 +msgid "Select Groups" +msgstr "グループを選択" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:228 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:182 +msgid "Private" +msgstr "プライベートアカウント" + +#: app/modules/web/themes/material-blue/views/account/account-permissions.inc:246 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:198 +msgid "Private for Group" +msgstr "プライベートグループアカウント" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:15 +msgid "Request Account Modification" +msgstr "アカウントの修正をリクエスト" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:52 +msgid "Request description" +msgstr "リクエストの概要" + +#: app/modules/web/themes/material-blue/views/account/account-request.inc:74 +msgid "Send" +msgstr "送信" + +#: app/modules/web/themes/material-blue/views/account/account.inc:40 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:133 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:21 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:214 +msgid "Permissions" +msgstr "Permissions(権限)" + +#: app/modules/web/themes/material-blue/views/account/account.inc:239 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:98 +msgid "Select Tags" +msgstr "タグを選択" + +#: app/modules/web/themes/material-blue/views/account/account.inc:288 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:26 +msgid "Select Account" +msgstr "アカウントを選択" + +#: app/modules/web/themes/material-blue/views/account/account.inc:328 +#: app/modules/web/themes/material-blue/views/account/account.inc:330 +#: app/modules/web/themes/material-blue/views/account/account.inc:334 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:193 +msgid "Public Link" +msgstr "共有リンク" + +#: app/modules/web/themes/material-blue/views/account/account.inc:342 +#: app/modules/web/themes/material-blue/views/account/account.inc:344 +#: app/modules/web/themes/material-blue/views/account/account.inc:348 +msgid "Direct Link" +msgstr "ダイレクトリンク" + +#: app/modules/web/themes/material-blue/views/account/details.inc:22 +#: app/modules/web/themes/material-blue/views/account/details.inc:24 +msgid "Date Added" +msgstr "追加日" + +#: app/modules/web/themes/material-blue/views/account/details.inc:60 +#: app/modules/web/themes/material-blue/views/account/details.inc:62 +msgid "Date Modified" +msgstr "日付を変更しました" + +#: app/modules/web/themes/material-blue/views/account/details.inc:68 +#: app/modules/web/themes/material-blue/views/account/details.inc:70 +msgid "Editor" +msgstr "Editor" + +#: app/modules/web/themes/material-blue/views/account/details.inc:78 +#: app/modules/web/themes/material-blue/views/account/details.inc:80 +msgid "Password Date" +msgstr "パスワード設定日時" + +#: app/modules/web/themes/material-blue/views/account/files.inc:37 +msgid "Drop files here (max. 5) or click to select" +msgstr "" +"ファイルをドラッグアンドドロップ(Max 5 files) / クリックしてファイルを選択" + +#: app/modules/web/themes/material-blue/views/account/files.inc:39 +msgid "Maximum file size: %d MB" +msgstr "最大ファイルサイズ: %d MB" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:35 +msgid "Search in Wiki" +msgstr "Wiki検索" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:84 +msgid "Open link to: %s" +msgstr "Open link to: %s" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:111 +msgid "Password Expired" +msgstr "パスワードの有効期限" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:125 +msgid "Private Account (Group)" +msgstr "Private Account (Group)" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:182 +msgid "Attachments" +msgstr "添付" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:209 +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:220 +msgid "Link to Wiki" +msgstr "Wikiへのリンク" + +#: app/modules/web/themes/material-blue/views/account/search-rows.inc:212 +msgid "View at Wiki" +msgstr "Wikiを表示" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:60 +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:230 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:231 +msgid "Global search" +msgstr "全件検索" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:86 +msgid "Favorites Filtering" +msgstr "お気に入り済みのアカウントを表示" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:101 +msgid "Accounts per page" +msgstr "1画面あたりの表示数" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:109 +msgid "More Filters" +msgstr "詳細検索" + +#: app/modules/web/themes/material-blue/views/account/search-searchbox.inc:114 +msgid "Select Tag" +msgstr "タグの選択" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:22 +msgid "Data will be encrypted after saving" +msgstr "データは暗号化処理をした後保存されます" + +#: app/modules/web/themes/material-blue/views/common/aux-customfields.inc:27 +msgid "Data will be unencrypted after saving" +msgstr "データは暗号化されずに保存されます" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:12 +#: app/modules/web/themes/material-blue/views/config/backup.inc:13 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:12 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:12 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:12 +msgid "The '%s' extension is unavailable" +msgstr "エクステンション「%s」が動作していません" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:16 +msgid "This extension is needed to display passwords as images" +msgstr "" +"このプラグインはパスワードを文字ではなく画像として表示するために必要です" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:29 +msgid "Searching" +msgstr "検索中" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:35 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:51 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:56 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:72 +msgid "Results per page" +msgstr "Results per page" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:61 +msgid "Number of results per page to display when performing a search." +msgstr "1画面あたりの検索結果の表示数。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:69 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:30 +msgid "Accounts password expiry" +msgstr "アカウントのパスワードの有効期限" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:70 +msgid "Enables the accounts password expiry date." +msgstr "アカウントのパスワードを定期的に再設定させることができます。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:78 +msgid "Password expiry time" +msgstr "パスワードの有効期限" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:83 +msgid "Number of days for account's password expiry date." +msgstr "パスワードの有効期限。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:93 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:38 +msgid "Expire time (days)" +msgstr "有効期限(日)" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:111 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:90 +msgid "Account name as link" +msgstr "アカウント名リンク" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:112 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:92 +msgid "Enables to use the account name as a link to account details." +msgstr "アカウント名をクリック可能なリンクにします。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:127 +msgid "Global searches" +msgstr "全件検索" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:128 +msgid "" +"Allows the users to do searches that includes all accounts, they won't be " +"able to display the account details if they don't have permission." +msgstr "" +"アカウント名だけが権限のないユーザーを含めた全てのユーザーの検索結果に表示さ" +"れるようになります。アカウントの詳細を閲覧できるのは権限を持ったユーザーのみ" +"です。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:143 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:154 +msgid "Image to show password" +msgstr "パスワードを画像で表示する" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:145 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:156 +msgid "Generate an image with a text of the account password." +msgstr "パスワードを文字ではなく画像として表示します。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:147 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:158 +msgid "" +"Useful for environments where copying a password to clipboard is a security " +"risk." +msgstr "" +"パスワードが画像で表示されるため、クリップボードへコピーすることができなくな" +"ります。クリップボードを通じてパスワードが流出することを防げるかもしれませ" +"ん。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:163 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:158 +msgid "Results like Cards" +msgstr "カード表示" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:165 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:160 +msgid "Displays account's search results on a card like format." +msgstr "アカウントを四角いカードスタイルで表示します。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:181 +msgid "Secondary Groups Access" +msgstr "セカンダリグループに所属するユーザーからのアクセスを許可する" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:183 +msgid "Grants access to users that are included in secondary groups." +msgstr "" +"アカウント情報のセカンダリーグループに設定したグループに所属するユーザーから" +"のアクセスを許可するか設定できます。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:185 +msgid "" +"By default, user in a secondary group is granted if the secondary group is " +"set as user's main group." +msgstr "" +"デフォルトではアカウントのセカンダリグループに設定したグループをメイングルー" +"プにするユーザーがアクセスできるようになっています。" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/config/accounts.inc:196 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:378 +#: app/resources/actions.xml:73 +msgid "Public Links" +msgstr "共有リンク" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:214 +msgid "Enable Public Links" +msgstr "共有リンクを有効化" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:216 +msgid "Enables the ability to create public links to view an account's details" +msgstr "共有リンク機能を有効化します" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:218 +msgid "Linked accounts will be visible by anyone that have the link." +msgstr "共有リンクを知っている全てのユーザーがアクセスできるようになります。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:220 +msgid "" +"In order to create links, users must have activated the option on their " +"profiles." +msgstr "" +"共有リンクを作成するには各ユーザーの個人設定から有効化する必要があります。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:236 +msgid "Use an image for password" +msgstr "パスワードを画像で表示する" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:238 +msgid "The account password is shown as image." +msgstr "アカウントのパスワードを文字ではなく画像で表示します。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:247 +msgid "Expire time" +msgstr "有効期限" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:262 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:271 +msgid "Maximum visits" +msgstr "最大閲覧数" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:297 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:411 +msgid "Files management" +msgstr "ファイル管理" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:298 +msgid "Enables the uploading and downloading of accounts files." +msgstr "ファイルのアップロード・ダウンロード機能を有効化します。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:306 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:319 +msgid "Allowed MIME types" +msgstr "このMIME Typeを許可する" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:311 +msgid "Allowed file MIME types for uploading." +msgstr "このMIME Typeのアップロードは許可されています。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:314 +msgid "" +"In order to add more MIME types, you need to add them into mime.xml file " +"within the config directory." +msgstr "" +"MIME Typebの設定を変更するには“config”ディレクトリ内の”mime.xml”ファイルを編" +"集してください。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:334 +msgid "Maximum file size" +msgstr "最大ファイルサイズ" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:339 +msgid "Sets the maximum file size for uploading." +msgstr "アップロードできる最大ファイルサイズ。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:343 +msgid "Absolute maximum is 16MB." +msgstr "設定できる上限値は16MBです。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:354 +msgid "Maximum file size in kilobytes" +msgstr "最大ファイルサイズはKB(キロバイト)で設定してください" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:17 +msgid "This extension is needed to build the application's backup files" +msgstr "" +"このエクステンションはアプリケーションのバックアップを作成するために必要です" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:31 +#: app/modules/web/themes/material-blue/views/config/backup.inc:34 +#: app/modules/web/themes/material-blue/views/config/backup.inc:110 +#: app/modules/web/themes/material-blue/views/config/backup.inc:113 +msgid "Result" +msgstr "Result" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:42 +#: app/modules/web/themes/material-blue/views/config/backup.inc:45 +#: app/modules/web/themes/material-blue/views/config/backup.inc:121 +#: app/modules/web/themes/material-blue/views/config/backup.inc:124 +msgid "Download Current" +msgstr "ダウンロード" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:52 +msgid "DB Backup" +msgstr "DB Backup" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:59 +msgid "sysPass Backup" +msgstr "sysPass Backup" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:81 +msgid "" +"The backup allows you to save and download sysPass database and application " +"files including its configuration." +msgstr "" +"sysPassのアプリケーション構成とデータベースのバックアップファイルを作成・ダウ" +"ンロードできます。" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:83 +msgid "" +"With this method it's possible to either save all sysPass data in another " +"place or use it to make the application portable." +msgstr "" +"sysPass全体のバックアップを作成し、別の場所に同じsysPassサーバーを構築するこ" +"とやそのままUSBなどにコピーしてオフラインで利用することができます。" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:102 +#: app/modules/web/themes/material-blue/views/config/backup.inc:186 +msgid "Export Accounts" +msgstr "Export Accounts" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:140 +#: app/modules/web/themes/material-blue/views/config/backup.inc:148 +msgid "Export Password" +msgstr "Export Password" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:154 +#: app/modules/web/themes/material-blue/views/config/backup.inc:162 +msgid "Export Password (repeat)" +msgstr "Export Password (repeat)" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:188 +msgid "" +"The accounts export allows you to save the accounts and their data in XML " +"format to be imported in another sysPass instance." +msgstr "" +"アカウント情報をXML形式でエクスポートして、他のsysPassにインポートすることが" +"できます。" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:190 +msgid "Exported items are accounts, clients, categories and tags." +msgstr "アカウント・クライアント・カテゴリー・タグをエクスポートします。" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:192 +msgid "" +"Accounts' password are exported in an encrypted way for better security." +msgstr "" +"エクスポート時に全てのアカウントのパスワードは暗号化された状態でエクスポート" +"されます。" + +#: app/modules/web/themes/material-blue/views/config/backup.inc:194 +msgid "" +"It's possible to set an export password to save all the encrypted data in " +"the XML file." +msgstr "" +"エクスポートパスワードを用いて全てのデータを暗号化した状態でXMLファイルにエク" +"スポートすることができます。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:19 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:168 +#: app/modules/web/themes/material-blue/views/config/import.inc:152 +#: app/modules/web/themes/material-blue/views/config/import.inc:167 +#: app/modules/web/themes/material-blue/views/install/index.inc:50 +#: app/modules/web/themes/material-blue/views/install/index.inc:56 +#: app/modules/web/themes/material-blue/views/login/index.inc:57 +#: app/modules/web/themes/material-blue/views/login/index.inc:102 +msgid "Master Password" +msgstr "マスターパスワード" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:26 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:29 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:214 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:217 +msgid "Last change" +msgstr "最終変更" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:37 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:46 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:142 +msgid "Current Master Password" +msgstr "現在のマスターパスワード" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:52 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:61 +msgid "New Master Password" +msgstr "New Master Password" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:67 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:76 +msgid "New Master Password (repeat)" +msgstr "New Master Password (repeat)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:91 +msgid "You should save the new password on a secure place" +msgstr "新しいマスターパスワードを忘れないようにしてください。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:95 +msgid "All accounts passwords will be encrypted again." +msgstr "保存されている全てのパスワードを再暗号化します。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:99 +msgid "Users will need to enter the new Master Password." +msgstr "" +"全てのユーザーはログイン時に新しいマスターパスワードの入力を求められるように" +"なります。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:103 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:130 +msgid "It will be updated %s accounts. This process could take some time long." +msgstr "" +"現在%d個のアカウントが保存されています。マスターパスワードを変更すると情報を" +"再暗号化するためアカウント数が多いと処理に時間がかかることがあります。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:121 +msgid "Do not modify accounts" +msgstr "Do not modify accounts" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:123 +msgid "Sets a new Master Password without re-encrypting the accounts." +msgstr "アカウントを再暗号化せずにマスターパスワードの変更のみを行います。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:140 +msgid "Confirm change" +msgstr "マスターパスワードを変更する" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:142 +msgid "" +"Confirm the master password change after you have been read all the above " +"warnings." +msgstr "" +"上記の説明を全て読み、マスターパスワードを変更することによって起こる影響を理" +"解した上でこの項目をONにしてマスターパスワードの変更処理を行ってください。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:170 +msgid "" +"The Master Password is used to encrypt sysPass accounts passwords and keep " +"them safe." +msgstr "" +"マスターパスワードはsysPassのアカウント情報を暗号化する際に用いられます。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:172 +msgid "" +"It's advisable to change it from time to time and use a complex password " +"that includes numbers, letters and symbols." +msgstr "" +"パスワードには英数字のほか記号を含めるなど複雑なものにすることをおすすめしま" +"す。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:174 +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:132 +msgid "You could get more info on: %s" +msgstr "You could get more info on: %s" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:184 +msgid "Update master password hash" +msgstr "マスターパスワードのハッシュを再生成" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:204 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:344 +msgid "Temporary Password" +msgstr "仮パスワード" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:219 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:234 +msgid "Not generated" +msgstr "生成されていません" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:224 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:227 +msgid "Valid until" +msgstr "有効期限" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:240 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:243 +msgid "Attempts" +msgstr "入力回数" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:250 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:262 +msgid "Life (s)" +msgstr "Life (s)" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:282 +msgid "Send email" +msgstr "メールを送信する" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:284 +msgid "Sends an email to all users or only to those whose group is selected." +msgstr "全てのユーザーまたは、選択したグループにメールを送信します。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:346 +msgid "" +"The temporary password is used as a Master Password for the users that need " +"to enter it during login. By this way there is no need to tell them the real " +"Master Password." +msgstr "" +"本来ならばsysPassを利用する全てのユーザーにマスターパスワードを教えなければな" +"りませんが、期限付きの仮マスターパスワードを利用すれば本当のマスターパスワー" +"ドの代わりにこれを教えればいいので安心して利用できます。" + +#: app/modules/web/themes/material-blue/views/config/encryption.inc:353 +msgid "Generate" +msgstr "生成" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:30 +msgid "Use Auth Basic" +msgstr "Basic認証" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:31 +msgid "Use Auth Basic for authorizing accesses to the application" +msgstr "Basic認証でアプリケーションにアクセスできるようにします" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:45 +msgid "Use Auth Basic SSO" +msgstr "SSO" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:46 +msgid "Use auto-login through Auth Basic" +msgstr "Basic認証を用いて自動ログインする" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:54 +msgid "Domain" +msgstr "ドメイン" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:59 +msgid "" +"The domain will be added to sysPass user name for checking against the Auth " +"Basic one." +msgstr "Basic認証のためのドメイン設定。" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:69 +msgid "Domain name" +msgstr "ドメイン名" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:75 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:85 +#: app/modules/web/themes/material-blue/views/config/import.inc:45 +#: app/modules/web/themes/material-blue/views/config/import.inc:55 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:248 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:258 +msgid "Default Group" +msgstr "Default Group" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:80 +msgid "Sets the default users group for newly created SSO users" +msgstr "" +"新しく作成したSSOユーザーが自動的に追加されるデフォルトユーザーグループを設定" +"します" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:100 +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:110 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:273 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:283 +msgid "Default Profile" +msgstr "デフォルトプロファイル" + +#: app/modules/web/themes/material-blue/views/config/general-auth.inc:105 +msgid "Sets the default profile for the newly created SSO users." +msgstr "" +"SSOから追加されたユーザーは全てこのデフォルトプロファイルが適用されます。" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:12 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:98 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:101 +#: app/modules/web/themes/material-blue/views/config/mail.inc:173 +#: app/modules/web/themes/material-blue/views/config/mail.inc:176 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:70 +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:72 +msgid "Events" +msgstr "Events" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:30 +msgid "Enable event log" +msgstr "Enable event log" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:31 +msgid "Saves the actions done by the application." +msgstr "アプリケーションログを保存します。" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:45 +msgid "Enable Syslog" +msgstr "Enable Syslog" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:60 +msgid "Enable Remote Syslog" +msgstr "Enable Remote Syslog" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:78 +msgid "Hostname or IP address" +msgstr "Hostname or IP address" + +#: app/modules/web/themes/material-blue/views/config/general-events.inc:84 +#: app/modules/web/themes/material-blue/views/config/general-events.inc:92 +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:53 +#: app/modules/web/themes/material-blue/views/config/mail.inc:72 +#: app/modules/web/themes/material-blue/views/config/mail.inc:79 +msgid "Port" +msgstr "Port" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:12 +msgid "Proxy" +msgstr "Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:30 +msgid "Use Proxy" +msgstr "Use Proxy" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:31 +msgid "Use a proxy server for checking out for updates and notifications." +msgstr "メール通知などsysPassから通信を行うときのプロキシ設定。" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:47 +msgid "Proxy server" +msgstr "Proxy server" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:61 +msgid "Proxy server port" +msgstr "Proxy server port" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:75 +msgid "Proxy server user" +msgstr "Proxy server user" + +#: app/modules/web/themes/material-blue/views/config/general-proxy.inc:89 +msgid "Proxy server password" +msgstr "Proxy server password" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:17 +msgid "This extension is needed to check for sysPass updates and notices" +msgstr "このエクステンションはsysPassの更新と通知機能のために必要です" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:25 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:15 +msgid "Site" +msgstr "Site" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:31 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:45 +#: app/modules/web/themes/material-blue/views/config/info.inc:113 +#: app/modules/web/themes/material-blue/views/config/info.inc:127 +#: app/modules/web/themes/material-blue/views/install/index.inc:137 +#: app/modules/web/themes/material-blue/views/install/index.inc:139 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:26 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:28 +msgid "Language" +msgstr "言語" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:36 +msgid "" +"Sets the global app language. You can set a per user language on preferences." +msgstr "" +"sysPass全体の言語設定です、これの他にユーザー自身の個人設定から表示される言語" +"を変更することもできます。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:40 +msgid "" +"To improve/add translations, you can get involved at https://poeditor.com/" +"join/project/fmlsBuugyv" +msgstr "" +"探している言語がありませんか?よろしければこちらから翻訳に協力してくださいま" +"せんか?https://poeditor.com/join/project/fmlsBuugyv" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:59 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:69 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:40 +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:42 +msgid "Visual Theme" +msgstr "テーマ" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:64 +msgid "" +"Sets the global application visual theme. You can set a per user visual " +"theme on preferences." +msgstr "" +"sysPass全体のテーマを設定です。これの他にユーザー自身の個人設定からもテーマを" +"変更することができます。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:83 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:95 +msgid "Session timeout (s)" +msgstr "セッションの有効期限(秒)" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:136 +msgid "Force HTTPS" +msgstr "Force HTTPS" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:137 +msgid "It forces the use of HTTPS on all the connections" +msgstr "HTTP通信を全てHTTPSにリダイレクトします。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:152 +msgid "Enable debug" +msgstr "デバッグを有効化" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:153 +msgid "" +"Displays some information about application configuration and performance." +msgstr "アプリケーションの構成と動作に関する詳細情報を表示するようになります。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:168 +msgid "Maintenance mode" +msgstr "メンテナンスモード" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:169 +msgid "" +"In this mode nobody can log into the application. To disable it, you need to " +"either modify the configuration file or unset on the site tab." +msgstr "" +"このモードを有効化したユーザー以外は誰もログインできなくなります、メンテナン" +"スモードを解除するには設定から無効化する、もしくは”config”ディレクトリ内の設" +"定ファイルから直接メンテナンスモードを無効化してください。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:184 +msgid "Check for updates" +msgstr "アップデートを確認" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:185 +msgid "Check for application updates (only for administrators)." +msgstr "新しいsysPassがないか確認をします(adminユーザーのみが実行できます)。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:200 +msgid "Check for notifications" +msgstr "通知を確認" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:201 +msgid "" +"Check if there are either sysPass security or warning notices (only for " +"administrators)." +msgstr "" +"sysPassにセキュリティー上の問題が見つかった場合adminユーザーに通知が届きま" +"す。" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:216 +msgid "Encrypt Session" +msgstr "セッションを暗号化" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:218 +msgid "Encrypt PHP session data" +msgstr "PHPのセッションを暗号化します" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:219 +msgid "" +"This feature increases the PHP sessions security, because the stored data " +"won't be readable." +msgstr "" +"PHPのセッション情報を暗号化することでより安全にsysPassを利用することができま" +"す。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:12 +#: app/modules/web/themes/material-blue/views/config/import.inc:103 +msgid "CSV/XML Import" +msgstr "CSV/XML Import" + +#: app/modules/web/themes/material-blue/views/config/import.inc:18 +#: app/modules/web/themes/material-blue/views/config/import.inc:28 +msgid "Default User" +msgstr "Default User" + +#: app/modules/web/themes/material-blue/views/config/import.inc:23 +msgid "Sets the default user for the accounts imported." +msgstr "" +"アカウントをインポートしたときのオーナーとなるユーザーを指定してください。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:50 +msgid "Sets the default group for the accounts imported." +msgstr "アカウントをインポートしたときのグループを指定してください。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:75 +msgid "Drop files here or click to select" +msgstr "ファイルをドラッグ&ドロップするか、クリックして選択してください" + +#: app/modules/web/themes/material-blue/views/config/import.inc:105 +msgid "" +"Allows to import Accounts, Categories and Clients from XML or CSV files." +msgstr "" +"アカウント・カテゴリー。クライアントをXML / CSVファイルからインポートすること" +"を許可する。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:107 +msgid "Supported XML file formats are: sysPass, KeePass and KeePassX" +msgstr "sysPass, KeePass, KeePassX形式のXMLファイルに対応しています" + +#: app/modules/web/themes/material-blue/views/config/import.inc:109 +msgid "Drag & Drop the file into the import zone or click over the arrow." +msgstr "ファイルをドラッグ&ドロップしてください。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:111 +msgid "" +"For KeePass or KeePassX files, client name will be KeePass or KeePassX and " +"category name like groups name." +msgstr "" +"KeePass/KeePassXからアカウントをインポートした際に自動的にKeePass/KeePassXと" +"いうカテゴリーが追加されます。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:113 +msgid "The CSV import file requires the following format:" +msgstr "読み込ませるCSVファイルのラベルは以下のようにしてください。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:115 +msgid "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" +msgstr "" +"\"account_name\";\"client\";\"category\";\"url\";\"user\";\"password\";" +"\"notes\"" + +#: app/modules/web/themes/material-blue/views/config/import.inc:117 +msgid "" +"In all cases, if the client or category do not exist they will be created " +"automatically." +msgstr "" +"インポート時にsysPassに存在しないカテゴリー名・クライアント名は自動的に" +"sysPassに追加されます。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:125 +msgid "XML" +msgstr "XML" + +#: app/modules/web/themes/material-blue/views/config/import.inc:131 +#: app/modules/web/themes/material-blue/views/config/import.inc:146 +msgid "Import Password" +msgstr "Import Password" + +#: app/modules/web/themes/material-blue/views/config/import.inc:136 +msgid "It's only needed for sysPass XML files that have been encrypted." +msgstr "" +"暗号化オプションを用いてsysPassからエクスポートしたXMLファイルの場合はエクス" +"ポート時に指定したエクスポートパスワードが必要です。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:157 +msgid "" +"It's only needed for sysPass XML files that have been encrypted with a " +"different master password from the current one." +msgstr "" +"これはエクスポート後マスターパスワードを変更した場合など、エクスポート時と現" +"在のsysPassのマスターパスワードが異なるときに必要です。" + +#: app/modules/web/themes/material-blue/views/config/import.inc:174 +msgid "CSV" +msgstr "CSV" + +#: app/modules/web/themes/material-blue/views/config/import.inc:180 +#: app/modules/web/themes/material-blue/views/config/import.inc:195 +msgid "CSV delimiter" +msgstr "CSV delimiter" + +#: app/modules/web/themes/material-blue/views/config/import.inc:185 +msgid "It's only needed for CSV files." +msgstr "対応しているのはCSVファイルのみです。" + +#: app/modules/web/themes/material-blue/views/config/info.inc:14 +msgid "Application Information" +msgstr "アプリケーション情報" + +#: app/modules/web/themes/material-blue/views/config/info.inc:20 +#: app/modules/web/themes/material-blue/views/config/info.inc:23 +msgid "sysPass version" +msgstr "sysPass version" + +#: app/modules/web/themes/material-blue/views/config/info.inc:36 +#: app/modules/web/themes/material-blue/views/config/info.inc:39 +msgid "Database" +msgstr "データベース" + +#: app/modules/web/themes/material-blue/views/config/info.inc:50 +#: app/modules/web/themes/material-blue/views/config/info.inc:53 +msgid "PHP" +msgstr "PHP" + +#: app/modules/web/themes/material-blue/views/config/info.inc:57 +msgid "Extensions" +msgstr "Extensions" + +#: app/modules/web/themes/material-blue/views/config/info.inc:61 +msgid "Unavailable extensions" +msgstr "利用できないエクステンション" + +#: app/modules/web/themes/material-blue/views/config/info.inc:65 +msgid "Used Memory" +msgstr "Used Memory" + +#: app/modules/web/themes/material-blue/views/config/info.inc:69 +msgid "Download rate" +msgstr "Download rate" + +#: app/modules/web/themes/material-blue/views/config/info.inc:72 +msgid "OP Cache" +msgstr "OP Cache" + +#: app/modules/web/themes/material-blue/views/config/info.inc:91 +#: app/modules/web/themes/material-blue/views/config/info.inc:94 +msgid "Configuration Backup" +msgstr "設定のバックアップ" + +#: app/modules/web/themes/material-blue/views/config/info.inc:104 +#: app/modules/web/themes/material-blue/views/config/info.inc:186 +msgid "Download %s" +msgstr "Download %s" + +#: app/modules/web/themes/material-blue/views/config/info.inc:118 +msgid "Tells whether the language is available or not." +msgstr "利用可能な言語を表示します。" + +#: app/modules/web/themes/material-blue/views/config/info.inc:122 +msgid "" +"If it is not installed, you would need install the right operating system " +"locales. More info at Wiki." +msgstr "" +"お使いのサーバーのsystem localesに対象の言語が存在する必要があります。詳細は" +"Wikiを確認してください。" + +#: app/modules/web/themes/material-blue/views/config/info.inc:134 +#: app/modules/web/themes/material-blue/views/config/info.inc:144 +msgid "Encrypted Session" +msgstr "暗号化済みセッション" + +#: app/modules/web/themes/material-blue/views/config/info.inc:139 +msgid "Tells whether the session data are encrypted in the server side or not" +msgstr "セッションの暗号化状況を表示します" + +#: app/modules/web/themes/material-blue/views/config/info.inc:151 +#: app/modules/web/themes/material-blue/views/config/info.inc:154 +msgid "Loaded Plugins" +msgstr "ロード済みのプラグイン" + +#: app/modules/web/themes/material-blue/views/config/info.inc:177 +#: app/modules/web/themes/material-blue/views/config/info.inc:180 +msgid "Log file" +msgstr "ログファイル" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:16 +msgid "This extension is needed to connect to the LDAP server" +msgstr "LDAPさーばーに接続するための機能拡張です" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:46 +msgid "Enable LDAP" +msgstr "LDAPが有効です" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:48 +msgid "Enables authentication against an LDAP server." +msgstr "LDAPサーバーを用いた認証を有効化します。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:50 +msgid "This method will use MySQL as fallback." +msgstr "有効化できない場合はMySQLを用いた認証に切り替わります。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:65 +msgid "Active Directory" +msgstr "Active Directory" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables Active Directory LDAP connection mode." +msgstr "Active DirectoryLDAP接続モードの有効化。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:67 +msgid "Enables the connection over TLS" +msgstr "TLSで暗号化する" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:98 +msgid "Hostname or IP address of LDAP server." +msgstr "LDAPサーバーのホスト名 or IPアドレス。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:102 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:133 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:194 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:228 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:119 +msgid "Examples:" +msgstr "例:" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:124 +#, fuzzy +msgid "Bind User" +msgstr "Bind User" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:129 +msgid "User to connect to LDAP service." +msgstr "LDAPサーバに接続するためのユーザー。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:154 +msgid "Bind Password" +msgstr "Bind Password" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:159 +msgid "LDAP connection user's password" +msgstr "LDAPサーバーに接続するためのパスワード" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:185 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:209 +msgid "Search base" +msgstr "Search base" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:190 +msgid "LDAP base to perform the LDAP users search." +msgstr "LDAPユーザー検索を実行するためのLDAPベース。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:220 +msgid "LDAP group which user must belong to for granting to log in." +msgstr "ログインを許可するためにユーザーが属している必要があるLDAPグループ。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:224 +msgid "This group needs to be placed in the LDAP search base." +msgstr "このグループがLDAPベース内に存在する必要があります。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:253 +msgid "Sets the default users group for newly created LDAP users" +msgstr "" +"LDAPからインポートされたユーザーは全てデフォルトに指定したグループに追加され" +"ます" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:278 +msgid "Sets the default profile for the newly created LDAP users." +msgstr "" +"LDAPからインポートされたユーザーにはデフォルトに指定したプロファイルが適用さ" +"れます。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:330 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:494 +msgid "Import" +msgstr "インポート" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:336 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:346 +msgid "Login Attribute" +msgstr "Login Attribute" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:341 +msgid "Defines the attribute for the user's login when importing." +msgstr "インポート時のユーザーのログインの属性を設定します。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:359 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:369 +msgid "Name Attribute" +msgstr "Name Attribute" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:364 +msgid "Defines the attribute for the user's name when importing." +msgstr "インポート時のユーザー名の属性を設定します。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:394 +msgid "Import Groups" +msgstr "Import Groups" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:403 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:413 +msgid "Group Name Attribute" +msgstr "グループ名引数" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:408 +msgid "Defines the attribute for the user group name when importing." +msgstr "インポート時にユーザーグループ名を引数で指定する。" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:424 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:438 +msgid "Filter" +msgstr "Filter" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:429 +msgid "Filter for importing LDAP users or groups." +msgstr "LDAPユーザーのフィルタリング。" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:33 +#: app/modules/web/themes/material-blue/views/config/mail.inc:34 +msgid "Enable email notifications" +msgstr "メール通知を有効化" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:48 +msgid "Enable requests by email" +msgstr "メールのリクエストを有効化" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:50 +msgid "" +"Allows users to request for either modifications to existing accounts or " +"access to accounts which they have no rights on." +msgstr "" +"ユーザーは管理者などにアカウントの情報の変更リクエスト・アクセス権限リクエス" +"トを送れるようになります。" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:97 +msgid "Enable Authentication" +msgstr "認証を使用する" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:132 +#: app/modules/web/themes/material-blue/views/config/mail.inc:135 +msgid "Security" +msgstr "セキュリティー" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Recipient email address" +msgstr "送信先アドレス" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:162 +#: app/modules/web/themes/material-blue/views/config/mail.inc:165 +msgid "Recipients" +msgstr "受信者" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:16 +msgid "This extension is needed to connect with DokuWiki" +msgstr "DokuWikiに接続するためには専用のextensionが必要です" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:29 +msgid "DokuWiki API" +msgstr "DokuWiki API" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:47 +msgid "Enable DokuWiki API" +msgstr "Enable DokuWiki API" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:49 +msgid "Enables DokuWiki XML-RPC API for Wiki links." +msgstr "DokuWikiの XML-RPC APIを用いたリンクを有効化する。" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:51 +msgid "" +"In order to get this feature working, you should enable Wiki links for " +"accounts filtering" +msgstr "" +"この機能を有効化するにはアカウントのフィルタリング設定からWikiリンクを有効化" +"する必要があります" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:61 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:82 +msgid "API URL" +msgstr "API URL" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:66 +msgid "DokuWiki API URL" +msgstr "DokuWiki API URL" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:70 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:97 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:57 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:90 +msgid "Example:" +msgstr "Example:" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:88 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:110 +msgid "Base URL" +msgstr "Base URL" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:93 +msgid "DokuWiki base URL" +msgstr "DokuWiki base URL" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:121 +msgid "User for connecting to the DokuWiki API." +msgstr "DokuWiki APIに接続します。" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:149 +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:165 +msgid "Namespace" +msgstr "Namespace" + +#: app/modules/web/themes/material-blue/views/config/wiki-dokuwiki.inc:154 +msgid "Namespace used to search pages." +msgstr "ネームスペースを用いて検索する。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:35 +msgid "Enable Wiki links" +msgstr "Wikiリンクを有効化" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:36 +msgid "" +"Enables the option to add a link to search for results in an external Wiki." +msgstr "外部のwikiを検索するリンクを追加できます。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:44 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:71 +msgid "Wiki search URL" +msgstr "Wiki search URL" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:49 +msgid "URL that Wiki uses for making an entry searching." +msgstr "外部wikiの検索リンクを設定してください。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:53 +msgid "The client's name is used as parameter." +msgstr "このURLにクライアント名を連結したリンクを生成します。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:77 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:104 +msgid "Wiki page URL" +msgstr "Wiki page URL" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:82 +msgid "URL that Wiki uses for accessing to the entry details." +msgstr "外部wikiの記事へのリンクを生成します。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:86 +msgid "Account's name is used as parameter of Wiki search variable." +msgstr "アカウント名を連結したリンクを生成します。" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:110 +#: app/modules/web/themes/material-blue/views/config/wiki.inc:124 +msgid "Account name prefix" +msgstr "アカウント名のプレフィックス" + +#: app/modules/web/themes/material-blue/views/config/wiki.inc:115 +msgid "Prefix to determine which accounts have a link to the Wiki." +msgstr "どのアカウントでwikiへのリンクを生成するかを指定する接頭辞。" + +#: app/modules/web/themes/material-blue/views/error/error-database.inc:17 +#: app/modules/web/themes/material-blue/views/error/error-database.inc:19 +#: app/modules/web/themes/material-blue/views/install/index.inc:170 +#: app/modules/web/themes/material-blue/views/install/index.inc:172 +msgid "Install" +msgstr "Install" + +#: app/modules/web/themes/material-blue/views/grid/datagrid-nav-full.inc:18 +msgid "Filter ON" +msgstr "Filter ON" + +#: app/modules/web/themes/material-blue/views/install/index.inc:11 +msgid "Installation %s" +msgstr "Installation %s" + +#: app/modules/web/themes/material-blue/views/install/index.inc:21 +msgid "sysPass Admin" +msgstr "sysPass Admin" + +#: app/modules/web/themes/material-blue/views/install/index.inc:29 +msgid "sysPass admin user" +msgstr "sysPass admin user" + +#: app/modules/web/themes/material-blue/views/install/index.inc:37 +msgid "sysPass administrator's login" +msgstr "sysPass administrator's login" + +#: app/modules/web/themes/material-blue/views/install/index.inc:69 +msgid "DB Configuration" +msgstr "DB設定" + +#: app/modules/web/themes/material-blue/views/install/index.inc:79 +msgid "DB access user" +msgstr "DBアクセスユーザー" + +#: app/modules/web/themes/material-blue/views/install/index.inc:87 +msgid "An user with MySQL admin rights" +msgstr "MySQLのadmin権限を持ったユーザー" + +#: app/modules/web/themes/material-blue/views/install/index.inc:95 +msgid "DB access password" +msgstr "DBアクセスのためのパスワード" + +#: app/modules/web/themes/material-blue/views/install/index.inc:104 +#: app/modules/web/themes/material-blue/views/install/index.inc:112 +msgid "sysPass database name" +msgstr "sysPassに利用するデータベース名" + +#: app/modules/web/themes/material-blue/views/install/index.inc:121 +msgid "sysPass database server" +msgstr "DBホスト名" + +#: app/modules/web/themes/material-blue/views/install/index.inc:129 +msgid "Server name to install sysPass database" +msgstr "sysPassのDBに使用するDBサーバーのホスト名" + +#: app/modules/web/themes/material-blue/views/install/index.inc:149 +msgid "Hosting Mode" +msgstr "Hosting Mode" + +#: app/modules/web/themes/material-blue/views/install/index.inc:156 +msgid "It does not create or verify the user's permissions on the DB" +msgstr "データベースを作成できませんでした、パーミッションを確認してください" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:22 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:28 +msgid "Others" +msgstr "Others" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:66 +#, fuzzy +msgid "Creator" +msgstr "Creator" + +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:232 +#: app/modules/web/themes/material-blue/views/itemshow/account_bulkedit.inc:234 +msgid "Delete History" +msgstr "Delete History" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:64 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:19 +#: app/modules/web/themes/material-blue/views/notification/notification.inc:98 +msgid "Options" +msgstr "Options" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:67 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:71 +msgid "Refresh Authorization" +msgstr "トークンの再生成" + +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:77 +#: app/modules/web/themes/material-blue/views/itemshow/auth_token.inc:79 +msgid "Token" +msgstr "Token" + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:54 +msgid "Sets whether the client is visible by all users" +msgstr "クライアントが全てのユーザーに表示されるかどうかを設定できます" + +#: app/modules/web/themes/material-blue/views/itemshow/client.inc:57 +msgid "" +"By default, clients assigned to accounts only will be visible by users who " +"are granted to access to the accounts." +msgstr "デフォルトでは権限が付与されたユーザーのみが閲覧できます。" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:30 +msgid "Field name" +msgstr "フィールド名" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:63 +msgid "Help Text" +msgstr "Help Text" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:69 +msgid "Field's help" +msgstr "フィールドの概要" + +#: app/modules/web/themes/material-blue/views/itemshow/custom_field.inc:80 +msgid "Required" +msgstr "必須" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:44 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:52 +msgid "Score" +msgstr "Score" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:58 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:65 +msgid "Regular Expression" +msgstr "Regular Expression" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-password.inc:140 +msgid "Include Lowercase" +msgstr "小文字" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:31 +msgid "Accounts will be only visible by the user." +msgstr "メイングループに設定されているユーザーのみが閲覧できます。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:33 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:52 +msgid "Administrators won't be able to display the accounts." +msgstr "管理者はアカウントを表示できません。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-private.inc:50 +msgid "" +"Accounts will be only visible by the user and users belonging to the main " +"group." +msgstr "メイングループに設定されているユーザーのみが閲覧できます。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:16 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:24 +msgid "IP Address" +msgstr "IP Address" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:29 +#: app/modules/web/themes/material-blue/views/itemshow/item_preset-session_timeout.inc:37 +msgid "Timeout" +msgstr "Timeout" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:89 +msgid "" +"Assignment priority if values match with others assigned by user, group or " +"profile." +msgstr "" +"値がユーザー、グループ、またはプロファイルによって割り当てられた他の値と一致" +"する場合、どのプロファイルの優先度を設定できます。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:100 +#, fuzzy +msgid "Assignment Priority" +msgstr "Assignment Priority" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:122 +msgid "Enforces the values to be set either on creating or updating an item." +msgstr "アイテムの作成時・更新時にこの値で上書きします。" + +#: app/modules/web/themes/material-blue/views/itemshow/item_preset.inc:124 +msgid "Values will be merged with the existing ones." +msgstr "Values will be merged with the existing ones." + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:81 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:83 +msgid "Hash" +msgstr "Hash" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:91 +msgid "URL" +msgstr "URL" + +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:99 +#: app/modules/web/themes/material-blue/views/itemshow/public_link.inc:101 +msgid "Use" +msgstr "Use" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:44 +msgid "Full username" +msgstr "フルネーム" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:58 +msgid "Session login" +msgstr "ログインユーザー名" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:69 +msgid "SSO Login " +msgstr "SSO Login " + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:77 +msgid "Session login with SSO" +msgstr "SSOログインのユーザー名" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:92 +msgid "Email address" +msgstr "メールアドレス" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:202 +msgid "Application administrator" +msgstr "アプリケーション管理者" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:220 +msgid "Accounts administrator" +msgstr "アカウント管理者" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:240 +msgid "Force password change" +msgstr "パスワードの強制変更" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:273 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:275 +msgid "Entries" +msgstr "ログイン回数" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:282 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:284 +msgid "Last Access" +msgstr "最終アクセス日時" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:300 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:302 +msgid "Master Password Date" +msgstr "マスターパスワード入力日時" + +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:309 +#: app/modules/web/themes/material-blue/views/itemshow/user.inc:311 +msgid "Used in" +msgstr "利用したアカウント" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:87 +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:89 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:548 +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:550 +msgid "Used by" +msgstr "Used by" + +#: app/modules/web/themes/material-blue/views/itemshow/user_group.inc:108 +#, fuzzy +msgid "(*) Listed in group" +msgstr "(*) Listed in group" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:26 +msgid "Management" +msgstr "Management" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:37 +msgid "Create new account" +msgstr "新規アカウントを作成" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:54 +msgid "View account details" +msgstr "アカウントの詳細を表示" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:70 +msgid "View account password" +msgstr "アカウントのパスワードを表示" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:86 +#: app/resources/actions.xml:259 +msgid "View History" +msgstr "パスワード履歴を表示" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:87 +msgid "View account history" +msgstr "アカウントのパスワード履歴を表示" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:103 +msgid "Edit account" +msgstr "アカウントの編集" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:118 +msgid "Edit Password" +msgstr "パスワードの変更" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:119 +msgid "Edit account password" +msgstr "アカウントのパスワードを変更" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:135 +msgid "Remove account" +msgstr "アカウントを削除" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:151 +msgid "View account files" +msgstr "アカウントのファイルを表示" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:166 +msgid "Share Link" +msgstr "共有リンク" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:167 +msgid "Share link to account" +msgstr "アカウントの共有リンク" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:183 +msgid "Create private account" +msgstr "プライベートアカウントを作成" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:199 +msgid "Create private account for group" +msgstr "プライベートグループアカウントを作成" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:215 +msgid "Assign permissions" +msgstr "権限設定" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:251 +msgid "Users management" +msgstr "ユーザー管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:267 +msgid "Groups management" +msgstr "グループ管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:283 +msgid "Profiles management" +msgstr "プロファイル管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:299 +msgid "Categories management" +msgstr "カテゴリー管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:315 +msgid "Tags management" +msgstr "タグ管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:331 +msgid "Customers management" +msgstr "カスタマー管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:347 +msgid "Custom fields management" +msgstr "カスタムフィールド管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:363 +msgid "API authorizations management" +msgstr "API認証管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:379 +msgid "Links management" +msgstr "共有リンク管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:395 +msgid "Accounts management" +msgstr "アカウント管理" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:426 +msgid "Default Values" +msgstr "Default Values" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:427 +msgid "Default Values Management" +msgstr "Default Values 管理" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:447 +#: app/resources/actions.xml:697 +msgid "General Configuration" +msgstr "全体設定" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:463 +msgid "Encryption options" +msgstr "暗号化オプション" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:479 +msgid "Make a backup and export" +msgstr "バックアップの作成とエクスポート" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:495 +msgid "Make accounts import" +msgstr "アカウントをインポート" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:515 +msgid "View event log" +msgstr "event logの表示" + +#: app/modules/web/themes/material-blue/views/itemshow/user_profile.inc:541 +msgid "Profile name" +msgstr "プロファイル名" + +#: app/modules/web/themes/material-blue/views/login/index.inc:46 +msgid "Previous Password" +msgstr "前のパスワード" + +#: app/modules/web/themes/material-blue/views/login/index.inc:73 +msgid "Sign in" +msgstr "サインイン" + +#: app/modules/web/themes/material-blue/views/login/index.inc:82 +msgid "Forgot password?" +msgstr "パスワードを忘れた場合" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:14 +msgid "Update %s" +msgstr "Update %s" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:20 +msgid "DB Update" +msgstr "DB Update" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:22 +msgid "Application Update" +msgstr "アプリケーションのアプデート" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:29 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:28 +msgid "Security Code" +msgstr "セキュリティーコード" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:37 +msgid "" +"This code is set in sysPass config file within the tag name \"upgradekey\"" +msgstr "" +"セキュリティーコードはsysPasの設定ファイルの”upgradekey”に記載されています" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:47 +msgid "" +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." +msgstr "" +"Some orphaned items have been found. Please, modify those items or enter the " +"default IDs for them." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:49 +msgid "If items IDs are not set, they will be created." +msgstr "If items IDs are not set, they will be created." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:74 +msgid "Enter a valid user ID for the accounts" +msgstr "有効なユーザーIDを入力してください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:85 +msgid "Enter a valid category ID for the accounts" +msgstr "有効なカテゴリーIDを入力してください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:96 +msgid "Enter a valid client ID for the accounts" +msgstr "有効なクライアントIDを入力してください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:108 +msgid "Enter a valid group ID for the users" +msgstr "有効なグループIDを入力してください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:118 +msgid "Enter a valid profile ID for the users" +msgstr "有効なプロフィールIDを入力してください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:128 +msgid "" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." +msgstr "" +"This update uses a new encryption schema, so it will be needed to reencrypt " +"the whole encrypted data." + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:150 +msgid "Enter a valid user login" +msgstr "有効なユーザーでログインしてください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:162 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:33 +msgid "I've done a full sysPass backup" +msgstr "バックアップが完了しました" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:176 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:41 +msgid "Please, wait while the process is running" +msgstr "処理中です、しばらくお待ちください" + +#: app/modules/web/themes/material-blue/views/main/upgrade.inc:186 +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:51 +msgid "Start Update" +msgstr "アップデート開始" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:101 +msgid "Global notification" +msgstr "グローバル通知" + +#: app/modules/web/themes/material-blue/views/notification/notification.inc:109 +msgid "Only for application administrators" +msgstr "アプリケーション管理者のみ" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:29 +msgid "Plugin name" +msgstr "プラグイン名" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:41 +msgid "Plugin version" +msgstr "プラグインバージョン" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:46 +msgid "Compatible Version" +msgstr "互換性のあるバージョン" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:53 +msgid "sysPass compatible version" +msgstr "動作が確認されているsysPassのバージョン" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:58 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:39 +msgid "Author" +msgstr "開発者" + +#: app/modules/web/themes/material-blue/views/plugin/plugin.inc:65 +msgid "Plugin author" +msgstr "プラグインの開発者" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:11 +msgid "The application needs to be updated" +msgstr "このアプリケーションはアップデートが必要です" + +#: app/modules/web/themes/material-blue/views/upgrade/index.inc:16 +msgid "Please enter the security code to start the upgrade" +msgstr "アップグレード後にセキュリティーコードを入力してください" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:6 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:13 +msgid "Request Password Change" +msgstr "パスワード変更リクエスト" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:30 +msgid "User's Email" +msgstr "ユーザーのメールアドレス" + +#: app/modules/web/themes/material-blue/views/userpassreset/request.inc:41 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:54 +msgid "Go back to login" +msgstr "ログイン画面に戻る" + +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:60 +#: app/modules/web/themes/material-blue/views/userpassreset/reset.inc:62 +msgid "Change" +msgstr "変更" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:107 +msgid "Sort search results by views" +msgstr "並び替え" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:109 +msgid "Sorts accounts search results by the number of account's views" +msgstr "アカウント順で並び替え" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:124 +msgid "Navigation bar on top" +msgstr "ナビゲーションバーを上部に表示" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Dysplays a navigation bar on top of the search results." +msgstr "検索結果の上にナビゲーションバーを表示します。" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:141 +msgid "Show Hidden Actions" +msgstr "表示・非表示" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:143 +msgid "Always display hidden actions on the accounts search page." +msgstr "検索結果に非表示設定のアカウントも含めて表示するようになります。" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:175 +msgid "In-App Notifications" +msgstr "アプリ内通知" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:177 +msgid "Enables the active In-App notifications polling" +msgstr "アプリ内で通知を表示します。" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:192 +msgid "Show Filters" +msgstr "詳細検索の表示" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:194 +msgid "Displays the additional filters selection on the accounts search." +msgstr "詳細検索画面を常に表示します。" + +#. (itstool) path: action/text +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:16 +#: app/resources/actions.xml:277 +msgid "View Wiki" +msgstr "View Wiki" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:24 +msgid "Search results of '%s'" +msgstr "Search results of '%s'" + +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:27 +#: app/modules/web/themes/material-blue/views/wiki/wikipage.inc:37 +msgid "Page" +msgstr "Page" + +#. (itstool) path: action/text +#: app/resources/actions.xml:7 +msgid "Search for Accounts" +msgstr "アカウントの検索" + +#. (itstool) path: action/text +#: app/resources/actions.xml:25 +msgid "Requests" +msgstr "リクエスト" + +#. (itstool) path: action/text +#: app/resources/actions.xml:31 +msgid "Favorites" +msgstr "お気に入り" + +#. (itstool) path: action/text +#: app/resources/actions.xml:43 +msgid "Items and Customizations" +msgstr "アイテムとそのカスタマイズ" + +#. (itstool) path: action/text +#: app/resources/actions.xml:49 +msgid "Categories Management" +msgstr "カテゴリー管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:55 +msgid "Customers Management" +msgstr "カスタマー管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:61 +msgid "API Authorizations Management" +msgstr "API認証管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:67 +msgid "Custom Fields Management" +msgstr "カスタムフィールド管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:79 +msgid "Files Management" +msgstr "ファイル管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:85 +msgid "Accounts Management" +msgstr "アカウント管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:91 +msgid "Tags Management" +msgstr "タグ管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:97 +msgid "Plugins Management" +msgstr "プラグイン管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:103 +msgid "Users and Accesses" +msgstr "ユーザーとアクセス管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:109 +msgid "Security and Audit" +msgstr "セキュリティーと異常検知" + +#. (itstool) path: action/text +#: app/resources/actions.xml:115 +msgid "Users Management" +msgstr "ユーザー管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:121 +msgid "Groups Management" +msgstr "グループ管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:127 +msgid "Profiles Management" +msgstr "プロファイル管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:145 +msgid "Clear Events" +msgstr "イベントのクリア" + +#. (itstool) path: action/text +#: app/resources/actions.xml:151 app/resources/actions.xml:481 +msgid "View Account" +msgstr "アカウント情報の表示" + +#. (itstool) path: action/text +#: app/resources/actions.xml:211 app/resources/actions.xml:469 +msgid "Upload File" +msgstr "ファイルのアップロード" + +#. (itstool) path: action/text +#: app/resources/actions.xml:229 +msgid "Search for Files" +msgstr "ファイル検索" + +#. (itstool) path: action/text +#: app/resources/actions.xml:235 +msgid "List Files" +msgstr "ファイル一覧" + +#. (itstool) path: action/text +#: app/resources/actions.xml:283 +msgid "Add Wiki" +msgstr "Add Wiki" + +#. (itstool) path: action/text +#: app/resources/actions.xml:289 +msgid "Edit Wiki" +msgstr "Edit Wiki" + +#. (itstool) path: action/text +#: app/resources/actions.xml:295 +msgid "Delete Wiki" +msgstr "Delete Wiki" + +#. (itstool) path: action/text +#: app/resources/actions.xml:361 +msgid "New API Token" +msgstr "New API Token" + +#. (itstool) path: action/text +#: app/resources/actions.xml:367 +msgid "View API Token" +msgstr "View API Token" + +#. (itstool) path: action/text +#: app/resources/actions.xml:373 +msgid "Edit API Token" +msgstr "Edit API Token" + +#. (itstool) path: action/text +#: app/resources/actions.xml:379 +msgid "Delete API Token" +msgstr "Delete API Token" + +#. (itstool) path: action/text +#: app/resources/actions.xml:385 +msgid "Search for API Token" +msgstr "Search for API Token" + +#. (itstool) path: action/text +#: app/resources/actions.xml:391 +msgid "New Custom Field" +msgstr "新規カスタムフィ-ルドの作成" + +#. (itstool) path: action/text +#: app/resources/actions.xml:397 +msgid "Show Custom Field" +msgstr "カスタフィールドを表示" + +#. (itstool) path: action/text +#: app/resources/actions.xml:403 +msgid "Edit Custom Field" +msgstr "カスタムフィ-ルドの編集" + +#. (itstool) path: action/text +#: app/resources/actions.xml:409 +msgid "Delete Custom Field" +msgstr "カスタムフィ-ルドの削除" + +#. (itstool) path: action/text +#: app/resources/actions.xml:415 +msgid "Search for Custom Field" +msgstr "カスタムフィールドを検索" + +#. (itstool) path: action/text +#: app/resources/actions.xml:427 +msgid "Show Public Link" +msgstr "共有リンク" + +#. (itstool) path: action/text +#: app/resources/actions.xml:445 +msgid "Search for Public Link" +msgstr "共有リンクを検索" + +#. (itstool) path: action/text +#: app/resources/actions.xml:553 +msgid "Enable Plugin" +msgstr "Enable Plugin" + +#. (itstool) path: action/text +#: app/resources/actions.xml:559 +msgid "Disable Plugin" +msgstr "Disable Plugin" + +#. (itstool) path: action/text +#: app/resources/actions.xml:565 +msgid "Reset Plugin" +msgstr "プラグインをリセット" + +#. (itstool) path: action/text +#: app/resources/actions.xml:601 +msgid "Edit User Password" +msgstr "パスワードの編集" + +#. (itstool) path: action/text +#: app/resources/actions.xml:673 +msgid "User Configuration" +msgstr "ユーザー設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:679 +msgid "General Preferences" +msgstr "一般設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:703 +msgid "Accounts Configuration" +msgstr "アカウントの設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:709 +msgid "Wiki Configuration" +msgstr "Wikiの設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:715 +msgid "Encryption Configuration" +msgstr "暗号化設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:721 +msgid "Update Hash" +msgstr "ハッシュの再生成" + +#. (itstool) path: action/text +#: app/resources/actions.xml:727 +msgid "Temporary Master Password" +msgstr "仮マスターパスワード" + +#. (itstool) path: action/text +#: app/resources/actions.xml:733 +msgid "Backup Configuration" +msgstr "設定のバックアップ" + +#. (itstool) path: action/text +#: app/resources/actions.xml:745 +msgid "Import Configuration" +msgstr "設定をインポート" + +#. (itstool) path: action/text +#: app/resources/actions.xml:751 +msgid "CSV Import" +msgstr "CSV Import" + +#. (itstool) path: action/text +#: app/resources/actions.xml:757 +msgid "XML Import" +msgstr "XML Import" + +#. (itstool) path: action/text +#: app/resources/actions.xml:763 +msgid "Export Configuration" +msgstr "設定のエクスポート" + +#. (itstool) path: action/text +#: app/resources/actions.xml:769 +msgid "Export" +msgstr "Export" + +#. (itstool) path: action/text +#: app/resources/actions.xml:775 +msgid "Email Configuration" +msgstr "メール設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:781 +msgid "LDAP Configuration" +msgstr "LDAPの設定" + +#. (itstool) path: action/text +#: app/resources/actions.xml:787 +msgid "LDAP synchronization" +msgstr "LDAP synchronization" + +#. (itstool) path: action/text +#: app/resources/actions.xml:793 +msgid "Account Management (H)" +msgstr "アカウント管理(H)" + +#. (itstool) path: action/text +#: app/resources/actions.xml:823 +msgid "Create Notification" +msgstr "通知の作成" + +#. (itstool) path: action/text +#: app/resources/actions.xml:853 +msgid "Preset Values Management" +msgstr "プリセットの管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:889 +msgid "Tracks Management" +msgstr "Track管理" + +#. (itstool) path: action/text +#: app/resources/actions.xml:901 +msgid "Unlock track" +msgstr "Unlock track" + +#. (itstool) path: action/text +#: app/resources/actions.xml:907 +msgid "Clear the tracks out" +msgstr "trackをクリア" + +#. (itstool) path: strings/text +#: app/config/strings.xml:4 +msgid "Color" +msgstr "カラー" + +#. (itstool) path: strings/text +#: app/config/strings.xml:5 +msgid "Number" +msgstr "数字" + +#. (itstool) path: strings/text +#: app/config/strings.xml:6 +msgid "Phone" +msgstr "電話番号" + +#. (itstool) path: strings/text +#: app/config/strings.xml:7 +msgid "Text Area" +msgstr "テキストエリア" + +#. (itstool) path: strings/text +#: app/config/strings.xml:8 +msgid "Text" +msgstr "テキスト" + +#: app/modules/web/Controllers/AccountFileController.php:192 +msgid "There aren't any allowed extensions" +msgstr "このエクステンションは許可されていません" + +#: app/modules/web/Controllers/AccountFileController.php:211 +msgid "Extension: %s" +msgstr "Extension: %s" + +#: app/modules/web/Controllers/AccountFileController.php:226 +msgid "Maximum size: %s" +msgstr "最大ファイルサイズ" + +#: lib/SP/Services/Import/FileImport.php:102 +msgid "Please, check the file extension" +msgstr "ファイルを確認してください" + +#: lib/SP/Storage/File/FileCachePacked.php:144 +msgid "Data not loaded" +msgstr "データを読み込んでいません" + +#: app/config/strings.js.inc:45 +msgid "Extension not allowed" +msgstr "Extension not allowed" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:307 +#: app/modules/web/themes/material-blue/views/config/accounts.inc:320 +msgid "Allowed file extensions" +msgstr "この種類のファイルは利用できます" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:312 +msgid "Allowed file extensions for uploading." +msgstr "このMIME Typeのファイルはアップロードできます。" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:315 +msgid "" +"Write the extension and press enter to add. Remember to save the " +"configuration." +msgstr "" +"エクステンションを記述し、Enterキーを押して追加します。 構成を保存することを" +"忘れないでください。" + +#: lib/SP/Providers/Auth/Ldap/Ldap.php:110 +msgid "LDAP type not set" +msgstr "LDAP type not set" + +#: app/modules/web/themes/material-blue/views/config/accounts.inc:256 +msgid "Expire time (minutes)" +msgstr "有効期限(分)" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:76 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:78 +#: app/modules/web/themes/material-blue/views/config/ldap.inc:82 +msgid "Server Type" +msgstr "Server Type" + +#: app/modules/web/themes/material-blue/views/config/ldap.inc:177 +msgid "" +"This isn't the real LDAP password. You should set the real one before " +"checking or importing LDAP objects" +msgstr "" +"This isn't the real LDAP password. You should set the real one before " +"checking or importing LDAP objects" + +#: app/modules/web/themes/material-blue/views/config/mail.inc:148 +#: app/modules/web/themes/material-blue/views/config/mail.inc:156 +msgid "Sender email address" +msgstr "送信元アドレス" + +#: app/modules/web/themes/material-blue/views/usersettings/general.inc:126 +msgid "Displays a navigation bar on top of the search results." +msgstr "検索結果の上にナビゲーションバーを表示します。" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:117 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Maintenance mode not enabled" +msgstr "メンテナンスモードが有効化されていません" + +#: app/modules/web/Controllers/ConfigEncryptionController.php:118 +#: app/modules/web/themes/material-blue/views/config/encryption.inc:86 +msgid "Please, enable it to avoid unwanted behavior from other sessions" +msgstr "" +"他のユーザーがログインしていると予想外の変更が行われる可能性があるのでメンテ" +"ナンスモードを有効化してください" + +#: lib/SP/Providers/Mail/MailHandler.php:149 +msgid "Event: %s" +msgstr "Event: %s" + +#: lib/SP/Services/Crypt/TemporaryMasterPassService.php:232 +msgid "%s Master Password" +msgstr "%s マスターパスワード" + +#: lib/SP/Services/Task/TaskService.php:93 +msgid "Task not set within wait time" +msgstr "Task not set within wait time" + +#: lib/SP/Config/ConfigUtil.php:102 +msgid "'/app/config' directory does not exist." +msgstr "'/app/config' ディレクトリが存在しません。" + +#: lib/SP/Config/ConfigUtil.php:108 +msgid "Unable to write into '/app/config' directory" +msgstr "'/app/config' ディレクトリに書き込むことができませんでした" + +#: lib/SP/Config/ConfigUtil.php:117 +msgid "'/app/config' directory permissions are wrong" +msgstr "'/app/config' ディレクトリのパーミッション設定が間違っています" + +#: lib/SP/Plugin/PluginManager.php:392 +msgid "Upgrading plugin" +msgstr "プラグインの更新" + +#: lib/SP/Plugin/PluginManager.php:409 +msgid "Plugin upgraded" +msgstr "プラグインの更新が完了しました" + +#: lib/SP/Plugin/PluginManager.php:418 +msgid "Unable to upgrade the \"%s\" plugin" +msgstr "プラグイン \"%s\" の更新に失敗しました" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:67 +msgid "Error while adding plugin's data" +msgstr "プラグイン追加時にエラーが発生しました" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:96 +msgid "Error while updating plugin's data" +msgstr "プラグイイン更新時にエラーが発生しました" + +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:115 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:135 +#: lib/SP/Repositories/Plugin/PluginDataRepository.php:241 +msgid "Error while deleting plugin's data" +msgstr "プラグイン削除時にエラーが発生しました" + +#: lib/SP/Services/Plugin/PluginDataService.php:97 +#: lib/SP/Services/Plugin/PluginDataService.php:121 +#: lib/SP/Services/Plugin/PluginDataService.php:165 +#: lib/SP/Services/Plugin/PluginDataService.php:183 +msgid "Plugin's data not found" +msgstr "プラグインデータがありません" + +#: lib/SP/Services/Upgrade/UpgradePlugin.php:48 +#: lib/SP/Services/Upgrade/UpgradePlugin.php:57 +msgid "Plugins upgrade" +msgstr "プラグインのアップデート" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:101 +#: app/modules/web/themes/material-blue/views/config/general-site.inc:117 +msgid "Application URL" +msgstr "Application URL" + +#: app/modules/web/themes/material-blue/views/config/general-site.inc:106 +msgid "" +"Sets the application URL when accessing through a reverse proxy or load " +"balancer." +msgstr "" +"sysPassにアクセスできるURLを設定してください、リバースプロキシやロードバラン" +"サを用いている場合に必要な設定です。" diff --git a/app/modules/web/Controllers/InstallController.php b/app/modules/web/Controllers/InstallController.php index b403af88..68146dd2 100644 --- a/app/modules/web/Controllers/InstallController.php +++ b/app/modules/web/Controllers/InstallController.php @@ -49,6 +49,12 @@ final class InstallController extends ControllerBase */ public function indexAction() { + if ($this->configData->isInstalled()) { + $this->router->response() + ->redirect('index.php?r=login'); + return; + } + $layoutHelper = $this->dic->get(LayoutHelper::class); $layoutHelper->getPublicLayout('index', 'install'); diff --git a/composer.json b/composer.json index 77891e9b..27db44b2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "roave/security-advisories": "dev-master", - "php": "~7.0 || ~7.1 || ~7.2 || ~7.3", + "php": "~7.3 || ~7.4", "defuse/php-encryption": "~2.1", "phpmailer/phpmailer": "~6.0", "ademarre/binary-to-text-php": "dev-master", diff --git a/composer.lock b/composer.lock index a64a7de0..2bb3e5a0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "91dab3bfbcce096704aa0735ad728ad5", + "content-hash": "4588647d7b59c02b13bc52697f6c43f2", "packages": [ { "name": "ademarre/binary-to-text-php", @@ -23,6 +23,7 @@ "require": { "php": ">=5.2.14" }, + "default-branch": true, "type": "library", "autoload": { "psr-0": { @@ -49,6 +50,10 @@ "octal", "rfc4648" ], + "support": { + "issues": "https://github.com/ademarre/binary-to-text-php/issues", + "source": "https://github.com/ademarre/binary-to-text-php/tree/v3.0.0" + }, "time": "2015-02-27T05:11:22+00:00" }, { @@ -112,34 +117,41 @@ "security", "symmetric key cryptography" ], + "support": { + "issues": "https://github.com/defuse/php-encryption/issues", + "source": "https://github.com/defuse/php-encryption/tree/master" + }, "time": "2018-07-24T23:27:56+00:00" }, { "name": "doctrine/annotations", - "version": "v1.4.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", - "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "shasum": "" }, "require": { "doctrine/lexer": "1.*", - "php": "^5.6 || ^7.0" + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^5.7" + "doctrine/coding-standard": "^6.0 || ^8.1", + "phpstan/phpstan": "^0.12.20", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.11.x-dev" } }, "autoload": { @@ -152,6 +164,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -160,10 +176,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -174,43 +186,52 @@ } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], - "time": "2017-02-24T16:22:25+00:00" + "support": { + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/1.11.1" + }, + "time": "2020-10-26T10:28:16+00:00" }, { "name": "doctrine/cache", - "version": "v1.6.2", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" + "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", - "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { - "php": "~5.5|~7.0" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "phpunit/phpunit": "~4.8|~5.0", - "predis/predis": "~1.0", - "satooshi/php-coveralls": "~0.6" + "alcaeus/mongo-php-adapter": "^1.1", + "doctrine/coding-standard": "^6.0", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.0", + "predis/predis": "~1.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.9.x-dev" } }, "autoload": { @@ -223,6 +244,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -231,10 +256,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -244,44 +265,66 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Caching library offering an object-oriented API for many cache backends", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", + "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ + "abstraction", + "apcu", "cache", - "caching" + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" ], - "time": "2017-07-22T12:49:21+00:00" + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.10.x" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/collections", - "version": "v1.4.0", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", - "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", + "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1.3 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "~0.1@dev", - "phpunit/phpunit": "^5.7" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0", + "vimeo/psalm": "^3.8.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, "autoload": { - "psr-0": { - "Doctrine\\Common\\Collections\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", @@ -289,6 +332,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -297,10 +344,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -310,14 +353,19 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Collections Abstraction library", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", - "iterator" + "iterators", + "php" ], - "time": "2017-01-03T10:49:41+00:00" + "support": { + "issues": "https://github.com/doctrine/collections/issues", + "source": "https://github.com/doctrine/collections/tree/1.6.7" + }, + "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/common", @@ -390,37 +438,46 @@ "persistence", "spl" ], + "support": { + "issues": "https://github.com/doctrine/common/issues", + "source": "https://github.com/doctrine/common/tree/v2.7.3" + }, "time": "2017-07-22T08:35:12+00:00" }, { "name": "doctrine/inflector", - "version": "v1.2.0", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", - "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -428,6 +485,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -436,10 +497,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -449,40 +506,66 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], - "time": "2017-07-22T12:18:28+00:00" + "support": { + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/1.4.x" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2020-05-29T07:19:59+00:00" }, { "name": "doctrine/lexer", - "version": "1.0.2", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -495,14 +578,14 @@ "MIT" ], "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" @@ -517,31 +600,51 @@ "parser", "php" ], - "time": "2019-06-08T11:03:04+00:00" + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.3.3", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { + "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.4", - "php": ">=5.5" + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.0" + "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" @@ -549,16 +652,16 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.3-dev" + "dev-master": "6.5-dev" } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -582,27 +685,31 @@ "rest", "web service" ], - "time": "2018-04-22T15:46:56+00:00" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5" + }, + "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "60d379c243457e073cff02bc323a2a86cb355631" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", + "reference": "60d379c243457e073cff02bc323a2a86cb355631", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { @@ -633,20 +740,24 @@ "keywords": [ "promise" ], - "time": "2016-12-20T10:07:11+00:00" + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.4.0" + }, + "time": "2020-09-30T07:37:28+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", "shasum": "" }, "require": { @@ -659,15 +770,15 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -704,10 +815,14 @@ "uri", "url" ], - "time": "2019-07-01T23:21:34+00:00" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.7.0" + }, + "time": "2020-09-30T07:37:11+00:00" }, { - "name": "jeremeamia/SuperClosure", + "name": "jeremeamia/superclosure", "version": "2.4.0", "source": { "type": "git", @@ -762,6 +877,11 @@ "serialize", "tokenizer" ], + "support": { + "issues": "https://github.com/jeremeamia/super_closure/issues", + "source": "https://github.com/jeremeamia/super_closure/tree/master" + }, + "abandoned": "opis/closure", "time": "2018-03-21T22:21:57+00:00" }, { @@ -818,20 +938,24 @@ "routing", "sinatra" ], + "support": { + "issues": "https://github.com/klein/klein.php/issues", + "source": "https://github.com/klein/klein.php/tree/master" + }, "time": "2017-02-01T23:08:58+00:00" }, { "name": "monolog/monolog", - "version": "1.24.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" + "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33", + "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33", "shasum": "" }, "require": { @@ -845,11 +969,10 @@ "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" @@ -868,11 +991,6 @@ "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" @@ -896,20 +1014,34 @@ "logging", "psr-3" ], - "time": "2018-11-05T09:00:11+00:00" + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.26.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2020-12-14T12:56:38+00:00" }, { "name": "nikic/php-parser", - "version": "v4.2.3", + "version": "v4.10.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "e612609022e935f3d0337c1295176505b41188c8" + "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e612609022e935f3d0337c1295176505b41188c8", - "reference": "e612609022e935f3d0337c1295176505b41188c8", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e", + "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e", "shasum": "" }, "require": { @@ -917,7 +1049,8 @@ "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -925,7 +1058,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -947,24 +1080,28 @@ "parser", "php" ], - "time": "2019-08-12T20:17:41+00:00" + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4" + }, + "time": "2020-12-20T10:01:03+00:00" }, { "name": "paragonie/random_compat", - "version": "v9.99.99", + "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { - "php": "^7" + "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", @@ -992,28 +1129,35 @@ "pseudorandom", "random" ], - "time": "2018-07-02T15:55:56+00:00" + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" }, { "name": "php-di/invoker", - "version": "2.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a" + "reference": "e08a7c87068daeaeef464b95d81643ea530bc535" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a", - "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a", + "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/e08a7c87068daeaeef464b95d81643ea530bc535", + "reference": "e08a7c87068daeaeef464b95d81643ea530bc535", "shasum": "" }, "require": { + "php": ">=7.3", "psr/container": "~1.0" }, "require-dev": { "athletic/athletic": "~0.1.8", - "phpunit/phpunit": "~4.5" + "mnapoli/hard-mode": "~0.3.0", + "phpunit/phpunit": "^9.0" }, "type": "library", "autoload": { @@ -1035,20 +1179,30 @@ "invoke", "invoker" ], - "time": "2017-03-20T19:28:22+00:00" + "support": { + "issues": "https://github.com/PHP-DI/Invoker/issues", + "source": "https://github.com/PHP-DI/Invoker/tree/2.2.0" + }, + "funding": [ + { + "url": "https://github.com/mnapoli", + "type": "github" + } + ], + "time": "2020-10-12T12:15:50+00:00" }, { "name": "php-di/php-di", - "version": "6.0.9", + "version": "6.0.11", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "00a5eb0f0dd94deabb71acfbf44c37b80d53d0a1" + "reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/00a5eb0f0dd94deabb71acfbf44c37b80d53d0a1", - "reference": "00a5eb0f0dd94deabb71acfbf44c37b80d53d0a1", + "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620", + "reference": "9bdcc2f41f5fb700ddd01bc4fa8d5bd7b3f94620", "shasum": "" }, "require": { @@ -1098,27 +1252,32 @@ "ioc", "psr11" ], - "time": "2019-07-08T07:24:22+00:00" + "support": { + "issues": "https://github.com/PHP-DI/PHP-DI/issues", + "source": "https://github.com/PHP-DI/PHP-DI/tree/master" + }, + "time": "2019-12-12T07:58:02+00:00" }, { "name": "php-di/phpdoc-reader", - "version": "2.1.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/PHP-DI/PhpDocReader.git", - "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e" + "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/7d0de60b9341933c8afd172a6255cd7557601e0e", - "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e", + "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", + "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.2.0" }, "require-dev": { - "phpunit/phpunit": "~4.6" + "mnapoli/hard-mode": "~0.3.0", + "phpunit/phpunit": "^8.5|^9.0" }, "type": "library", "autoload": { @@ -1135,35 +1294,39 @@ "phpdoc", "reflection" ], - "time": "2018-02-18T17:39:01+00:00" + "support": { + "issues": "https://github.com/PHP-DI/PhpDocReader/issues", + "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" + }, + "time": "2020-10-12T12:39:22+00:00" }, { "name": "phpmailer/phpmailer", - "version": "v6.0.7", + "version": "v6.2.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59" + "reference": "e38888a75c070304ca5514197d4847a59a5c853f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59", - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f", + "reference": "e38888a75c070304ca5514197d4847a59a5c853f", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", + "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { - "doctrine/annotations": "1.2.*", - "friendsofphp/php-cs-fixer": "^2.2", - "phpdocumentor/phpdocumentor": "2.*", - "phpunit/phpunit": "^4.8 || ^5.7", - "zendframework/zend-eventmanager": "3.0.*", - "zendframework/zend-i18n": "2.7.3", - "zendframework/zend-serializer": "2.7.*" + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "doctrine/annotations": "^1.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.5.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", @@ -1181,17 +1344,17 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "LGPL-2.1-only" ], "authors": [ - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" @@ -1201,20 +1364,30 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2019-02-01T15:04:28+00:00" + "support": { + "issues": "https://github.com/PHPMailer/PHPMailer/issues", + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0" + }, + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], + "time": "2020-11-25T15:24:57+00:00" }, { "name": "phpseclib/phpseclib", - "version": "2.0.21", + "version": "2.0.30", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d" + "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9f1287e68b3f283339a9f98f67515dd619e5bf9d", - "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36", + "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36", "shasum": "" }, "require": { @@ -1222,8 +1395,7 @@ }, "require-dev": { "phing/phing": "~2.7", - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "sami/sami": "~2.0", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { @@ -1248,28 +1420,28 @@ "authors": [ { "name": "Jim Wigginton", - "role": "Lead Developer", - "email": "terrafrost@php.net" + "email": "terrafrost@php.net", + "role": "Lead Developer" }, { "name": "Patrick Monnerat", - "role": "Developer", - "email": "pm@datasphere.ch" + "email": "pm@datasphere.ch", + "role": "Developer" }, { "name": "Andreas Fischer", - "role": "Developer", - "email": "bantu@phpbb.com" + "email": "bantu@phpbb.com", + "role": "Developer" }, { "name": "Hans-Jürgen Petrich", - "role": "Developer", - "email": "petrich@tronic-media.com" + "email": "petrich@tronic-media.com", + "role": "Developer" }, { "name": "Graham Campbell", - "role": "Developer", - "email": "graham@alt-three.com" + "email": "graham@alt-three.com", + "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", @@ -1293,7 +1465,25 @@ "x.509", "x509" ], - "time": "2019-07-12T12:53:49+00:00" + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.30" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2020-12-17T05:42:04+00:00" }, { "name": "psr/container", @@ -1342,6 +1532,10 @@ "container-interop", "psr" ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/master" + }, "time": "2017-02-14T16:28:37+00:00" }, { @@ -1392,20 +1586,23 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", - "version": "1.1.0", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { @@ -1414,7 +1611,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -1439,7 +1636,10 @@ "psr", "psr-3" ], - "time": "2018-11-20T15:27:04+00:00" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.3" + }, + "time": "2020-03-23T09:12:05+00:00" }, { "name": "ralouphie/getallheaders", @@ -1479,6 +1679,10 @@ } ], "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, "time": "2019-03-08T08:55:37+00:00" }, { @@ -1487,12 +1691,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "ea693fa060702164985511acc3ceb5389c9ac761" + "reference": "d5961914bf7f90e81af509b81e51450bff419815" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ea693fa060702164985511acc3ceb5389c9ac761", - "reference": "ea693fa060702164985511acc3ceb5389c9ac761", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d5961914bf7f90e81af509b81e51450bff419815", + "reference": "d5961914bf7f90e81af509b81e51450bff419815", "shasum": "" }, "conflict": { @@ -1501,22 +1705,32 @@ "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/http": "<1.0.1", + "amphp/http-client": ">=4,<4.4", "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", "aws/aws-sdk-php": ">=3,<3.2.1", + "bagisto/bagisto": "<0.1.5", + "barrelstrength/sprout-base-email": "<1.2.7", + "barrelstrength/sprout-forms": "<3.9", + "baserproject/basercms": ">=4,<=4.3.6|>=4.4,<4.4.1", + "bolt/bolt": "<3.7.1", "brightlocal/phpwhois": "<=4.2.5", + "buddypress/buddypress": "<5.1.2", "bugsnag/bugsnag-laravel": ">=2,<2.0.2", "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", + "centreon/centreon": "<18.10.8|>=19,<19.4.5", + "cesnet/simplesamlphp-module-proxystatistics": "<3.1", "codeigniter/framework": "<=3.0.6", "composer/composer": "<=1-alpha.11", "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/core": ">=2,<3.5.39", - "contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5", + "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", "contao/listing-bundle": ">=4,<4.4.8", - "contao/newsletter-bundle": ">=4,<4.1", + "datadog/dd-trace": ">=0.30,<0.30.2", "david-garcia/phpwhois": "<=4.3.1", + "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", "doctrine/annotations": ">=1,<1.2.7", "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", @@ -1526,112 +1740,184 @@ "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", + "dolibarr/dolibarr": "<11.0.4", "dompdf/dompdf": ">=0.6,<0.6.2", - "drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", - "drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", + "drupal/core": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", + "drupal/drupal": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", + "endroid/qr-code-bundle": "<3.4.2", + "enshrined/svg-sanitize": "<0.13.1", "erusev/parsedown": "<1.7.2", - "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4", - "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", - "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", + "ezsystems/demobundle": ">=5.4,<5.4.6.1", + "ezsystems/ez-support-tools": ">=2.2,<2.2.3", + "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", + "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", + "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", + "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", + "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", + "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", + "ezsystems/ezplatform-user": ">=1,<1.0.1", + "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", + "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1", + "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", "ezsystems/repository-forms": ">=2.3,<2.3.2.1", "ezyang/htmlpurifier": "<4.1.1", "firebase/php-jwt": "<2", "fooman/tcpdf": "<6.2.22", "fossar/tcpdf-parser": "<6.2.22", + "friendsofsymfony/oauth2-php": "<1.3", "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", + "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", "fuel/core": "<1.8.1", + "getgrav/grav": "<1.7-beta.8", + "getkirby/cms": ">=3,<3.4.5", + "getkirby/panel": "<2.5.14", + "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", "gree/jose": "<=2.2", "gregwar/rst": "<1.0.3", "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", - "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", - "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", + "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", + "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2", "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", + "illuminate/view": ">=7,<7.1.2", "ivankristianto/phpwhois": "<=4.3", "james-heinrich/getid3": "<1.9.9", "joomla/session": "<1.3.1", "jsmitty12/phpwhois": "<5.1", "kazist/phpwhois": "<=4.2.6", + "kitodo/presentation": "<3.1.2", "kreait/firebase-php": ">=3.2,<3.8.1", "la-haute-societe/tcpdf": "<6.2.22", - "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", + "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "league/commonmark": "<0.18.3", - "magento/magento1ce": "<1.9.4.1", - "magento/magento1ee": ">=1.9,<1.14.4.1", - "magento/product-community-edition": ">=2,<2.2.8|>=2.3,<2.3.1", + "librenms/librenms": "<1.53", + "livewire/livewire": ">2.2.4,<2.2.6", + "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", + "magento/magento1ce": "<1.9.4.3", + "magento/magento1ee": ">=1,<1.14.4.3", + "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", + "marcwillmann/turn": "<0.3.3", + "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", + "mittwald/typo3_forum": "<1.2.1", "monolog/monolog": ">=1.8,<1.12", "namshi/jose": "<2.2", + "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", + "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", + "nystudio107/craft-seomatic": "<3.3", + "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", + "october/backend": ">=1.0.319,<1.0.470", + "october/cms": "= 1.0.469|>=1.0.319,<1.0.469", + "october/october": ">=1.0.319,<1.0.466", + "october/rain": ">=1.0.319,<1.0.468", "onelogin/php-saml": "<2.10.4", + "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", "openid/php-openid": "<2.3", + "openmage/magento-lts": "<19.4.8|>=20,<20.0.4", + "orchid/platform": ">=9,<9.4.4", "oro/crm": ">=1.7,<1.7.4", "oro/platform": ">=1.7,<1.7.4", "padraic/humbug_get_contents": "<1.1.2", "pagarme/pagarme-php": ">=0,<3", "paragonie/random_compat": "<2", + "passbolt/passbolt_api": "<2.11", "paypal/merchant-sdk-php": "<3.12", - "pear/archive_tar": "<1.4.4", - "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", - "phpoffice/phpexcel": "<=1.8.1", - "phpoffice/phpspreadsheet": "<=1.5", + "pear/archive_tar": "<1.4.11", + "personnummer/personnummer": "<3.0.2", + "phpfastcache/phpfastcache": ">=5,<5.0.13", + "phpmailer/phpmailer": "<6.1.6", + "phpmussel/phpmussel": ">=1,<1.6", + "phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3", + "phpoffice/phpexcel": "<1.8.2", + "phpoffice/phpspreadsheet": "<1.8", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", "phpwhois/phpwhois": "<=4.2.5", "phpxmlrpc/extras": "<0.6.1", + "pimcore/pimcore": "<6.3", + "pocketmine/pocketmine-mp": "<3.15.4", + "prestashop/autoupgrade": ">=4,<4.10.1", + "prestashop/contactform": ">1.0.1,<4.3", + "prestashop/gamification": "<2.3.2", + "prestashop/productcomments": ">=4,<4.2", + "prestashop/ps_facetedsearch": "<3.4.1", + "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", "propel/propel": ">=2-alpha.1,<=2-alpha.7", "propel/propel1": ">=1,<=1.7.1", + "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6", "pusher/pusher-php-server": "<2.2.1", - "robrichards/xmlseclibs": ">=1,<3.0.2", + "rainlab/debugbar-plugin": "<3.1", + "robrichards/xmlseclibs": "<3.0.4", + "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", + "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", "sensiolabs/connect": "<4.2.3", "serluck/phpwhois": "<=4.2.6", - "shopware/shopware": "<5.3.7", - "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", + "shopware/core": "<=6.3.2", + "shopware/platform": "<=6.3.2", + "shopware/shopware": "<5.6.9", + "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", + "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", + "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", + "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", - "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4", - "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2", + "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", + "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", + "silverstripe/subsites": ">=2,<2.1.1", + "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", "silverstripe/userforms": "<3", "simple-updates/phpwhois": "<=1", "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", - "simplesamlphp/simplesamlphp": "<1.17.3", + "simplesamlphp/simplesamlphp": "<1.18.6", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", + "simplito/elliptic-php": "<1.0.6", "slim/slim": "<2.6", "smarty/smarty": "<3.1.33", "socalnick/scn-social-auth": "<1.15.2", "spoonity/tcpdf": "<6.2.22", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", + "ssddanbrown/bookstack": "<0.29.2", "stormpath/sdk": ">=0,<9.9.99", + "studio-42/elfinder": "<2.1.49", + "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1", "swiftmailer/swiftmailer": ">=4,<5.4.5", "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", - "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4", - "symfony/cache": ">=3.1,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", + "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", + "sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3", + "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", + "symbiote/silverstripe-versionedfiles": "<=2.0.3", + "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", + "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", - "symfony/http-foundation": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", - "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", + "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", + "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", + "symfony/mime": ">=4.3,<4.3.8", "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/polyfill": ">=1,<1.10", "symfony/polyfill-php55": ">=1,<1.10", "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/routing": ">=2,<2.0.19", - "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", + "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", - "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", + "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", "symfony/serializer": ">=2,<2.0.11", - "symfony/symfony": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", + "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", "symfony/translation": ">=2,<2.0.17", "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", + "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", + "t3g/svg-sanitizer": "<1.0.3", "tecnickcom/tcpdf": "<6.2.22", "thelia/backoffice-default-template": ">=2.1,<2.1.2", "thelia/thelia": ">=2.1-beta.1,<2.1.3", @@ -1639,22 +1925,27 @@ "titon/framework": ">=0,<9.9.99", "truckersmp/phpwhois": "<=4.3.1", "twig/twig": "<1.38|>=2,<2.7", - "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8", - "typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8", + "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", + "typo3/cms-core": ">=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", + "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", "ua-parser/uap-php": "<3.8", + "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", + "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", "wallabag/tcpdf": "<6.2.22", "willdurand/js-translation-bundle": "<2.1.1", + "yii2mod/yii2-cms": "<1.9.2", "yiisoft/yii": ">=1.1.14,<1.1.15", - "yiisoft/yii2": "<2.0.15", + "yiisoft/yii2": "<2.0.38", "yiisoft/yii2-bootstrap": "<2.0.4", "yiisoft/yii2-dev": "<2.0.15", "yiisoft/yii2-elasticsearch": "<2.0.5", "yiisoft/yii2-gii": "<2.0.4", "yiisoft/yii2-jui": "<2.0.4", "yiisoft/yii2-redis": "<2.0.8", + "yourls/yourls": "<1.7.4", "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", @@ -1689,25 +1980,44 @@ "authors": [ { "name": "Marco Pivetta", - "role": "maintainer", - "email": "ocramius@gmail.com" + "email": "ocramius@gmail.com", + "role": "maintainer" + }, + { + "name": "Ilya Tribusean", + "email": "slash3b@gmail.com", + "role": "maintainer" } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "time": "2019-07-18T15:17:58+00:00" + "support": { + "issues": "https://github.com/Roave/SecurityAdvisories/issues", + "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" + }, + "funding": [ + { + "url": "https://github.com/Ocramius", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", + "type": "tidelift" + } + ], + "time": "2020-12-08T15:02:56+00:00" }, { "name": "symfony/debug", - "version": "v3.4.30", + "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "bc977cb2681d75988ab2d53d14c4245c6c04f82f" + "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/bc977cb2681d75988ab2d53d14c4245c6c04f82f", - "reference": "bc977cb2681d75988ab2d53d14c4245c6c04f82f", + "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", + "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", "shasum": "" }, "require": { @@ -1721,11 +2031,6 @@ "symfony/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" @@ -1750,35 +2055,60 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-07-23T08:39:19+00:00" + "support": { + "source": "https://github.com/symfony/debug/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" }, { - "name": "symfony/polyfill-php56", - "version": "v1.12.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.20.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", - "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117", + "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" + "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" @@ -1788,6 +2118,164 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.20.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "727d1096295d807c309fb01a851577302394c897" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897", + "reference": "727d1096295d807c309fb01a851577302394c897", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" + }, + { + "name": "symfony/polyfill-php56", + "version": "v1.20.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", + "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -1806,35 +2294,59 @@ "portable", "shim" ], - "time": "2019-08-06T08:03:45+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" }, { - "name": "symfony/polyfill-util", - "version": "v1.12.0", + "name": "symfony/polyfill-php72", + "version": "v1.20.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "4317de1386717b4c22caed7725350a8887ab205c" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", - "reference": "4317de1386717b4c22caed7725350a8887ab205c", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930", + "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1850,15 +2362,32 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony utilities for portability of PHP codes", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ - "compat", "compatibility", "polyfill", + "portable", "shim" ], - "time": "2019-08-06T08:03:45+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" } ], "packages-dev": [ @@ -1899,45 +2428,46 @@ "authors": [ { "name": "Ben Scholzen 'DASPRiD'", - "role": "Developer", "email": "mail@dasprids.de", - "homepage": "http://www.dasprids.de" + "homepage": "http://www.dasprids.de", + "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", + "support": { + "issues": "https://github.com/Bacon/BaconQrCode/issues", + "source": "https://github.com/Bacon/BaconQrCode/tree/master" + }, "time": "2017-10-17T09:59:25+00:00" }, { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1 || ^8.0" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^8.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" @@ -1951,45 +2481,63 @@ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" + "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2020-11-10T18:47:58+00:00" }, { "name": "fabpot/goutte", - "version": "v3.2.3", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8" + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8", - "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5", + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", - "php": ">=5.5.0", - "symfony/browser-kit": "~2.1|~3.0|~4.0", - "symfony/css-selector": "~2.1|~3.0|~4.0", - "symfony/dom-crawler": "~2.1|~3.0|~4.0" + "php": ">=7.1.3", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.3 || ^4" + "symfony/phpunit-bridge": "^5.0" }, "type": "application", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "3.3-dev" } }, "autoload": { @@ -2015,20 +2563,24 @@ "keywords": [ "scraper" ], - "time": "2018-06-29T15:13:57+00:00" + "support": { + "issues": "https://github.com/FriendsOfPHP/Goutte/issues", + "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" + }, + "time": "2020-11-01T09:30:18+00:00" }, { "name": "fzaninotto/faker", - "version": "v1.8.0", + "version": "v1.9.2", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" + "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", - "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e", + "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e", "shasum": "" }, "require": { @@ -2037,12 +2589,12 @@ "require-dev": { "ext-intl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7", - "squizlabs/php_codesniffer": "^1.5" + "squizlabs/php_codesniffer": "^2.9.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -2065,29 +2617,37 @@ "faker", "fixtures" ], - "time": "2018-07-12T10:23:15+00:00" + "support": { + "issues": "https://github.com/fzaninotto/Faker/issues", + "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2" + }, + "abandoned": true, + "time": "2020-12-11T09:56:16+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.7.0", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", + "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1 || ^8.0" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^4.1" + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { @@ -2110,7 +2670,17 @@ "object", "object graph" ], - "time": "2017-10-19T19:58:43+00:00" + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2020-11-13T09:40:50+00:00" }, { "name": "phar-io/manifest", @@ -2165,6 +2735,10 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/master" + }, "time": "2017-03-05T18:14:27+00:00" }, { @@ -2212,39 +2786,228 @@ } ], "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/master" + }, "time": "2017-03-05T17:38:23+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "1.0.1", + "name": "php-mock/php-mock", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "url": "https://github.com/php-mock/php-mock.git", + "reference": "a3142f257153b71c09bf9146ecf73430b3818b7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/php-mock/php-mock/zipball/a3142f257153b71c09bf9146ecf73430b3818b7c", + "reference": "a3142f257153b71c09bf9146ecf73430b3818b7c", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^5.6 || ^7.0 || ^8.0", + "phpunit/php-text-template": "^1 || ^2" + }, + "replace": { + "malkusch/php-mock": "*" }, "require-dev": { - "phpunit/phpunit": "^4.6" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0", + "squizlabs/php_codesniffer": "^3.5" + }, + "suggest": { + "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock." + }, + "type": "library", + "autoload": { + "files": [ + "autoload.php" + ], + "psr-4": { + "phpmock\\": [ + "classes/", + "tests/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "WTFPL" + ], + "authors": [ + { + "name": "Markus Malkusch", + "email": "markus@malkusch.de", + "homepage": "http://markus.malkusch.de", + "role": "Developer" + } + ], + "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", + "homepage": "https://github.com/php-mock/php-mock", + "keywords": [ + "BDD", + "TDD", + "function", + "mock", + "stub", + "test", + "test double" + ], + "support": { + "issues": "https://github.com/php-mock/php-mock/issues", + "source": "https://github.com/php-mock/php-mock/tree/2.3.0" + }, + "funding": [ + { + "url": "https://github.com/michalbundyra", + "type": "github" + } + ], + "time": "2020-12-11T19:20:04+00:00" + }, + { + "name": "php-mock/php-mock-integration", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-mock/php-mock-integration.git", + "reference": "003d585841e435958a02e9b986953907b8b7609b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/003d585841e435958a02e9b986953907b8b7609b", + "reference": "003d585841e435958a02e9b986953907b8b7609b", + "shasum": "" + }, + "require": { + "php": ">=5.6", + "php-mock/php-mock": "^2.2", + "phpunit/php-text-template": "^1 || ^2" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpmock\\integration\\": "classes/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "WTFPL" + ], + "authors": [ + { + "name": "Markus Malkusch", + "email": "markus@malkusch.de", + "homepage": "http://markus.malkusch.de", + "role": "Developer" + } + ], + "description": "Integration package for PHP-Mock", + "homepage": "https://github.com/php-mock/php-mock-integration", + "keywords": [ + "BDD", + "TDD", + "function", + "mock", + "stub", + "test", + "test double" + ], + "support": { + "issues": "https://github.com/php-mock/php-mock-integration/issues", + "source": "https://github.com/php-mock/php-mock-integration/tree/2.1.0" + }, + "time": "2020-02-08T14:40:25+00:00" + }, + { + "name": "php-mock/php-mock-phpunit", + "version": "2.6.0", + "source": { + "type": "git", + "url": "https://github.com/php-mock/php-mock-phpunit.git", + "reference": "2877a0e58f12e91b64bf36ccd080a209dcbf6c30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/2877a0e58f12e91b64bf36ccd080a209dcbf6c30", + "reference": "2877a0e58f12e91b64bf36ccd080a209dcbf6c30", + "shasum": "" + }, + "require": { + "php": ">=7", + "php-mock/php-mock-integration": "^2.1", + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9" + }, + "type": "library", + "autoload": { + "files": [ + "autoload.php" + ], + "psr-4": { + "phpmock\\phpunit\\": "classes/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "WTFPL" + ], + "authors": [ + { + "name": "Markus Malkusch", + "email": "markus@malkusch.de", + "homepage": "http://markus.malkusch.de", + "role": "Developer" + } + ], + "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.", + "homepage": "https://github.com/php-mock/php-mock-phpunit", + "keywords": [ + "BDD", + "TDD", + "function", + "mock", + "phpunit", + "stub", + "test", + "test double" + ], + "support": { + "issues": "https://github.com/php-mock/php-mock-phpunit/issues", + "source": "https://github.com/php-mock/php-mock-phpunit/tree/2.6.0" + }, + "time": "2020-02-08T15:44:47+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2266,44 +3029,45 @@ "reflection", "static analysis" ], - "time": "2017-09-11T18:02:19+00:00" + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.1", + "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "doctrine/instantiator": "~1.0.5", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^6.4" + "mockery/mockery": "~1.3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2314,44 +3078,49 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-04-30T17:48:53+00:00" + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" + }, + "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.4.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -2364,37 +3133,42 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-07-14T14:27:02+00:00" + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" + }, + "time": "2020-09-17T18:55:26+00:00" }, { "name": "phpspec/prophecy", - "version": "1.8.1", + "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" + "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", - "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", + "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", + "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { @@ -2427,7 +3201,11 @@ "spy", "stub" ], - "time": "2019-06-13T12:50:23+00:00" + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" + }, + "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/dbunit", @@ -2479,6 +3257,10 @@ "testing", "xunit" ], + "support": { + "issues": "https://github.com/sebastianbergmann/dbunit/issues", + "source": "https://github.com/sebastianbergmann/dbunit/tree/master" + }, "abandoned": true, "time": "2018-01-23T13:32:26+00:00" }, @@ -2543,6 +3325,10 @@ "testing", "xunit" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/5.3" + }, "time": "2018-04-06T15:36:58+00:00" }, { @@ -2590,6 +3376,11 @@ "filesystem", "iterator" ], + "support": { + "irc": "irc://irc.freenode.net/phpunit", + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" + }, "time": "2017-11-27T13:52:08+00:00" }, { @@ -2631,6 +3422,10 @@ "keywords": [ "template" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" + }, "time": "2015-06-21T13:50:34+00:00" }, { @@ -2680,6 +3475,10 @@ "keywords": [ "timer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/master" + }, "time": "2017-02-26T11:10:40+00:00" }, { @@ -2729,6 +3528,11 @@ "keywords": [ "tokenizer" ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", + "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" + }, + "abandoned": true, "time": "2017-11-27T05:48:46+00:00" }, { @@ -2802,8 +3606,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "email": "sebastian@phpunit.de", + "role": "lead" } ], "description": "The PHP Unit Testing framework.", @@ -2813,6 +3617,10 @@ "testing", "xunit" ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/6.5.14" + }, "time": "2019-02-01T05:22:47+00:00" }, { @@ -2872,28 +3680,32 @@ "mock", "xunit" ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", + "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/5.0.10" + }, "abandoned": true, "time": "2018-08-09T05:50:03+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", - "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", + "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.0" + "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { @@ -2918,7 +3730,17 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04T06:30:41+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", @@ -2982,6 +3804,10 @@ "compare", "equality" ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/master" + }, "time": "2018-02-01T13:46:46+00:00" }, { @@ -3034,6 +3860,10 @@ "keywords": [ "diff" ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/master" + }, "time": "2017-08-03T08:09:46+00:00" }, { @@ -3084,24 +3914,28 @@ "environment", "hhvm" ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/master" + }, "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", - "version": "3.1.1", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "06a9a5947f47b3029d76118eb5c22802e5869687" + "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687", - "reference": "06a9a5947f47b3029d76118eb5c22802e5869687", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e", + "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { @@ -3151,7 +3985,17 @@ "export", "exporter" ], - "time": "2019-08-11T12:43:14+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:47:53+00:00" }, { "name": "sebastian/global-state", @@ -3202,24 +4046,28 @@ "keywords": [ "global state" ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" + }, "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", - "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", + "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", "shasum": "" }, "require": { - "php": "^7.0", + "php": ">=7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, @@ -3249,24 +4097,34 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03T12:35:26+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:40:27+00:00" }, { "name": "sebastian/object-reflector", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "773f97c67f28de00d397be301821b06708fca0be" + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", - "reference": "773f97c67f28de00d397be301821b06708fca0be", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", + "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -3294,24 +4152,34 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29T09:07:27+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:37:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", - "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", + "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", "shasum": "" }, "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" @@ -3332,14 +4200,14 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, { "name": "Adam Harvey", "email": "aharvey@php.net" @@ -3347,7 +4215,17 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03T06:23:57+00:00" + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:34:24+00:00" }, { "name": "sebastian/resource-operations", @@ -3389,6 +4267,10 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" + }, "time": "2015-07-28T20:34:47+00:00" }, { @@ -3432,39 +4314,40 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/master" + }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.4.30", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "53266c9a1536e2dc673eb1efb6a6142ef84c6282" + "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/53266c9a1536e2dc673eb1efb6a6142ef84c6282", - "reference": "53266c9a1536e2dc673eb1efb6a6142ef84c6282", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a", + "reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/dom-crawler": "~2.8|~3.0|~4.0" + "php": ">=7.2.5", + "symfony/dom-crawler": "^4.4|^5.0" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0", - "symfony/process": "~2.8|~3.0|~4.0" + "symfony/css-selector": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0" }, "suggest": { "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" @@ -3489,31 +4372,43 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-06-09T14:27:26+00:00" + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v5.2.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-12-18T08:03:05+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.30", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf" + "reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", - "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/f789e7ead4c79e04ca9a6d6162fc629c89bd8054", + "reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": ">=7.2.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" @@ -3542,39 +4437,56 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2019-01-16T09:39:14+00:00" + "support": { + "source": "https://github.com/symfony/css-selector/tree/v5.2.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-12-08T17:02:38+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.4.30", + "version": "v5.2.1", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c" + "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/adb96e63af6fb0cc721cc69861001d60d0133d0c", - "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ee7cf316fb0de786cfe5ae32ee79502b290c81ea", + "reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0" + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "masterminds/html5": "<2.6" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0|~4.0" + "masterminds/html5": "^2.6", + "symfony/css-selector": "^4.4|^5.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" @@ -3599,24 +4511,41 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-05-30T15:47:52+00:00" + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v5.2.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-12-18T08:02:46+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.12.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", - "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", + "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" @@ -3624,7 +4553,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3657,24 +4590,41 @@ "polyfill", "portable" ], - "time": "2019-08-06T08:03:45+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.12.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + "reference": "39d483bdf39be819deabf04ec872eb0b2410b531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", + "reference": "39d483bdf39be819deabf04ec872eb0b2410b531", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" @@ -3682,7 +4632,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -3716,41 +4670,136 @@ "portable", "shim" ], - "time": "2019-08-06T08:03:45+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" }, { - "name": "symfony/yaml", - "version": "v3.4.30", + "name": "symfony/polyfill-php80", + "version": "v1.20.0", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "051d045c684148060ebfc9affb7e3f5e0899d40b" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/051d045c684148060ebfc9affb7e3f5e0899d40b", - "reference": "051d045c684148060ebfc9affb7e3f5e0899d40b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de", + "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.18", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "bbce94f14d73732340740366fcbe63363663a403" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/bbce94f14d73732340740366fcbe63363663a403", + "reference": "bbce94f14d73732340740366fcbe63363663a403", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { - "symfony/console": "~3.4|~4.0" + "symfony/console": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -3775,7 +4824,24 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-07-24T13:01:31+00:00" + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.18" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-12-08T16:59:59+00:00" }, { "name": "syspass/extension-installer-plugin", @@ -3783,20 +4849,21 @@ "source": { "type": "git", "url": "https://github.com/sysPass/composer-plugin-installer.git", - "reference": "84775ddce17f72cdf73e1442f01a4d8f56116ce2" + "reference": "9805ed94f0eac986c8c35586ca3b682e28a7c465" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sysPass/composer-plugin-installer/zipball/84775ddce17f72cdf73e1442f01a4d8f56116ce2", - "reference": "84775ddce17f72cdf73e1442f01a4d8f56116ce2", + "url": "https://api.github.com/repos/sysPass/composer-plugin-installer/zipball/9805ed94f0eac986c8c35586ca3b682e28a7c465", + "reference": "9805ed94f0eac986c8c35586ca3b682e28a7c465", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" + "composer-plugin-api": "^2.0" }, "require-dev": { - "composer/composer": "^1.3" + "composer/composer": "^2.0" }, + "default-branch": true, "type": "composer-plugin", "extra": { "class": "SP\\Composer\\ExtensionInstallerPlugin" @@ -3810,7 +4877,11 @@ "license": [ "MIT" ], - "time": "2018-11-01T17:44:15+00:00" + "support": { + "issues": "https://github.com/sysPass/composer-plugin-installer/issues", + "source": "https://github.com/sysPass/composer-plugin-installer/tree/v2.0.0" + }, + "time": "2020-12-08T08:15:22+00:00" }, { "name": "syspass/plugin-authenticator", @@ -3818,12 +4889,12 @@ "source": { "type": "git", "url": "https://github.com/sysPass/plugin-Authenticator.git", - "reference": "c8f814fdd9b8b2bdef23cd9646e82e7c6760c3cd" + "reference": "a9a5c264fce13960267f0d87518456b671530c8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sysPass/plugin-Authenticator/zipball/c8f814fdd9b8b2bdef23cd9646e82e7c6760c3cd", - "reference": "c8f814fdd9b8b2bdef23cd9646e82e7c6760c3cd", + "url": "https://api.github.com/repos/sysPass/plugin-Authenticator/zipball/a9a5c264fce13960267f0d87518456b671530c8b", + "reference": "a9a5c264fce13960267f0d87518456b671530c8b", "shasum": "" }, "require": { @@ -3852,34 +4923,39 @@ "authors": [ { "name": "Rubén Domínguez", - "role": "Author/Developer", "email": "nuxsmin@syspass.org", - "homepage": "https://syspass.org/" + "homepage": "https://syspass.org/", + "role": "Author/Developer" } ], "description": "2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)", "homepage": "https://syspass.org", - "time": "2019-04-27T00:48:18+00:00" + "support": { + "docs": "https://doc.syspass.org", + "issues": "https://github.com/nuxsmin/sysPass/issues", + "source": "https://github.com/nuxsmin/sysPass-Authenticator" + }, + "time": "2019-12-21T11:52:31+00:00" }, { "name": "theseer/tokenizer", - "version": "1.1.3", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + "reference": "75a63c33a8577608444246075ea0af0d052e452a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", + "reference": "75a63c33a8577608444246075ea0af0d052e452a", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": "^7.0" + "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { @@ -3894,41 +4970,49 @@ "authors": [ { "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" + "email": "arne@blankerts.de", + "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-06-13T22:48:21+00:00" + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/master" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2020-07-12T23:59:07+00:00" }, { "name": "webmozart/assert", - "version": "1.4.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", + "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", + "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" + }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -3950,7 +5034,11 @@ "check", "validate" ], - "time": "2018-12-25T11:19:39+00:00" + "support": { + "issues": "https://github.com/webmozart/assert/issues", + "source": "https://github.com/webmozart/assert/tree/master" + }, + "time": "2020-07-08T17:02:28+00:00" } ], "aliases": [], @@ -3964,7 +5052,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.0 || ~7.1 || ~7.2 || ~7.3", + "php": "~7.3 || ~7.4", "ext-pdo": "*", "ext-dom": "*", "ext-gd": "*", @@ -3975,5 +5063,6 @@ "ext-libxml": "*", "ext-mbstring": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" } diff --git a/lib/SP/Bootstrap.php b/lib/SP/Bootstrap.php index 7e091d37..9f630fe9 100644 --- a/lib/SP/Bootstrap.php +++ b/lib/SP/Bootstrap.php @@ -290,7 +290,7 @@ final class Bootstrap if (!self::$checkPhpVersion) { throw new InitializationException( - sprintf(__('Required PHP version >= %s <= %s'), '7.0', '7.3'), + sprintf(__('Required PHP version >= %s <= %s'), '7.3', '7.4'), InitializationException::ERROR, __u('Please update the PHP version to run sysPass') ); diff --git a/lib/SP/Core/Language.php b/lib/SP/Core/Language.php index 4b20ea76..f29f51c7 100644 --- a/lib/SP/Core/Language.php +++ b/lib/SP/Core/Language.php @@ -79,7 +79,8 @@ final class Language 'pt_BR' => 'Português', 'it_IT' => 'Italiano', 'da' => 'Dansk', - 'fo' => 'Føroyskt mál' + 'fo' => 'Føroyskt mál', + 'ja_JP' => '日本語', ]; /** * @var ConfigData @@ -237,4 +238,4 @@ final class Language { return file_exists(LOCALES_PATH . DIRECTORY_SEPARATOR . $lang); } -} \ No newline at end of file +} diff --git a/lib/SP/Services/Backup/FileBackupService.php b/lib/SP/Services/Backup/FileBackupService.php index daa23a5e..cb7137d1 100644 --- a/lib/SP/Services/Backup/FileBackupService.php +++ b/lib/SP/Services/Backup/FileBackupService.php @@ -54,6 +54,8 @@ defined('APP_ROOT') || die(); */ final class FileBackupService extends Service { + private const BACKUP_EXCLUDE_REGEX = '#^(?!.*(backup|cache|temp|vendor|tests))(.*)$#i'; + /** * @var ConfigData */ @@ -359,7 +361,8 @@ final class FileBackupService extends Service ); $archive = new ArchiveHandler($this->backupFileApp, $this->extensionChecker); - $archive->compressDirectory(APP_ROOT, '#^(?!(.*backup))(.*)$#i'); + + $archive->compressDirectory(APP_ROOT, self::BACKUP_EXCLUDE_REGEX); return true; } diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index 65f0fe7b..702d28e7 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -60,9 +60,9 @@ final class Installer extends Service /** * sysPass' version and build number */ - const VERSION = [3, 1, 2]; + const VERSION = [3, 1, 3]; const VERSION_TEXT = '3.1'; - const BUILD = 20030701; + const BUILD = 20122001; /** * @var DatabaseSetupInterface diff --git a/lib/SP/Services/Install/MySQL.php b/lib/SP/Services/Install/MySQL.php index 935ce371..517b3e64 100644 --- a/lib/SP/Services/Install/MySQL.php +++ b/lib/SP/Services/Install/MySQL.php @@ -163,14 +163,26 @@ final class MySQL implements DatabaseSetupInterface logger('Creating DB user'); try { - $query = 'CREATE USER %s@`%s` IDENTIFIED BY %s'; + $query = 'CREATE USER %s@%s IDENTIFIED BY %s'; $dbc = $this->mysqlHandler->getConnectionSimple(); - $dbc->exec(sprintf($query, $dbc->quote($user), $this->installData->getDbAuthHost(), $dbc->quote($pass))); + $dbc->exec( + sprintf($query, + $dbc->quote($user), + $dbc->quote($this->installData->getDbAuthHost()), + $dbc->quote($pass)) + ); - if ($this->installData->getDbAuthHost() !== $this->installData->getDbAuthHostDns()) { - $dbc->exec(sprintf($query, $dbc->quote($user), $this->installData->getDbAuthHostDns(), $dbc->quote($pass))); + if (!empty($this->installData->getDbAuthHostDns()) + && $this->installData->getDbAuthHost() !== $this->installData->getDbAuthHostDns() + ) { + $dbc->exec( + sprintf($query, + $dbc->quote($user), + $this->installData->getDbAuthHostDns(), + $dbc->quote($pass)) + ); } $dbc->exec('FLUSH PRIVILEGES'); @@ -207,7 +219,10 @@ final class MySQL implements DatabaseSetupInterface try { $dbc = $this->mysqlHandler->getConnectionSimple(); - $dbc->exec('CREATE SCHEMA `' . $this->installData->getDbName() . '` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci'); + $dbc->exec(sprintf( + 'CREATE SCHEMA `%s` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci', + $this->installData->getDbName() + )); } catch (PDOException $e) { throw new SPException( sprintf(__('Error while creating the DB (\'%s\')'), $e->getMessage()), @@ -219,12 +234,24 @@ final class MySQL implements DatabaseSetupInterface } try { - $query = 'GRANT ALL PRIVILEGES ON `%s`.* TO %s@`%s`'; + $query = 'GRANT ALL PRIVILEGES ON `%s`.* TO %s@%s'; - $dbc->exec(sprintf($query, $this->installData->getDbName(), $dbc->quote($this->configData->getDbUser()), $this->installData->getDbAuthHost())); + $dbc->exec(sprintf( + $query, + $this->installData->getDbName(), + $dbc->quote($this->configData->getDbUser()), + $dbc->quote($this->installData->getDbAuthHost())) + ); - if ($this->installData->getDbAuthHost() !== $this->installData->getDbAuthHostDns()) { - $dbc->exec(sprintf($query, $this->installData->getDbName(), $dbc->quote($this->configData->getDbUser()), $this->installData->getDbAuthHostDns())); + if (!empty($this->installData->getDbAuthHostDns()) + && $this->installData->getDbAuthHost() !== $this->installData->getDbAuthHostDns() + ) { + $dbc->exec(sprintf( + $query, + $this->installData->getDbName(), + $dbc->quote($this->configData->getDbUser()), + $dbc->quote($this->installData->getDbAuthHostDns())) + ); } $dbc->exec('FLUSH PRIVILEGES'); @@ -245,7 +272,7 @@ final class MySQL implements DatabaseSetupInterface try { // Commprobar si existe al seleccionarla $this->mysqlHandler->getConnectionSimple() - ->exec('USE `' . $this->installData->getDbName() . '`'); + ->exec(sprintf('USE `%s`', $this->installData->getDbName())); } catch (PDOException $e) { throw new SPException( __u('The database does not exist'), @@ -283,11 +310,22 @@ final class MySQL implements DatabaseSetupInterface $dbc->exec('DROP TABLE IF EXISTS `' . $this->installData->getDbName() . '`.`' . $table . '`'); } } else { - $dbc->exec('DROP DATABASE IF EXISTS `' . $this->installData->getDbName() . '`'); - $dbc->exec('DROP USER ' . $dbc->quote($this->configData->getDbUser()) . '@`' . $this->installData->getDbAuthHost() . '`'); + $dbc->exec(sprintf( + 'DROP DATABASE IF EXISTS `%s`', + $this->installData->getDbName() + )); + $dbc->exec(sprintf( + 'DROP USER %s@%s', + $dbc->quote($this->configData->getDbUser()), + $dbc->quote($this->installData->getDbAuthHost()) + )); if ($this->installData->getDbAuthHost() !== $this->installData->getDbAuthHostDns()) { - $dbc->exec('DROP USER ' . $dbc->quote($this->configData->getDbUser()) . '@`' . $this->installData->getDbAuthHostDns() . '`'); + $dbc->exec(sprintf( + 'DROP USER %s@%s', + $dbc->quote($this->configData->getDbUser()), + $dbc->quote($this->installData->getDbAuthHostDns()) + )); } } @@ -303,7 +341,7 @@ final class MySQL implements DatabaseSetupInterface $dbc = $this->mysqlHandler->getConnectionSimple(); // Usar la base de datos de sysPass - $dbc->exec('USE `' . $this->installData->getDbName() . '`'); + $dbc->exec(sprintf('USE `%s`', $this->installData->getDbName())); } catch (PDOException $e) { throw new SPException( sprintf(__('Error while selecting \'%s\' database (%s)'), $this->installData->getDbName(), $e->getMessage()), diff --git a/lib/SP/Util/Checks.php b/lib/SP/Util/Checks.php index c19f6717..4fa6e71c 100644 --- a/lib/SP/Util/Checks.php +++ b/lib/SP/Util/Checks.php @@ -48,7 +48,7 @@ final class Checks */ public static function checkPhpVersion() { - return version_compare(PHP_VERSION, '7.0', '>=') - && version_compare(PHP_VERSION, '7.4', '<'); + return version_compare(PHP_VERSION, '7.3', '>=') + && version_compare(PHP_VERSION, '7.5', '<'); } } diff --git a/lib/SP/Util/Link.php b/lib/SP/Util/Link.php new file mode 100644 index 00000000..033ba56d --- /dev/null +++ b/lib/SP/Util/Link.php @@ -0,0 +1,64 @@ +. + */ + +namespace SP\Util; + + +use SP\Bootstrap; +use SP\Config\ConfigData; +use SP\Core\Acl\Acl; +use SP\Http\Uri; + +/** + * Class Link + * + * @package SP\Util + */ +final class Link +{ + /** + * @param int $itemId + * @param int $actionId + * @param ConfigData $configData + * + * @param bool $useUI + * + * @return string + */ + public static function getDeepLink(int $itemId, int $actionId, ConfigData $configData, bool $useUI = false) + { + $route = Acl::getActionRoute($actionId) . '/' . $itemId; + + if ($useUI) { + $baseUrl = ($configData->getApplicationUrl() ?: Bootstrap::$WEBURI) . '/index.php'; + } else { + $baseUrl = ($configData->getApplicationUrl() ?: Bootstrap::$WEBURI) . Bootstrap::$SUBURI; + } + + $uri = new Uri($baseUrl); + $uri->addParam('r', $route); + + return $uri->getUriSigned($configData->getPasswordSalt()); + } +} \ No newline at end of file diff --git a/tests/res/scripts/reset_db.sh b/tests/res/scripts/reset_db.sh index df0c9623..264553de 100755 --- a/tests/res/scripts/reset_db.sh +++ b/tests/res/scripts/reset_db.sh @@ -1,6 +1,6 @@ #!/bin/bash -DB_HOST=$(docker inspect syspass-db-test --format {{.NetworkSettings.Networks.bridge.IPAddress}}) +DB_HOST=$(docker inspect ${DB_CONTAINER} --format {{.NetworkSettings.Networks.bridge.IPAddress}}) if [[ -z "${DB_HOST}" ]]; then echo "Unknown host"