Skip to content

Commit 39b75e3

Browse files
authored
Translations update from Hosted Weblate (#8248)
2 parents d99a408 + d949140 commit 39b75e3

File tree

9 files changed

+159
-44
lines changed

9 files changed

+159
-44
lines changed

apps/client/src/translations/cn/translation.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,9 @@
15951595
"create-child-note": "创建子笔记",
15961596
"unhoist": "取消聚焦",
15971597
"toggle-sidebar": "切换侧边栏",
1598-
"dropping-not-allowed": "不允许移动笔记到此处。"
1598+
"dropping-not-allowed": "不允许移动笔记到此处。",
1599+
"shared-indicator-tooltip": "此笔记已公开分享",
1600+
"shared-indicator-tooltip-with-url": "此笔记已公开分享至:{{- url}}"
15991601
},
16001602
"title_bar_buttons": {
16011603
"window-on-top": "保持此窗口置顶"
@@ -2224,5 +2226,11 @@
22242226
},
22252227
"attributes_panel": {
22262228
"title": "笔记属性"
2229+
},
2230+
"pdf": {
2231+
"attachments_other": "{{count}} 个附件",
2232+
"pages_other": "共{{count}}页",
2233+
"pages_alt": "第{{pageNumber}}页",
2234+
"pages_loading": "加载中..."
22272235
}
22282236
}

apps/client/src/translations/hi/translation.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
},
1010
"bundle-error": {
1111
"title": "एक कस्टम स्क्रिप्ट लोड करने में विफल रहा"
12-
}
12+
},
13+
"widget-list-error": {
14+
"title": "सर्वर से विजेट्स की सूची प्राप्त करने में विफल"
15+
},
16+
"open-script-note": "स्क्रिप्ट नोट खोलें"
1317
},
1418
"update_available": {
1519
"update_available": "उपलब्ध अद्यतन"
@@ -24,5 +28,8 @@
2428
},
2529
"show_floating_buttons_button": {
2630
"button_title": "बटन दिखाएं"
31+
},
32+
"add_link": {
33+
"note": "नोट"
2734
}
2835
}

apps/client/src/translations/ja/translation.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,11 @@
12451245
"saved-search-note-refreshed": "保存した検索ノートが更新されました。",
12461246
"refresh-saved-search-results": "保存した検索結果を更新",
12471247
"toggle-sidebar": "サイドバーを切り替え",
1248-
"dropping-not-allowed": "この場所にノートをドロップすることはできません。"
1248+
"dropping-not-allowed": "この場所にノートをドロップすることはできません。",
1249+
"clone-indicator-tooltip": "このノートには {{- count}} 個の親があります: {{- parents}}",
1250+
"clone-indicator-tooltip-single": "このノートは複製されています (親が 1 件追加: {{- parent}})",
1251+
"shared-indicator-tooltip": "このノートは公開されています",
1252+
"shared-indicator-tooltip-with-url": "このノートは以下で公開されています: {{- url}}"
12491253
},
12501254
"bulk_actions": {
12511255
"bulk_actions": "一括操作",
@@ -2224,5 +2228,12 @@
22242228
},
22252229
"attributes_panel": {
22262230
"title": "ノート属性"
2231+
},
2232+
"pdf": {
2233+
"attachments_other": "{{count}} 添付ファイル",
2234+
"layers_other": "{{count}} 層",
2235+
"pages_other": "{{count}} ページ",
2236+
"pages_alt": "ページ {{pageNumber}}",
2237+
"pages_loading": "読み込み中..."
22272238
}
22282239
}
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
{}
1+
{
2+
"about": {
3+
"title": "Om Trilium Notes",
4+
"app_version": "App versjon:",
5+
"db_version": "DB versjon:",
6+
"sync_version": "Synk versjon:",
7+
"build_date": "Byggdato:",
8+
"build_revision": "Bygg versjon:",
9+
"data_directory": "Datamappe:",
10+
"homepage": "Hjemmeside:"
11+
},
12+
"experimental_features": {
13+
"new_layout_description": "Prøv det nye grensesnittet for et mer moderne utseende og forbedret brukervenlighet. Det må påregnes betydelige endringer i kommende versjoner."
14+
},
15+
"cpu_arch_warning": {
16+
"recommendation": "For den beste brukeropplevelsen, vennligst last ned den tilpassede ARM64-versjonen av TriliumNext fra siden for utgivelser."
17+
},
18+
"zpetne_odkazy": {
19+
"backlink_one": "{{count}} Tilbakelenke",
20+
"backlink_other": "{{count}} Tilbakelenker"
21+
}
22+
}

apps/server/src/assets/translations/hi/server.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"collapse-tree": "पूरे नोट ट्री को बंद करता है",
88
"collapse-subtree": "वर्तमान नोट के सबट्री को बंद करता है",
99
"sort-child-notes": "चाइल्ड नोट्स को सॉर्ट करें",
10-
"creating-and-moving-notes": "नोट्स बनाना और स्थानांतरित करना"
10+
"creating-and-moving-notes": "नोट्स बनाना और स्थानांतरित करना",
11+
"move-note-up": "नोट को ऊपर ले जाएं",
12+
"move-note-down": "नोट को नीचे ले जाएं",
13+
"note-clipboard": "नोट क्लिपबोर्ड"
1114
}
1215
}

apps/server/src/assets/translations/nb-NO/server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"open-command-palette": "Åpne kommandopalett",
77
"scroll-to-active-note": "Skroll notat-treet til aktivt notat",
88
"quick-search": "Aktiver hurtigsøk-feltet",
9-
"search-in-subtree": "Søk etter notater i det aktive notatets understruktur"
9+
"search-in-subtree": "Søk etter notater i det aktive notatets understruktur",
10+
"creating-and-moving-notes": "Lage og flytte notater"
1011
}
1112
}

apps/website/src/translations/hi/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"organization_benefits": {
1212
"note_structure_title": "नोट संरचना",
1313
"note_structure_description": "नोटों को पदानुक्रमिक रूप से व्यवस्थित किया जा सकता है। फ़ोल्डर्स की कोई आवश्यकता नहीं है, क्योंकि प्रत्येक नोट में उप-नोट हो सकते हैं। एक एकल नोट को पदानुक्रम में कई स्थानों पर जोड़ा जा सकता है।"
14+
},
15+
"productivity_benefits": {
16+
"protected_notes_title": "संरक्षित नोट्स"
1417
}
1518
}
Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,65 @@
1-
{}
1+
{
2+
"get-started": {
3+
"title": "Kom i gang",
4+
"architecture": "Arkitektur:",
5+
"desktop_title": "Last ned skrivebordsprogram (v{{version}})",
6+
"older_releases": "Se tidligere versjoner"
7+
},
8+
"hero_section": {
9+
"title": "Organiser tankene dine. Bygg din personlige kunnskapsbase.",
10+
"github": "GitHub",
11+
"get_started": "Kom i gang",
12+
"dockerhub": "Docker Hub"
13+
},
14+
"organization_benefits": {
15+
"title": "Organisering",
16+
"note_structure_title": "Notatstruktur"
17+
},
18+
"productivity_benefits": {
19+
"sync_title": "Synkronisering"
20+
},
21+
"note_types": {
22+
"canvas_title": "Kanvas",
23+
"mindmap_title": "Tankekart"
24+
},
25+
"extensibility_benefits": {
26+
"import_export_title": "Import/eksport"
27+
},
28+
"collections": {
29+
"title": "Samlinger",
30+
"calendar_title": "Kalender",
31+
"table_title": "Tabell",
32+
"geomap_title": "Geokart",
33+
"presentation_title": "Presentasjon"
34+
},
35+
"header": {
36+
"documentation": "Dokumentasjon"
37+
},
38+
"social_buttons": {
39+
"github": "GitHub",
40+
"matrix": "Matrix",
41+
"reddit": "Reddit"
42+
},
43+
"support_us": {
44+
"paypal": "PayPal"
45+
},
46+
"download_helper_desktop_windows": {
47+
"download_scoop": "Scoop"
48+
},
49+
"download_helper_desktop_linux": {
50+
"download_deb": ".deb",
51+
"download_rpm": ".rpm",
52+
"download_flatpak": ".flatpak",
53+
"download_nixpkgs": "nixpkgs",
54+
"download_aur": "AUR",
55+
"title_x64": "Linux 64-bit",
56+
"download_zip": "Portable (.zip)"
57+
},
58+
"download_helper_server_docker": {
59+
"download_ghcr": "ghcr.io"
60+
},
61+
"download_helper_desktop_macos": {
62+
"download_homebrew_cask": "Homebrew Cask",
63+
"download_zip": "Portable (.zip)"
64+
}
65+
}

docs/README-nb_NO.md

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111

1212
# Trilium Notes
1313

14-
![GitHub Sponsors](https://img.shields.io/github/sponsors/eliandoran)
15-
![LiberaPay patrons](https://img.shields.io/liberapay/patrons/ElianDoran)\
14+
![Sponsorer på GitHub](https://img.shields.io/github/sponsors/eliandoran)
15+
![LiberaPay bidragsytere](https://img.shields.io/liberapay/patrons/ElianDoran)\
1616
![Docker Pulls](https://img.shields.io/docker/pulls/triliumnext/trilium)
17-
![GitHub Downloads (all assets, all
18-
releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
17+
![Nedlastinger på GitHub(alle elementer, alle
18+
utgivelser)](https://img.shields.io/github/downloads/triliumnext/trilium/total)\
1919
[![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
20-
[![Translation
21-
status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
20+
[![Oversettelsesstatus](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
2221

2322
<!-- translate:off -->
2423
<!-- LANGUAGE SWITCHER -->
@@ -43,30 +42,30 @@ application with focus on building large personal knowledge bases.
4342

4443
## 📚 Dokumentasjon
4544

46-
**Visit our comprehensive documentation at
45+
**Besøk vår omfattende dokumentasjon på
4746
[docs.triliumnotes.org](https://docs.triliumnotes.org/)**
4847

49-
Our documentation is available in multiple formats:
50-
- **Online Documentation**: Browse the full documentation at
48+
Vår dokumentasjon er tilgjengelig i flere format:
49+
- **Online Dokumentasjon**: Utforsk full dokumentasjon på
5150
[docs.triliumnotes.org](https://docs.triliumnotes.org/)
52-
- **In-App Help**: Press `F1` within Trilium to access the same documentation
53-
directly in the application
51+
- **Hjelp i app**: Trykk`F1` i Trilium for å lese samme dokumentasjon direkte i
52+
applikasjonen
5453
- **GitHub**: Navigate through the [User Guide](./User%20Guide/User%20Guide/) in
5554
this repository
5655

57-
### Quick Links
58-
- [Getting Started Guide](https://docs.triliumnotes.org/)
59-
- [Installation Instructions](https://docs.triliumnotes.org/user-guide/setup)
60-
- [Docker
61-
Setup](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
62-
- [Upgrading
56+
### Hurtiglenker
57+
- [Startveiledning](https://docs.triliumnotes.org/)
58+
- [Installasjonsveiledning](https://docs.triliumnotes.org/user-guide/setup)
59+
- [Oppsett med
60+
Docker](https://docs.triliumnotes.org/user-guide/setup/server/installation/docker)
61+
- [Oppgradere
6362
TriliumNext](https://docs.triliumnotes.org/user-guide/setup/upgrading)
6463
- [Basic Concepts and
6564
Features](https://docs.triliumnotes.org/user-guide/concepts/notes)
6665
- [Patterns of Personal Knowledge
6766
Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge)
6867

69-
## 🎁 Features
68+
## 🎁 Funksjoner
7069

7170
* Notes can be arranged into arbitrarily deep tree. Single note can be placed
7271
into multiple places in the tree (see
@@ -81,8 +80,8 @@ Our documentation is available in multiple formats:
8180
notes](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation),
8281
full text search and [note
8382
hoisting](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting)
84-
* Seamless [note
85-
versioning](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
83+
* Sømløs
84+
[notathistorikk](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions)
8685
* Note
8786
[attributes](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes)
8887
can be used for note organization, querying and advanced
@@ -137,13 +136,13 @@ related goodies:
137136
themes, scripts, plugins and more.
138137
- [TriliumRocks!](https://trilium.rocks/) for tutorials, guides, and much more.
139138

140-
## Why TriliumNext?
139+
## Hvorfor TriliumNext?
141140

142141
The original Trilium developer ([Zadam](https://github.com/zadam)) has
143142
graciously given the Trilium repository to the community project which resides
144143
at https://github.com/TriliumNext
145144

146-
### ️Migrating from Zadam/Trilium?
145+
### ️Migrere fra Zadam/Trilium?
147146

148147
There are no special migration steps to migrate from a zadam/Trilium instance to
149148
a TriliumNext/Trilium instance. Simply [install
@@ -171,7 +170,7 @@ features, suggestions, or issues you may have!
171170
- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (For bug
172171
reports and feature requests.)
173172

174-
## 🏗 Installation
173+
## 🏗 Installasjon
175174

176175
### Windows / MacOS
177176

@@ -184,24 +183,23 @@ and run the `trilium` executable.
184183
If your distribution is listed in the table below, use your distribution's
185184
package.
186185

187-
[![Packaging
188-
status](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
186+
[![Pakkestatus](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
189187

190188
You may also download the binary release for your platform from the [latest
191189
release page](https://github.com/TriliumNext/Trilium/releases/latest), unzip the
192190
package and run the `trilium` executable.
193191

194192
TriliumNext is also provided as a Flatpak, but not yet published on FlatHub.
195193

196-
### Browser (any OS)
194+
### Nettleser (alle operativsystem)
197195

198196
If you use a server installation (see below), you can directly access the web
199197
interface (which is almost identical to the desktop app).
200198

201199
Currently only the latest versions of Chrome & Firefox are supported (and
202200
tested).
203201

204-
### Mobile
202+
### Mobil
205203

206204
To use TriliumNext on a mobile device, you can use a mobile web browser to
207205
access the mobile interface of a server installation (see below).
@@ -223,19 +221,18 @@ To install TriliumNext on your own server (including via Docker from
223221
installation docs](https://docs.triliumnotes.org/user-guide/setup/server).
224222

225223

226-
## 💻 Contribute
224+
## 💻 Bidra
227225

228-
### Translations
226+
### Oversettelser
229227

230228
If you are a native speaker, help us translate Trilium by heading over to our
231229
[Weblate page](https://hosted.weblate.org/engage/trilium/).
232230

233231
Here's the language coverage we have so far:
234232

235-
[![Translation
236-
status](https://hosted.weblate.org/widget/trilium/multi-auto.svg)](https://hosted.weblate.org/engage/trilium/)
233+
[![Oversettelsesstatus](https://hosted.weblate.org/widget/trilium/multi-auto.svg)](https://hosted.weblate.org/engage/trilium/)
237234

238-
### Code
235+
### Kode
239236

240237
Download the repository, install dependencies using `pnpm` and then run the
241238
server (available at http://localhost:8080):
@@ -246,7 +243,7 @@ pnpm install
246243
pnpm run server:start
247244
```
248245

249-
### Documentation
246+
### Dokumentasjon
250247

251248
Download the repository, install dependencies using `pnpm` and then run the
252249
environment required to edit the documentation:
@@ -270,14 +267,14 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
270267
For more details, see the [development
271268
docs](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide).
272269

273-
### Developer Documentation
270+
### Utviklerdokumentasjon
274271

275272
Please view the [documentation
276273
guide](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)
277274
for details. If you have more questions, feel free to reach out via the links
278275
described in the "Discuss with us" section above.
279276

280-
## 👏 Shoutouts
277+
## 👏 Takk
281278

282279
* [zadam](https://github.com/zadam) for the original concept and implementation
283280
of the application.
@@ -313,7 +310,7 @@ Trilium would not be possible without the technologies behind it:
313310
[link
314311
maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map)
315312

316-
## 🤝 Support
313+
## 🤝 Støtte
317314

318315
Trilium is built and maintained with [hundreds of hours of
319316
work](https://github.com/TriliumNext/Trilium/graphs/commit-activity). Your
@@ -327,7 +324,7 @@ Consider supporting the main developer
327324
- [PayPal](https://paypal.me/eliandoran)
328325
- [Buy Me a Coffee](https://buymeacoffee.com/eliandoran)
329326

330-
## 🔑 License
327+
## 🔑 Lisens
331328

332329
Copyright 2017-2025 zadam, Elian Doran, and other contributors
333330

0 commit comments

Comments
 (0)