RandomSec/extensions/database/module/langs/translation-jp.json

63 lines
4.4 KiB
JSON
Raw Normal View History

2018-05-18 19:04:40 +02:00
{
"database-import/title": "データベースサーバー",
"database-import/preparing": "準備しています…",
"database-import/checking": "クエリーをチェックしています…",
"database-import/creating": "プロジェクトを作成中…",
"database-source/alert-host": "database hostを指定してください",
"database-source/alert-port": "database portを指定してください",
"database-source/alert-user": "database userを指定してください",
"database-source/alert-password": "database passwordを指定してください",
"database-source/alert-connection-name": "connection nameを指定してください",
"database-source/alert-initial-database": "最初のdatabaseを指定してください",
"database-source/alert-query": "有効なクエリーを設定してください",
"database-source/alert-invalid-query-keyword": "クエリーにデータ操作語があります:",
"database-source/alert-invalid-query-select": "クエリーはSELECTで始まります",
"database-source/form-validation-failure": "接続は無効です!",
"database-source/alert-connection-edit": "接続の設定に成功しました",
"database-source/connectionNameLabel": "接続先:",
"database-source/databaseTypeLabel": "Type:",
"database-source/databaseHostLabel": "Host:",
"database-source/databasePortLabel": "Port:",
"database-source/databaseUserLabel": "User:",
"database-source/databasePasswordLabel": "Password:",
"database-source/databaseNameLabel": "Database名:",
Only show the database login fields when necessary (#2615) * DB login fields visibility controled by CSS The database login field’s visibility is now controled by CSS styling. * Change field name from Database to Database file. Change field name from Database to Database file. * Use full db name as CSS classes Use full db name instead of diminutives for the CSS classes. * Added translation to placeholders Added translation to the Input placeholders. * Undo a change, remerge Database field & File remerge Database field and DatabaseFile Field like before. * Created DatabaseSourceUI._updateDatabaseType(dbType) Created Refine.DatabaseSourceUI.prototype._updateDatabaseType(databaseType) * Make MySQL the default database <option value="mysql" selected="selected"">MySQL</option> * Update database-import-form.html Fixed typo. (<option value="mysql" selected="selected">MySQL</option>) * New default connection name value New default connection name value, translation of it, changing cssClassName from options to dbtype-options, adding the prefix "dbt-" to the db types and fix the changing of placeholder databaseName/databaseFileName when neccessary. * Fix issue with « saved connections » Fix issue with « saved connections » and added 2 defaults values for dbHost and dbType. * Default DB back to MySQL. <option value="mysql" selected="selected">MySQL</option> * Update extensions/database/module/langs/translation-en.json Co-authored-by: Thad Guidry <thadguidry@gmail.com> * Better default with « mysql » * Fix sqlite #databaseHost before calling self._updateDatabaseType() Fix $( "#databaseHost" ).val(self._defaultDatabaseHost) to be set before calling self._updateDatabaseType(self._defaultDatabaseType) that may change it. * Removed field name & fixed default connection name Removed field name text since it's populated from i18n and fixed the default connection name so that it has no space in it. * Little update to placeholder text Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-05-30 10:20:05 +02:00
"database-source/databaseFileNameLabel": "Database file:",
"database-source/databaseSchemaLabel": "スキーマ :",
"database-source/databaseTestButton": "テスト",
"database-source/databaseSaveButton": "保存",
"database-source/databaseConnectButton": "接続",
"database-source/newConnectionButtonDiv": "新しい接続",
"database-source/savedConnectionSpan": "保存済み接続",
"database-parsing/start-over": "&laquo; やり直し",
"database-parsing/conf-pars": "パースオプションの設定",
"database-parsing/proj-name": "プロジェクト&nbsp;名",
"database-parsing/create-proj": "プロジェクトを作成 &raquo;",
"database-parsing/updating-preview": "プレビューを更新中…",
"database-parsing/worksheet": "シート名",
"database-parsing/option": "オプション",
"database-parsing/preview-button": "プレビュー&nbsp;更新",
"database-parsing/ignore-first": "最初の",
"database-parsing/ignore": "行を無視",
"database-parsing/parse-next": "その次の",
"database-parsing/parse": "行をカラム名として解釈",
"database-parsing/discard-next": "最初の",
"database-parsing/discard": "行分を破棄",
"database-parsing/limit-next": "最大で",
"database-parsing/limit": "行を読み込む",
"database-parsing/store-row": "空白行を保存",
"database-parsing/store-cell": "空白行をnullとして保存",
"database-source/alert-conn-name-invalid-character": "接続名エラー( [a-zA-Z0-9._-] のみ使用できます)",
"database-source/alert-db-host-invalid-character": "データベースホスト名エラー(記号は使用できません)",
"database-source/alert-db-user-invalid-character": "ユーザー名エラー(記号は使用できません)",
"database-source/alert-db-port-invalid-character": "ポート番号エラー(半角数字のみ使用)",
"database-source/connectionNameDefaultValue": "新規接続名",
"database-source/databaseSchemaPlaceholder": "データベースの初期スキーマを入力してください",
"database-source/databaseFileNamePlaceholder": "データベースファイルへのフルパスを入力してください",
"database-source/databaseNamePlaceholder": "データベース名を入力してください",
"database-source/databasePasswordPlaceholder": "パスワードを入力してください",
"database-source/databaseUserPlaceholder": "ユーザー名を入力してください",
"database-source/databasePortPlaceholder": "ポート番号を入力してください(例: 3306",
"database-source/databaseHostPlaceholder": "データベースのドメイン名かIPアドレスを入力してください",
"database-source/connectionNamePlaceholder": "新規接続名を入力してください"
}