ysk-server-shared 1.1.20 → 1.1.21
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/LICENSE +21 -0
- package/dist/browser.d.ts +2 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +2 -0
- package/dist/browser.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/legal/en.d.ts +3 -0
- package/dist/legal/en.d.ts.map +1 -0
- package/dist/legal/en.js +545 -0
- package/dist/legal/en.js.map +1 -0
- package/dist/legal/index.d.ts +8 -0
- package/dist/legal/index.d.ts.map +1 -0
- package/dist/legal/index.js +16 -0
- package/dist/legal/index.js.map +1 -0
- package/dist/legal/types.d.ts +49 -0
- package/dist/legal/types.d.ts.map +1 -0
- package/dist/legal/types.js +103 -0
- package/dist/legal/types.js.map +1 -0
- package/dist/legal/zh-HK.d.ts +3 -0
- package/dist/legal/zh-HK.d.ts.map +1 -0
- package/dist/legal/zh-HK.js +545 -0
- package/dist/legal/zh-HK.js.map +1 -0
- package/locales/ar/legal.json +16 -0
- package/locales/ar/translation.json +29 -2
- package/locales/ar/updates.json +4 -1
- package/locales/ar/validators.json +9 -1
- package/locales/bn/legal.json +16 -0
- package/locales/bn/translation.json +29 -2
- package/locales/bn/updates.json +4 -1
- package/locales/bn/validators.json +9 -1
- package/locales/en/legal.json +16 -0
- package/locales/en/translation.json +27 -0
- package/locales/en/updates.json +3 -0
- package/locales/en/validators.json +8 -0
- package/locales/es/legal.json +16 -0
- package/locales/es/translation.json +29 -2
- package/locales/es/updates.json +4 -1
- package/locales/es/validators.json +9 -1
- package/locales/fr/legal.json +16 -0
- package/locales/fr/translation.json +29 -2
- package/locales/fr/updates.json +4 -1
- package/locales/fr/validators.json +9 -1
- package/locales/hi/legal.json +16 -0
- package/locales/hi/translation.json +29 -2
- package/locales/hi/updates.json +4 -1
- package/locales/hi/validators.json +9 -1
- package/locales/id/legal.json +16 -0
- package/locales/id/translation.json +29 -2
- package/locales/id/updates.json +4 -1
- package/locales/id/validators.json +9 -1
- package/locales/ja/legal.json +16 -0
- package/locales/ja/translation.json +29 -2
- package/locales/ja/updates.json +4 -1
- package/locales/ja/validators.json +9 -1
- package/locales/ko/legal.json +16 -0
- package/locales/ko/translation.json +29 -2
- package/locales/ko/updates.json +4 -1
- package/locales/ko/validators.json +9 -1
- package/locales/pt/legal.json +16 -0
- package/locales/pt/translation.json +29 -2
- package/locales/pt/updates.json +4 -1
- package/locales/pt/validators.json +9 -1
- package/locales/ur/legal.json +16 -0
- package/locales/ur/translation.json +29 -2
- package/locales/ur/updates.json +4 -1
- package/locales/ur/validators.json +9 -1
- package/locales/zh-CN/legal.json +16 -0
- package/locales/zh-CN/translation.json +29 -2
- package/locales/zh-CN/updates.json +4 -1
- package/locales/zh-CN/validators.json +9 -1
- package/locales/zh-HK/legal.json +16 -0
- package/locales/zh-HK/translation.json +27 -0
- package/locales/zh-HK/updates.json +3 -0
- package/locales/zh-HK/validators.json +8 -0
- package/package.json +1 -1
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "法務",
|
|
5111
|
+
"hubSub": "YSK Server の利用規約、プライバシーポリシー、免責事項",
|
|
5112
|
+
"terms": "利用規約",
|
|
5113
|
+
"privacy": "プライバシーポリシー",
|
|
5114
|
+
"disclaimer": "免責事項",
|
|
5115
|
+
"updated": "最終更新 {{date}}",
|
|
5116
|
+
"englishPrevails": "正文は英語と香港書面中国語です。相違がある場合は英語が優先します。",
|
|
5117
|
+
"notOfficialLocale": "表示言語は正文の言語ではありません。切り替えない限り、拘束力のある本文は英語です。",
|
|
5118
|
+
"officialLang": "正文",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "サインイン",
|
|
5122
|
+
"mitNote": "ソースコードは MIT ライセンスです。本ページは追加の利用条件です。",
|
|
5123
|
+
"backToIndex": "すべての法務文書"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "検索…",
|
|
5111
5127
|
"searchAria": "一覧を検索",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} ユーザー",
|
|
@@ -14172,7 +14191,15 @@
|
|
|
14172
14191
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14173
14192
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14174
14193
|
"detachC1": "The node will no longer produce blocks.",
|
|
14175
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14176
14203
|
}
|
|
14177
14204
|
},
|
|
14178
14205
|
"vnc": {
|
package/locales/ja/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -656,6 +656,14 @@
|
|
|
656
656
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
657
657
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
658
658
|
"detachC1": "The node will no longer produce blocks.",
|
|
659
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
659
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
660
668
|
}
|
|
661
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "법률",
|
|
3
|
+
"hubSub": "YSK Server 이용약관, 개인정보 처리방침, 면책 조항",
|
|
4
|
+
"terms": "이용약관",
|
|
5
|
+
"privacy": "개인정보 처리방침",
|
|
6
|
+
"disclaimer": "면책 조항",
|
|
7
|
+
"updated": "최종 업데이트 {{date}}",
|
|
8
|
+
"englishPrevails": "공식 언어는 영어와 홍콩 서면 중국어입니다. 차이가 있으면 영어가 우선합니다.",
|
|
9
|
+
"notOfficialLocale": "표시 언어는 공식 법률 언어가 아닙니다. 전환하지 않으면 아래 구속력 있는 본문은 영어입니다.",
|
|
10
|
+
"officialLang": "공식 본문",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "로그인",
|
|
14
|
+
"mitNote": "소스 코드는 MIT 라이선스입니다. 이 페이지는 추가 이용 조건입니다.",
|
|
15
|
+
"backToIndex": "모든 법률 문서"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "법률",
|
|
5111
|
+
"hubSub": "YSK Server 이용약관, 개인정보 처리방침, 면책 조항",
|
|
5112
|
+
"terms": "이용약관",
|
|
5113
|
+
"privacy": "개인정보 처리방침",
|
|
5114
|
+
"disclaimer": "면책 조항",
|
|
5115
|
+
"updated": "최종 업데이트 {{date}}",
|
|
5116
|
+
"englishPrevails": "공식 언어는 영어와 홍콩 서면 중국어입니다. 차이가 있으면 영어가 우선합니다.",
|
|
5117
|
+
"notOfficialLocale": "표시 언어는 공식 법률 언어가 아닙니다. 전환하지 않으면 아래 구속력 있는 본문은 영어입니다.",
|
|
5118
|
+
"officialLang": "공식 본문",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "로그인",
|
|
5122
|
+
"mitNote": "소스 코드는 MIT 라이선스입니다. 이 페이지는 추가 이용 조건입니다.",
|
|
5123
|
+
"backToIndex": "모든 법률 문서"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "찾다…",
|
|
5111
5127
|
"searchAria": "검색 목록",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} 사용자",
|
|
@@ -14172,7 +14191,15 @@
|
|
|
14172
14191
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14173
14192
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14174
14193
|
"detachC1": "The node will no longer produce blocks.",
|
|
14175
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14176
14203
|
}
|
|
14177
14204
|
},
|
|
14178
14205
|
"vnc": {
|
package/locales/ko/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -656,6 +656,14 @@
|
|
|
656
656
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
657
657
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
658
658
|
"detachC1": "The node will no longer produce blocks.",
|
|
659
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
659
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
660
668
|
}
|
|
661
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "Jurídico",
|
|
3
|
+
"hubSub": "Termos de utilização, política de privacidade e isenção de responsabilidade do YSK Server",
|
|
4
|
+
"terms": "Termos de utilização",
|
|
5
|
+
"privacy": "Política de privacidade",
|
|
6
|
+
"disclaimer": "Isenção de responsabilidade",
|
|
7
|
+
"updated": "Última atualização {{date}}",
|
|
8
|
+
"englishPrevails": "Línguas oficiais: inglês e chinês escrito de Hong Kong. Em caso de divergência, prevalece o inglês.",
|
|
9
|
+
"notOfficialLocale": "O idioma da interface não é uma língua jurídica oficial. O texto vinculativo abaixo é inglês, salvo se o alterar.",
|
|
10
|
+
"officialLang": "Texto oficial",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "Iniciar sessão",
|
|
14
|
+
"mitNote": "O código-fonte está sob licença MIT. Estas páginas são condições adicionais de utilização.",
|
|
15
|
+
"backToIndex": "Todos os documentos jurídicos"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "Jurídico",
|
|
5111
|
+
"hubSub": "Termos de utilização, política de privacidade e isenção de responsabilidade do YSK Server",
|
|
5112
|
+
"terms": "Termos de utilização",
|
|
5113
|
+
"privacy": "Política de privacidade",
|
|
5114
|
+
"disclaimer": "Isenção de responsabilidade",
|
|
5115
|
+
"updated": "Última atualização {{date}}",
|
|
5116
|
+
"englishPrevails": "Línguas oficiais: inglês e chinês escrito de Hong Kong. Em caso de divergência, prevalece o inglês.",
|
|
5117
|
+
"notOfficialLocale": "O idioma da interface não é uma língua jurídica oficial. O texto vinculativo abaixo é inglês, salvo se o alterar.",
|
|
5118
|
+
"officialLang": "Texto oficial",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "Iniciar sessão",
|
|
5122
|
+
"mitNote": "O código-fonte está sob licença MIT. Estas páginas são condições adicionais de utilização.",
|
|
5123
|
+
"backToIndex": "Todos os documentos jurídicos"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "Procurar…",
|
|
5111
5127
|
"searchAria": "Lista de pesquisa",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} usuários",
|
|
@@ -14172,7 +14191,15 @@
|
|
|
14172
14191
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14173
14192
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14174
14193
|
"detachC1": "The node will no longer produce blocks.",
|
|
14175
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14176
14203
|
}
|
|
14177
14204
|
},
|
|
14178
14205
|
"vnc": {
|
package/locales/pt/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -656,6 +656,14 @@
|
|
|
656
656
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
657
657
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
658
658
|
"detachC1": "The node will no longer produce blocks.",
|
|
659
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
659
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
660
668
|
}
|
|
661
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "قانونی",
|
|
3
|
+
"hubSub": "YSK Server کی استعمال کی شرائط، رازداری کی پالیسی اور دستبرداری",
|
|
4
|
+
"terms": "استعمال کی شرائط",
|
|
5
|
+
"privacy": "رازداری کی پالیسی",
|
|
6
|
+
"disclaimer": "دستبرداری",
|
|
7
|
+
"updated": "آخری تازہ کاری {{date}}",
|
|
8
|
+
"englishPrevails": "سرکاری زبانیں: انگریزی اور ہانگ کانگ کی تحریری چینی۔ اختلاف ہو تو انگریزی معتبر ہے۔",
|
|
9
|
+
"notOfficialLocale": "ظاہری زبان سرکاری قانونی زبان نہیں۔ جب تک آپ نہ بدلیں، پابند متن انگریزی ہے۔",
|
|
10
|
+
"officialLang": "سرکاری متن",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "سائن ان",
|
|
14
|
+
"mitNote": "سورس کوڈ MIT لائسنس کے تحت ہے۔ یہ صفحات استعمال کی اضافی شرائط ہیں۔",
|
|
15
|
+
"backToIndex": "تمام قانونی دستاویزات"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "قانونی",
|
|
5111
|
+
"hubSub": "YSK Server کی استعمال کی شرائط، رازداری کی پالیسی اور دستبرداری",
|
|
5112
|
+
"terms": "استعمال کی شرائط",
|
|
5113
|
+
"privacy": "رازداری کی پالیسی",
|
|
5114
|
+
"disclaimer": "دستبرداری",
|
|
5115
|
+
"updated": "آخری تازہ کاری {{date}}",
|
|
5116
|
+
"englishPrevails": "سرکاری زبانیں: انگریزی اور ہانگ کانگ کی تحریری چینی۔ اختلاف ہو تو انگریزی معتبر ہے۔",
|
|
5117
|
+
"notOfficialLocale": "ظاہری زبان سرکاری قانونی زبان نہیں۔ جب تک آپ نہ بدلیں، پابند متن انگریزی ہے۔",
|
|
5118
|
+
"officialLang": "سرکاری متن",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "سائن ان",
|
|
5122
|
+
"mitNote": "سورس کوڈ MIT لائسنس کے تحت ہے۔ یہ صفحات استعمال کی اضافی شرائط ہیں۔",
|
|
5123
|
+
"backToIndex": "تمام قانونی دستاویزات"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "تلاش کریں…",
|
|
5111
5127
|
"searchAria": "فہرست تلاش کریں۔",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} صارفین",
|
|
@@ -14172,7 +14191,15 @@
|
|
|
14172
14191
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14173
14192
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14174
14193
|
"detachC1": "The node will no longer produce blocks.",
|
|
14175
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14176
14203
|
}
|
|
14177
14204
|
},
|
|
14178
14205
|
"vnc": {
|
package/locales/ur/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -656,6 +656,14 @@
|
|
|
656
656
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
657
657
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
658
658
|
"detachC1": "The node will no longer produce blocks.",
|
|
659
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
659
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
660
668
|
}
|
|
661
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "法律文件",
|
|
3
|
+
"hubSub": "YSK Server 的使用条款、隐私政策与免责声明",
|
|
4
|
+
"terms": "使用条款",
|
|
5
|
+
"privacy": "隐私政策",
|
|
6
|
+
"disclaimer": "免责声明",
|
|
7
|
+
"updated": "最后更新日期:{{date}}",
|
|
8
|
+
"englishPrevails": "正式语言为英文及香港书面中文。如有歧义,以英文为准。",
|
|
9
|
+
"notOfficialLocale": "你的界面语言并非正式法律语言。除非你切换,以下具约束力的文本为英文。",
|
|
10
|
+
"officialLang": "正式文本",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "登录",
|
|
14
|
+
"mitNote": "源代码以 MIT 许可。本页为额外使用条件。",
|
|
15
|
+
"backToIndex": "全部法律文件"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "法律文件",
|
|
5111
|
+
"hubSub": "YSK Server 的使用条款、隐私政策与免责声明",
|
|
5112
|
+
"terms": "使用条款",
|
|
5113
|
+
"privacy": "隐私政策",
|
|
5114
|
+
"disclaimer": "免责声明",
|
|
5115
|
+
"updated": "最后更新日期:{{date}}",
|
|
5116
|
+
"englishPrevails": "正式语言为英文及香港书面中文。如有歧义,以英文为准。",
|
|
5117
|
+
"notOfficialLocale": "你的界面语言并非正式法律语言。除非你切换,以下具约束力的文本为英文。",
|
|
5118
|
+
"officialLang": "正式文本",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "登录",
|
|
5122
|
+
"mitNote": "源代码以 MIT 许可。本页为额外使用条件。",
|
|
5123
|
+
"backToIndex": "全部法律文件"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "搜索…",
|
|
5111
5127
|
"searchAria": "搜索列表",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} 用户",
|
|
@@ -14172,7 +14191,15 @@
|
|
|
14172
14191
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14173
14192
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14174
14193
|
"detachC1": "The node will no longer produce blocks.",
|
|
14175
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14176
14203
|
}
|
|
14177
14204
|
},
|
|
14178
14205
|
"vnc": {
|
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -656,6 +656,14 @@
|
|
|
656
656
|
"detachTitle": "Detach producer keys from {{id}}?",
|
|
657
657
|
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
658
658
|
"detachC1": "The node will no longer produce blocks.",
|
|
659
|
-
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
659
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
660
668
|
}
|
|
661
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "法律文件",
|
|
3
|
+
"hubSub": "YSK Server 的使用條款、私隱政策與免責聲明",
|
|
4
|
+
"terms": "使用條款",
|
|
5
|
+
"privacy": "私隱政策",
|
|
6
|
+
"disclaimer": "免責聲明",
|
|
7
|
+
"updated": "最後更新日期:{{date}}",
|
|
8
|
+
"englishPrevails": "正式語言為英文及香港書面中文。如有歧義,以英文為準。",
|
|
9
|
+
"notOfficialLocale": "你的介面語言並非正式法律語言。除非你切換,以下具約束力的文本為英文。",
|
|
10
|
+
"officialLang": "正式文本",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "登入",
|
|
14
|
+
"mitNote": "原始碼以 MIT 授權。本頁為額外使用條件。",
|
|
15
|
+
"backToIndex": "全部法律文件"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"settingsDangerDlWarn": "允許經主機瀏覽器下載執行檔與腳本。請確認確實需要。",
|
|
5107
5107
|
"settingsDangerConfirmTitle": "啟用高風險瀏覽設定?"
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "法律文件",
|
|
5111
|
+
"hubSub": "YSK Server 的使用條款、私隱政策與免責聲明",
|
|
5112
|
+
"terms": "使用條款",
|
|
5113
|
+
"privacy": "私隱政策",
|
|
5114
|
+
"disclaimer": "免責聲明",
|
|
5115
|
+
"updated": "最後更新日期:{{date}}",
|
|
5116
|
+
"englishPrevails": "正式語言為英文及香港書面中文。如有歧義,以英文為準。",
|
|
5117
|
+
"notOfficialLocale": "你的介面語言並非正式法律語言。除非你切換,以下具約束力的文本為英文。",
|
|
5118
|
+
"officialLang": "正式文本",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "登入",
|
|
5122
|
+
"mitNote": "原始碼以 MIT 授權。本頁為額外使用條件。",
|
|
5123
|
+
"backToIndex": "全部法律文件"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "搜尋…",
|
|
5111
5127
|
"searchAria": "搜尋列表",
|
|
@@ -13311,6 +13327,9 @@
|
|
|
13311
13327
|
"panelRestarting": "面板正在重啟以載入新版本…",
|
|
13312
13328
|
"panelRestarted": "面板已恢復 · {{version}}",
|
|
13313
13329
|
"panelRestartWait": "已套用更新。若此頁未重新整理,請數秒後重新載入。",
|
|
13330
|
+
"reloadUi": "重新載入介面",
|
|
13331
|
+
"reloadUiTitle": "重新載入面板介面?",
|
|
13332
|
+
"reloadUiDesc": "面板服務已是 {{version}}。此分頁仍是舊前端,須重新載入才會換成新畫面。此頁未儲存的欄位會消失。",
|
|
13314
13333
|
"aptCandidate": "套件管理 Candidate(候選版本)",
|
|
13315
13334
|
"advice": {
|
|
13316
13335
|
"update": "建議更新",
|
|
@@ -13860,6 +13879,14 @@
|
|
|
13860
13879
|
"opcert": "opcert",
|
|
13861
13880
|
"missing": "未掛上",
|
|
13862
13881
|
"present": "已掛上 {{fp}}",
|
|
13882
|
+
"presentShort": "已在主機",
|
|
13883
|
+
"queuedShort": "待套用",
|
|
13884
|
+
"queued": "已選 · {{name}}",
|
|
13885
|
+
"fileHint": "常見檔名 {{file}}",
|
|
13886
|
+
"dropOrBrowse": "將 {{file}} 拖放至此,或瀏覽",
|
|
13887
|
+
"dropping": "放開以掛上 {{label}}",
|
|
13888
|
+
"browse": "瀏覽",
|
|
13889
|
+
"clearFile": "移除",
|
|
13863
13890
|
"choose": "選擇檔案",
|
|
13864
13891
|
"apply": "套用並以 block producer 重啟",
|
|
13865
13892
|
"detach": "卸下並改回 relay",
|
|
@@ -178,6 +178,9 @@
|
|
|
178
178
|
"panelRestarting": "面板正在重啟以載入新版本…",
|
|
179
179
|
"panelRestarted": "面板已恢復 · {{version}}",
|
|
180
180
|
"panelRestartWait": "已套用更新。若此頁未重新整理,請數秒後重新載入。",
|
|
181
|
+
"reloadUi": "重新載入介面",
|
|
182
|
+
"reloadUiTitle": "重新載入面板介面?",
|
|
183
|
+
"reloadUiDesc": "面板服務已是 {{version}}。此分頁仍是舊前端,須重新載入才會換成新畫面。此頁未儲存的欄位會消失。",
|
|
181
184
|
"aptCandidate": "套件管理 Candidate(候選版本)",
|
|
182
185
|
"advice": {
|
|
183
186
|
"update": "建議更新",
|
|
@@ -344,6 +344,14 @@
|
|
|
344
344
|
"opcert": "opcert",
|
|
345
345
|
"missing": "未掛上",
|
|
346
346
|
"present": "已掛上 {{fp}}",
|
|
347
|
+
"presentShort": "已在主機",
|
|
348
|
+
"queuedShort": "待套用",
|
|
349
|
+
"queued": "已選 · {{name}}",
|
|
350
|
+
"fileHint": "常見檔名 {{file}}",
|
|
351
|
+
"dropOrBrowse": "將 {{file}} 拖放至此,或瀏覽",
|
|
352
|
+
"dropping": "放開以掛上 {{label}}",
|
|
353
|
+
"browse": "瀏覽",
|
|
354
|
+
"clearFile": "移除",
|
|
347
355
|
"choose": "選擇檔案",
|
|
348
356
|
"apply": "套用並以 block producer 重啟",
|
|
349
357
|
"detach": "卸下並改回 relay",
|