Skip to content

Commit 424c8a8

Browse files
chore: Pull transifex translations (#2364)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lidel <[email protected]>
1 parent 23c7f3b commit 424c8a8

File tree

10 files changed

+157
-23
lines changed

10 files changed

+157
-23
lines changed

public/locales/cs/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/de/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/fr/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/id/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/id/files.json

+33-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"addByCar": "Dari CAR",
1818
"bulkImport": "Impor massal",
1919
"newFolder": "Map baru",
20+
"viewList": "Show items in list",
21+
"viewGrid": "Show items in grid",
2022
"generating": "Menghasilkan…",
23+
"dropHere": "Drop here to move",
2124
"actions": {
2225
"copyHash": "Salin CID",
2326
"share": "Membagikan tautan",
@@ -46,6 +49,28 @@
4649
"checkboxRemoveLocalPin": "Hapus juga semat lokal (disarankan)",
4750
"checkboxUnpinFromServices": "Lepas sematan dari semua layanan penyematan"
4851
},
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+
},
4974
"pinningModal": {
5075
"title": "Pilih di mana Anda ingin menyematkan item ini.",
5176
"complianceLabel": "🔍 Periksa kepatuhan layanan penyematan",
@@ -81,6 +106,7 @@
81106
"description": "Masukkan nama map yang ingin Anda buat."
82107
},
83108
"filesListLabel": "Daftar berkas",
109+
"filesGridLabel": "Files grid",
84110
"filesList": {
85111
"noFiles": "<0>Tidak ada berkas dalam direktori ini. Klik tombol \"Impor\" untuk menambahkan beberapa.</0>"
86112
},
@@ -117,6 +143,11 @@
117143
"paragraph1": "Terakhir, daftar tempat Anda dapat menemukan berkas dan map Anda. Seret dan lepas berkas atau map untuk menambahkannya.",
118144
"paragraph2": "Anda dapat membagikan atau mengunduh berkas, memeriksanya di Penjelajah IPLD, mengganti nama atau menghapusnya!",
119145
"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!"
120151
}
121152
},
122153
"previewLimitReached": "Pratinjau ini dibatasi hingga 10 KiB. Klik tombol unduh untuk mengakses berkas lengkap.",
@@ -153,5 +184,6 @@
153184
"pleaseWait": "Harap tunggu sementara 20 salinan awal dari catatan IPNS yang diperbarui disimpan dengan bantuan rekan-rekan DHT…"
154185
},
155186
"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"
157189
}

public/locales/pl/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/pt-BR/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/zh-CN/app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"unselectAll": "全部取消选择",
3131
"generate": "生成",
3232
"publish": "发布",
33-
"downloadCar": "Export CAR",
33+
"downloadCar": "导出CAR",
3434
"done": "完成"
3535
},
3636
"cliModal": {
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "无法连接到Kubo RPC"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://user:[email protected]:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "输入一个URL(http://user:[email protected]:5001) 或以Multiaddr形式(/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "输入一个URL (https://ipfs.io)"

public/locales/zh-CN/explore.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
}
7070
},
7171
"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+
}
7383
}
7484
}

public/locales/zh-CN/files.json

+45-13
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
1414
"openWithLocalAndPublicGateway": "尝试使用您的<1>本地网关</1>或者<3>公共网关</3>来打开。",
1515
"cantBePreviewed": "对不起,本文件不支持预览。",
1616
"addByPath": "来自 IPFS 路径",
17-
"addByCar": "From CAR",
18-
"bulkImport": "Bulk import",
17+
"addByCar": "来自 CAR",
18+
"bulkImport": "批量导入",
1919
"newFolder": "新建文件夹",
20+
"viewList": "显示列表中的项目",
21+
"viewGrid": "显示网格中的项目",
2022
"generating": "生成 ...",
23+
"dropHere": "拖拽到这里来移动",
2124
"actions": {
2225
"copyHash": "复制 CID",
2326
"share": "分享链接",
@@ -46,6 +49,28 @@
4649
"checkboxRemoveLocalPin": "同时也从本地固定中移除(推荐)",
4750
"checkboxUnpinFromServices": "从所有固定服务中取消固定"
4851
},
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+
},
4974
"pinningModal": {
5075
"title": "选择你想将这些文件固定到哪里",
5176
"complianceLabel": "🔍 检查固定服务合规性",
@@ -62,25 +87,26 @@
6287
"examples": "示例:"
6388
},
6489
"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",
6893
"namePlaceholder": "名称",
69-
"renameImportPath": "Rename import"
94+
"renameImportPath": "重命名并导入"
7095
},
7196
"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": "*读取文件内容失败"
78103
},
79104
"newFolderModal": {
80105
"title": "新建文件夹",
81106
"description": "输入新建文件夹名称"
82107
},
83108
"filesListLabel": "文件列表",
109+
"filesGridLabel": "文件数据网格",
84110
"filesList": {
85111
"noFiles": "<0>这个目录下没有文件,可单击“导入”按钮加入一些文件</0>"
86112
},
@@ -117,6 +143,11 @@
117143
"paragraph1": "最后,您可以在列表中找到您的文件和文件夹。通过拖放文件或文件夹来添加它们。",
118144
"paragraph2": "您可以分享或下载文件,在 IPLD 资源管理器中查看、重命名或删除它们。",
119145
"paragraph3": "专家提示:可以从 Web UI 的任何其他页面拖放文件,把它们添加到 MFS 的根目录。"
146+
},
147+
"step6": {
148+
"title": "文件数据网格",
149+
"paragraph1": "网格视图会将您的文件和文件夹显示为缩略图,便于您直观地浏览内容",
150+
"paragraph2": "您可以分享或下载文件,在 IPLD 资源管理器中查看、重命名或删除它们。"
120151
}
121152
},
122153
"previewLimitReached": "此预览已限制为10 KiB。单击下载按钮访问完整文件。",
@@ -153,5 +184,6 @@
153184
"pleaseWait": "请等待片刻以使得初始的20份IPNS更新记录副本储存至DHT节点"
154185
},
155186
"noPinsInProgress": "全部已完成,没有正在进行的远程固定操作",
156-
"remotePinningInProgress": "远程固定中:"
187+
"remotePinningInProgress": "远程固定中:",
188+
"selectAllEntries": "全选"
157189
}

0 commit comments

Comments
 (0)