Merge branch 'HelloZeroNet-py3' into massive-rework
# Conflicts: # src/File/FileServer.py
This commit is contained in:
commit
545fe9442c
38 changed files with 588 additions and 120 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"Copy to clipboard": "クリップボードにコピー",
|
||||
"Peers": "ピア",
|
||||
"Connected": "接続済み",
|
||||
"Connectable": "利用可能",
|
||||
"Connectable peers": "ピアに接続可能",
|
||||
"Onion": "Onion",
|
||||
"Local": "ローカル",
|
||||
|
||||
"Data transfer": "データ転送",
|
||||
"Received": "受信",
|
||||
|
@ -11,6 +14,8 @@
|
|||
"Sent bytes": "送信バイト数",
|
||||
|
||||
"Files": "ファイル",
|
||||
"Browse files": "ファイルを見る",
|
||||
"Save as .zip": "ZIP形式で保存",
|
||||
"Total": "合計",
|
||||
"Image": "画像",
|
||||
"Other": "その他",
|
||||
|
@ -23,18 +28,23 @@
|
|||
|
||||
"Optional files": "オプション ファイル",
|
||||
"Downloaded": "ダウンロード済み",
|
||||
"Help distribute added optional files": "オプションファイルの配布を支援する",
|
||||
"Auto download big file size limit": "大きなファイルの自動ダウンロードのサイズ制限",
|
||||
"Download previous files": "以前のファイルのダウンロード",
|
||||
"Optional files download started": "オプションファイルのダウンロードを開始",
|
||||
"Optional files downloaded": "オプションファイルのダウンロードが完了しました",
|
||||
"Download and help distribute all files": "ダウンロードしてすべてのファイルの配布を支援する",
|
||||
"Total size": "合計サイズ",
|
||||
"Downloaded files": "ダウンロードされたファイル",
|
||||
|
||||
"Database": "データベース",
|
||||
"search feeds": "フィードを検索する",
|
||||
"{feeds} query": "{フィード} お問い合わせ",
|
||||
"{feeds} query": "{feeds} お問い合わせ",
|
||||
"Reload": "再読込",
|
||||
"Rebuild": "再ビルド",
|
||||
"No database found": "データベースが見つかりません",
|
||||
|
||||
"Identity address": "Identity address",
|
||||
"Identity address": "あなたの識別アドレス",
|
||||
"Change": "編集",
|
||||
|
||||
"Site control": "サイト管理",
|
||||
|
@ -52,15 +62,23 @@
|
|||
"{} tries": "{} 試行",
|
||||
"+ {num_bad_files} more": "+ {num_bad_files} more",
|
||||
|
||||
"This is my site": "This is my site",
|
||||
"This is my site": "これは私のサイトです",
|
||||
"Site title": "サイトタイトル",
|
||||
"Site description": "サイトの説明",
|
||||
"Save site settings": "サイトの設定を保存する",
|
||||
"Open site directory": "サイトのディレクトリを開く",
|
||||
|
||||
"Content publishing": "コンテンツを公開する",
|
||||
"Add saved private key": "秘密鍵の追加と保存",
|
||||
"Save": "保存",
|
||||
"Private key saved.": "秘密鍵が保存されています",
|
||||
"Private key saved for site signing": "サイトに署名するための秘密鍵を保存",
|
||||
"Forgot": "わすれる",
|
||||
"Saved private key removed": "保存された秘密鍵を削除しました",
|
||||
"Choose": "選択",
|
||||
"Sign": "Sign",
|
||||
"Sign": "署名",
|
||||
"Publish": "公開する",
|
||||
"Sign and publish": "署名して公開",
|
||||
|
||||
"This function is disabled on this proxy": "この機能はこのプロキシで無効になっています",
|
||||
"GeoLite2 City database download error: {}!<br>Please download manually and unpack to data dir:<br>{}": "GeoLite2 Cityデータベースのダウンロードエラー: {}!<br>手動でダウンロードして、フォルダに解凍してください。:<br>{}",
|
||||
|
@ -74,9 +92,13 @@
|
|||
"Database rebuilt!": "データベースが再構築されました!",
|
||||
"Site updated!": "サイトが更新されました!",
|
||||
"Delete this site": "このサイトを削除する",
|
||||
"Blacklist": "NG",
|
||||
"Blacklist this site": "NGリストに入れる",
|
||||
"Reason": "理由",
|
||||
"Delete and Blacklist": "削除してNG",
|
||||
"File write error: ": "ファイル書き込みエラー:",
|
||||
"Site settings saved!": "サイト設定が保存されました!",
|
||||
"Enter your private key:": "秘密鍵を入力してください:",
|
||||
" Signed!": " Signed!",
|
||||
" Signed!": " 署名しました!",
|
||||
"WebGL not supported": "WebGLはサポートされていません"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.menu {
|
||||
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
|
||||
font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; z-index: 999;
|
||||
}
|
||||
|
||||
.drag-bg { width: 100%; height: 100%; position: fixed; }
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
|
||||
.menu {
|
||||
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
|
||||
font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; z-index: 999;
|
||||
}
|
||||
|
||||
.drag-bg { width: 100%; height: 100%; position: fixed; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue