Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
at main 104 lines 4.6 kB view raw
1{ 2 "Copy to clipboard": "クリップボードにコピー", 3 "Peers": "ピア", 4 "Connected": "接続済み", 5 "Connectable": "利用可能", 6 "Connectable peers": "ピアに接続可能", 7 "Onion": "Onion", 8 "Local": "ローカル", 9 10 "Data transfer": "データ転送", 11 "Received": "受信", 12 "Received bytes": "受信バイト数", 13 "Sent": "送信", 14 "Sent bytes": "送信バイト数", 15 16 "Files": "ファイル", 17 "Browse files": "ファイルを見る", 18 "Save as .zip": "ZIP形式で保存", 19 "Total": "合計", 20 "Image": "画像", 21 "Other": "その他", 22 "User data": "ユーザーデータ", 23 24 "Size limit": "サイズ制限", 25 "limit used": "使用上限", 26 "free space": "フリースペース", 27 "Set": "セット", 28 29 "Optional files": "オプション ファイル", 30 "Downloaded": "ダウンロード済み", 31 "Help distribute added optional files": "オプションファイルの配布を支援する", 32 "Auto download big file size limit": "大きなファイルの自動ダウンロードのサイズ制限", 33 "Download previous files": "以前のファイルのダウンロード", 34 "Optional files download started": "オプションファイルのダウンロードを開始", 35 "Optional files downloaded": "オプションファイルのダウンロードが完了しました", 36 "Download and help distribute all files": "ダウンロードしてすべてのファイルの配布を支援する", 37 "Total size": "合計サイズ", 38 "Downloaded files": "ダウンロードされたファイル", 39 40 "Database": "データベース", 41 "search feeds": "フィードを検索する", 42 "{feeds} query": "{feeds} お問い合わせ", 43 "Reload": "再読込", 44 "Rebuild": "再ビルド", 45 "No database found": "データベースが見つかりません", 46 47 "Identity address": "あなたの識別アドレス", 48 "Change": "編集", 49 50 "Site control": "サイト管理", 51 "Update": "更新", 52 "Pause": "一時停止", 53 "Resume": "再開", 54 "Delete": "削除", 55 "Are you sure?": "本当によろしいですか?", 56 57 "Site address": "サイトアドレス", 58 "Donate": "寄付する", 59 60 "Missing files": "ファイルがありません", 61 "{} try": "{} 試す", 62 "{} tries": "{} 試行", 63 "+ {num_bad_files} more": "+ {num_bad_files} more", 64 65 "This is my site": "これは私のサイトです", 66 "Site title": "サイトタイトル", 67 "Site description": "サイトの説明", 68 "Save site settings": "サイトの設定を保存する", 69 "Open site directory": "サイトのディレクトリを開く", 70 71 "Content publishing": "コンテンツを公開する", 72 "Add saved private key": "秘密鍵の追加と保存", 73 "Save": "保存", 74 "Private key saved.": "秘密鍵が保存されています", 75 "Private key saved for site signing": "サイトに署名するための秘密鍵を保存", 76 "Forgot": "わすれる", 77 "Saved private key removed": "保存された秘密鍵を削除しました", 78 "Choose": "選択", 79 "Sign": "署名", 80 "Publish": "公開する", 81 "Sign and publish": "署名して公開", 82 83 "This function is disabled on this proxy": "この機能はこのプロキシで無効になっています", 84 "GeoLite2 City database download error: {}!<br>Please download manually and unpack to data dir:<br>{}": "GeoLite2 Cityデータベースのダウンロードエラー: {}!<br>手動でダウンロードして、フォルダに解凍してください。:<br>{}", 85 "Downloading GeoLite2 City database (one time only, ~20MB)...": "GeoLite2 Cityデータベースの読み込み (これは一度だけ行われます, ~20MB)...", 86 "GeoLite2 City database downloaded!": "GeoLite2 Cityデータベースがダウンロードされました!", 87 88 "Are you sure?": "本当によろしいですか?", 89 "Site storage limit modified!": "サイトの保存容量の制限が変更されました!", 90 "Database schema reloaded!": "データベーススキーマがリロードされました!", 91 "Database rebuilding....": "データベースの再構築中....", 92 "Database rebuilt!": "データベースが再構築されました!", 93 "Site updated!": "サイトが更新されました!", 94 "Delete this site": "このサイトを削除する", 95 "Blacklist": "NG", 96 "Blacklist this site": "NGリストに入れる", 97 "Reason": "理由", 98 "Delete and Blacklist": "削除してNG", 99 "File write error: ": "ファイル書き込みエラー:", 100 "Site settings saved!": "サイト設定が保存されました!", 101 "Enter your private key:": "秘密鍵を入力してください:", 102 " Signed!": " 署名しました!", 103 "WebGL not supported": "WebGLはサポートされていません" 104}