github.com/kotovmak/go-admin@v1.1.1/modules/language/tc.go (about)

     1  package language
     2  
     3  import "strings"
     4  
     5  var tc = LangSet{
     6  	"managers":  "管理員管理",
     7  	"name":      "用戶名",
     8  	"nickname":  "暱稱",
     9  	"role":      "角色",
    10  	"createdat": "創建時間",
    11  	"updatedat": "更新時間",
    12  	"path":      "路徑",
    13  	"submit":    "提交",
    14  	"filter":    "篩選",
    15  
    16  	"new":             "新建",
    17  	"action":          "操作",
    18  	"toggle dropdown": "下拉",
    19  	"delete":          "刪除",
    20  	"refresh":         "刷新",
    21  	"back":            "返回",
    22  	"reset":           "重置",
    23  	"save":            "保存",
    24  	"edit":            "編輯",
    25  	"expand":          "展開",
    26  	"collapse":        "折疊",
    27  	"online":          "在線",
    28  	"setting":         "設置",
    29  	"sign out":        "登出",
    30  	"remove":          "移除",
    31  
    32  	"permission manage": "權限管理",
    33  	"menus manage":      "菜單管理",
    34  	"roles manage":      "角色管理",
    35  	"operation log":     "操作日誌",
    36  	"method":            "方法",
    37  	"input":             "輸入",
    38  	"operation":         "操作",
    39  	"menu name":         "菜單名",
    40  
    41  	"are you sure to delete": "你確定要刪除嗎",
    42  	"delete succeed":         "刪除成功",
    43  	"yes":                    "確定",
    44  	"got it":                 "知道了",
    45  	"cancel":                 "取消",
    46  	"refresh succeeded":      "刷新成功",
    47  
    48  	"avatar":     "頭像",
    49  	"password":   "密碼",
    50  	"slug":       "標誌",
    51  	"permission": "權限",
    52  	"userid":     "用戶ID",
    53  	"content":    "內容",
    54  	"parent":     "父級",
    55  	"icon":       "圖標",
    56  	"uri":        "路徑",
    57  
    58  	"export":    "導出",
    59  	"home":      "首頁",
    60  	"all":       "全部",
    61  	"more":      "更多",
    62  	"browse":    "打開",
    63  	"admin":     "管理",
    64  	"users":     "用戶",
    65  	"roles":     "角色",
    66  	"menu":      "菜單",
    67  	"dashboard": "儀表盤",
    68  
    69  	"permission denied": "沒有權限",
    70  	"error":             "錯誤",
    71  	"success":           "成功",
    72  	"fail":              "失敗",
    73  	"current page":      "當前頁",
    74  
    75  	"confirm":             "確認",
    76  	"edit fail":           "編輯失敗",
    77  	"create fail":         "新增失敗",
    78  	"delete fail":         "刪除失敗",
    79  	"confirm password":    "確認密碼",
    80  	"all method if empty": "為空默認為所有方法",
    81  
    82  	"detail":     "詳情",
    83  	"username":   "用戶名",
    84  	"close":      "關閉",
    85  	"login":      "登錄",
    86  	"login fail": "登錄失敗",
    87  	"user":       "用戶",
    88  
    89  	"continue editing":  "繼續編輯",
    90  	"continue creating": "繼續新增",
    91  
    92  	"goadmin is now running. \nrunning in \"debug\" mode. switch to \"release\" mode in production.\n\n": "GoAdmin 啟動成功。\n目前處於 \"debug\" 模式。請在生產環境中切換為 \"release\" 模式。\n\n",
    93  
    94  	"wrong goadmin version, theme %s required goadmin version are %s":    "錯誤的 GoAdmin 版本,當前主題 %s 需要 GoAdmin 版本為 %s",
    95  	"wrong theme version, goadmin %s required version of theme %s is %s": "錯誤的主題版本, GoAdmin %s 需要主題 %s 的版本為 %s",
    96  
    97  	"adapter is nil, import the default adapter or use addadapter method add the adapter": "適配器為空,請先 import 對應的適配器或使用 AddAdapter 方法引入",
    98  
    99  	"username and password can not be empty":        "用戶名密碼不能為空",
   100  	"operation not allow":                           "不允許的操作",
   101  	"password does not match":                       "密碼不壹致",
   102  	"should be unique":                              "需要保證唯壹",
   103  	"slug exists":                                   "標誌已經存在了",
   104  	"no corresponding options?":                     "沒找到對應選項?",
   105  	"create here.":                                  "在這裏新建壹個。",
   106  	"use for login":                                 "用於登錄",
   107  	"use to display":                                "用來展示",
   108  	"a path a line, without global prefix":          "壹行壹個路徑,換行輸入新路徑,路徑不包含全局路由前綴",
   109  	"slug or http_path or name should not be empty": "標誌或路徑或權限名不能為空",
   110  	"no roles":                                      "無角色",
   111  	"no permission":                                 "沒有權限",
   112  	"fixed the sidebar":                             "固定側邊欄",
   113  	"enter fullscreen":                              "進入全屏",
   114  	"exit fullscreen":                               "退出全屏",
   115  	"wrong captcha":                                 "錯誤的驗證碼",
   116  	"modify success":                                "修改成功",
   117  
   118  	"not found":      "找不到記錄",
   119  	"internal error": "系統內部錯誤",
   120  	"unauthorized":   "未認證",
   121  
   122  	"login overdue, please login again": "登錄信息過期,請重新登錄",
   123  	"login info":                        "登錄信息",
   124  
   125  	"initialize configuration":        "初始化配置",
   126  	"initialize navigation buttons":   "初始化導航欄按鈕",
   127  	"initialize plugins":              "初始化插件",
   128  	"initialize database connections": "初始化數據庫連接",
   129  	"initialize success":              "初始化成功🍺🍺",
   130  
   131  	"plugins":          "插件",
   132  	"plugin store":     "插件商店",
   133  	"get more plugins": "獲取更多插件",
   134  	"uninstalled":      "未安裝",
   135  	"plugin setting":   "插件設置",
   136  
   137  	"second":  "秒",
   138  	"seconds": "秒",
   139  	"minute":  "分",
   140  	"minutes": "分",
   141  	"hour":    "小時",
   142  	"hours":   "小時",
   143  	"day":     "天",
   144  	"days":    "天",
   145  	"week":    "周",
   146  	"weeks":   "周",
   147  	"month":   "月",
   148  	"months":  "月",
   149  	"year":    "年",
   150  	"years":   "年",
   151  
   152  	"config.domain":          "網站域名",
   153  	"config.language":        "網站語言",
   154  	"config.url prefix":      "URL前綴",
   155  	"config.theme":           "主題",
   156  	"config.title":           "標題",
   157  	"config.index url":       "首頁URL",
   158  	"config.login url":       "登錄URL",
   159  	"config.env":             "開發環境",
   160  	"config.color scheme":    "顏色主題",
   161  	"config.cdn url":         "cdn資源URL",
   162  	"config.login title":     "登錄標題",
   163  	"config.auth user table": "登錄用戶表",
   164  	"config.extra":           "額外配置",
   165  	"config.store":           "文件存儲設置",
   166  	"config.databases":       "數據庫設置",
   167  	"config.general":         "通用",
   168  	"config.log":             "日誌",
   169  	"config.site setting":    "網站設置",
   170  	"config.custom":          "定制",
   171  	"config.debug":           "Debug模式",
   172  	"config.site off":        "關閉網站",
   173  	"config.true":            "是",
   174  	"config.false":           "否",
   175  
   176  	"config.test":  "測試環境",
   177  	"config.prod":  "生產環境",
   178  	"config.local": "本地環境",
   179  
   180  	"config.logo":                        "Logo",
   181  	"config.mini logo":                   "Mini Logo",
   182  	"config.bootstrap file path":         "引导文件路徑",
   183  	"config.go mod file path":            "go.mod文件路徑",
   184  	"config.session life time":           "Session時長",
   185  	"config.custom head html":            "自定義Head HTML",
   186  	"config.custom foot html":            "自定義Foot HTML",
   187  	"config.custom 404 html":             "自定義404頁面",
   188  	"config.custom 403 html":             "自定義403頁面",
   189  	"config.custom 500 html":             "自定義500頁面",
   190  	"config.hide config center entrance": "隱藏配置中心入口",
   191  	"config.hide app info entrance":      "隱藏應用信息入口",
   192  	"config.hide tool entrance":          "隱藏工具入口",
   193  	"config.hide plugin entrance":        "隱藏插件列表入口",
   194  	"config.footer info":                 "自定義底部信息",
   195  	"config.login logo":                  "登錄Logo",
   196  	"config.no limit login ip":           "取消限制多IP登錄",
   197  	"config.operation log off":           "關閉操作日誌",
   198  	"config.allow delete operation log":  "允許刪除操作日誌",
   199  	"config.animation type":              "動畫類型",
   200  	"config.animation duration":          "動畫間隔(秒)",
   201  	"config.animation delay":             "動畫延遲(秒)",
   202  	"config.file upload engine":          "文件上傳引擎",
   203  
   204  	"config.logger rotate":             "日誌切割設置",
   205  	"config.logger rotate max size":    "存儲最大文件大小(m)",
   206  	"config.logger rotate max backups": "存儲最多文件數",
   207  	"config.logger rotate max age":     "最長存儲時間(天)",
   208  	"config.logger rotate compress":    "壓縮",
   209  
   210  	"config.info log path":         "信息日誌存儲路徑",
   211  	"config.error log path":        "錯誤日誌存儲路徑",
   212  	"config.access log path":       "訪問日誌存儲路徑",
   213  	"config.info log off":          "關閉信息日誌",
   214  	"config.error log off":         "關閉錯誤日誌",
   215  	"config.access log off":        "關閉訪問日誌",
   216  	"config.access assets log off": "關閉靜態資源訪問日誌",
   217  	"config.sql log on":            "打開SQL日誌",
   218  	"config.log level":             "日誌級別",
   219  
   220  	"config.logger rotate encoder":                "日誌encoder設置",
   221  	"config.logger rotate encoder time key":       "Time Key",
   222  	"config.logger rotate encoder level key":      "Level Key",
   223  	"config.logger rotate encoder name key":       "Name Key",
   224  	"config.logger rotate encoder caller key":     "Caller Key",
   225  	"config.logger rotate encoder message key":    "Message Key",
   226  	"config.logger rotate encoder stacktrace key": "Stacktrace Key",
   227  	"config.logger rotate encoder level":          "Level字段編碼",
   228  	"config.logger rotate encoder time":           "Time字段編碼",
   229  	"config.logger rotate encoder duration":       "Duration字段編碼",
   230  	"config.logger rotate encoder caller":         "Caller字段編碼",
   231  	"config.logger rotate encoder encoding":       "輸出格式",
   232  
   233  	"config.capital":        "大寫",
   234  	"config.capitalcolor":   "大寫帶顏色",
   235  	"config.lowercase":      "小寫",
   236  	"config.lowercasecolor": "小寫帶顏色",
   237  
   238  	"config.seconds":     "秒",
   239  	"config.nanosecond":  "納秒",
   240  	"config.microsecond": "微秒",
   241  	"config.millisecond": "毫秒",
   242  
   243  	"config.full path":  "完整路徑",
   244  	"config.short path": "簡短路徑",
   245  
   246  	"config.do not modify when you have not set up all assets": "不要修改,當妳還沒有設置好所有資源文件的時候",
   247  	"config.it will work when theme is adminlte":               "當主題為adminlte時生效",
   248  	"config.must bigger than 900 seconds":                      "必須大於900秒",
   249  
   250  	"config.language." + CN:                  "中文",
   251  	"config.language." + EN:                  "英文",
   252  	"config.language." + JP:                  "日文",
   253  	"config.language." + strings.ToLower(TC): "繁體中文",
   254  	"config.language." + PTBR:                "Brazilian Portuguese",
   255  
   256  	"config.modify site config":         "修改網站配置",
   257  	"config.modify site config success": "修改網站配置成功",
   258  	"config.modify site config fail":    "修改網站配置失敗",
   259  
   260  	"system.system info":     "應用系統信息",
   261  	"system.application":     "應用信息",
   262  	"system.application run": "應用運行信息",
   263  	"system.system":          "系統信息",
   264  
   265  	"system.process_id":                           "進程ID",
   266  	"system.golang_version":                       "Golang版本",
   267  	"system.server_uptime":                        "服務運行時間",
   268  	"system.current_goroutine":                    "當前 Goroutines 數量",
   269  	"system.current_memory_usage":                 "當前內存使用量",
   270  	"system.total_memory_allocated":               "所有被分配的內存",
   271  	"system.memory_obtained":                      "內存占用量",
   272  	"system.pointer_lookup_times":                 "指針查找次數",
   273  	"system.memory_allocate_times":                "內存分配次數",
   274  	"system.memory_free_times":                    "內存釋放次數",
   275  	"system.current_heap_usage":                   "當前 Heap 內存使用量",
   276  	"system.heap_memory_obtained":                 "Heap 內存占用量",
   277  	"system.heap_memory_idle":                     "Heap 內存空閑量",
   278  	"system.heap_memory_in_use":                   "正在使用的 Heap 內存",
   279  	"system.heap_memory_released":                 "被釋放的 Heap 內存",
   280  	"system.heap_objects":                         "Heap 對象數量",
   281  	"system.bootstrap_stack_usage":                "啟動 Stack 使用量",
   282  	"system.stack_memory_obtained":                "被分配的 Stack 內存",
   283  	"system.mspan_structures_usage":               "MSpan 結構內存使用量",
   284  	"system.mspan_structures_obtained":            "被分配的 MSpan 結構內存",
   285  	"system.mcache_structures_usage":              "MCache 結構內存使用量",
   286  	"system.mcache_structures_obtained":           "被分配的 MCache 結構內存",
   287  	"system.profiling_bucket_hash_table_obtained": "被分配的剖析哈希表內存",
   288  	"system.gc_metadata_obtained":                 "被分配的 GC 元數據內存",
   289  	"system.other_system_allocation_obtained":     "其它被分配的系統內存",
   290  	"system.next_gc_recycle":                      "下次 GC 內存回收量",
   291  	"system.last_gc_time":                         "距離上次 GC 時間",
   292  	"system.total_gc_time":                        "GC 執行時間總量",
   293  	"system.total_gc_pause":                       "GC 暫停時間總量",
   294  	"system.last_gc_pause":                        "上次 GC 暫停時間",
   295  	"system.gc_times":                             "GC 執行次數",
   296  
   297  	"system.cpu_logical_core": "cpu邏輯核數",
   298  	"system.cpu_core":         "cpu物理核數",
   299  	"system.os_platform":      "系統平臺",
   300  	"system.os_family":        "系統家族",
   301  	"system.os_version":       "系統版本",
   302  	"system.load1":            "1分鐘內負載",
   303  	"system.load5":            "5分鐘內負載",
   304  	"system.load15":           "15分鐘內負載",
   305  	"system.mem_total":        "總內存",
   306  	"system.mem_available":    "可用內存",
   307  	"system.mem_used":         "使用內存",
   308  
   309  	"system.app_name":         "應用名",
   310  	"system.go_admin_version": "應用版本",
   311  	"system.theme_name":       "主題",
   312  	"system.theme_version":    "主題版本",
   313  
   314  	"tool.tool":                   "工具",
   315  	"tool.table":                  "表格",
   316  	"tool.connection":             "連接",
   317  	"tool.package":                "包名",
   318  	"tool.output":                 "輸出路徑",
   319  	"tool.output path is empty":   "輸出路徑為空",
   320  	"tool.field":                  "字段名",
   321  	"tool.title":                  "標題",
   322  	"tool.field name":             "字段名",
   323  	"tool.db type":                "數據類型",
   324  	"tool.form type":              "表單類型",
   325  	"tool.generate table model":   "生成CRUD模型",
   326  	"tool.primarykey":             "主鍵",
   327  	"tool.field filterable":       "可篩選",
   328  	"tool.field sortable":         "可排序",
   329  	"tool.yes":                    "是",
   330  	"tool.no":                     "否",
   331  	"tool.generate success":       "生成成功",
   332  	"tool.hide filter area":       "隱藏篩選框",
   333  	"tool.use absolute path":      "使用絕對路徑",
   334  	"tool.hide":                   "隱藏",
   335  	"tool.show":                   "顯示",
   336  	"tool.display":                "顯示",
   337  	"tool.basic info":             "基本信息",
   338  	"tool.table info":             "表格信息",
   339  	"tool.form info":              "表單信息",
   340  	"tool.field editable":         "允許編輯",
   341  	"tool.field can add":          "允許新增",
   342  	"tool.info field editable":    "可編輯",
   343  	"tool.extra import package":   "導入包",
   344  	"tool.field default":          "默認值",
   345  	"tool.filter area":            "篩選框",
   346  	"tool.new button":             "新建按鈕",
   347  	"tool.export button":          "導出按鈕",
   348  	"tool.edit button":            "編輯按鈕",
   349  	"tool.delete button":          "刪除按鈕",
   350  	"tool.detail button":          "詳情按鈕",
   351  	"tool.filter button":          "篩選按鈕",
   352  	"tool.row selector":           "列選擇按鈕",
   353  	"tool.pagination":             "分頁",
   354  	"tool.query info":             "查詢信息",
   355  	"tool.filter form layout":     "篩選表單布局",
   356  	"tool.continue edit checkbox": "繼續編輯按鈕",
   357  	"tool.continue new checkbox":  "繼續新增按鈕",
   358  	"tool.reset button":           "重設按鈕",
   359  	"tool.back button":            "返回按鈕",
   360  	"tool.generate":               "生成",
   361  	"tool.generated tables":       "生成過的表格",
   362  	"tool.description":            "描述",
   363  	"tool.label":                  "標簽",
   364  	"tool.image":                  "圖片",
   365  	"tool.bool":                   "布爾",
   366  	"tool.link":                   "鏈接",
   367  	"tool.fileSize":               "文件大小",
   368  	"tool.date":                   "日期",
   369  	"tool.icon":                   "Icon",
   370  	"tool.dot":                    "標點",
   371  	"tool.progressBar":            "進度條",
   372  	"tool.loading":                "Loading",
   373  	"tool.downLoadable":           "可下載",
   374  	"tool.copyable":               "可復制",
   375  	"tool.carousel":               "圖片輪播",
   376  	"tool.qrcode":                 "二維碼",
   377  	"tool.field hide":             "隱藏",
   378  	"tool.field display":          "顯示",
   379  	"tool.table permission":       "生成表格權限",
   380  	"tool.extra code":             "額外代碼",
   381  
   382  	"tool.field display normal":     "顯示",
   383  	"tool.field diplay hide":        "隱藏",
   384  	"tool.field diplay edit hide":   "編輯隱藏",
   385  	"tool.field diplay create hide": "新建隱藏",
   386  
   387  	"tool.detail display":             "顯示",
   388  	"tool.detail info":                "詳情頁信息",
   389  	"tool.follow list page":           "跟隨列表頁",
   390  	"tool.inherit from list page":     "繼承列表頁",
   391  	"tool.independent from list page": "獨立",
   392  
   393  	"tool.generate table model success": "生成成功",
   394  	"tool.generate table model fail":    "生成失敗",
   395  
   396  	"generator.query":                 "查詢",
   397  	"generator.show edit form page":   "編輯頁顯示",
   398  	"generator.show create form page": "新建記錄頁顯示",
   399  	"generator.edit":                  "編輯",
   400  	"generator.create":                "新建",
   401  	"generator.delete":                "刪除",
   402  	"generator.export":                "導出",
   403  
   404  	"plugin.plugin":                         "插件",
   405  	"plugin.plugin detail":                  "插件詳情",
   406  	"plugin.introduction":                   "介紹",
   407  	"plugin.website":                        "網站",
   408  	"plugin.version":                        "版本",
   409  	"plugin.created at":                     "創建日期",
   410  	"plugin.updated at":                     "更新日期",
   411  	"plugin.provided by %s":                 "由 %s 提供",
   412  	"plugin.upgrade":                        "升級",
   413  	"plugin.install":                        "安裝",
   414  	"plugin.info":                           "詳細信息",
   415  	"plugin.download":                       "下载",
   416  	"plugin.buy":                            "購買",
   417  	"plugin.downloading":                    "下载中",
   418  	"plugin.login":                          "登錄",
   419  	"plugin.login to goadmin member system": "登錄到GoAdmin會員系統",
   420  	"plugin.account":                        "賬戶名",
   421  	"plugin.password":                       "密碼",
   422  	"plugin.learn more":                     "了解更多",
   423  
   424  	"plugin.no account? click %s here %s to register.":    "沒有賬號?點擊%s這裏%s註冊。",
   425  	"plugin.download fail, wrong name":                    "下載失敗,錯誤的參數",
   426  	"plugin.change to debug mode first":                   "先切換到debug模式",
   427  	"plugin.download fail, plugin not exist":              "下載失敗,插件不存在",
   428  	"plugin.download fail":                                "下載失敗",
   429  	"plugin.golang develop environment does not exist":    "golang開發環境不存在",
   430  	"plugin.download success, restart to install":         "下載成功,重啟程序進行安裝",
   431  	"plugin.restart to install":                           "重啟程序進行安裝",
   432  	"plugin.can not connect to the goadmin remote server": "不能連接到GoAdmin遠程服務器,請檢查您的網絡連接。",
   433  
   434  	"admin.basic admin": "基礎Admin",
   435  	"admin.a built-in plugins of goadmin which help you to build a crud manager platform quickly.": "壹個內置GoAdmin插件,幫助您快速搭建curd簡易管理後臺。",
   436  	"admin.official": "GoAdmin官方",
   437  }