New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -0,0 +1,6 @@
{
"allowGuests": {
"label": "准許匿名使用者",
"description": "准許未登入的使用者查看您的面板"
}
}

View File

@@ -0,0 +1,29 @@
{
"text": "自定義設定允許您根據自己的喜好設定和調整 Homarr 的使用體驗",
"accordeon": {
"layout": {
"name": "顯示布局",
"description": "啟用或禁用標題和面板上的元素"
},
"gridstack": {
"name": "網格堆疊",
"description": "自定義您的面板區域和行為與欄目"
},
"pageMetadata": {
"name": "頁面元數據",
"description": "調整標題、LOGO、PWA"
},
"appereance": {
"name": "外觀",
"description": "自定義背景、顏色、應用的外觀"
},
"accessibility": {
"name": "無障礙服務",
"description": "未殘疾與殘障人士設定 Homarr"
},
"access": {
"name": "訪問",
"description": "設定誰有權限訪問您的面板"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"columnsCount": {
"labelPreset": "列的大小為 {{size}}",
"descriptionPreset": "螢幕寬度小於 {{pixels}} 像素時的列數",
"descriptionExceedsPreset": "螢幕寬度超過 {{pixels}} 像素時的列數"
},
"unsavedChanges": "您有未儲存的設定,點擊下方的\"應用設定\"按紐並儲存",
"applyChanges": "應用設定",
"defaultValues": "預設"
}

View File

@@ -0,0 +1,3 @@
{
"label": "應用不透明化"
}

View File

@@ -0,0 +1,27 @@
{
"pageTitle": {
"label": "頁面標題",
"description": "面板中左上角的標題"
},
"metaTitle": {
"label": "無標題",
"description": "在您的瀏覽器分頁中顯示的標題"
},
"logo": {
"label": "LOGO",
"description": "顯示在左上方的LOGO"
},
"favicon": {
"label": "圖標",
"description": "在您的瀏覽器分頁中顯示的圖標"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "自定義 CSS",
"description": "此外,只推薦有經驗的使用者使用 CSS 自定義面板",
"placeholder": "自定義 CSS 將最後應用",
"applying": "應用 CSS 中..."
}
}

View File

@@ -0,0 +1,3 @@
{
"label": "陰影"
}