Last active
May 24, 2018 06:25
-
-
Save patcon/1f68d3efd30360048bce81b3a7655c5b to your computer and use it in GitHub Desktop.
Sample hackfoldr translation files. Work in progress. See: https://github.com/hackfoldr/hackfoldr-2.0/issues/62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index": { | |
"expand": "Expand", | |
"collapse": "Collapse", | |
"zoom": "Zoom", | |
"recent": "Recent", | |
"help": "Help", | |
"add": "Add Item", | |
"edit": "Edit", | |
"update": "Refresh", | |
"records": "Records", | |
"instructions": "Instructions", | |
"add-link": "Add link", | |
"create-add-hackpad": "Create & add new hackpad", | |
"link-name": "Name of link to show in foldr", | |
"link-url": "http://example.com", | |
"hackpad-name": "Name of link to show in foldr" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index": { | |
"expand": "展開", | |
"collapse": "收合", | |
"zoom": "", | |
"recent": "", | |
"help": "", | |
"add": "", | |
"edit": "編輯", | |
"update": "更新", | |
"records": "紀錄", | |
"instructions": "說明", | |
"add-link": "投稿", | |
"create-add-hackpad": "開 hackpad 並投稿", | |
"link-name": "想顯示在 foldr 中的連結名稱", | |
"link-url": "連結網址", | |
"hackpad-name": "想顯示在 foldr 中的文件名稱" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment