Update locale strings

- add privacyPolicy and privacyStatement keys and values
This commit is contained in:
Eddie 2023-01-03 09:46:06 -07:00
parent f3bc60fb7c
commit 12b7c94c0e
2 changed files with 9 additions and 6 deletions

View File

@ -424,6 +424,8 @@
"timelineEvent1929ce": "Black Tuesday signals the beginning of the Great Depression", "timelineEvent1929ce": "Black Tuesday signals the beginning of the Great Depression",
"timelineEvent1939ce": "World War II", "timelineEvent1939ce": "World War II",
"timelineEvent1957ce": "launch of Sputnik 1 by the Soviet Union", "timelineEvent1957ce": "launch of Sputnik 1 by the Soviet Union",
"timelineEvent1969ce": "Apollo 11 mission lands on the moon" "timelineEvent1969ce": "Apollo 11 mission lands on the moon",
"privacyPolicy": "Privacy Policy",
"privacyStatement": "As explained in our {privacyUrl} we do not collect any personal information.",
"@privacyStatement": {"placeholders": {"privacyUrl": {}}}
} }

View File

@ -403,6 +403,7 @@
"timelineEvent1929ce": "黑色星期二,大萧条的开始", "timelineEvent1929ce": "黑色星期二,大萧条的开始",
"timelineEvent1939ce": "第二次世界大战", "timelineEvent1939ce": "第二次世界大战",
"timelineEvent1957ce": "苏联发射斯普特尼克1号", "timelineEvent1957ce": "苏联发射斯普特尼克1号",
"timelineEvent1969ce": "阿波罗11号在月球着陆" "timelineEvent1969ce": "阿波罗11号在月球着陆",
"privacyPolicy": "隐私政策",
"privacyStatement": "gskinner 非常重视对用户隐私的保护,正如{privacyUrl}里所诉gskinner 不会收集您的个人信息。"
} }