migrate from i18next-scanner to i18next-parser

i18next-scanner does not support i18next JSON v4 format
This commit is contained in:
myl7
2022-02-06 19:47:36 +08:00
parent 24507cbbb9
commit c0353b5455
6 changed files with 384 additions and 197 deletions
+8 -8
View File
@@ -1,12 +1,15 @@
{
"- showing {{count}} page(s) of {{totalFileNum}} files -": "- showing {{count}} page of {{totalFileNum}} files -",
"- showing {{count}} page(s) of {{totalFileNum}} files -_plural": "- showing {{count}} pages of {{totalFileNum}} files -",
"- showing {{count}} page(s) of {{totalFileNum}} files -——one": "- showing {{count}} page of {{totalFileNum}} files -",
"- showing {{count}} page(s) of {{totalFileNum}} files -——other": "- showing {{count}} pages of {{totalFileNum}} files -",
"{{count}} item(s)——one": "{{count}} item",
"{{count}} item(s)——other": "{{count}} items",
"Actions": "Actions",
"Cancel": "Cancel",
"Cannot preview {{path}}": "Cannot preview {{path}}",
"Clear all": "Clear all",
"Clear all tokens?": "Clear all tokens?",
"Cleared all tokens": "Cleared all tokens",
"clearing them means that you will need to re-enter the passwords again.": "clearing them means that you will need to re-enter the passwords again.",
"Copied direct link to clipboard.": "Copied direct link to clipboard.",
"Copied folder permalink.": "Copied folder permalink.",
"Copied raw file permalink.": "Copied raw file permalink.",
@@ -19,10 +22,10 @@
"Download folder": "Download folder",
"Download selected files": "Download selected files",
"Download the file directly through OneDrive": "Download the file directly through OneDrive",
"Downloading {{progress}}%": "Downloading {{progress}}%",
"Downloading folder, refresh page to cancel": "Downloading folder, refresh page to cancel",
"Downloading selected files, refresh page to cancel": "Downloading selected files, refresh page to cancel",
"Downloading selected files...": "Downloading selected files...",
"Downloading {{progress}}%": "Downloading {{progress}}%",
"Email": "Email",
"Enter Password": "Enter Password",
"Error: {{message}}": "Error: {{message}}",
@@ -42,7 +45,7 @@
"Name": "Name",
"No more files": "No more files",
"Nothing here.": "Nothing here.",
"Oops, that's a <1>four-oh-four</1>.": "Oops, that's a <1>four-oh-four</1>.",
"Oops, that&apos;s a <1>four-oh-four</1>.": "Oops, that&apos;s a <1>four-oh-four</1>.",
"Press <2>F12</2> and open devtools for more details, or seek help at <6>onedrive-vercel-index discussions</6>.": "Press <2>F12</2> and open devtools for more details, or seek help at <6>onedrive-vercel-index discussions</6>.",
"Search ...": "Search ...",
"Select all files": "Select all files",
@@ -51,8 +54,5 @@
"Size": "Size",
"These tokens are used to authenticate yourself into password protected folders, ": "These tokens are used to authenticate yourself into password protected folders, ",
"This route (the folder itself and the files inside) is password protected. ": "This route (the folder itself and the files inside) is password protected. ",
"Weibo": "Weibo",
"clearing them means that you will need to re-enter the passwords again.": "clearing them means that you will need to re-enter the passwords again.",
"{{count}} item(s)": "{{count}} item",
"{{count}} item(s)_plural": "{{count}} items"
"Weibo": "Weibo"
}