Skip to content

Commit

Permalink
fix(locale): remove remapping of zh
Browse files Browse the repository at this point in the history
Transifex uses correct code now
  • Loading branch information
lidel committed Sep 8, 2018
1 parent 84c55db commit b7c0c5e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 34 deletions.
1 change: 0 additions & 1 deletion .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ file_filter = add-on/_locales/<lang>/messages.json
minimum_perc = 1
source_file = add-on/_locales/en/messages.json
source_lang = en
lang_map = zh_CN: zh
type = CHROME
12 changes: 6 additions & 6 deletions add-on/_locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)"
},
"notify_inlineErrorMsg": {
"message": "$1 (press ctrl+shift+j for more details)",
"message": "$1 (wciśnij ctrl+shift+j po więcej informacji)",
"description": "A generic placeholder for error notification (notify_inlineErrorMsg)"
},
"notify_startIpfsNodeErrorTitle": {
Expand Down Expand Up @@ -356,7 +356,7 @@
"description": "Extension description in the Manifest file (manifest_extensionDescription)"
},
"quickUpload_subhead_peers": {
"message": "Connected to $1 peers",
"message": "Połączono z $1 węzłami",
"description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)"
},
"quickUpload_pick_file_button": {
Expand Down Expand Up @@ -404,11 +404,11 @@
"description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)"
},
"page_proxyAcl_confirm_revoke": {
"message": "Revoke permission $1 for $2?",
"message": "Wycofać pozwolenie na dostęp do $1 dla $2?",
"description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)"
},
"page_proxyAcl_confirm_revoke_all": {
"message": "Revoke all permissions for $1?",
"message": "Wycofać wszystkie pozwolenia dla $1?",
"description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)"
},
"page_proxyAcl_toggle_to_allow_button_title": {
Expand All @@ -428,11 +428,11 @@
"description": "Button value for deny"
},
"page_proxyAcl_revoke_button_title": {
"message": "Revoke $1",
"message": "Wycofaj $1",
"description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)"
},
"page_proxyAccessDialog_title": {
"message": "Allow $1 to access ipfs.$2?",
"message": "Zezwolić $1 na dostęp do ipfs.$2?",
"description": "Main title of the access permission dialog (page_proxyAccessDialog_title)"
},
"page_proxyAccessDialog_wildcardCheckbox_label": {
Expand Down
54 changes: 27 additions & 27 deletions add-on/_locales/zh/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"description": "A menu item in Browser Action pop-up (panel_openPreferences)"
},
"panel_switchToCustomGateway": {
"message": "Switch to Custom Gateway",
"message": "切换到自定义网关",
"description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)"
},
"panel_switchToPublicGateway": {
"message": "Switch to Public Gateway",
"message": "切换到公共网关",
"description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)"
},
"panel_pinCurrentIpfsAddress": {
Expand Down Expand Up @@ -80,15 +80,15 @@
"description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)"
},
"pageAction_titleNonIpfs": {
"message": "Non-IPFS resource",
"message": "IPFS 资源",
"description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)"
},
"contextMenu_AddToIpfsRawCid": {
"message": "Add to IPFS",
"message": "添加到 IPFS",
"description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)"
},
"contextMenu_AddToIpfsKeepFilename": {
"message": "Add to IPFS (Keep Filename)",
"message": "添加到 IPFS(保持文件名)",
"description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)"
},
"notify_addonIssueTitle": {
Expand Down Expand Up @@ -156,23 +156,23 @@
"description": "A generic placeholder for error notification (notify_inlineErrorMsg)"
},
"notify_startIpfsNodeErrorTitle": {
"message": "Failed to start IPFS node",
"message": "启动 IPFS 节点失败",
"description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)"
},
"notify_stopIpfsNodeErrorTitle": {
"message": "Failed to stop IPFS node",
"message": "停止 IPFS 节点失败",
"description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)"
},
"option_legend_readMore": {
"message": "Read more",
"description": "A generic link in option description on the Preferences screen (option_legend_readMore)"
},
"option_header_nodeType": {
"message": "IPFS Node",
"message": "IPFS 节点",
"description": "A section header on the Preferences screen (option_header_nodeType)"
},
"option_ipfsNodeType_title": {
"message": "IPFS Node Type",
"message": "IPFS 节点类型",
"description": "An option title on the Preferences screen (option_ipfsNodeType_title)"
},
"option_ipfsNodeType_external_description": {
Expand All @@ -184,19 +184,19 @@
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
},
"option_ipfsNodeConfig_title": {
"message": "IPFS Node Config",
"message": "IPFS 节点配置",
"description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)"
},
"option_ipfsNodeConfig_description": {
"message": "Configuration for the embedded IPFS node. Must be valid JSON.",
"message": "配置嵌入式的 IPFS 节点。必须是有效的 JSON",
"description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)"
},
"option_ipfsNodeType_external": {
"message": "External",
"message": "外部",
"description": "An option on the Preferences screen (option_ipfsNodeType_external)"
},
"option_ipfsNodeType_embedded": {
"message": "Embedded",
"message": "嵌入",
"description": "An option on the Preferences screen (option_ipfsNodeType_embedded)"
},
"option_header_gateways": {
Expand Down Expand Up @@ -288,27 +288,27 @@
"description": "An option description on the Preferences screen (option_linkify_description)"
},
"option_dnslinkPolicy_title": {
"message": "DNSLink Support",
"message": "DNSLink 支持",
"description": "An option title on the Preferences screen (option_dnslinkPolicy_title)"
},
"option_dnslinkPolicy_description": {
"message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible",
"description": "An option description on the Preferences screen (option_dnslinkPolicy_description)"
},
"option_dnslinkPolicy_disabled": {
"message": "Off",
"message": "",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)"
},
"option_dnslinkPolicy_bestEffort": {
"message": "Check after HTTP request",
"message": "HTTP 请求后检查",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)"
},
"option_dnslinkPolicy_enabled": {
"message": "Check before HTTP request",
"message": "HTTP 请求前检查",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)"
},
"option_detectIpfsPathHeader_title": {
"message": "Detect X-Ipfs-Path Header",
"message": "检测 X-Ipfs-Path ",
"description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)"
},
"option_detectIpfsPathHeader_description": {
Expand All @@ -324,7 +324,7 @@
"description": "An option description for the IPFS proxy (option_ipfsProxy_description)"
},
"option_ipfsProxy_link_manage_permissions": {
"message": "Manage permissions",
"message": "管理权限",
"description": "Link text for managing permissions"
},
"option_preloadAtPublicGateway_title": {
Expand Down Expand Up @@ -360,27 +360,27 @@
"description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)"
},
"quickUpload_pick_file_button": {
"message": "Pick a file",
"message": "选一个文件",
"description": "Text on the 'pick a file' button (quickUpload_pick_file_button)"
},
"quickUpload_or": {
"message": "or",
"message": "",
"description": "seperates the pick a file button from the drop message (quickUpload_or)"
},
"quickUpload_drop_it_here": {
"message": "drop it here to share",
"message": "拖放文件到此处以分享",
"description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)"
},
"quickUpload_state_uploading": {
"message": "Upload in progress..",
"message": "正在上传..",
"description": "Status label on the share files page (quickUpload_state_uploading)"
},
"quickUpload_state_buffering": {
"message": "(buffering, please wait)",
"message": "(正在缓冲,请稍候)",
"description": "Status label on the share files page (quickUpload_state_buffering)"
},
"quickUpload_options_show": {
"message": "upload options",
"message": "上传选项",
"description": "Button on the share files page (quickUpload_options_show)"
},
"quickUpload_options_wrapWithDirectory": {
Expand All @@ -392,15 +392,15 @@
"description": "Checkbox label on the share files page (quickUpload_options_pinUpload)"
},
"page_proxyAcl_title": {
"message": "Manage Permissions",
"message": "管理权限",
"description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)"
},
"page_proxyAcl_subtitle": {
"message": "View, change and revoke granted access rights to your IPFS instance.",
"description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)"
},
"page_proxyAcl_no_perms": {
"message": "No permissions granted.",
"message": "没有授予权限。",
"description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)"
},
"page_proxyAcl_confirm_revoke": {
Expand Down

0 comments on commit b7c0c5e

Please sign in to comment.