Преглед изворни кода

Merge remote-tracking branch 'origin/dev' into dev

Vanessa пре 1 година
родитељ
комит
0f96b8e469

+ 3 - 0
app/appearance/langs/en_US.json

@@ -1,4 +1,7 @@
 {
+  "backRelation": "Bidirectional",
+  "thisDatabase": "This database",
+  "relatedTo": "Relation to",
   "relation": "Relation",
   "rollup": "Rollup",
   "replaceTypes": {

+ 3 - 0
app/appearance/langs/es_ES.json

@@ -1,4 +1,7 @@
 {
+  "backRelation": "Bidireccional",
+  "thisDatabase": "Esta base de datos",
+  "relatedTo": "Relación con",
   "relation": "Relación",
   "rollup": "Acumular",
   "replaceTypes": {

+ 3 - 0
app/appearance/langs/fr_FR.json

@@ -1,4 +1,7 @@
 {
+  "backRelation": "Bidirectionnel",
+  "thisDatabase": "Cette base de données",
+  "relatedTo" : " Relation avec ",
   "relation": "Relation",
   "rollup": "Rollup",
   "replaceTypes": {

+ 4 - 1
app/appearance/langs/zh_CHT.json

@@ -1,6 +1,9 @@
 {
+  "backRelation": "雙向關聯",
+  "thisDatabase": "目前資料庫",
+  "relatedTo": "關聯至",
   "relation": "關聯",
-  "rollup": "查詢引用",
+  "rollup": "匯總",
   "replaceTypes": {
     "text": "普通文字",
     "imgText": "圖片提示文字",

+ 2 - 2
app/appearance/langs/zh_CN.json

@@ -1,9 +1,9 @@
 {
   "backRelation": "双向关联",
-  "thisDatabase": "当前数据表格",
+  "thisDatabase": "当前数据",
   "relatedTo": "关联至",
   "relation": "关联",
-  "rollup": "查询引用",
+  "rollup": "汇总",
   "replaceTypes": {
     "text": "普通文本",
     "imgText": "图片提示文本",