|
|
|
@ -39,6 +39,7 @@
|
|
|
|
|
"signIn": "ログイン", |
|
|
|
|
"signOut": "サインアウト", |
|
|
|
|
"required": "必須", |
|
|
|
|
"enableScanner": "Enable Scanner for filling", |
|
|
|
|
"preferred": "推奨", |
|
|
|
|
"mandatory": "必須", |
|
|
|
|
"loading": "読込中...", |
|
|
|
@ -209,7 +210,8 @@
|
|
|
|
|
"advancedSettings": "詳細設定", |
|
|
|
|
"codeSnippet": "コードスニペット", |
|
|
|
|
"keyboardShortcut": "キーボードショートカット", |
|
|
|
|
"generateRandomName": "Generate Random Name" |
|
|
|
|
"generateRandomName": "Generate Random Name", |
|
|
|
|
"findRowByScanningCode": "Find row by scanning a QR or Barcode" |
|
|
|
|
}, |
|
|
|
|
"labels": { |
|
|
|
|
"createdBy": "クリエイティッド バイ", |
|
|
|
@ -219,6 +221,7 @@
|
|
|
|
|
"viewName": "ビューの名前", |
|
|
|
|
"viewLink": "ビューのリンク", |
|
|
|
|
"columnName": "列名", |
|
|
|
|
"columnToScanFor": "Column to scan", |
|
|
|
|
"columnType": "列のデータ型", |
|
|
|
|
"roleName": "ロール名", |
|
|
|
|
"roleDescription": "ロールの説明", |
|
|
|
@ -393,8 +396,8 @@
|
|
|
|
|
"saveAndExit": "保存して終了", |
|
|
|
|
"saveAndStay": "保存して続ける", |
|
|
|
|
"insertRow": "行を挿入", |
|
|
|
|
"deleteRow": "行を削除", |
|
|
|
|
"duplicateRow": "Duplicate Row", |
|
|
|
|
"deleteRow": "行を削除", |
|
|
|
|
"deleteSelectedRow": "選択行を削除", |
|
|
|
|
"importExcel": "エクセルファイルをインポート", |
|
|
|
|
"importCSV": "CSV のインポート", |
|
|
|
@ -409,6 +412,8 @@
|
|
|
|
|
"changePwd": "パスワードを変更", |
|
|
|
|
"createView": "ビューを作成", |
|
|
|
|
"shareView": "ビューを共有", |
|
|
|
|
"findRowByCodeScan": "Find row by scan", |
|
|
|
|
"fillByCodeScan": "Fill by scan", |
|
|
|
|
"listSharedView": "共有されているビューの一覧", |
|
|
|
|
"ListView": "ビューの一覧", |
|
|
|
|
"copyView": "ビューをコピー", |
|
|
|
@ -465,7 +470,8 @@
|
|
|
|
|
"chooseMappingField": "Choose a Mapping Field", |
|
|
|
|
"openInGoogleMaps": "Google Maps", |
|
|
|
|
"openInOpenStreetMap": "OSM" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"toggleMobileMode": "Toggle Mobile Mode" |
|
|
|
|
}, |
|
|
|
|
"tooltip": { |
|
|
|
|
"saveChanges": "変更を保存", |
|
|
|
@ -531,6 +537,12 @@
|
|
|
|
|
"orgCreator": "「作成者」は新しいプロジェクトを作成でき、かつ招待されたプロジェクトにもアクセスできます。", |
|
|
|
|
"orgViewer": "ビューアーは新規プロジェクトを作成することはできませんが、招待されたプロジェクトにアクセスできます。" |
|
|
|
|
}, |
|
|
|
|
"codeScanner": { |
|
|
|
|
"loadingScanner": "Loading the scanner...", |
|
|
|
|
"selectColumn": "Select a column (QR code or Barcode) that you want to use for finding a row by scanning.", |
|
|
|
|
"moreThanOneRowFoundForCode": "More than one row found for this code. Currently only unique codes are supported.", |
|
|
|
|
"noRowFoundForCode": "No row found for this code for the selected column" |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"overLimit": "You're over the limit.", |
|
|
|
|
"closeLimit": "You're getting close to the limit.", |
|
|
|
|