+157
-23
lines changedFilter options
+157
-23
lines changed Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID."
72
+
"BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Der Inhalt konnte innerhalb von {timeout}s nicht abgerufen werden. Lade bitte die Seite neu um es erneut zu versuchen oder versuche es mit einer anderen CID."
72
+
"BlockFetchTimeoutError": "Der Inhalt konnte innerhalb von {timeout}s nicht abgerufen werden. Lade bitte die Seite neu um es erneut zu versuchen oder versuche es mit einer anderen CID.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Impossible d'obtenir le contenu après {timeout}s. Merci de rafraîchir la page pour réessayer ou d'essayer avec un autre CID."
72
+
"BlockFetchTimeoutError": "Impossible d'obtenir le contenu après {timeout}s. Merci de rafraîchir la page pour réessayer ou d'essayer avec un autre CID.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain."
72
+
"BlockFetchTimeoutError": "Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -17,7 +17,10 @@
17
17
"addByCar": "Dari CAR",
18
18
"bulkImport": "Impor massal",
19
19
"newFolder": "Map baru",
20
+
"viewList": "Show items in list",
21
+
"viewGrid": "Show items in grid",
20
22
"generating": "Menghasilkan…",
23
+
"dropHere": "Drop here to move",
21
24
"actions": {
22
25
"copyHash": "Salin CID",
23
26
"share": "Membagikan tautan",
@@ -46,6 +49,28 @@
46
49
"checkboxRemoveLocalPin": "Hapus juga semat lokal (disarankan)",
47
50
"checkboxUnpinFromServices": "Lepas sematan dari semua layanan penyematan"
48
51
},
52
+
"shortcutModal": {
53
+
"title": "Keyboard Shortcuts",
54
+
"description": "The following keyboard shortcuts are available in the Files section:",
55
+
"navigation": "Navigation",
56
+
"selection": "Selection",
57
+
"actions": "Actions",
58
+
"other": "Other",
59
+
"moveDown": "Move down",
60
+
"moveUp": "Move up",
61
+
"moveLeft": "Move left",
62
+
"moveRight": "Move right",
63
+
"navigate": "Navigate to selected item",
64
+
"rename": "Rename selected item",
65
+
"delete": "Delete selected item(s)",
66
+
"toggleSelection": "Toggle selection",
67
+
"selectAll": "Select all items",
68
+
"deselectAll": "Deselect all items",
69
+
"copy": "Copy selected item(s)",
70
+
"paste": "Paste item(s)",
71
+
"cut": "Cut selected item(s)",
72
+
"showShortcuts": "Show keyboard shortcuts"
73
+
},
49
74
"pinningModal": {
50
75
"title": "Pilih di mana Anda ingin menyematkan item ini.",
51
76
"complianceLabel": "🔍 Periksa kepatuhan layanan penyematan",
@@ -81,6 +106,7 @@
81
106
"description": "Masukkan nama map yang ingin Anda buat."
82
107
},
83
108
"filesListLabel": "Daftar berkas",
109
+
"filesGridLabel": "Files grid",
84
110
"filesList": {
85
111
"noFiles": "<0>Tidak ada berkas dalam direktori ini. Klik tombol \"Impor\" untuk menambahkan beberapa.</0>"
86
112
},
@@ -117,6 +143,11 @@
117
143
"paragraph1": "Terakhir, daftar tempat Anda dapat menemukan berkas dan map Anda. Seret dan lepas berkas atau map untuk menambahkannya.",
118
144
"paragraph2": "Anda dapat membagikan atau mengunduh berkas, memeriksanya di Penjelajah IPLD, mengganti nama atau menghapusnya!",
119
145
"paragraph3": "Kiat pro: seret dan jatuhkan berkas dari halaman lain UI Web untuk menambahkannya ke akar MFS Anda."
146
+
},
147
+
"step6": {
148
+
"title": "Files grid",
149
+
"paragraph1": "The grid view displays your files and folders as thumbnails, making it easy to visually browse your content.",
150
+
"paragraph2": "Anda dapat membagikan atau mengunduh berkas, memeriksanya di Penjelajah IPLD, mengganti nama atau menghapusnya!"
120
151
}
121
152
},
122
153
"previewLimitReached": "Pratinjau ini dibatasi hingga 10 KiB. Klik tombol unduh untuk mengakses berkas lengkap.",
@@ -153,5 +184,6 @@
153
184
"pleaseWait": "Harap tunggu sementara 20 salinan awal dari catatan IPNS yang diperbarui disimpan dengan bantuan rekan-rekan DHT…"
154
185
},
155
186
"noPinsInProgress": "Semua selesai, tidak ada pin jarak jauh yang sedang berlangsung.",
156
-
"remotePinningInProgress": "Penyematan jarak jauh sedang berlangsung:"
187
+
"remotePinningInProgress": "Penyematan jarak jauh sedang berlangsung:",
188
+
"selectAllEntries": "Select all entries"
157
189
}
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
72
+
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "Falha ao buscar conteúdo em {timeout}s. Atualize a página para tentar novamente ou tente um CID diferente."
72
+
"BlockFetchTimeoutError": "Falha ao buscar conteúdo em {timeout}s. Atualize a página para tentar novamente ou tente um CID diferente.",
73
+
"BlockFetchError": "Failed to fetch content: {error}. This could mean the content is not available on the network or there are connectivity issues.",
74
+
"CidSyntaxError": "Invalid CID format: {cid}. Please ensure you are using a valid CID.",
75
+
"checkIpfsNetwork": "Check content availability on IPFS Network",
76
+
"troubleshootingTips": {
77
+
"title": "Troubleshooting Tips",
78
+
"refresh": "Try refreshing the page",
79
+
"checkConnection": "Check your internet connection",
80
+
"tryLater": "Try again later - the content may still be propagating through the network",
81
+
"checkCidSyntax": "Verify that your CID is formatted correctly or that your CAR file is valid"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
30
30
"unselectAll": "全部取消选择",
31
31
"generate": "生成",
32
32
"publish": "发布",
33
-
"downloadCar": "Export CAR",
33
+
"downloadCar": "导出CAR",
34
34
"done": "完成"
35
35
},
36
36
"cliModal": {
@@ -46,7 +46,7 @@
46
46
"couldNotConnect": "无法连接到Kubo RPC"
47
47
},
48
48
"apiAddressForm": {
49
-
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49
+
"placeholder": "输入一个URL(http://user:password@127.0.0.1:5001) 或以Multiaddr形式(/ip4/127.0.0.1/tcp/5001)"
50
50
},
51
51
"publicGatewayForm": {
52
52
"placeholder": "输入一个URL (https://ipfs.io)"
Original file line number Diff line number Diff line change
@@ -69,6 +69,16 @@
69
69
}
70
70
},
71
71
"errors": {
72
-
"BlockFetchTimeoutError": "在{timeout}内抓取内容失败. 请刷新页面或尝试一个不同的CID"
72
+
"BlockFetchTimeoutError": "在{timeout}内抓取内容失败. 请刷新页面或尝试一个不同的CID",
73
+
"BlockFetchError": "获取内容失败:{error}. 这可能意味着内容在网络上不可用,或者存在连接问题。",
74
+
"CidSyntaxError": "无效的CID格式:{cid}, 请确保您正使用的是有效的CID",
75
+
"checkIpfsNetwork": "检查IPFS网络上的内容可用性",
76
+
"troubleshootingTips": {
77
+
"title": "故障诊断 Tips",
78
+
"refresh": "尝试刷新页面",
79
+
"checkConnection": "检查你的互联网连接",
80
+
"tryLater": "请稍后重试 - 内容可能仍在网络中传播",
81
+
"checkCidSyntax": "验证CID格式是否正确或您的CAR文件是否有效"
82
+
}
73
83
}
74
84
}
Original file line number Diff line number Diff line change
@@ -14,10 +14,13 @@
14
14
"openWithLocalAndPublicGateway": "尝试使用您的<1>本地网关</1>或者<3>公共网关</3>来打开。",
15
15
"cantBePreviewed": "对不起,本文件不支持预览。",
16
16
"addByPath": "来自 IPFS 路径",
17
-
"addByCar": "From CAR",
18
-
"bulkImport": "Bulk import",
17
+
"addByCar": "来自 CAR",
18
+
"bulkImport": "批量导入",
19
19
"newFolder": "新建文件夹",
20
+
"viewList": "显示列表中的项目",
21
+
"viewGrid": "显示网格中的项目",
20
22
"generating": "生成 ...",
23
+
"dropHere": "拖拽到这里来移动",
21
24
"actions": {
22
25
"copyHash": "复制 CID",
23
26
"share": "分享链接",
@@ -46,6 +49,28 @@
46
49
"checkboxRemoveLocalPin": "同时也从本地固定中移除(推荐)",
47
50
"checkboxUnpinFromServices": "从所有固定服务中取消固定"
48
51
},
52
+
"shortcutModal": {
53
+
"title": "快捷键",
54
+
"description": "“文件”部分提供以下快捷键:",
55
+
"navigation": "导航",
56
+
"selection": "选项",
57
+
"actions": "操作",
58
+
"other": "其它",
59
+
"moveDown": "下移",
60
+
"moveUp": "上移",
61
+
"moveLeft": "左移",
62
+
"moveRight": "右移",
63
+
"navigate": "导航到选择的项目",
64
+
"rename": "重命名选择的项目",
65
+
"delete": "删除所有选择的项目",
66
+
"toggleSelection": "切换选项",
67
+
"selectAll": "全选",
68
+
"deselectAll": "反选所有",
69
+
"copy": "复制已选择的项目",
70
+
"paste": "粘贴已选择的项目",
71
+
"cut": "剪贴已选择的项目",
72
+
"showShortcuts": "显示快捷键"
73
+
},
49
74
"pinningModal": {
50
75
"title": "选择你想将这些文件固定到哪里",
51
76
"complianceLabel": "🔍 检查固定服务合规性",
@@ -62,25 +87,26 @@
62
87
"examples": "示例:"
63
88
},
64
89
"addByCarModal": {
65
-
"title": "CAR Import",
66
-
"description": "Choose a CAR file to import a DAG from and specify a name for it to be imported into the current directory.",
67
-
"selectCARButtonText": "Select CAR…",
90
+
"title": "导入 CAR",
91
+
"description": "选择要导入当前目录下DAG的CAR文件,并为其指定名称.",
92
+
"selectCARButtonText": "选择 CAR",
68
93
"namePlaceholder": "名称",
69
-
"renameImportPath": "Rename import"
94
+
"renameImportPath": "重命名并导入"
70
95
},
71
96
"bulkImportModal": {
72
-
"title": "Bulk import with text file",
73
-
"description": "Upload a text file with a list of CIDs (names are optional). Example:",
74
-
"select": "Select file",
75
-
"selectedFile": "Selected file",
76
-
"invalidCids": "*Invalid CID(s) found",
77
-
"failedToReadFile": "*Failed to read file contents"
97
+
"title": "使用文本文件进行批量导入",
98
+
"description": "上传一个包含CID列表的文本文件(名称是可选的)。例如:",
99
+
"select": "选择文件",
100
+
"selectedFile": "已选择的文件",
101
+
"invalidCids": "*发现一个或多个无效的CID",
102
+
"failedToReadFile": "*读取文件内容失败"
78
103
},
79
104
"newFolderModal": {
80
105
"title": "新建文件夹",
81
106
"description": "输入新建文件夹名称"
82
107
},
83
108
"filesListLabel": "文件列表",
109
+
"filesGridLabel": "文件数据网格",
84
110
"filesList": {
85
111
"noFiles": "<0>这个目录下没有文件,可单击“导入”按钮加入一些文件</0>"
86
112
},
@@ -117,6 +143,11 @@
117
143
"paragraph1": "最后,您可以在列表中找到您的文件和文件夹。通过拖放文件或文件夹来添加它们。",
118
144
"paragraph2": "您可以分享或下载文件,在 IPLD 资源管理器中查看、重命名或删除它们。",
119
145
"paragraph3": "专家提示:可以从 Web UI 的任何其他页面拖放文件,把它们添加到 MFS 的根目录。"
146
+
},
147
+
"step6": {
148
+
"title": "文件数据网格",
149
+
"paragraph1": "网格视图会将您的文件和文件夹显示为缩略图,便于您直观地浏览内容",
150
+
"paragraph2": "您可以分享或下载文件,在 IPLD 资源管理器中查看、重命名或删除它们。"
120
151
}
121
152
},
122
153
"previewLimitReached": "此预览已限制为10 KiB。单击下载按钮访问完整文件。",
@@ -153,5 +184,6 @@
153
184
"pleaseWait": "请等待片刻以使得初始的20份IPNS更新记录副本储存至DHT节点"
154
185
},
155
186
"noPinsInProgress": "全部已完成,没有正在进行的远程固定操作",
156
-
"remotePinningInProgress": "远程固定中:"
187
+
"remotePinningInProgress": "远程固定中:",
188
+
"selectAllEntries": "全选"
157
189
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4