@teable/common-i18n
Advanced tools
Comparing version 1.3.0-beta.0 to 1.3.1-beta.0
{ | ||
"name": "@teable/common-i18n", | ||
"version": "1.3.0-beta.0", | ||
"version": "1.3.1-beta.0", | ||
"license": "AGPL-3.0", | ||
@@ -38,3 +38,3 @@ "homepage": "https://github.com/teableio/teable", | ||
"typescript": "5.4.3", | ||
"@teable/eslint-config-bases": "^1.3.0-beta.0" | ||
"@teable/eslint-config-bases": "^1.3.1-beta.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
@@ -90,6 +90,7 @@ { | ||
"theme": "Theme", | ||
"themeDesc": "Select the theme for the dashboard.", | ||
"themeDesc": "Select the theme for the app.", | ||
"dark": "Dark", | ||
"light": "Light", | ||
"system": "System" | ||
"system": "System", | ||
"version": "App version" | ||
}, | ||
@@ -229,6 +230,7 @@ "nav": { | ||
"markAllAsRead": "Mark all as read", | ||
"noUnread": "No unread notifications", | ||
"noUnread": "No {{status}} notifications", | ||
"changeSetting": "Change page notification settings", | ||
"new": "new {{count}}" | ||
"new": "new {{count}}", | ||
"showMore": "Show more" | ||
} | ||
} |
@@ -20,3 +20,4 @@ { | ||
"loadMore": "Load more", | ||
"uploadFailed": "Upload failed" | ||
"uploadFailed": "Upload failed", | ||
"rowCount": "{{count}} records" | ||
}, | ||
@@ -76,2 +77,61 @@ "noun": { | ||
"placeholder": "Enter a value" | ||
}, | ||
"conjunction": { | ||
"and": "and", | ||
"or": "or", | ||
"where": "where" | ||
}, | ||
"operator": { | ||
"is": "is", | ||
"isNot": "is not", | ||
"contains": "contains", | ||
"doesNotContain": "does not contain", | ||
"isEmpty": "is empty", | ||
"isNotEmpty": "is not empty", | ||
"isGreater": "is greater than", | ||
"isGreaterEqual": "is greater Equal", | ||
"isLess": "is less than", | ||
"isLessEqual": "is less Equal", | ||
"isAnyOf": "is any of", | ||
"isNoneOf": "is not any of", | ||
"hasAnyOf": "has any of", | ||
"hasAllOf": "has all of", | ||
"hasNoneOf": "has none of", | ||
"isExactly": "is exactly", | ||
"isWithIn": "is with in", | ||
"isBefore": "is before", | ||
"isAfter": "is after", | ||
"isOnOrBefore": "is on or before", | ||
"isOnOrAfter": "is on or after", | ||
"number": { | ||
"is": "=", | ||
"isNot": "≠", | ||
"isGreater": ">", | ||
"isGreaterEqual": "≥", | ||
"isLess": "<", | ||
"isLessEqual": "≤" | ||
} | ||
}, | ||
"component": { | ||
"date": { | ||
"today": "today", | ||
"tomorrow": "tomorrow", | ||
"yesterday": "yesterday", | ||
"oneWeekAgo": "one week ago", | ||
"oneWeekFromNow": "one week from now", | ||
"oneMonthAgo": "one month ago", | ||
"oneMonthFromNow": "one month from now", | ||
"daysAgo": "days ago", | ||
"daysFromNow": "days from now", | ||
"exactDate": "exact date", | ||
"pastWeek": "past week", | ||
"pastMonth": "past month", | ||
"pastYear": "past year", | ||
"nextWeek": "next week", | ||
"nextMonth": "next Month", | ||
"nextYear": "next Year", | ||
"pastNumberOfDays": "past number of days", | ||
"nextNumberOfDays": "next number of days" | ||
} | ||
} | ||
@@ -78,0 +138,0 @@ }, |
@@ -10,3 +10,4 @@ { | ||
}, | ||
"openOnNewPage": "Open on new page", | ||
"errorTips": "Sharing source has enabled a Authority Matrix, viewing is not allowed" | ||
} |
@@ -19,2 +19,6 @@ { | ||
"passwordTips": "Password restrictions for accessing shared views", | ||
"embed": "Embed", | ||
"embedPreview": "Embed Preview", | ||
"hideToolbar": "Hide toolbar", | ||
"URLSetting": "URL Setting", | ||
"cancel": "Cancel", | ||
@@ -21,0 +25,0 @@ "save": "Save" |
@@ -90,5 +90,6 @@ { | ||
"theme": "主题", | ||
"themeDesc": "选择仪表板的主题。", | ||
"themeDesc": "选择应用主题。", | ||
"dark": "深色", | ||
"light": "浅色", | ||
"version": "应用版本", | ||
"system": "系统" | ||
@@ -228,6 +229,7 @@ }, | ||
"markAllAsRead": "全部标记为已读", | ||
"noUnread": "没有未读通知", | ||
"noUnread": "没有{{status}}通知", | ||
"changeSetting": "更改页面通知设置", | ||
"new": "新消息{{count}}条" | ||
"new": "新消息{{count}}条", | ||
"showMore": "显示更多" | ||
} | ||
} |
@@ -20,3 +20,4 @@ { | ||
"loadMore": "加载更多", | ||
"uploadFailed": "上传失败" | ||
"uploadFailed": "上传失败", | ||
"rowCount": "{{count}}条记录" | ||
}, | ||
@@ -66,2 +67,61 @@ "editor": { | ||
"placeholder": "请输入" | ||
}, | ||
"conjunction": { | ||
"and": "且", | ||
"or": "或", | ||
"where": "当" | ||
}, | ||
"operator": { | ||
"is": "等于", | ||
"isNot": "不等于", | ||
"contains": "包含", | ||
"doesNotContain": "不包含", | ||
"isEmpty": "为空", | ||
"isNotEmpty": "不为空", | ||
"isGreater": "大于", | ||
"isGreaterEqual": "大于等于", | ||
"isLess": "小于", | ||
"isLessEqual": "小于等于", | ||
"isAnyOf": "属于", | ||
"isNoneOf": "不属于", | ||
"hasAnyOf": "包含", | ||
"hasAllOf": "包含所有", | ||
"hasNoneOf": "不包含", | ||
"isExactly": "等于", | ||
"isWithIn": "在...之内", | ||
"isBefore": "早于", | ||
"isAfter": "晚于", | ||
"isOnOrBefore": "早于或等于", | ||
"isOnOrAfter": "晚于或等于", | ||
"number": { | ||
"is": "=", | ||
"isNot": "≠", | ||
"isGreater": ">", | ||
"isGreaterEqual": "≥", | ||
"isLess": "<", | ||
"isLessEqual": "≤" | ||
} | ||
}, | ||
"component": { | ||
"date": { | ||
"today": "今天", | ||
"tomorrow": "明天", | ||
"yesterday": "昨天", | ||
"oneWeekAgo": "一周前", | ||
"oneWeekFromNow": "一周后", | ||
"oneMonthAgo": "一个月前", | ||
"oneMonthFromNow": "一个月后", | ||
"daysAgo": "几天前", | ||
"daysFromNow": "几天后", | ||
"exactDate": "具体日期", | ||
"pastWeek": "过去一周", | ||
"pastMonth": "过去一个月", | ||
"pastYear": "过去一年", | ||
"nextWeek": "下周", | ||
"nextMonth": "下个月", | ||
"nextYear": "明年", | ||
"pastNumberOfDays": "过去几天", | ||
"nextNumberOfDays": "接下来几天" | ||
} | ||
} | ||
@@ -68,0 +128,0 @@ }, |
@@ -10,3 +10,4 @@ { | ||
}, | ||
"openOnNewPage": "在新页面查看", | ||
"errorTips": "分享来源已启用权限矩阵,无法查看" | ||
} |
@@ -19,2 +19,6 @@ { | ||
"passwordTips": "链接仅在正确密码输入后可访问", | ||
"embed": "嵌入", | ||
"embedPreview": "嵌入预览", | ||
"hideToolbar": "隐藏工具栏", | ||
"URLSetting": "URL 设置", | ||
"cancel": "取消", | ||
@@ -21,0 +25,0 @@ "save": "保存" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
122332
2369
0