@romain130492/topchopsticks 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n/en.ts +3 -0
- package/src/i18n/zh.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@romain130492/topchopsticks",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Logic, copy and design tokens shared by every client. NO DOM, NO Taro, NO React — so a React Native app can consume it unchanged.",
|
|
6
6
|
"type": "module",
|
package/src/i18n/en.ts
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
* which fails loudly on a missing key rather than rendering the key name.
|
|
7
7
|
*/
|
|
8
8
|
export const en = {
|
|
9
|
+
'ev.linkCopied': 'Link copied',
|
|
10
|
+
'ev.shareHint': 'Tap ··· to share this table',
|
|
11
|
+
'ev.notFound': 'This table is no longer available.',
|
|
9
12
|
'sms.kicker': 'Join free',
|
|
10
13
|
'sms.title': 'Your phone number',
|
|
11
14
|
'sms.sub': 'We text you a 6-digit code. No password to remember.',
|
package/src/i18n/zh.ts
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
* which fails loudly on a missing key rather than rendering the key name.
|
|
7
7
|
*/
|
|
8
8
|
export const zh = {
|
|
9
|
+
'ev.linkCopied': '链接已复制',
|
|
10
|
+
'ev.shareHint': '点击右上角 ··· 分享这场餐桌',
|
|
11
|
+
'ev.notFound': '这场餐桌已不可用。',
|
|
9
12
|
'sms.kicker': '免费加入',
|
|
10
13
|
'sms.title': '你的手机号',
|
|
11
14
|
'sms.sub': '我们会发送 6 位验证码,无需记住密码。',
|