Nextcloud Apps JSON files¶
在 5.15 版被加入.
備註
Support for this format is under development. Some features might not yet be available and the behavior can change between releases. Feedback from testing is welcome.
JSON-based format used in Nextcloud Apps that use JavaScript and HTML.
範例檔案:
{
"translations": {
"Hello, world!\n": "Ahoj světe!\n",
"Orangutan has %d banana.\n": null,
"Try Weblate at <https://demo.weblate.org/>!\n": null,
"Thank you for using Weblate.": null
}
}
Weblate 設定組態¶
典型的 Weblate 組件組態 |
|
|---|---|
檔案遮罩 |
|
單語的基底語言檔 |
|
新翻譯的模板 |
空 |
檔案格式 |
Nextcloud JSON file |