mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Compare commits
81 Commits
gui
...
a4a8e70d25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4a8e70d25 | ||
|
|
65dce6d387 | ||
|
|
7b60a60d4e | ||
|
|
8d37cad871 | ||
|
|
cd25ae3258 | ||
|
|
a27cdbc284 | ||
|
|
e772ef0ad1 | ||
|
|
8cc00ae09a | ||
|
|
f4efc71350 | ||
|
|
b663e56174 | ||
|
|
a9ec5aa1e7 | ||
|
|
44405b4aae | ||
|
|
842cec2fee | ||
|
|
c6ad937619 | ||
|
|
a6ab095ff9 | ||
|
|
9a085bcb17 | ||
|
|
6d7be1c7f2 | ||
|
|
25cd51cee9 | ||
|
|
495de204d1 | ||
|
|
8e5f4d55c9 | ||
|
|
184fd65c76 | ||
|
|
15817f9b27 | ||
|
|
79671ac30e | ||
|
|
1d5db612fd | ||
|
|
d30016304b | ||
|
|
f0fd125e37 | ||
|
|
9ed4b85d5a | ||
|
|
f607d806d0 | ||
|
|
c0ddb5f816 | ||
|
|
fc563532e1 | ||
|
|
98248903c6 | ||
|
|
5870111d11 | ||
|
|
bb23c25690 | ||
|
|
4084c8dafc | ||
|
|
cb1dde1b79 | ||
|
|
1691711a52 | ||
|
|
b5d8f6c01c | ||
|
|
db86b5408a | ||
|
|
4be2c2868b | ||
|
|
c6197a9f92 | ||
|
|
dd861d7d1c | ||
|
|
e65f8c46f9 | ||
|
|
082e1316c1 | ||
|
|
a4b5e72d82 | ||
|
|
0e79501ddc | ||
|
|
4814ee48ef | ||
|
|
5b7a36666c | ||
|
|
75b27a644b | ||
|
|
b3bde11e3a | ||
|
|
8fdf2b074c | ||
|
|
20c4400a9b | ||
|
|
1a7e57bfb6 | ||
|
|
07f70a79be | ||
|
|
a2e3aa7085 | ||
|
|
085d91b3f7 | ||
|
|
9417929c99 | ||
|
|
6bc5f0f499 | ||
|
|
fa2efb1ac9 | ||
|
|
8c4e73e122 | ||
|
|
0c000c1ecd | ||
|
|
bbb013e0ce | ||
|
|
d581d70d1a | ||
|
|
612d05fd4d | ||
|
|
0d6ecae51b | ||
|
|
c48cf71d59 | ||
|
|
7f630fd77f | ||
|
|
aa942dbd73 | ||
|
|
7426a12cdf | ||
|
|
cbf2e1a509 | ||
|
|
d0165326a6 | ||
|
|
dba3a1f893 | ||
|
|
f5ecd6d787 | ||
|
|
1d990ef7c7 | ||
|
|
767e7c58b4 | ||
|
|
c393982e84 | ||
|
|
927b943fa4 | ||
|
|
50f6d5f0e7 | ||
|
|
0482bf7b17 | ||
|
|
e215e7d70e | ||
|
|
352c54ecc4 | ||
|
|
1147fc858f |
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: crowdin action
|
||||
uses: crowdin/github-action@v2
|
||||
with:
|
||||
|
||||
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install python
|
||||
uses: actions/setup-python@v5
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
|
||||
6
.github/workflows/docs-publish.yml
vendored
6
.github/workflows/docs-publish.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Install python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
needs:
|
||||
- pre-commit
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
needs:
|
||||
- pre-commit
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Configure Git Credentials
|
||||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
|
||||
4
.github/workflows/repo-maintenance.yml
vendored
4
.github/workflows/repo-maintenance.yml
vendored
@@ -212,9 +212,9 @@ jobs:
|
||||
}
|
||||
|
||||
const CUTOFF_1_DAYS = 180;
|
||||
const CUTOFF_1_COUNT = 10;
|
||||
const CUTOFF_1_COUNT = 20;
|
||||
const CUTOFF_2_DAYS = 365;
|
||||
const CUTOFF_2_COUNT = 20;
|
||||
const CUTOFF_2_COUNT = 40;
|
||||
|
||||
const cutoff1Date = new Date();
|
||||
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);
|
||||
|
||||
@@ -63,7 +63,7 @@ The homepage team appreciates all effort and interest from the community in fili
|
||||
- Issues, pull requests and discussions that are closed will be locked after 30 days of inactivity.
|
||||
- Discussions with a marked answer will be automatically closed.
|
||||
- Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity.
|
||||
- Feature requests that do not meet the following thresholds will be closed: 10 "up-votes" after 180 days of inactivity or 20 "up-votes" after 365 days.
|
||||
- Feature requests that do not meet the following thresholds will be closed: 20 "up-votes" after 180 days of inactivity or 40 "up-votes" after 365 days.
|
||||
|
||||
In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns.
|
||||
Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.
|
||||
|
||||
@@ -44,9 +44,15 @@ fi
|
||||
|
||||
if [ -d /app/.next ]; then
|
||||
CURRENT_UID=$(stat -c %u /app/.next)
|
||||
if [ "$CURRENT_UID" -ne "$PUID" ]; then
|
||||
CURRENT_GID=$(stat -c %g /app/.next)
|
||||
|
||||
if [ "$PUID" -ne 0 ] && ([ "$CURRENT_UID" -ne "$PUID" ] || [ "$CURRENT_GID" -ne "$PGID" ]); then
|
||||
echo "Fixing ownership of /app/.next"
|
||||
chown -R "$PUID:$PGID" /app/.next || echo "Warning: Could not chown /app/.next"
|
||||
if ! chown -R "$PUID:$PGID" /app/.next 2>/dev/null; then
|
||||
echo "Warning: Could not chown /app/.next; continuing anyway"
|
||||
fi
|
||||
else
|
||||
echo "/app/.next already owned by correct UID/GID or running as root, skipping chown"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@@ -4,11 +4,13 @@ description: Proxmox Configuration
|
||||
---
|
||||
|
||||
The Proxmox connection is configured in the `proxmox.yaml` file. See [Create token](#create-token) section below for details on how to generate the required API token.
|
||||
You can configure multiple nodes - be sure to use the exact `proxmoxNode` identifier!
|
||||
|
||||
```yaml
|
||||
url: https://proxmox.host.or.ip:8006
|
||||
token: username@pam!Token ID
|
||||
secret: secret
|
||||
pve:
|
||||
url: https://proxmox.host.or.ip:8006
|
||||
token: username@pam!Token ID
|
||||
secret: secret
|
||||
```
|
||||
|
||||
## Services
|
||||
@@ -17,7 +19,7 @@ Once the Proxmox connection is configured, individual services can be configured
|
||||
|
||||
### Configuration Options
|
||||
|
||||
- `proxmoxNode`: The name of the Proxmox node where your VM/LXC is running
|
||||
- `proxmoxNode`: The name of the Proxmox node where your VM/LXC is running, must match with a node configured in the `proxmox.yaml`
|
||||
- `proxmoxVMID`: The ID of the Proxmox VM or LXC container
|
||||
- `proxmoxType`: (Optional) The type of Proxmox virtual machine. Defaults to `qemu` for VMs, but can be set to `lxc` for LXC containers
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@ fullWidth: true
|
||||
|
||||
### Maximum Group Columns
|
||||
|
||||
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `stle: row`) by adding:
|
||||
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `style: row`) by adding:
|
||||
|
||||
```yaml
|
||||
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
||||
|
||||
@@ -225,20 +225,8 @@ const widgetExample = {
|
||||
|
||||
#### `method`
|
||||
|
||||
The `method` property is a string that represents the HTTP method that should be used to make the API request. The default value is `GET`.
|
||||
|
||||
```js
|
||||
const widgetExample = {
|
||||
api: "{url}/api/{endpoint}",
|
||||
mappings: {
|
||||
// `/api/stats`
|
||||
stats: {
|
||||
endpoint: "stats",
|
||||
method: "POST",
|
||||
},
|
||||
},
|
||||
};
|
||||
```
|
||||
The `method` represents the HTTP method that should be used to make the API request. The default value is `GET`. Note that `POST` requests are not allowed via the
|
||||
widget API and require the use of a custom proxy.
|
||||
|
||||
#### `headers`
|
||||
|
||||
@@ -251,7 +239,6 @@ const widgetExample = {
|
||||
// `/api/stats`
|
||||
stats: {
|
||||
endpoint: "stats",
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
@@ -271,7 +258,6 @@ const widgetExample = {
|
||||
// `/api/graphql`
|
||||
stats: {
|
||||
endpoint: "graphql",
|
||||
method: "POST",
|
||||
body: {
|
||||
query: `
|
||||
query {
|
||||
|
||||
@@ -17,9 +17,15 @@ The account you made the API token for also needs the following **Assigned globa
|
||||
|
||||
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
||||
|
||||
| Authentik Version | Homepage Widget Version |
|
||||
| ----------------- | ----------------------- |
|
||||
| < 2025.8.0 | 1 (default) |
|
||||
| >= 2025.8.0 | 2 |
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: authentik
|
||||
url: http://authentik.host.or.ip:port
|
||||
key: api_token
|
||||
version: 2 # optional, default is 1
|
||||
```
|
||||
|
||||
17
docs/widgets/services/backrest.md
Normal file
17
docs/widgets/services/backrest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Backrest
|
||||
description: Backrest Widget Configuration
|
||||
---
|
||||
|
||||
[Backrest](https://garethgeorge.github.io/backrest/) is a web-based frontend for
|
||||
the [Restic](https://restic.net/) backup tool.
|
||||
|
||||
**Allowed fields:** `["num_success_latest","num_failure_latest","num_success_30","num_plans","num_failure_30","bytes_added_30"]`
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: backrest
|
||||
url: http://backrest.host.or.ip
|
||||
username: admin # optional if auth is enabled in Backrest
|
||||
password: admin # optional if auth is enabled in Backrest
|
||||
```
|
||||
@@ -9,7 +9,7 @@ The widget has two modes, a single system with detailed info if `systemId` is pr
|
||||
|
||||
The `systemID` is the `id` field on the collections page of Beszel under the PocketBase admin panel. You can also use the 'nice name' from the Beszel UI.
|
||||
|
||||
A "superuser" is currently required to access the data from tbe Beszel API.
|
||||
A "superuser" is currently required to access the data from the Beszel API.
|
||||
|
||||
Allowed fields for 'overview' mode: `["systems", "up"]`
|
||||
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
||||
|
||||
@@ -18,7 +18,7 @@ To access these system metrics you need to connect to the DiskStation (`DSM`) wi
|
||||
3. Under the `User Groups` tab of the user config dialogue check the box for `Administrators`.
|
||||
4. On the `Permissions` tab check the top box for `No Access`, effectively prohibiting the user from accessing anything in the shared folders.
|
||||
5. Under `Applications` check the box next to `Deny` in the header to explicitly prohibit login to all applications.
|
||||
6. Now _only_ allow login to the `DSM` application, either by
|
||||
6. Now _only_ allow login to the `DSM` and `Download Station` applications, either by
|
||||
- unchecking `Deny` in the respective row, or (if inheriting permission doesn't work because of other group settings)
|
||||
- checking `Allow` for this app, or
|
||||
- checking `By IP` for this app to limit the source of login attempts to one or more IP addresses/subnets.
|
||||
|
||||
19
docs/widgets/services/filebrowser.md
Normal file
19
docs/widgets/services/filebrowser.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Filebrowser
|
||||
description: Filebrowser Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Filebrowser](https://filebrowser.org).
|
||||
|
||||
If you are using [Proxy header authentication](https://filebrowser.org/configuration/authentication-method#proxy-header) you have to set `authHeader` and `username`.
|
||||
|
||||
Allowed fields: `["available", "used", "total"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: filebrowser
|
||||
url: http://filebrowserhostorip:port
|
||||
username: username
|
||||
password: password
|
||||
authHeader: X-My-Header # If using Proxy header authentication
|
||||
```
|
||||
@@ -5,11 +5,18 @@ description: Grafana Widget Configuration
|
||||
|
||||
Learn more about [Grafana](https://github.com/grafana/grafana).
|
||||
|
||||
| Grafana Version | Homepage Widget Version |
|
||||
| --------------- | ----------------------- |
|
||||
| <= v10.4 | 1 (default) |
|
||||
| > v10.4 | 2 |
|
||||
|
||||
Allowed fields: `["dashboards", "datasources", "totalalerts", "alertstriggered"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: grafana
|
||||
version: 2 # optional, default is 1
|
||||
alerts: alertmanager # optional, default is grafana
|
||||
url: http://grafana.host.or.ip:port
|
||||
username: username
|
||||
password: password
|
||||
|
||||
@@ -10,12 +10,11 @@ Learn more about [Immich](https://github.com/immich-app/immich).
|
||||
| < v1.118 | 1 (default) |
|
||||
| >= v1.118 | 2 |
|
||||
|
||||
Find your API key under `Account Settings > API Keys`.
|
||||
Find your API key under `Account Settings > API Keys`. The key should have the
|
||||
`server.statistics` permission.
|
||||
|
||||
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
||||
|
||||
Note that API key must be from admin user.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: immich
|
||||
|
||||
@@ -15,6 +15,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [Authentik](authentik.md)
|
||||
- [Autobrr](autobrr.md)
|
||||
- [Azure DevOps](azuredevops.md)
|
||||
- [Backrest](backrest.md)
|
||||
- [Bazarr](bazarr.md)
|
||||
- [Beszel](beszel.md)
|
||||
- [Caddy](caddy.md)
|
||||
@@ -22,6 +23,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [Calibre-Web](calibre-web.md)
|
||||
- [ChangeDetection.io](changedetectionio.md)
|
||||
- [Channels DVR Server](channelsdvrserver.md)
|
||||
- [Checkmk](checkmk.md)
|
||||
- [Cloudflared](cloudflared.md)
|
||||
- [Coin Market Cap](coin-market-cap.md)
|
||||
- [CrowdSec](crowdsec.md)
|
||||
@@ -33,6 +35,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [Emby](emby.md)
|
||||
- [ESPHome](esphome.md)
|
||||
- [EVCC](evcc.md)
|
||||
- [Filebrowser](filebrowser.md)
|
||||
- [Fileflows](fileflows.md)
|
||||
- [Firefly III](firefly.md)
|
||||
- [Flood](flood.md)
|
||||
@@ -61,8 +64,10 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [JDownloader](jdownloader.md)
|
||||
- [Jellyfin](jellyfin.md)
|
||||
- [Jellyseerr](jellyseerr.md)
|
||||
- [Jellystat](jellystat.md)
|
||||
- [Kavita](kavita.md)
|
||||
- [Komga](komga.md)
|
||||
- [Komodo](komodo.md)
|
||||
- [Kopia](kopia.md)
|
||||
- [Lidarr](lidarr.md)
|
||||
- [Linkwarden](linkwarden.md)
|
||||
@@ -130,14 +135,17 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [TDarr](tdarr.md)
|
||||
- [Traefik](traefik.md)
|
||||
- [Transmission](transmission.md)
|
||||
- [Trilium](trilium.md)
|
||||
- [TrueNAS](truenas.md)
|
||||
- [TubeArchivist](tubearchivist.md)
|
||||
- [UniFi Controller](unifi-controller.md)
|
||||
- [Unmanic](unmanic.md)
|
||||
- [Unraid](unraid.md)
|
||||
- [Uptime Kuma](uptime-kuma.md)
|
||||
- [UptimeRobot](uptimerobot.md)
|
||||
- [UrBackup](urbackup.md)
|
||||
- [Vikunja](vikunja.md)
|
||||
- [Wallos](wallos.md)
|
||||
- [Watchtower](watchtower.md)
|
||||
- [WGEasy](wgeasy.md)
|
||||
- [WhatsUpDocker](whatsupdocker.md)
|
||||
|
||||
@@ -7,7 +7,8 @@ Learn more about [Jellyseerr](https://github.com/Fallenbagel/jellyseerr).
|
||||
|
||||
Find your API key under `Settings > General > API Key`.
|
||||
|
||||
Allowed fields: `["pending", "approved", "available"]`.
|
||||
Allowed fields: `["pending", "approved", "available", "issues"]`.
|
||||
Default fields: `["pending", "approved", "available"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
|
||||
@@ -9,6 +9,8 @@ This widget is compatible with [TriliumNext](https://github.com/TriliumNext/Note
|
||||
|
||||
Find (or create) your ETAPI key under `Options > ETAPI > Create new ETAPI token`.
|
||||
|
||||
Allowed fields: `["version", "notesCount", "dbSize"]`
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: trilium
|
||||
|
||||
28
docs/widgets/services/unraid.md
Normal file
28
docs/widgets/services/unraid.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Unraid
|
||||
description: Unraid Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Unraid](https://unraid.net/).
|
||||
|
||||
The Unraid widget allows you to monitor the resources of an Unraid server.
|
||||
|
||||
**Minimum Requirements:**
|
||||
|
||||
- Unraid 7.2 -or- Unraid Connect plugin 2025.08.19.1850
|
||||
- API key with the **GUEST** (read only) role: [Managing API Keys](https://docs.unraid.net/go/managing-api-keys)
|
||||
|
||||
The widget can display metrics for selected Unraid pools. If using one of the "pool" fields, you must also add the pool name to the settings.
|
||||
|
||||
**Allowed fields:** `["cpu","memoryPercent","memoryAvailable","memoryUsed","notifications","arrayFreeSpace","arrayUsedSpace","arrayUsedPercent","status","pool1UsedSpace","pool1FreeSpace","pool1UsedPercent","pool2UsedSpace","pool2FreeSpace","pool2UsedPercent","pool3UsedSpace","pool3FreeSpace","pool3UsedPercent","pool4UsedSpace","pool4FreeSpace","pool4UsedPercent"]`
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: unraid
|
||||
url: https://unraid.host.or.ip
|
||||
key: api-key
|
||||
pool1: pool1name # required only if using pool1 fields
|
||||
pool2: pool2name # required only if using pool2 fields
|
||||
pool3: pool3name # required only if using pool3 fields
|
||||
pool4: pool4name # required only if using pool4 fields
|
||||
```
|
||||
23
docs/widgets/services/wallos.md
Normal file
23
docs/widgets/services/wallos.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Wallos
|
||||
description: Wallos Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Wallos](https://github.com/ellite/wallos).
|
||||
|
||||
If you're using more than one currency to record subscriptions then you should also have your "Fixer API" key set-up (`Settings > Fixer API Key`).
|
||||
|
||||
> **Please Note:** The monthly cost displayed is the total cost of subscriptions in that month, **not** the _"monthly"_ average cost.
|
||||
|
||||
Get your API key under `Profile > API Key`.
|
||||
|
||||
Allowed fields: `["activeSubscriptions", "nextRenewingSubscription", "previousMonthlyCost", "thisMonthlyCost", "nextMonthlyCost"]`.
|
||||
|
||||
Default fields: `["activeSubscriptions", "nextRenewingSubscription", "thisMonthlyCost", "nextMonthlyCost"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: wallos
|
||||
url: http://wallos.host.or.ip
|
||||
key: apikeyapikeyapikeyapikeyapikey
|
||||
```
|
||||
10
mkdocs.yml
10
mkdocs.yml
@@ -25,6 +25,7 @@ nav:
|
||||
- configs/services.md
|
||||
- configs/kubernetes.md
|
||||
- configs/docker.md
|
||||
- configs/proxmox.md
|
||||
- configs/custom-css-js.md
|
||||
- "Widgets":
|
||||
- widgets/index.md
|
||||
@@ -38,6 +39,7 @@ nav:
|
||||
- widgets/services/authentik.md
|
||||
- widgets/services/autobrr.md
|
||||
- widgets/services/azuredevops.md
|
||||
- widgets/services/backrest.md
|
||||
- widgets/services/bazarr.md
|
||||
- widgets/services/beszel.md
|
||||
- widgets/services/caddy.md
|
||||
@@ -45,6 +47,7 @@ nav:
|
||||
- widgets/services/calibre-web.md
|
||||
- widgets/services/changedetectionio.md
|
||||
- widgets/services/channelsdvrserver.md
|
||||
- widgets/services/checkmk.md
|
||||
- widgets/services/cloudflared.md
|
||||
- widgets/services/coin-market-cap.md
|
||||
- widgets/services/crowdsec.md
|
||||
@@ -56,6 +59,7 @@ nav:
|
||||
- widgets/services/emby.md
|
||||
- widgets/services/esphome.md
|
||||
- widgets/services/evcc.md
|
||||
- widgets/services/filebrowser.md
|
||||
- widgets/services/fileflows.md
|
||||
- widgets/services/firefly.md
|
||||
- widgets/services/flood.md
|
||||
@@ -84,8 +88,10 @@ nav:
|
||||
- widgets/services/jdownloader.md
|
||||
- widgets/services/jellyfin.md
|
||||
- widgets/services/jellyseerr.md
|
||||
- widgets/services/jellystat.md
|
||||
- widgets/services/kavita.md
|
||||
- widgets/services/komga.md
|
||||
- widgets/services/komodo.md
|
||||
- widgets/services/kopia.md
|
||||
- widgets/services/lidarr.md
|
||||
- widgets/services/linkwarden.md
|
||||
@@ -140,6 +146,7 @@ nav:
|
||||
- widgets/services/rutorrent.md
|
||||
- widgets/services/sabnzbd.md
|
||||
- widgets/services/scrutiny.md
|
||||
- widgets/services/slskd.md
|
||||
- widgets/services/sonarr.md
|
||||
- widgets/services/speedtest-tracker.md
|
||||
- widgets/services/spoolman.md
|
||||
@@ -154,14 +161,17 @@ nav:
|
||||
- widgets/services/tdarr.md
|
||||
- widgets/services/traefik.md
|
||||
- widgets/services/transmission.md
|
||||
- widgets/services/trilium.md
|
||||
- widgets/services/truenas.md
|
||||
- widgets/services/tubearchivist.md
|
||||
- widgets/services/unifi-controller.md
|
||||
- widgets/services/unmanic.md
|
||||
- widgets/services/unraid.md
|
||||
- widgets/services/uptime-kuma.md
|
||||
- widgets/services/uptimerobot.md
|
||||
- widgets/services/urbackup.md
|
||||
- widgets/services/vikunja.md
|
||||
- widgets/services/wallos.md
|
||||
- widgets/services/watchtower.md
|
||||
- widgets/services/wgeasy.md
|
||||
- widgets/services/whatsupdocker.md
|
||||
|
||||
31
package.json
31
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.3.2",
|
||||
"version": "1.4.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
@@ -11,13 +11,13 @@
|
||||
"telemetry": "next telemetry disable"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/react": "^1.7.19",
|
||||
"@headlessui/react": "^2.2.7",
|
||||
"@kubernetes/client-node": "^1.0.0",
|
||||
"classnames": "^2.5.1",
|
||||
"compare-versions": "^6.1.1",
|
||||
"dockerode": "^4.0.4",
|
||||
"follow-redirects": "^1.15.9",
|
||||
"gamedig": "^5.2.0",
|
||||
"dockerode": "^4.0.7",
|
||||
"follow-redirects": "^1.15.11",
|
||||
"gamedig": "^5.3.1",
|
||||
"i18next": "^24.2.3",
|
||||
"ical.js": "^2.1.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
@@ -25,19 +25,19 @@
|
||||
"luxon": "^3.6.1",
|
||||
"memory-cache": "^0.2.0",
|
||||
"minecraftstatuspinger": "^1.2.2",
|
||||
"next": "^15.3.1",
|
||||
"next": "^15.5.2",
|
||||
"next-i18next": "^12.1.0",
|
||||
"ping": "^0.4.4",
|
||||
"pretty-bytes": "^6.1.1",
|
||||
"raw-body": "^3.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-i18next": "^11.18.6",
|
||||
"react-i18next": "^15.5.3",
|
||||
"react-icons": "^5.4.0",
|
||||
"recharts": "^2.15.3",
|
||||
"recharts": "^3.1.2",
|
||||
"swr": "^2.3.3",
|
||||
"systeminformation": "^5.25.11",
|
||||
"tough-cookie": "^5.1.2",
|
||||
"systeminformation": "^5.27.7",
|
||||
"tough-cookie": "^6.0.0",
|
||||
"urbackup-server-api": "^0.8.9",
|
||||
"winston": "^3.17.0",
|
||||
"xml-js": "^1.6.11"
|
||||
@@ -48,13 +48,13 @@
|
||||
"eslint": "^9.25.1",
|
||||
"eslint-config-next": "^15.2.4",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.6",
|
||||
"eslint-plugin-prettier": "^5.5.1",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^3.5.3",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"tailwind-scrollbar": "^4.0.2",
|
||||
"tailwindcss": "^4.0.9",
|
||||
@@ -72,6 +72,7 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"osx-temperature-sensor",
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
|
||||
1465
pnpm-lock.yaml
generated
1465
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -108,8 +108,8 @@
|
||||
"songs": "Liedjies"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Vanlyn",
|
||||
"offline_alt": "Vanlyn",
|
||||
"offline": "Vanlyn af",
|
||||
"offline_alt": "Vanlyn af",
|
||||
"online": "Aanlyn",
|
||||
"total": "Totaal",
|
||||
"unknown": "Onbekend"
|
||||
@@ -189,7 +189,7 @@
|
||||
"plex": {
|
||||
"streams": "Aktiewe Strome",
|
||||
"albums": "Albums",
|
||||
"movies": "Flieks",
|
||||
"movies": "Movies",
|
||||
"tv": "TV Programme"
|
||||
},
|
||||
"sabnzbd": {
|
||||
@@ -242,15 +242,15 @@
|
||||
"wanted": "Gesoek",
|
||||
"queued": "In ry",
|
||||
"series": "Reekse",
|
||||
"queue": "Tou",
|
||||
"queue": "Toustaan",
|
||||
"unknown": "Onbekend"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Gesoek",
|
||||
"missing": "Vermis",
|
||||
"queued": "In ry",
|
||||
"movies": "Flieks",
|
||||
"queue": "Tou",
|
||||
"movies": "Movies",
|
||||
"queue": "Toustaan",
|
||||
"unknown": "Onbekend"
|
||||
},
|
||||
"lidarr": {
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Afwagtend",
|
||||
"approved": "Goedgekeur",
|
||||
"available": "Beskikbaar"
|
||||
"available": "Beskikbaar",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Afwagtend",
|
||||
@@ -302,7 +303,7 @@
|
||||
"latency": "Latensie"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Laai Op",
|
||||
"upload": "Oplaai",
|
||||
"download": "Aflaai",
|
||||
"ping": "Pieng"
|
||||
},
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Dienste",
|
||||
"middleware": "Filtreerprogramme"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Weergawe",
|
||||
"notesCount": "Notas",
|
||||
"dbSize": "Databasis Grootte",
|
||||
"unknown": "Onbekend"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Geen aktiewe strome nie",
|
||||
"nothing_streaming": "Geen Aktiewe Strome",
|
||||
"please_wait": "Wag Asseblief"
|
||||
},
|
||||
"npm": {
|
||||
@@ -389,7 +396,7 @@
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Opgestel",
|
||||
"errored": "Fout"
|
||||
"errored": "Gefout"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sessies",
|
||||
@@ -412,7 +419,7 @@
|
||||
"version": "Weergawe",
|
||||
"status": "Status",
|
||||
"up": "Aanlyn",
|
||||
"down": "Vanlyn"
|
||||
"down": "Vanlyn af"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Gelees",
|
||||
@@ -549,7 +556,7 @@
|
||||
"indexers": "Indekseerders"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Tou",
|
||||
"downloads": "Toustaan",
|
||||
"videos": "Videos",
|
||||
"channels": "Kanale",
|
||||
"playlists": "Snitlyste"
|
||||
@@ -557,7 +564,7 @@
|
||||
"truenas": {
|
||||
"load": "Stelsellading",
|
||||
"uptime": "Optyd",
|
||||
"alerts": "Waarskuwings"
|
||||
"alerts": "Opletberigte"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Spoed",
|
||||
@@ -767,7 +774,7 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Monitering",
|
||||
"updates": "Opdatering"
|
||||
"updates": "Opdaterings"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Boeke",
|
||||
@@ -801,7 +808,7 @@
|
||||
"gamedig": {
|
||||
"status": "Status",
|
||||
"online": "Aanlyn",
|
||||
"offline": "Vanlyn",
|
||||
"offline": "Vanlyn af",
|
||||
"name": "Naam",
|
||||
"map": "Kaart",
|
||||
"currentPlayers": "Huidige Spelers",
|
||||
@@ -872,7 +879,7 @@
|
||||
"domains": "Domeine",
|
||||
"mailboxes": "Posbusse",
|
||||
"mails": "E-posse",
|
||||
"storage": "Bergplek"
|
||||
"storage": "Stoor plek"
|
||||
},
|
||||
"netdata": {
|
||||
"warnings": "Waarskuwings",
|
||||
@@ -902,7 +909,7 @@
|
||||
"galleries": "Galerye",
|
||||
"performers": "Kunstenaars",
|
||||
"studios": "Ateljees",
|
||||
"movies": "Flieks",
|
||||
"movies": "Movies",
|
||||
"tags": "Merkers",
|
||||
"oCount": "O Tel"
|
||||
},
|
||||
@@ -920,13 +927,13 @@
|
||||
"totalValue": "Totale Waarde"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Waarskuwings",
|
||||
"alerts": "Opletberigte",
|
||||
"bans": "Verbanne"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Gekoppel",
|
||||
"enabled": "Geaktiveer",
|
||||
"disabled": "Onaktief",
|
||||
"disabled": "Gediaktiveer",
|
||||
"total": "Totaal"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -938,7 +945,7 @@
|
||||
"myspeed": {
|
||||
"ping": "Pieng",
|
||||
"download": "Aflaai",
|
||||
"upload": "Laai Op"
|
||||
"upload": "Oplaai"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Aandele",
|
||||
@@ -959,7 +966,7 @@
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Nie geklassifiseer nie",
|
||||
"information": "Informasie",
|
||||
"information": "Inligting",
|
||||
"warning": "Waarskuwing",
|
||||
"average": "Gemiddeld",
|
||||
"high": "Hoog",
|
||||
@@ -982,7 +989,7 @@
|
||||
"headscale": {
|
||||
"name": "Naam",
|
||||
"address": "Adres",
|
||||
"last_seen": "Laaste Gesien",
|
||||
"last_seen": "Laas gesien",
|
||||
"status": "Status",
|
||||
"online": "Aanlyn",
|
||||
"offline": "Vanlyn"
|
||||
@@ -1008,7 +1015,7 @@
|
||||
"healthy": "Gesond",
|
||||
"degraded": "Gedegradeer",
|
||||
"progressing": "Vorderend",
|
||||
"missing": "Vermis",
|
||||
"missing": "Afwesig",
|
||||
"suspended": "Geskors"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1047,12 +1054,65 @@
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Liedjies",
|
||||
"movies": "Flieks",
|
||||
"episodes": "Episodes",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episode",
|
||||
"other": "Ander"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Diensprobleme",
|
||||
"hostErrors": "Gasheerprobleme"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Totaal",
|
||||
"running": "Lopend",
|
||||
"stopped": "Gestop",
|
||||
"down": "Af",
|
||||
"unhealthy": "Ongesond",
|
||||
"unknown": "Onbekend",
|
||||
"servers": "Bedieners",
|
||||
"stacks": "Stapels",
|
||||
"containers": "Houers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -61,15 +61,15 @@
|
||||
"wlan_devices": "WLAN Enheder",
|
||||
"lan_users": "LAN Brugere",
|
||||
"wlan_users": "WLAN Brugere",
|
||||
"up": "OP",
|
||||
"up": "UP",
|
||||
"down": "NED",
|
||||
"wait": "Vent venligst",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status ukendt"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "RAM",
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"running": "Kører",
|
||||
"offline": "Offline",
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Delvis"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Fejl",
|
||||
"error": "Error",
|
||||
"ping": "Ping",
|
||||
"down": "Ned",
|
||||
"up": "Op",
|
||||
@@ -91,11 +91,11 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTP-status",
|
||||
"error": "Fejl",
|
||||
"error": "Error",
|
||||
"response": "Response",
|
||||
"down": "Ned",
|
||||
"up": "Op",
|
||||
"not_available": "Ikke tilgængelig"
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Afspiller",
|
||||
@@ -112,7 +112,7 @@
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Total",
|
||||
"unknown": "Ukendt"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Produktion",
|
||||
@@ -141,11 +141,11 @@
|
||||
"connectionStatusDisconnecting": "Disconnecting",
|
||||
"connectionStatusDisconnected": "Disconnected",
|
||||
"connectionStatusConnected": "Connected",
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Ned",
|
||||
"up": "Op",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"received": "Modtaget",
|
||||
"sent": "Sendt",
|
||||
"externalIPAddress": "Ekstern IP",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Bestået"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Afspiller",
|
||||
"transcoding": "Transcoder",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "Ingen Aktive Streams",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Tjek Plex-forbindelse"
|
||||
},
|
||||
"omada": {
|
||||
@@ -189,11 +189,11 @@
|
||||
"plex": {
|
||||
"streams": "Aktive Streams",
|
||||
"albums": "Albums",
|
||||
"movies": "Film",
|
||||
"movies": "Movies",
|
||||
"tv": "TV-Shows"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Sats",
|
||||
"rate": "Rate",
|
||||
"queue": "Kø",
|
||||
"timeleft": "Resterende tid"
|
||||
},
|
||||
@@ -241,26 +241,26 @@
|
||||
"sonarr": {
|
||||
"wanted": "Ønsket",
|
||||
"queued": "I Kø",
|
||||
"series": "Serier",
|
||||
"queue": "Kø",
|
||||
"unknown": "Ukendt"
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Ønsket",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Mangler",
|
||||
"queued": "I Kø",
|
||||
"movies": "Film",
|
||||
"queue": "Kø",
|
||||
"unknown": "Ukendt"
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Ønsket",
|
||||
"queued": "I Kø",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artister"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Ønsket",
|
||||
"queued": "I Kø",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "Bøger"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,15 +273,16 @@
|
||||
"available": "Tilgængelig"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Afventer",
|
||||
"approved": "Godkendt",
|
||||
"available": "Tilgængelig"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Afventer",
|
||||
"pending": "Pending",
|
||||
"processing": "Behandler",
|
||||
"approved": "Godkendt",
|
||||
"available": "Tilgængelig"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Total",
|
||||
@@ -296,8 +297,8 @@
|
||||
"gravity": "Tyngdekraft"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Forespørgsler",
|
||||
"blocked": "Blokerede",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "Filtreret",
|
||||
"latency": "Latenstid"
|
||||
},
|
||||
@@ -307,15 +308,15 @@
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Kører",
|
||||
"running": "Running",
|
||||
"stopped": "Stoppede",
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Hentet",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Læst",
|
||||
"unread": "Ulæst",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Siden"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Forespørgsler",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Blokerede",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Klienter"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Kø",
|
||||
"queue": "Queue",
|
||||
"processed": "Behandlet",
|
||||
"errored": "Fejlet",
|
||||
"saved": "Gemt"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Tjenester",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Ingen Aktive Streams",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Vent venligst"
|
||||
},
|
||||
"npm": {
|
||||
@@ -377,35 +384,35 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Applikationer",
|
||||
"clients": "Klienter",
|
||||
"clients": "Clients",
|
||||
"messages": "Beskeder"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Indeksører",
|
||||
"numberOfGrabs": "Grab",
|
||||
"numberOfQueries": "Forespørgsler",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Fejl Grabs",
|
||||
"numberOfFailQueries": "Fejl Forespørgsler"
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Konfigureret",
|
||||
"errored": "Fejlet"
|
||||
"errored": "Errored"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sessioner",
|
||||
"numConnections": "Forbindelser",
|
||||
"dataRelayed": "Videresendt",
|
||||
"transferRate": "Sats"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Brugere",
|
||||
"user_count": "Users",
|
||||
"status_count": "Indlæg",
|
||||
"domain_count": "Domæner"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Ønsket",
|
||||
"queued": "I Kø",
|
||||
"series": "Serier"
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Afspillere",
|
||||
@@ -416,34 +423,34 @@
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Læst",
|
||||
"unread": "Ulæst"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Brugere",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Login (24 timer)",
|
||||
"failedLoginsLast24H": "Mislykkede logins (24 timer)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "RAM",
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"lxc": "LXC",
|
||||
"vms": "VMs"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Belastning",
|
||||
"wait": "Vent venligst",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Advar",
|
||||
"uptime": "OP",
|
||||
"uptime": "UP",
|
||||
"total": "Total",
|
||||
"free": "Fri",
|
||||
"used": "Brugt",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "t",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
"read": "Læst",
|
||||
"read": "Read",
|
||||
"write": "Skriv",
|
||||
"gpu": "GPU",
|
||||
"mem": "Ram",
|
||||
@@ -464,57 +471,57 @@
|
||||
"1-day": "Overvejende Solrigt",
|
||||
"1-night": "Overvejende Skyfrit",
|
||||
"2-day": "Delvist Overskyet",
|
||||
"2-night": "Delvist Overskyet",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "Skyet",
|
||||
"3-night": "Skyet",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Tåget",
|
||||
"45-night": "Tåget",
|
||||
"48-day": "Tåget",
|
||||
"48-night": "Tåget",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "Let Støvregn",
|
||||
"51-night": "Let Støvregn",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "Støvregn",
|
||||
"53-night": "Støvregn",
|
||||
"53-night": "Drizzle",
|
||||
"55-day": "Kraftig Støvregn",
|
||||
"55-night": "Kraftig Støvregn",
|
||||
"55-night": "Heavy Drizzle",
|
||||
"56-day": "Let Frysende Støvregn",
|
||||
"56-night": "Let Frysende Støvregn",
|
||||
"56-night": "Light Freezing Drizzle",
|
||||
"57-day": "Frysende Støvregn",
|
||||
"57-night": "Frysende Støvregn",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "Let Regn",
|
||||
"61-night": "Let Regn",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "Regn",
|
||||
"63-night": "Regn",
|
||||
"63-night": "Rain",
|
||||
"65-day": "Kraftig Regn",
|
||||
"65-night": "Kraftig Regn",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "Frysende Regn",
|
||||
"66-night": "Frysende Regn",
|
||||
"67-day": "Frysende Regn",
|
||||
"67-night": "Frysende Regn",
|
||||
"66-night": "Freezing Rain",
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "Let Sne",
|
||||
"71-night": "Let Sne",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "Sne",
|
||||
"73-night": "Sne",
|
||||
"73-night": "Snow",
|
||||
"75-day": "Kraftig Sne",
|
||||
"75-night": "Kraftig Sne",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "Snekorn",
|
||||
"77-night": "Snekorn",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "Lette Byger",
|
||||
"80-night": "Lette Byger",
|
||||
"80-night": "Light Showers",
|
||||
"81-day": "Byger",
|
||||
"81-night": "Byger",
|
||||
"81-night": "Showers",
|
||||
"82-day": "Kraftige Byger",
|
||||
"82-night": "Kraftige Byger",
|
||||
"82-night": "Heavy Showers",
|
||||
"85-day": "Snebyger",
|
||||
"85-night": "Snebyger",
|
||||
"86-day": "Snebyger",
|
||||
"86-night": "Snebyger",
|
||||
"85-night": "Snow Showers",
|
||||
"86-day": "Snow Showers",
|
||||
"86-night": "Snow Showers",
|
||||
"95-day": "Tordenvejr",
|
||||
"95-night": "Tordenvejr",
|
||||
"95-night": "Thunderstorm",
|
||||
"96-day": "Tordenvejr Med Hagl",
|
||||
"96-night": "Tordenvejr Med Hagl",
|
||||
"99-day": "Tordenvejr Med Hagl",
|
||||
"99-night": "Tordenvejr Med Hagl"
|
||||
"96-night": "Thunderstorm With Hail",
|
||||
"99-day": "Thunderstorm With Hail",
|
||||
"99-night": "Thunderstorm With Hail"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "System",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "Opdateret",
|
||||
"child_bridges": "Underbroer",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Op",
|
||||
"pending": "Afventer",
|
||||
"down": "Ned"
|
||||
"up": "Up",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Ny",
|
||||
"up": "Op",
|
||||
"up": "Up",
|
||||
"grace": "Henstandsperiode",
|
||||
"down": "Ned",
|
||||
"down": "Down",
|
||||
"paused": "Pause",
|
||||
"status": "Status",
|
||||
"last_ping": "Sidste Ping",
|
||||
@@ -543,26 +550,26 @@
|
||||
"containers_failed": "Fejlet"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Godkendt",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Afviste",
|
||||
"filters": "Filtre",
|
||||
"indexers": "Indeksører"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Kø",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videoer",
|
||||
"channels": "Kanaler",
|
||||
"playlists": "Afspilningslister"
|
||||
},
|
||||
"truenas": {
|
||||
"load": "Systembelastning",
|
||||
"uptime": "Oppetid",
|
||||
"alerts": "Advarsler"
|
||||
"uptime": "Uptime",
|
||||
"alerts": "Alerts"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Hastighed",
|
||||
"active": "Aktive",
|
||||
"queue": "Kø",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
@@ -572,7 +579,7 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Kanaler",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tuners",
|
||||
"channelNumber": "Channel",
|
||||
@@ -585,8 +592,8 @@
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Bestået",
|
||||
"failed": "Fejlet",
|
||||
"unknown": "Ukendt"
|
||||
"failed": "Failed",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Indbakke",
|
||||
@@ -601,18 +608,18 @@
|
||||
"low_battery": "Lavt batteriniveau"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "Vent venligst",
|
||||
"wait": "Please Wait",
|
||||
"no_devices": "Ingen Enhedsdata Modtaget"
|
||||
},
|
||||
"mikrotik": {
|
||||
"cpuLoad": "CPU Belastning",
|
||||
"memoryUsed": "Hukommelse Brugt",
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"numberOfLeases": "Leasinger"
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Alle Streams",
|
||||
"streams_active": "Aktive Streams",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Kanaler"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Begrænsning"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "CPU Belastning",
|
||||
"cpu": "CPU Load",
|
||||
"memory": "Aktiv Hukommelse",
|
||||
"wanUpload": "WAN Upload",
|
||||
"wanDownload": "WAN Download"
|
||||
@@ -647,8 +654,8 @@
|
||||
"load": "Belastning Gns",
|
||||
"memory": "Hukommelse Forbrug",
|
||||
"wanStatus": "WAN Status",
|
||||
"up": "Op",
|
||||
"down": "Ned",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "Temp",
|
||||
"disk": "Disk Forbrug",
|
||||
"wanIP": "WAN IP"
|
||||
@@ -660,49 +667,49 @@
|
||||
"memory_usage": "Hukommelse"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Brugere",
|
||||
"users": "Users",
|
||||
"photos": "Billeder",
|
||||
"videos": "Videoer",
|
||||
"videos": "Videos",
|
||||
"storage": "Lager"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "Sider Oppe",
|
||||
"down": "Sider Nede",
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"incident": "Hændelse",
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Serier",
|
||||
"series": "Series",
|
||||
"archives": "Arkiver",
|
||||
"chapters": "Kapitler",
|
||||
"categories": "Kategorier"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Biblioteker",
|
||||
"series": "Serier",
|
||||
"books": "Bøger"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Dage",
|
||||
"uptime": "Oppetid",
|
||||
"volumeAvailable": "Tilgængelig"
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Serier",
|
||||
"series": "Series",
|
||||
"issues": "Problemer",
|
||||
"wanted": "Ønsket"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
"photos": "Billeder",
|
||||
"videos": "Videoer",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"people": "Mennesker"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Kø",
|
||||
"processing": "Behandler",
|
||||
"processed": "Behandlet",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Tid"
|
||||
},
|
||||
"firefly": {
|
||||
@@ -728,7 +735,7 @@
|
||||
"size": "Størrelse",
|
||||
"lastrun": "Sidst Kørt",
|
||||
"nextrun": "Næste Kørsel",
|
||||
"failed": "Fejlet"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Aktive Arbejdere",
|
||||
@@ -745,20 +752,20 @@
|
||||
"targets_total": "Totale Mål"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Sider Oppe",
|
||||
"down": "Sider Nede",
|
||||
"uptime": "Oppetid"
|
||||
"up": "Sites Up",
|
||||
"down": "Sites Down",
|
||||
"uptime": "Uptime"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "I dag",
|
||||
"gross_percent_today": "Today",
|
||||
"gross_percent_1y": "Et År",
|
||||
"gross_percent_max": "Altid"
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Bøger",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Varighed",
|
||||
"booksDuration": "Varighed"
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "Personer Hjemme",
|
||||
@@ -767,23 +774,23 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Overvåger",
|
||||
"updates": "Opdateringer"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Bøger",
|
||||
"books": "Books",
|
||||
"authors": "Forfattere",
|
||||
"categories": "Kategorier",
|
||||
"series": "Serier"
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Kø",
|
||||
"downloadBytesRemaining": "Manglende",
|
||||
"downloadTotalBytes": "Størrelse",
|
||||
"downloadSpeed": "Hastighed"
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Serier",
|
||||
"totalFiles": "Filer"
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Resultat",
|
||||
@@ -791,12 +798,12 @@
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Lykkedes",
|
||||
"notStarted": "Ikke Startet",
|
||||
"failed": "Fejlet",
|
||||
"failed": "Failed",
|
||||
"canceled": "Annulleret",
|
||||
"inProgress": "I Gang",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "Mine PRs",
|
||||
"approved": "Godkendt"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Status",
|
||||
@@ -805,7 +812,7 @@
|
||||
"name": "Navn",
|
||||
"map": "Kort",
|
||||
"currentPlayers": "Nuværende Spillere",
|
||||
"players": "Afspillere",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Maks spillere",
|
||||
"bots": "Bots",
|
||||
"ping": "Ping"
|
||||
@@ -818,39 +825,39 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Opskrifter",
|
||||
"users": "Brugere",
|
||||
"categories": "Kategorier",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloader",
|
||||
"total": "Total",
|
||||
"running": "Kører",
|
||||
"stopped": "Stoppede",
|
||||
"passed": "Bestået",
|
||||
"failed": "Fejlet"
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"cpuLoad": "CPU Load Avg (5m)",
|
||||
"up": "Op",
|
||||
"down": "Ned",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"bytesTx": "Transmitted",
|
||||
"bytesRx": "Modtaget"
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Status",
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Seneste Nedetid",
|
||||
"downDuration": "Nedetid Varighed",
|
||||
"sitesUp": "Sider Oppe",
|
||||
"sitesDown": "Sider Nede",
|
||||
"paused": "Pause",
|
||||
"sitesUp": "Sites Up",
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Paused",
|
||||
"notyetchecked": "Endnu Ikke Kontrolleret",
|
||||
"up": "Op",
|
||||
"up": "Up",
|
||||
"seemsdown": "Synes Ned",
|
||||
"down": "Ned",
|
||||
"unknown": "Ukendt"
|
||||
"down": "Down",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "I biografen",
|
||||
@@ -869,10 +876,10 @@
|
||||
"totalfilesize": "Total Size"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Domæner",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Mailboxes",
|
||||
"mails": "Mails",
|
||||
"storage": "Lager"
|
||||
"storage": "Storage"
|
||||
},
|
||||
"netdata": {
|
||||
"warnings": "Advarsler",
|
||||
@@ -881,12 +888,12 @@
|
||||
"plantit": {
|
||||
"events": "Events",
|
||||
"plants": "Plants",
|
||||
"photos": "Billeder",
|
||||
"photos": "Photos",
|
||||
"species": "Species"
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Notifications",
|
||||
"issues": "Problemer",
|
||||
"issues": "Issues",
|
||||
"pulls": "Pull Requests",
|
||||
"repositories": "Repositories"
|
||||
},
|
||||
@@ -902,13 +909,13 @@
|
||||
"galleries": "Galleries",
|
||||
"performers": "Performers",
|
||||
"studios": "Studios",
|
||||
"movies": "Film",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Brugere",
|
||||
"recipes": "Opskrifter",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
"homebox": {
|
||||
@@ -916,17 +923,17 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "Brugere",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Advarsler",
|
||||
"alerts": "Alerts",
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "Aktiveret",
|
||||
"disabled": "Deaktiveret",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -949,7 +956,7 @@
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "Cameras",
|
||||
"uptime": "Oppetid",
|
||||
"uptime": "Uptime",
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
@@ -980,24 +987,24 @@
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "Navn",
|
||||
"address": "Adresse",
|
||||
"last_seen": "Sidst Set",
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Navn",
|
||||
"name": "Name",
|
||||
"systems": "Systems",
|
||||
"up": "Op",
|
||||
"down": "Ned",
|
||||
"paused": "Pause",
|
||||
"pending": "Afventer",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Opdateret",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "RAM",
|
||||
"memory": "MEM",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
},
|
||||
@@ -1005,10 +1012,10 @@
|
||||
"apps": "Apps",
|
||||
"synced": "Synced",
|
||||
"outOfSync": "Out Of Sync",
|
||||
"healthy": "Sund",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Mangler",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspended"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1016,15 +1023,15 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Groups",
|
||||
"issues": "Problemer",
|
||||
"issues": "Issues",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Status",
|
||||
"load": "Belastning",
|
||||
"bcharge": "Batteriniveau",
|
||||
"timeleft": "Resterende tid"
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1039,20 +1046,73 @@
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Tilgængelig",
|
||||
"update_no": "Opdateret",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "Filer"
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Sange",
|
||||
"movies": "Film",
|
||||
"episodes": "Episoder",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"wlan_devices": "WLAN-Geräte",
|
||||
"lan_users": "LAN-Benutzer",
|
||||
"wlan_users": "WLAN-Benutzer",
|
||||
"up": "BETRIEBSZEIT",
|
||||
"up": "Gesendet",
|
||||
"down": "EMPFANGEN",
|
||||
"wait": "Bitte warten",
|
||||
"empty_data": "Subsystem-Status unbekannt"
|
||||
@@ -93,8 +93,8 @@
|
||||
"http_status": "HTTP-Status",
|
||||
"error": "Fehler",
|
||||
"response": "Antwort",
|
||||
"down": "Offline",
|
||||
"up": "Online",
|
||||
"down": "Online",
|
||||
"up": "Offline",
|
||||
"not_available": "Nicht verfügbar"
|
||||
},
|
||||
"emby": {
|
||||
@@ -111,7 +111,7 @@
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Gesamt",
|
||||
"total": "Total",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"evcc": {
|
||||
@@ -144,13 +144,13 @@
|
||||
"uptime": "Betriebszeit",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Offline",
|
||||
"up": "Online",
|
||||
"down": "Download",
|
||||
"up": "Upload",
|
||||
"received": "Empfangen",
|
||||
"sent": "Gesendet",
|
||||
"externalIPAddress": "Externe IP",
|
||||
"externalIPv6Address": "Externe IPv6",
|
||||
"externalIPv6Prefix": "Externes IPv6-Präfix"
|
||||
"externalIPv6Address": "Ext. IPv6",
|
||||
"externalIPv6Prefix": "Ext. IPv6-Präfix"
|
||||
},
|
||||
"caddy": {
|
||||
"upstreams": "Upstreams",
|
||||
@@ -165,10 +165,10 @@
|
||||
"shows": "Serien",
|
||||
"recordings": "Aufnahmen",
|
||||
"scheduled": "Geplant",
|
||||
"passes": "Pässe"
|
||||
"passes": "Durchläufe"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Wiedergabe",
|
||||
"playing": "Spielt",
|
||||
"transcoding": "Transcodiert",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "Keine aktiven Streams",
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "TV-Serien"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Datenrate",
|
||||
"rate": "Rate",
|
||||
"queue": "Warteschlange",
|
||||
"timeleft": "Verbleibende Zeit"
|
||||
},
|
||||
@@ -273,18 +273,19 @@
|
||||
"available": "Verfügbar"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Ausstehend",
|
||||
"pending": "Wartend",
|
||||
"approved": "Genehmigt",
|
||||
"available": "Verfügbar"
|
||||
"available": "Verfügbar",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Ausstehend",
|
||||
"pending": "Wartend",
|
||||
"processing": "Wird verarbeitet",
|
||||
"approved": "Genehmigt",
|
||||
"available": "Verfügbar"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Gesamt",
|
||||
"total": "Total",
|
||||
"connected": "Verbunden",
|
||||
"new_devices": "Neue Geräte",
|
||||
"down_alerts": "Down-Warnungen"
|
||||
@@ -309,7 +310,7 @@
|
||||
"portainer": {
|
||||
"running": "Wird ausgeführt",
|
||||
"stopped": "Gestoppt",
|
||||
"total": "Gesamt"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Heruntergeladen",
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Dienste",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notizen",
|
||||
"dbSize": "Datenbankgröße",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Keine aktiven Streams",
|
||||
"please_wait": "Bitte warten"
|
||||
@@ -366,7 +373,7 @@
|
||||
"npm": {
|
||||
"enabled": "Aktiviert",
|
||||
"disabled": "Deaktiviert",
|
||||
"total": "Gesamt"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Konfiguriere eine oder mehrere Kryptowährungen zur Beobachtung",
|
||||
@@ -377,7 +384,7 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Programme",
|
||||
"clients": "Benutzer",
|
||||
"clients": "Endgeräte",
|
||||
"messages": "Nachrichten"
|
||||
},
|
||||
"prowlarr": {
|
||||
@@ -395,7 +402,7 @@
|
||||
"numActiveSessions": "Sitzungen",
|
||||
"numConnections": "Verbindungen",
|
||||
"dataRelayed": "Weitergeleitet",
|
||||
"transferRate": "Datenrate"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Benutzer",
|
||||
@@ -433,17 +440,17 @@
|
||||
"cpu": "CPU",
|
||||
"load": "Last",
|
||||
"wait": "Bitte warten",
|
||||
"temp": "TEMP",
|
||||
"temp": "Temp",
|
||||
"_temp": "Temperatur",
|
||||
"warn": "Warnung",
|
||||
"uptime": "BETRIEBSZEIT",
|
||||
"total": "Gesamt",
|
||||
"uptime": "Betriebszeit",
|
||||
"total": "Total",
|
||||
"free": "Frei",
|
||||
"used": "In Benutzung",
|
||||
"used": "Benutzt",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Krit",
|
||||
"read": "Gelesen",
|
||||
"read": "Lesen",
|
||||
"write": "Schreiben",
|
||||
"gpu": "GPU",
|
||||
"mem": "RAM",
|
||||
@@ -468,37 +475,37 @@
|
||||
"3-day": "Bewölkt",
|
||||
"3-night": "Bewölkt",
|
||||
"45-day": "neblig",
|
||||
"45-night": "neblig",
|
||||
"48-day": "neblig",
|
||||
"48-night": "neblig",
|
||||
"45-night": "Nebel",
|
||||
"48-day": "Nebel",
|
||||
"48-night": "Nebel",
|
||||
"51-day": "leichter Nieselregen",
|
||||
"51-night": "leichter Nieselregen",
|
||||
"51-night": "Leichter Nieselregen",
|
||||
"53-day": "Nieselregen",
|
||||
"53-night": "Nieselregen",
|
||||
"55-day": "starker Nieselregen",
|
||||
"55-night": "starker Nieselregen",
|
||||
"55-night": "Starker Nieselregen",
|
||||
"56-day": "leichter gefrierender Nieselregen",
|
||||
"56-night": "leichter gefrierender Nieselregen",
|
||||
"56-night": "Leicht gefrierender Nieselregen",
|
||||
"57-day": "gefrierender Nieselregen",
|
||||
"57-night": "gefrierender Nieselregen",
|
||||
"57-night": "Gefrierender Nieselregen",
|
||||
"61-day": "leichter Regen",
|
||||
"61-night": "leichter Regen",
|
||||
"61-night": "Leichter Regen",
|
||||
"63-day": "Regen",
|
||||
"63-night": "Regen",
|
||||
"65-day": "starker Regen",
|
||||
"65-night": "starker Regen",
|
||||
"65-night": "Starker Regen",
|
||||
"66-day": "Gefrierender Regen",
|
||||
"66-night": "Gefrierender Regen",
|
||||
"67-day": "Gefrierender Regen",
|
||||
"67-night": "Gefrierender Regen",
|
||||
"71-day": "Leichter Schneefall",
|
||||
"71-night": "Leichter Schneefall",
|
||||
"71-night": "Leichter Schnee",
|
||||
"73-day": "Schnee",
|
||||
"73-night": "Schnee",
|
||||
"75-day": "Starker Schneefall",
|
||||
"75-night": "Starker Schneefall",
|
||||
"75-night": "Starker Schnee",
|
||||
"77-day": "Schneegriesel",
|
||||
"77-night": "Schneegriesel",
|
||||
"77-night": "Schneekörner",
|
||||
"80-day": "Leichte Schauer",
|
||||
"80-night": "Leichte Schauer",
|
||||
"81-day": "Schauer",
|
||||
@@ -510,11 +517,11 @@
|
||||
"86-day": "Schneeschauer",
|
||||
"86-night": "Schneeschauer",
|
||||
"95-day": "Gewitter",
|
||||
"95-night": "Gewitter",
|
||||
"95-night": "Sturm",
|
||||
"96-day": "Gewitter mit Hagel",
|
||||
"96-night": "Gewitter mit Hagel",
|
||||
"99-day": "Gewitter mit Hagel",
|
||||
"99-night": "Gewitter mit Hagel"
|
||||
"96-night": "Sturm mit Hagel",
|
||||
"99-day": "Sturm mit Hagel",
|
||||
"99-night": "Sturm mit Hagel"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "System",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "Unter-Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Online",
|
||||
"pending": "Ausstehend",
|
||||
"pending": "Wartend",
|
||||
"down": "Offline"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -546,7 +553,7 @@
|
||||
"approvedPushes": "Genehmigt",
|
||||
"rejectedPushes": "Abgelehnt",
|
||||
"filters": "Filter",
|
||||
"indexers": "Indexer"
|
||||
"indexers": "Indexierer"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Warteschlange",
|
||||
@@ -557,13 +564,13 @@
|
||||
"truenas": {
|
||||
"load": "Systemlast",
|
||||
"uptime": "Betriebszeit",
|
||||
"alerts": "Warnungen"
|
||||
"alerts": "Alarme"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Datenrate",
|
||||
"active": "Aktiv",
|
||||
"queue": "Warteschlange",
|
||||
"total": "Gesamt"
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Öffentliche IP",
|
||||
@@ -585,12 +592,12 @@
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Bestanden",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"failed": "Fehlerhaft",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Posteingang",
|
||||
"total": "Gesamt"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Akkuladung",
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Grenze"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "CPU-Auslastung",
|
||||
"cpu": "CPU-Last",
|
||||
"memory": "Aktiver RAM",
|
||||
"wanUpload": "WAN-Upload",
|
||||
"wanDownload": "WAN-Download"
|
||||
@@ -649,7 +656,7 @@
|
||||
"wanStatus": "WAN-Status",
|
||||
"up": "Online",
|
||||
"down": "Offline",
|
||||
"temp": "Temperatur",
|
||||
"temp": "Temp",
|
||||
"disk": "Datenträgernutzung",
|
||||
"wanIP": "WAN-IP"
|
||||
},
|
||||
@@ -670,7 +677,7 @@
|
||||
"down": "Down",
|
||||
"uptime": "Betriebszeit",
|
||||
"incident": "Vorfall",
|
||||
"m": "min"
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Serien",
|
||||
@@ -702,7 +709,7 @@
|
||||
"fileflows": {
|
||||
"queue": "Warteschlange",
|
||||
"processing": "Wird verarbeitet",
|
||||
"processed": "Verarbeitet",
|
||||
"processed": "Wird verarbeitet",
|
||||
"time": "Zeit"
|
||||
},
|
||||
"firefly": {
|
||||
@@ -728,7 +735,7 @@
|
||||
"size": "Größe",
|
||||
"lastrun": "Letzter Durchlauf",
|
||||
"nextrun": "Nächster Durchlauf",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"failed": "Fehlerhaft"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Aktive Worker",
|
||||
@@ -745,8 +752,8 @@
|
||||
"targets_total": "Alle Ziele"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"up": "Seiten online",
|
||||
"down": "Seiten offline",
|
||||
"uptime": "Betriebszeit"
|
||||
},
|
||||
"ghostfolio": {
|
||||
@@ -779,7 +786,7 @@
|
||||
"downloadCount": "Warteschlange",
|
||||
"downloadBytesRemaining": "Verbleibend",
|
||||
"downloadTotalBytes": "Größe",
|
||||
"downloadSpeed": "Datenrate"
|
||||
"downloadSpeed": "Geschwindigkeit"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Serien",
|
||||
@@ -791,7 +798,7 @@
|
||||
"buildId": "Build-ID",
|
||||
"succeeded": "Erfolgreich",
|
||||
"notStarted": "Nicht gestartet",
|
||||
"failed": "Fehlgeschlagen",
|
||||
"failed": "Fehlerhaft",
|
||||
"canceled": "Abgebrochen",
|
||||
"inProgress": "In Bearbeitung",
|
||||
"totalPrs": "PRs gesamt",
|
||||
@@ -824,11 +831,11 @@
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Wird heruntergeladen",
|
||||
"total": "Gesamt",
|
||||
"total": "Total",
|
||||
"running": "Wird ausgeführt",
|
||||
"stopped": "Gestoppt",
|
||||
"passed": "Bestanden",
|
||||
"failed": "Fehlgeschlagen"
|
||||
"passed": "Erfolgreich",
|
||||
"failed": "Fehlerhaft"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Betriebszeit",
|
||||
@@ -843,13 +850,13 @@
|
||||
"uptime": "Betriebszeit",
|
||||
"lastDown": "Letzter Ausfall",
|
||||
"downDuration": "Ausfalldauer",
|
||||
"sitesUp": "Up",
|
||||
"sitesDown": "Down",
|
||||
"sitesUp": "Seiten online",
|
||||
"sitesDown": "Seiten offline",
|
||||
"paused": "Pausiert",
|
||||
"notyetchecked": "Noch nicht geprüft",
|
||||
"up": "Online",
|
||||
"seemsdown": "Scheint nicht verfügbar",
|
||||
"down": "Offline",
|
||||
"down": "Unbekannt",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"calendar": {
|
||||
@@ -869,7 +876,7 @@
|
||||
"totalfilesize": "Gesamtgröße"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Domänen",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Postfächer",
|
||||
"mails": "E-Mails",
|
||||
"storage": "Speicher"
|
||||
@@ -903,7 +910,7 @@
|
||||
"performers": "Darsteller",
|
||||
"studios": "Studios",
|
||||
"movies": "Filme",
|
||||
"tags": "Schlagwörter",
|
||||
"tags": "Tags",
|
||||
"oCount": "O-Anzahl"
|
||||
},
|
||||
"tandoor": {
|
||||
@@ -920,14 +927,14 @@
|
||||
"totalValue": "Gesamtwert"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Warnungen",
|
||||
"alerts": "Alarme",
|
||||
"bans": "Banns"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Verbunden",
|
||||
"enabled": "Aktiviert",
|
||||
"disabled": "Deaktiviert",
|
||||
"total": "Gesamt"
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -955,11 +962,11 @@
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
"collections": "Sammlungen",
|
||||
"tags": "Schlagwörter"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Nicht klassifiziert",
|
||||
"information": "Informationen",
|
||||
"information": "Information",
|
||||
"warning": "Warnung",
|
||||
"average": "Durchschnitt",
|
||||
"high": "Hoch",
|
||||
@@ -990,12 +997,12 @@
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
"systems": "Systeme",
|
||||
"up": "Online",
|
||||
"down": "Offline",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Pausiert",
|
||||
"pending": "Ausstehend",
|
||||
"pending": "Wartend",
|
||||
"status": "Status",
|
||||
"updated": "Aktualisiert",
|
||||
"updated": "Aktuell",
|
||||
"cpu": "CPU",
|
||||
"memory": "RAM",
|
||||
"disk": "Festplatte",
|
||||
@@ -1005,14 +1012,14 @@
|
||||
"apps": "Anwendungen",
|
||||
"synced": "Synchronisiert",
|
||||
"outOfSync": "Nicht mehr synchronisiert",
|
||||
"healthy": "Fehlerfrei",
|
||||
"healthy": "Gesund",
|
||||
"degraded": "Beeinträchtigt",
|
||||
"progressing": "Fortschritt",
|
||||
"missing": "Fehlend",
|
||||
"suspended": "Unterbrochen"
|
||||
},
|
||||
"spoolman": {
|
||||
"loading": "Wird geladen"
|
||||
"loading": "Lädt"
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Gruppen",
|
||||
@@ -1023,7 +1030,7 @@
|
||||
"apcups": {
|
||||
"status": "Status",
|
||||
"load": "Last",
|
||||
"bcharge": "Akkuladung",
|
||||
"bcharge": "Batterieladung",
|
||||
"timeleft": "Verbleibende Zeit"
|
||||
},
|
||||
"karakeep": {
|
||||
@@ -1032,7 +1039,7 @@
|
||||
"archived": "Archiviert",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Listen",
|
||||
"tags": "Schlagwörter"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Netzwerk",
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Dienstprobleme",
|
||||
"hostErrors": "Hostprobleme"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Gesamt",
|
||||
"running": "Aktiv",
|
||||
"stopped": "Angehalten",
|
||||
"down": "Inaktiv",
|
||||
"unhealthy": "Fehlerhaft",
|
||||
"unknown": "Unbekannt",
|
||||
"servers": "Server",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Container"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Verfügbar",
|
||||
"used": "Benutzt",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Abonnements",
|
||||
"thisMonthlyCost": "Dieser Monat",
|
||||
"nextMonthlyCost": "Nächster Monat",
|
||||
"previousMonthlyCost": "Vorh. Monat",
|
||||
"nextRenewingSubscription": "Nächste Zahlung"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
@@ -1071,5 +1072,47 @@
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,14 +63,14 @@
|
||||
"wlan_users": "WLAN-Uzantoj",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "Bonvolu atendi",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsistemostatuso nekonata"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "MEM",
|
||||
"cpu": "Ĉefprocesoro",
|
||||
"cpu": "CPU",
|
||||
"running": "Rulata",
|
||||
"offline": "Malkonekta",
|
||||
"error": "Eraro",
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Parta"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Eraro",
|
||||
"error": "Error",
|
||||
"ping": "Sondaĵo",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTP status",
|
||||
"error": "Eraro",
|
||||
"error": "Error",
|
||||
"response": "Response",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -108,11 +108,11 @@
|
||||
"songs": "Kantoj"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Malkonekta",
|
||||
"offline_alt": "Malkonekta",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Totalo",
|
||||
"unknown": "Nekonata"
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Production",
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Stato",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Unconfigured",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,9 +168,9 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Ludante",
|
||||
"transcoding": "Transkodigo",
|
||||
"bitrate": "Bitrapido",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
@@ -189,7 +189,7 @@
|
||||
"plex": {
|
||||
"streams": "Active Streams",
|
||||
"albums": "Albums",
|
||||
"movies": "Filmoj",
|
||||
"movies": "Movies",
|
||||
"tv": "Televidprogramoj"
|
||||
},
|
||||
"sabnzbd": {
|
||||
@@ -199,18 +199,18 @@
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Active",
|
||||
"upload": "Alŝuti",
|
||||
"download": "Elŝuti"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Elŝuti",
|
||||
"upload": "Alŝuti",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Elŝuti",
|
||||
"upload": "Alŝuti",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -223,8 +223,8 @@
|
||||
"invalid": "Invalid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Elŝuti",
|
||||
"upload": "Alŝuti",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -233,25 +233,25 @@
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Elŝuti",
|
||||
"upload": "Alŝuti",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Serioj",
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Nekonata"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Wanted",
|
||||
"missing": "Missing",
|
||||
"queued": "Queued",
|
||||
"movies": "Filmoj",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Nekonata"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Wanted",
|
||||
@@ -274,17 +274,18 @@
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Aprobita",
|
||||
"available": "Havebla"
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"approved": "Aprobita",
|
||||
"available": "Havebla"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Totalo",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -302,14 +303,14 @@
|
||||
"latency": "Latency"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Alŝuti",
|
||||
"download": "Elŝuti",
|
||||
"ping": "Sondaĵo"
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Rulata",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"total": "Totalo"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Downloaded",
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Servoj",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
@@ -366,7 +373,7 @@
|
||||
"npm": {
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Totalo"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Configure one or more crypto currencies to track",
|
||||
@@ -377,7 +384,7 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Applications",
|
||||
"clients": "Klientoj",
|
||||
"clients": "Clients",
|
||||
"messages": "Mesaĝoj"
|
||||
},
|
||||
"prowlarr": {
|
||||
@@ -398,48 +405,48 @@
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Uzantoj",
|
||||
"user_count": "Users",
|
||||
"status_count": "Afiŝoj",
|
||||
"domain_count": "Domains"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Serioj"
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "Version",
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Malkonekta"
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Uzantoj",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Logins (24h)",
|
||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "MEM",
|
||||
"cpu": "Ĉefprocesoro",
|
||||
"cpu": "CPU",
|
||||
"lxc": "LXC",
|
||||
"vms": "VMs"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "Ĉefprocesoro",
|
||||
"load": "Ŝarĝo",
|
||||
"wait": "Bonvolu atendi",
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Totalo",
|
||||
"free": "Libera",
|
||||
"used": "Uzata",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -464,13 +471,13 @@
|
||||
"1-day": "Mainly Sunny",
|
||||
"1-night": "Mainly Clear",
|
||||
"2-day": "Nubeta",
|
||||
"2-night": "Nubeta",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "Nuba",
|
||||
"3-night": "Nuba",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Nebula",
|
||||
"45-night": "Nebula",
|
||||
"48-day": "Nebula",
|
||||
"48-night": "Nebula",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "Light Drizzle",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "Drizzle",
|
||||
@@ -484,19 +491,19 @@
|
||||
"61-day": "Light Rain",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "Pluvo",
|
||||
"63-night": "Pluvo",
|
||||
"63-night": "Rain",
|
||||
"65-day": "Pluvego",
|
||||
"65-night": "Pluvego",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "Frosta pluvo",
|
||||
"66-night": "Frosta pluvo",
|
||||
"67-day": "Frosta pluvo",
|
||||
"67-night": "Frosta pluvo",
|
||||
"66-night": "Freezing Rain",
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "Light Snow",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "Neĝo",
|
||||
"73-night": "Neĝo",
|
||||
"73-night": "Snow",
|
||||
"75-day": "Neĝego",
|
||||
"75-night": "Neĝego",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "Snow Grains",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "Light Showers",
|
||||
@@ -510,11 +517,11 @@
|
||||
"86-day": "Snow Showers",
|
||||
"86-night": "Snow Showers",
|
||||
"95-day": "Fulmotondro",
|
||||
"95-night": "Fulmotondro",
|
||||
"95-night": "Thunderstorm",
|
||||
"96-day": "Fulmotondro kun hajlo",
|
||||
"96-night": "Fulmotondro kun hajlo",
|
||||
"99-day": "Fulmotondro kun hajlo",
|
||||
"99-night": "Fulmotondro kun hajlo"
|
||||
"96-night": "Thunderstorm With Hail",
|
||||
"99-day": "Thunderstorm With Hail",
|
||||
"99-night": "Thunderstorm With Hail"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "Sistemo",
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,7 +550,7 @@
|
||||
"containers_failed": "Failed"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Aprobita",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Rejected",
|
||||
"filters": "Filtriloj",
|
||||
"indexers": "Indexers"
|
||||
@@ -563,7 +570,7 @@
|
||||
"speed": "Speed",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Totalo"
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -572,7 +579,7 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Kanaloj",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tuners",
|
||||
"channelNumber": "Channel",
|
||||
@@ -580,17 +587,17 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "Bitrapido",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"unknown": "Nekonata"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "Totalo"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "Stato",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "Stato"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -656,11 +663,11 @@
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Datastore",
|
||||
"failed_tasks_24h": "Failed Tasks 24h",
|
||||
"cpu_usage": "Ĉefprocesoro",
|
||||
"cpu_usage": "CPU",
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Uzantoj",
|
||||
"users": "Users",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -673,23 +680,23 @@
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Serioj",
|
||||
"series": "Series",
|
||||
"archives": "Archives",
|
||||
"chapters": "Chapters",
|
||||
"categories": "Categories"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Serioj",
|
||||
"books": "Libroj"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Tagoj",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Havebla"
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Serioj",
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Libroj",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -770,10 +777,10 @@
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Libroj",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Serioj"
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Queue",
|
||||
@@ -782,12 +789,12 @@
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Serioj",
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -796,19 +803,19 @@
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "Aprobita"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Malkonekta",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
"map": "Map",
|
||||
"currentPlayers": "Current players",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Max players",
|
||||
"bots": "Bots",
|
||||
"ping": "Sondaĵo"
|
||||
"ping": "Ping"
|
||||
},
|
||||
"urbackup": {
|
||||
"ok": "Ok",
|
||||
@@ -818,14 +825,14 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "Uzantoj",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "Totalo",
|
||||
"running": "Rulata",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
@@ -839,7 +846,7 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
@@ -850,7 +857,7 @@
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Down",
|
||||
"unknown": "Nekonata"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "In cinemas",
|
||||
@@ -902,12 +909,12 @@
|
||||
"galleries": "Galleries",
|
||||
"performers": "Performers",
|
||||
"studios": "Studios",
|
||||
"movies": "Filmoj",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Uzantoj",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
@@ -916,7 +923,7 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "Uzantoj",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
@@ -927,7 +934,7 @@
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Totalo"
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -936,9 +943,9 @@
|
||||
"banned": "Banned"
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Sondaĵo",
|
||||
"download": "Elŝuti",
|
||||
"upload": "Alŝuti"
|
||||
"ping": "Ping",
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -959,7 +966,7 @@
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informo",
|
||||
"information": "Information",
|
||||
"warning": "Warning",
|
||||
"average": "Average",
|
||||
"high": "High",
|
||||
@@ -983,9 +990,9 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Malkonekta"
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
@@ -994,9 +1001,9 @@
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Stato",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "Ĉefprocesoro",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
@@ -1005,7 +1012,7 @@
|
||||
"apps": "Apps",
|
||||
"synced": "Synced",
|
||||
"outOfSync": "Out Of Sync",
|
||||
"healthy": "Sana",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Missing",
|
||||
@@ -1021,8 +1028,8 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Stato",
|
||||
"load": "Ŝarĝo",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
@@ -1039,20 +1046,73 @@
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Havebla",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Kantoj",
|
||||
"movies": "Filmoj",
|
||||
"episodes": "Epizodoj",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"mem": "MEM",
|
||||
"total": "Total",
|
||||
"free": "Libre",
|
||||
"used": "Usado",
|
||||
"used": "Utilizado",
|
||||
"load": "Carga",
|
||||
"temp": "TEMP",
|
||||
"max": "Máx.",
|
||||
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "Usuarios WLAN",
|
||||
"up": "ACTIVO",
|
||||
"down": "CAÍDO",
|
||||
"wait": "Espera, por favor",
|
||||
"wait": "Espere, por favor",
|
||||
"empty_data": "Se desconoce el estado del subsistema"
|
||||
},
|
||||
"docker": {
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Parcial"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Fallo",
|
||||
"error": "Error",
|
||||
"ping": "Ping",
|
||||
"down": "Inactivo",
|
||||
"up": "Activo",
|
||||
@@ -91,10 +91,10 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "Estado HTTP",
|
||||
"error": "Fallo",
|
||||
"error": "Error",
|
||||
"response": "Respuesta",
|
||||
"down": "Inactivo",
|
||||
"up": "Activo",
|
||||
"up": "Activos",
|
||||
"not_available": "No disponible"
|
||||
},
|
||||
"emby": {
|
||||
@@ -108,8 +108,8 @@
|
||||
"songs": "Canciones"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Desconectado",
|
||||
"offline_alt": "Desconectado",
|
||||
"offline": "Fuera de línea",
|
||||
"offline_alt": "Fuera de línea",
|
||||
"online": "En línea",
|
||||
"total": "Total",
|
||||
"unknown": "Desconocido"
|
||||
@@ -145,7 +145,7 @@
|
||||
"maxDown": "Descarga máxima",
|
||||
"maxUp": "Subida máxima",
|
||||
"down": "Inactivo",
|
||||
"up": "Activo",
|
||||
"up": "Activos",
|
||||
"received": "Recibido",
|
||||
"sent": "Enviado",
|
||||
"externalIPAddress": "IP ext.",
|
||||
@@ -205,13 +205,13 @@
|
||||
"transmission": {
|
||||
"download": "Descarga",
|
||||
"upload": "Subida",
|
||||
"leech": "Descargas",
|
||||
"leech": "Descargando",
|
||||
"seed": "Semillas"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Descarga",
|
||||
"upload": "Subida",
|
||||
"leech": "Descargas",
|
||||
"leech": "Descargando",
|
||||
"seed": "Semillas"
|
||||
},
|
||||
"qnap": {
|
||||
@@ -225,7 +225,7 @@
|
||||
"deluge": {
|
||||
"download": "Descarga",
|
||||
"upload": "Subida",
|
||||
"leech": "Descargas",
|
||||
"leech": "Descargando",
|
||||
"seed": "Semillas"
|
||||
},
|
||||
"develancacheui": {
|
||||
@@ -235,14 +235,14 @@
|
||||
"downloadstation": {
|
||||
"download": "Descarga",
|
||||
"upload": "Subida",
|
||||
"leech": "Descargas",
|
||||
"leech": "Descargando",
|
||||
"seed": "Semillas"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Buscando",
|
||||
"queued": "En cola",
|
||||
"series": "Series",
|
||||
"queue": "En cola",
|
||||
"queue": "Cola",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"radarr": {
|
||||
@@ -250,7 +250,7 @@
|
||||
"missing": "Faltantes",
|
||||
"queued": "En cola",
|
||||
"movies": "Películas",
|
||||
"queue": "En cola",
|
||||
"queue": "Cola",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"lidarr": {
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pendiente",
|
||||
"approved": "Aprobado",
|
||||
"available": "Disponible"
|
||||
"available": "Disponible",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pendiente",
|
||||
@@ -307,15 +308,15 @@
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Ejecutando",
|
||||
"running": "En ejecución",
|
||||
"stopped": "Detenido",
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Descargado",
|
||||
"nondownload": "No descargado",
|
||||
"read": "Leer",
|
||||
"unread": "Sin leer",
|
||||
"read": "Leído",
|
||||
"unread": "No leídos",
|
||||
"downloadedread": "Descargado y leído",
|
||||
"downloadedunread": "Descargado y no leído",
|
||||
"nondownloadedread": "No descargado y leído",
|
||||
@@ -349,7 +350,7 @@
|
||||
"totalClients": "Clientes"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "En cola",
|
||||
"queue": "Cola",
|
||||
"processed": "Procesado",
|
||||
"errored": "Error",
|
||||
"saved": "Guardado"
|
||||
@@ -359,13 +360,19 @@
|
||||
"services": "Servicios",
|
||||
"middleware": "Software intermedio"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Versión",
|
||||
"notesCount": "Notas",
|
||||
"dbSize": "Tamaño de la base de datos",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Sin transmisiones activas",
|
||||
"please_wait": "Por favor, espera"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "Activado",
|
||||
"disabled": "Desactivado",
|
||||
"enabled": "Activos",
|
||||
"disabled": "Inactivos",
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
@@ -389,7 +396,7 @@
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Configurado",
|
||||
"errored": "Error"
|
||||
"errored": "Con fallo"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sesiones",
|
||||
@@ -412,7 +419,7 @@
|
||||
"version": "Versión",
|
||||
"status": "Estado",
|
||||
"up": "En línea",
|
||||
"down": "Desconectado"
|
||||
"down": "Fuera de línea"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Leer",
|
||||
@@ -432,7 +439,7 @@
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Carga",
|
||||
"wait": "Espera, por favor",
|
||||
"wait": "Por favor, espera",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temperatura",
|
||||
"warn": "Advertir",
|
||||
@@ -443,7 +450,7 @@
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crít.",
|
||||
"read": "Leer",
|
||||
"read": "Leído",
|
||||
"write": "Escribir",
|
||||
"gpu": "GPU",
|
||||
"mem": "Memoria",
|
||||
@@ -455,7 +462,7 @@
|
||||
"search": "Buscar",
|
||||
"custom": "Personalizado",
|
||||
"visit": "Visitar",
|
||||
"url": "Enlace",
|
||||
"url": "URL",
|
||||
"searchsuggestion": "Sugerencia"
|
||||
},
|
||||
"wmo": {
|
||||
@@ -464,13 +471,13 @@
|
||||
"1-day": "Mayormente soleado",
|
||||
"1-night": "Mayormente despejado",
|
||||
"2-day": "Parcialmente nuboso",
|
||||
"2-night": "Parcialmente nuboso",
|
||||
"2-night": "Parcialmente nublado",
|
||||
"3-day": "Nublado",
|
||||
"3-night": "Nublado",
|
||||
"45-day": "Niebla",
|
||||
"45-night": "Niebla",
|
||||
"48-day": "Niebla",
|
||||
"48-night": "Niebla",
|
||||
"45-night": "Neblinoso",
|
||||
"48-day": "Neblinoso",
|
||||
"48-night": "Neblinoso",
|
||||
"51-day": "Llovizna ligera",
|
||||
"51-night": "Llovizna ligera",
|
||||
"53-day": "Llovizna",
|
||||
@@ -486,29 +493,29 @@
|
||||
"63-day": "Lluvia",
|
||||
"63-night": "Lluvia",
|
||||
"65-day": "Lluvia torrencial",
|
||||
"65-night": "Lluvia torrencial",
|
||||
"65-night": "Lluvia fuerte",
|
||||
"66-day": "Granizo",
|
||||
"66-night": "Granizo",
|
||||
"67-day": "Granizo",
|
||||
"67-night": "Granizo",
|
||||
"66-night": "Lluvia helada",
|
||||
"67-day": "Lluvia helada",
|
||||
"67-night": "Lluvia helada",
|
||||
"71-day": "Nevada leve",
|
||||
"71-night": "Nevada leve",
|
||||
"71-night": "Nieve ligera",
|
||||
"73-day": "Nevada",
|
||||
"73-night": "Nevada",
|
||||
"73-night": "Nieve",
|
||||
"75-day": "Nevada intensa",
|
||||
"75-night": "Nevada intensa",
|
||||
"75-night": "Nieve intensa",
|
||||
"77-day": "Granizada",
|
||||
"77-night": "Granizada",
|
||||
"80-day": "Llovizna",
|
||||
"80-night": "Llovizna",
|
||||
"80-night": "Chubascos ligeros",
|
||||
"81-day": "Lluvia",
|
||||
"81-night": "Lluvia",
|
||||
"81-night": "Chubascos",
|
||||
"82-day": "Lluvias torrenciales",
|
||||
"82-night": "Lluvias torrenciales",
|
||||
"82-night": "Chubascos fuertes",
|
||||
"85-day": "Lluvia de nieve",
|
||||
"85-night": "Lluvia de nieve",
|
||||
"86-day": "Lluvia de nieve",
|
||||
"86-night": "Lluvia de nieve",
|
||||
"85-night": "Chubascos de nieve",
|
||||
"86-day": "Chubascos de nieve",
|
||||
"86-night": "Chubascos de nieve",
|
||||
"95-day": "Tormenta",
|
||||
"95-night": "Tormenta",
|
||||
"96-day": "Tormenta con granizo",
|
||||
@@ -549,7 +556,7 @@
|
||||
"indexers": "Indexadores"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "En cola",
|
||||
"downloads": "Cola",
|
||||
"videos": "Videos",
|
||||
"channels": "Canales",
|
||||
"playlists": "Listas de reproducción"
|
||||
@@ -562,14 +569,14 @@
|
||||
"pyload": {
|
||||
"speed": "Velocidad",
|
||||
"active": "Activo",
|
||||
"queue": "En cola",
|
||||
"queue": "Cola",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "IP pública",
|
||||
"region": "Región",
|
||||
"country": "País",
|
||||
"port_forwarded": "Port Forwarded"
|
||||
"port_forwarded": "Puerto redireccionado"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Canales",
|
||||
@@ -649,7 +656,7 @@
|
||||
"wanStatus": "Estado de la WAN",
|
||||
"up": "Activo",
|
||||
"down": "Inactivo",
|
||||
"temp": "Temperatura",
|
||||
"temp": "Temp",
|
||||
"disk": "Uso del disco",
|
||||
"wanIP": "IP de la WAN"
|
||||
},
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "Personas"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "En cola",
|
||||
"queue": "Cola",
|
||||
"processing": "Procesando",
|
||||
"processed": "Procesado",
|
||||
"time": "Tiempo"
|
||||
@@ -794,21 +801,21 @@
|
||||
"failed": "Fallido",
|
||||
"canceled": "Cancelado",
|
||||
"inProgress": "En curso",
|
||||
"totalPrs": "RP totales",
|
||||
"myPrs": "Mis logros",
|
||||
"totalPrs": "PRs totales",
|
||||
"myPrs": "Mis PRs",
|
||||
"approved": "Aprobado"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Estado",
|
||||
"online": "En línea",
|
||||
"offline": "Desconectado",
|
||||
"offline": "Fuera de línea",
|
||||
"name": "Nombre",
|
||||
"map": "Mapa",
|
||||
"currentPlayers": "Jugadores actuales",
|
||||
"players": "Jugadores",
|
||||
"maxPlayers": "Jugadores máximos",
|
||||
"bots": "Bots",
|
||||
"ping": "Ping"
|
||||
"ping": "Latencia"
|
||||
},
|
||||
"urbackup": {
|
||||
"ok": "OK",
|
||||
@@ -846,19 +853,19 @@
|
||||
"sitesUp": "Sitios activos",
|
||||
"sitesDown": "Sitios inactivos",
|
||||
"paused": "Pausado",
|
||||
"notyetchecked": "Aún no verificado",
|
||||
"notyetchecked": "Aún no comprobado",
|
||||
"up": "Activo",
|
||||
"seemsdown": "Parece caída",
|
||||
"seemsdown": "Parece caído",
|
||||
"down": "Inactivo",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "En cine",
|
||||
"inCinemas": "En cines",
|
||||
"physicalRelease": "Lanzamiento en físico",
|
||||
"digitalRelease": "Lanzamiento en digital",
|
||||
"noEventsToday": "¡Sin eventos para hoy!",
|
||||
"noEventsFound": "No se encontraron eventos",
|
||||
"errorWhenLoadingData": "Error when loading calendar data"
|
||||
"errorWhenLoadingData": "Error al cargar los datos del calendario"
|
||||
},
|
||||
"romm": {
|
||||
"platforms": "Plataformas",
|
||||
@@ -886,7 +893,7 @@
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Notificaciones",
|
||||
"issues": "Números",
|
||||
"issues": "Incidencias",
|
||||
"pulls": "Solicitudes de cambios",
|
||||
"repositories": "Repositorios"
|
||||
},
|
||||
@@ -924,9 +931,9 @@
|
||||
"bans": "Baneos"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Conectado",
|
||||
"enabled": "Activado",
|
||||
"disabled": "Desactivado",
|
||||
"connected": "Conectados",
|
||||
"enabled": "Activo",
|
||||
"disabled": "Inactivos",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -936,7 +943,7 @@
|
||||
"banned": "Baneado"
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"ping": "Latencia",
|
||||
"download": "Descarga",
|
||||
"upload": "Subida"
|
||||
},
|
||||
@@ -985,7 +992,7 @@
|
||||
"last_seen": "Visto por última vez",
|
||||
"status": "Estado",
|
||||
"online": "En línea",
|
||||
"offline": "Desconectado"
|
||||
"offline": "Fuera de línea"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Nombre",
|
||||
@@ -1016,7 +1023,7 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Grupos",
|
||||
"issues": "Números",
|
||||
"issues": "Incidencias",
|
||||
"merges": "Solicitudes de fusión",
|
||||
"projects": "Proyectos"
|
||||
},
|
||||
@@ -1052,7 +1059,60 @@
|
||||
"other": "Otros"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
"serviceErrors": "Problemas de servicio",
|
||||
"hostErrors": "Problemas de host"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "En ejecución",
|
||||
"stopped": "Detenido",
|
||||
"down": "Inactivo",
|
||||
"unhealthy": "En mal estado",
|
||||
"unknown": "Desconocido",
|
||||
"servers": "Servidores",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Contenedores"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Disponible",
|
||||
"used": "Usado",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Suscripciones",
|
||||
"thisMonthlyCost": "Este mes",
|
||||
"nextMonthlyCost": "Próximo mes",
|
||||
"previousMonthlyCost": "Mes anterior",
|
||||
"nextRenewingSubscription": "Próximo pago"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Iniciado",
|
||||
"STOPPED": "Detenido",
|
||||
"NEW_ARRAY": "Nueva matriz",
|
||||
"RECON_DISK": "Reconstruyendo disco",
|
||||
"DISABLE_DISK": "Disco deshabilitado",
|
||||
"SWAP_DSBL": "Swap deshabilitado",
|
||||
"INVALID_EXPANSION": "Expansión inválida",
|
||||
"PARITY_NOT_BIGGEST": "Paridad no es el más grande",
|
||||
"TOO_MANY_MISSING_DISKS": "Demasiados discos faltantes",
|
||||
"NEW_DISK_TOO_SMALL": "Nuevo disco demasiado pequeño",
|
||||
"NO_DATA_DISKS": "Sin discos de datos",
|
||||
"notifications": "Notificaciones",
|
||||
"status": "Estado",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memoria usada",
|
||||
"memoryAvailable": "Memoria disponible",
|
||||
"arrayUsed": "Matriz usada",
|
||||
"arrayFree": "Matriz libre",
|
||||
"poolUsed": "{{pool}} Usado",
|
||||
"poolFree": "{{pool}} Libre"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "WLAN Erabiltzaileak",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "Itxaron mesedez",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
@@ -93,8 +93,8 @@
|
||||
"http_status": "HTTP status",
|
||||
"error": "Error",
|
||||
"response": "Erantzuna",
|
||||
"down": "Behera",
|
||||
"up": "Gora",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
@@ -111,8 +111,8 @@
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Guztira",
|
||||
"unknown": "Ezezaguna"
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Produkzioak",
|
||||
@@ -144,8 +144,8 @@
|
||||
"uptime": "Uptime",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Behera",
|
||||
"up": "Gora",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"received": "Received",
|
||||
"sent": "Bidalita",
|
||||
"externalIPAddress": "Ext. IP",
|
||||
@@ -170,7 +170,7 @@
|
||||
"tautulli": {
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bit-tasa",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
@@ -189,7 +189,7 @@
|
||||
"plex": {
|
||||
"streams": "Active Streams",
|
||||
"albums": "Albums",
|
||||
"movies": "Filmak",
|
||||
"movies": "Movies",
|
||||
"tv": "TV Shows"
|
||||
},
|
||||
"sabnzbd": {
|
||||
@@ -199,18 +199,18 @@
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Active",
|
||||
"upload": "Kargatu",
|
||||
"download": "Jeitsierak"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Kargatu",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Kargatu",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -223,8 +223,8 @@
|
||||
"invalid": "Invalid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Kargatu",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -233,25 +233,25 @@
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Kargatu",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Serieak",
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Ezezaguna"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Wanted",
|
||||
"missing": "Missing",
|
||||
"queued": "Queued",
|
||||
"movies": "Filmak",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Ezezaguna"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Wanted",
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
@@ -284,8 +285,8 @@
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Guztira",
|
||||
"connected": "Konektatuta",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
},
|
||||
@@ -302,20 +303,20 @@
|
||||
"latency": "Latency"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Kargatu",
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"total": "Guztira"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Irakurri gabe",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
@@ -366,7 +373,7 @@
|
||||
"npm": {
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Guztira"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Configure one or more crypto currencies to track",
|
||||
@@ -405,7 +412,7 @@
|
||||
"medusa": {
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Serieak"
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Jokalariak",
|
||||
@@ -416,7 +423,7 @@
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "Irakurri gabe"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Users",
|
||||
@@ -432,14 +439,14 @@
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Itxaron mesedez",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Guztira",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Erabilita",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "Up to Date",
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Gora",
|
||||
"up": "Up",
|
||||
"pending": "Pending",
|
||||
"down": "Behera"
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "New",
|
||||
"up": "Gora",
|
||||
"up": "Up",
|
||||
"grace": "In Grace Period",
|
||||
"down": "Behera",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
@@ -563,7 +570,7 @@
|
||||
"speed": "Speed",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Guztira"
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -580,17 +587,17 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "Bit-tasa",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"unknown": "Ezezaguna"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "Guztira"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -647,8 +654,8 @@
|
||||
"load": "Load Avg",
|
||||
"memory": "Mem Usage",
|
||||
"wanStatus": "WAN Status",
|
||||
"up": "Gora",
|
||||
"down": "Behera",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "Temp",
|
||||
"disk": "Disk Usage",
|
||||
"wanIP": "WAN IP"
|
||||
@@ -673,29 +680,29 @@
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Serieak",
|
||||
"series": "Series",
|
||||
"archives": "Archives",
|
||||
"chapters": "Chapters",
|
||||
"categories": "Categories"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Serieak",
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Egun",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Serieak",
|
||||
"series": "Series",
|
||||
"issues": "Arazoak",
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
"photos": "Argazkiak",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"people": "People"
|
||||
},
|
||||
@@ -773,7 +780,7 @@
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Serieak"
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Queue",
|
||||
@@ -782,7 +789,7 @@
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Serieak",
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
@@ -805,7 +812,7 @@
|
||||
"name": "Izena",
|
||||
"map": "Mapa",
|
||||
"currentPlayers": "Current players",
|
||||
"players": "Jokalariak",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Max players",
|
||||
"bots": "Bots",
|
||||
"ping": "Ping"
|
||||
@@ -824,7 +831,7 @@
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Deskargatzen",
|
||||
"total": "Guztira",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
@@ -833,8 +840,8 @@
|
||||
"openwrt": {
|
||||
"uptime": "Uptime",
|
||||
"cpuLoad": "CPU Load Avg (5m)",
|
||||
"up": "Gora",
|
||||
"down": "Behera",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"bytesTx": "Transmitted",
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
@@ -847,10 +854,10 @@
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Paused",
|
||||
"notyetchecked": "Not Yet Checked",
|
||||
"up": "Gora",
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Behera",
|
||||
"unknown": "Ezezaguna"
|
||||
"down": "Down",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "In cinemas",
|
||||
@@ -881,12 +888,12 @@
|
||||
"plantit": {
|
||||
"events": "Ekitaldiak",
|
||||
"plants": "Landareak",
|
||||
"photos": "Argazkiak",
|
||||
"photos": "Photos",
|
||||
"species": "Species"
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Jakinarazpenak",
|
||||
"issues": "Arazoak",
|
||||
"issues": "Issues",
|
||||
"pulls": "Pull Requests",
|
||||
"repositories": "Repositories"
|
||||
},
|
||||
@@ -902,8 +909,8 @@
|
||||
"galleries": "Galleries",
|
||||
"performers": "Performers",
|
||||
"studios": "Studios",
|
||||
"movies": "Filmak",
|
||||
"tags": "Etiketak",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
@@ -924,10 +931,10 @@
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Konektatuta",
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Guztira"
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"download": "Jeitsierak",
|
||||
"upload": "Kargatu"
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -955,11 +962,11 @@
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
"collections": "Bildumak",
|
||||
"tags": "Etiketak"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informazioa",
|
||||
"information": "Information",
|
||||
"warning": "Abisua",
|
||||
"average": "Batez besteko",
|
||||
"high": "Altua",
|
||||
@@ -980,7 +987,7 @@
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "Izena",
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Status",
|
||||
@@ -988,10 +995,10 @@
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Izena",
|
||||
"name": "Name",
|
||||
"systems": "Systems",
|
||||
"up": "Gora",
|
||||
"down": "Behera",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
@@ -1005,7 +1012,7 @@
|
||||
"apps": "Aplikazioak",
|
||||
"synced": "Sinkronizatuta",
|
||||
"outOfSync": "Out Of Sync",
|
||||
"healthy": "Osasuntsu",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Missing",
|
||||
@@ -1016,7 +1023,7 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Taldeak",
|
||||
"issues": "Arazoak",
|
||||
"issues": "Issues",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "Proiektuak"
|
||||
},
|
||||
@@ -1032,12 +1039,12 @@
|
||||
"archived": "Archived",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Lists",
|
||||
"tags": "Etiketak"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Network",
|
||||
"connected": "Konektatuta",
|
||||
"disconnected": "Deskonektatuta",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
@@ -1046,13 +1053,66 @@
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Abestiak",
|
||||
"movies": "Filmak",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "WLAN Users",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "Odota, ole hyvä",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
@@ -111,7 +111,7 @@
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Yhteensä",
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Tila",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Unconfigured",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Toistaa",
|
||||
"transcoding": "Transkoodaa",
|
||||
"bitrate": "Bittinopeus",
|
||||
"no_active": "Ei aktiivisia striimejä",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "TV Shows"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Nopeus",
|
||||
"rate": "Rate",
|
||||
"queue": "Jono",
|
||||
"timeleft": "Aikaa jäljellä"
|
||||
},
|
||||
@@ -242,25 +242,25 @@
|
||||
"wanted": "Haluttu",
|
||||
"queued": "Jonossa",
|
||||
"series": "Series",
|
||||
"queue": "Jono",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Haluttu",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Missing",
|
||||
"queued": "Jonossa",
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Jono",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Haluttu",
|
||||
"queued": "Jonossa",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artists"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Haluttu",
|
||||
"queued": "Jonossa",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "Kirjoja"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,18 +273,19 @@
|
||||
"available": "Saatavilla"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Vireillä",
|
||||
"approved": "Hyväksytty",
|
||||
"available": "Saatavilla"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Vireillä",
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"approved": "Hyväksytty",
|
||||
"available": "Saatavilla"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Yhteensä",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -296,8 +297,8 @@
|
||||
"gravity": "Vakavuus"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Kyselyjä",
|
||||
"blocked": "Estetty",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "Suodatettu",
|
||||
"latency": "Viive"
|
||||
},
|
||||
@@ -309,10 +310,10 @@
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "Pysäytetty",
|
||||
"total": "Yhteensä"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Ladattu",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Ago"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Kyselyjä",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Estetty",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Asiakasohjelmia"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Jono",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Saved"
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "Palveluja",
|
||||
"middleware": "Middlewareja"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Ei aktiivisia striimejä",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Odota, ole hyvä"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "Käytössä",
|
||||
"disabled": "Poissa käytöstä",
|
||||
"total": "Yhteensä"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Määritä yksi tai useampi kryptovaluutta seurattavaksi",
|
||||
@@ -377,13 +384,13 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Sovelluksia",
|
||||
"clients": "Asiakasohjelmia",
|
||||
"clients": "Clients",
|
||||
"messages": "Viestejä"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Indeksoijia",
|
||||
"numberOfGrabs": "Nappauksia",
|
||||
"numberOfQueries": "Kyselyjä",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Epäonnistuneita nappauksia",
|
||||
"numberOfFailQueries": "Epäonnistuneita kyselyjä"
|
||||
},
|
||||
@@ -395,7 +402,7 @@
|
||||
"numActiveSessions": "Istuntoja",
|
||||
"numConnections": "Yhteyksiä",
|
||||
"dataRelayed": "Välitetty",
|
||||
"transferRate": "Nopeus"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Users",
|
||||
@@ -403,14 +410,14 @@
|
||||
"domain_count": "Verkkotunnuksia"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Haluttu",
|
||||
"queued": "Jonossa",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "Version",
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Offline"
|
||||
},
|
||||
@@ -431,15 +438,15 @@
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Kuorma",
|
||||
"wait": "Odota, ole hyvä",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Yhteensä",
|
||||
"free": "Vapaana",
|
||||
"used": "Käytetty",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "Vireillä",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,13 +550,13 @@
|
||||
"containers_failed": "Failed"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Hyväksytty",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Rejected",
|
||||
"filters": "Filters",
|
||||
"indexers": "Indeksoijia"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Jono",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Channels",
|
||||
"playlists": "Playlists"
|
||||
@@ -561,9 +568,9 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "Aktiivinen",
|
||||
"queue": "Jono",
|
||||
"total": "Yhteensä"
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -580,7 +587,7 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "Bittinopeus",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
@@ -590,7 +597,7 @@
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "Yhteensä"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -601,7 +608,7 @@
|
||||
"low_battery": "Low Battery"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "Odota, ole hyvä",
|
||||
"wait": "Please Wait",
|
||||
"no_devices": "No Device Data Received"
|
||||
},
|
||||
"mikrotik": {
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "Tila",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "Tila"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -681,17 +688,17 @@
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Series",
|
||||
"books": "Kirjoja"
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Saatavilla"
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "Haluttu"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Jono",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Kirjoja",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -770,14 +777,14 @@
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Kirjoja",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Jono",
|
||||
"downloadBytesRemaining": "Jäljellä",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
@@ -787,7 +794,7 @@
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -796,10 +803,10 @@
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "Hyväksytty"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
@@ -824,9 +831,9 @@
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "Yhteensä",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Pysäytetty",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
@@ -839,7 +846,7 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
@@ -869,7 +876,7 @@
|
||||
"totalfilesize": "Total Size"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Verkkotunnuksia",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Mailboxes",
|
||||
"mails": "Mails",
|
||||
"storage": "Storage"
|
||||
@@ -925,9 +932,9 @@
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "Käytössä",
|
||||
"disabled": "Poissa käytöstä",
|
||||
"total": "Yhteensä"
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -983,7 +990,7 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Tila",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
@@ -993,8 +1000,8 @@
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Vireillä",
|
||||
"status": "Tila",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Tila",
|
||||
"load": "Kuorma",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Aikaa jäljellä"
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1039,7 +1046,7 @@
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Saatavilla",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,16 +21,16 @@
|
||||
"seconds": "s"
|
||||
},
|
||||
"widget": {
|
||||
"missing_type": "Type de widget manquant: {{type}}",
|
||||
"missing_type": "Type de widget manquant : {{type}}",
|
||||
"api_error": "Erreur API",
|
||||
"information": "Informations",
|
||||
"status": "Statut",
|
||||
"status": "État",
|
||||
"url": "URL",
|
||||
"raw_error": "Erreur brute",
|
||||
"response_data": "Données de réponse"
|
||||
},
|
||||
"weather": {
|
||||
"current": "Localisation actuelle",
|
||||
"current": "Emplacement actuel",
|
||||
"allow": "Cliquez pour autoriser",
|
||||
"updating": "Mise à jour",
|
||||
"wait": "Veuillez patienter"
|
||||
@@ -40,14 +40,14 @@
|
||||
},
|
||||
"resources": {
|
||||
"cpu": "CPU",
|
||||
"mem": "MÉM",
|
||||
"mem": "RAM",
|
||||
"total": "Total",
|
||||
"free": "Libre",
|
||||
"used": "Utilisé",
|
||||
"load": "Charge",
|
||||
"temp": "Temp",
|
||||
"temp": "Température",
|
||||
"max": "Max",
|
||||
"uptime": "Up"
|
||||
"uptime": "Actif"
|
||||
},
|
||||
"unifi": {
|
||||
"users": "Utilisateurs",
|
||||
@@ -61,7 +61,7 @@
|
||||
"wlan_devices": "Périphériques WLAN",
|
||||
"lan_users": "Utilisateurs LAN",
|
||||
"wlan_users": "Utilisateurs WLAN",
|
||||
"up": "Up",
|
||||
"up": "ACTIF",
|
||||
"down": "INACTIF",
|
||||
"wait": "Veuillez patienter",
|
||||
"empty_data": "Statut du sous-système inconnu"
|
||||
@@ -69,43 +69,43 @@
|
||||
"docker": {
|
||||
"rx": "Rx",
|
||||
"tx": "Tx",
|
||||
"mem": "MÉM",
|
||||
"mem": "RAM",
|
||||
"cpu": "CPU",
|
||||
"running": "Démarré",
|
||||
"offline": "Hors ligne",
|
||||
"offline": "Stoppé",
|
||||
"error": "Erreur",
|
||||
"unknown": "Inconnu",
|
||||
"healthy": "Fonctionnel",
|
||||
"starting": "Démarrage",
|
||||
"unhealthy": "Mauvaise santé",
|
||||
"not_found": "Introuvable",
|
||||
"not_found": "Inconnu",
|
||||
"exited": "Arrêté",
|
||||
"partial": "Partiel"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Erreur",
|
||||
"ping": "Latence",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"down": "Hors ligne",
|
||||
"up": "En ligne",
|
||||
"not_available": "Non disponible"
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "Statut HTTP",
|
||||
"error": "Erreur",
|
||||
"response": "Réponse",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"down": "Hors ligne",
|
||||
"up": "En ligne",
|
||||
"not_available": "Non disponible"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "En lecture",
|
||||
"transcoding": "Transcodage",
|
||||
"bitrate": "Débit",
|
||||
"no_active": "Aucun flux actif",
|
||||
"no_active": "Aucune lecture en cours",
|
||||
"movies": "Films",
|
||||
"series": "Séries",
|
||||
"episodes": "Épisodes",
|
||||
"songs": "Chansons"
|
||||
"songs": "Morceaux"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Hors ligne",
|
||||
@@ -117,35 +117,35 @@
|
||||
"evcc": {
|
||||
"pv_power": "Production",
|
||||
"battery_soc": "Batterie",
|
||||
"grid_power": "Grille",
|
||||
"grid_power": "Réseau",
|
||||
"home_power": "Consommation",
|
||||
"charge_power": "Chargeur",
|
||||
"charge_power": "Charge",
|
||||
"kilowatt": "kW"
|
||||
},
|
||||
"flood": {
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
"upload": "Envoi",
|
||||
"leech": "En téléchargement",
|
||||
"seed": "En partage"
|
||||
},
|
||||
"freshrss": {
|
||||
"subscriptions": "Abonnements",
|
||||
"unread": "Non lu"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Statut",
|
||||
"connectionStatusUnconfigured": "Non-configuré",
|
||||
"connectionStatus": "État",
|
||||
"connectionStatusUnconfigured": "Non configuré",
|
||||
"connectionStatusConnecting": "Connexion en cours",
|
||||
"connectionStatusAuthenticating": "Authentification en cours",
|
||||
"connectionStatusAuthenticating": "En cours d'authentification",
|
||||
"connectionStatusPendingDisconnect": "Déconnexion en attente",
|
||||
"connectionStatusDisconnecting": "Déconnexion en cours",
|
||||
"connectionStatusDisconnected": "Déconnecté",
|
||||
"connectionStatusConnected": "Connecté",
|
||||
"uptime": "Démarré depuis",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"maxDown": "Réception max.",
|
||||
"maxUp": "Envoi max.",
|
||||
"down": "Réception",
|
||||
"up": "Envoi",
|
||||
"received": "Reçu",
|
||||
"sent": "Envoyé",
|
||||
"externalIPAddress": "IP externe",
|
||||
@@ -153,12 +153,12 @@
|
||||
"externalIPv6Prefix": "Préfixe IPv6 externe"
|
||||
},
|
||||
"caddy": {
|
||||
"upstreams": "En amont",
|
||||
"requests": "Demandes en cours",
|
||||
"requests_failed": "Demandes échouées"
|
||||
"upstreams": "Upstreams",
|
||||
"requests": "Requêtes en cours",
|
||||
"requests_failed": "Requêtes échouées"
|
||||
},
|
||||
"changedetectionio": {
|
||||
"totalObserved": "Total Observé",
|
||||
"totalObserved": "Total observé",
|
||||
"diffsDetected": "Différences détectées"
|
||||
},
|
||||
"channelsdvrserver": {
|
||||
@@ -168,14 +168,14 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "En lecture",
|
||||
"playing": "En cours de lecture",
|
||||
"transcoding": "Transcodage",
|
||||
"bitrate": "Débit",
|
||||
"no_active": "Aucun flux actif",
|
||||
"no_active": "Aucune lecture en cours",
|
||||
"plex_connection_error": "Vérifier la connexion à Plex"
|
||||
},
|
||||
"omada": {
|
||||
"connectedAp": "AP connectés",
|
||||
"connectedAp": "APs connectées",
|
||||
"activeUser": "Périphériques actifs",
|
||||
"alerts": "Alertes",
|
||||
"connectedGateways": "Passerelles connectées",
|
||||
@@ -187,80 +187,80 @@
|
||||
"downloaded": "Téléchargé"
|
||||
},
|
||||
"plex": {
|
||||
"streams": "Flux actif",
|
||||
"streams": "Lectures en cours",
|
||||
"albums": "Albums",
|
||||
"movies": "Films",
|
||||
"tv": "Séries"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Débit",
|
||||
"queue": "En attente",
|
||||
"queue": "File d'attente",
|
||||
"timeleft": "Temps restant"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Actif",
|
||||
"upload": "Téléverser",
|
||||
"download": "Récep."
|
||||
"upload": "Envoi",
|
||||
"download": "Réception"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
"download": "Réception",
|
||||
"upload": "Envoi",
|
||||
"leech": "En téléchargement",
|
||||
"seed": "En partage"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
"download": "Réception",
|
||||
"upload": "Envoi",
|
||||
"leech": "En téléchargement",
|
||||
"seed": "En partage"
|
||||
},
|
||||
"qnap": {
|
||||
"cpuUsage": "Processeur utilisé",
|
||||
"memUsage": "Mémoire utilisée",
|
||||
"cpuUsage": "Utilisation CPU",
|
||||
"memUsage": "RAM utilisée",
|
||||
"systemTempC": "Température système",
|
||||
"poolUsage": "Utilisation de la pool",
|
||||
"volumeUsage": "Utilisation du volume",
|
||||
"invalid": "Invalide"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
"download": "Réception",
|
||||
"upload": "Envoi",
|
||||
"leech": "En téléchargement",
|
||||
"seed": "En partage"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Octets de la mémoire cache",
|
||||
"cachemissbytes": "Octets manquants du cache"
|
||||
"cachehitbytes": "Cache Hit (B)",
|
||||
"cachemissbytes": "Cache Miss (B)"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
"download": "Réception",
|
||||
"upload": "Envoi",
|
||||
"leech": "En téléchargement",
|
||||
"seed": "En partage"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Demandé",
|
||||
"queued": "En file d'attente",
|
||||
"wanted": "Recherché",
|
||||
"queued": "En attente",
|
||||
"series": "Séries",
|
||||
"queue": "En attente",
|
||||
"queue": "File d'attente",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Demandé",
|
||||
"wanted": "Recherché",
|
||||
"missing": "Manquant",
|
||||
"queued": "En file d'attente",
|
||||
"queued": "En attente",
|
||||
"movies": "Films",
|
||||
"queue": "En attente",
|
||||
"queue": "File d'attente",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Demandé",
|
||||
"queued": "En file d'attente",
|
||||
"wanted": "Recherché",
|
||||
"queued": "En attente",
|
||||
"artists": "Artistes"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Demandé",
|
||||
"queued": "En file d'attente",
|
||||
"wanted": "Recherché",
|
||||
"queued": "En attente",
|
||||
"books": "Livres"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "En attente",
|
||||
"approved": "Approuvé",
|
||||
"available": "Disponible"
|
||||
"available": "Disponible",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "En attente",
|
||||
@@ -302,12 +303,12 @@
|
||||
"latency": "Latence"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Téléverser",
|
||||
"download": "Récep.",
|
||||
"upload": "Envoi",
|
||||
"download": "Réception",
|
||||
"ping": "Latence"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Démarré",
|
||||
"running": "En cours d'exécution",
|
||||
"stopped": "Arrêté",
|
||||
"total": "Total"
|
||||
},
|
||||
@@ -315,7 +316,7 @@
|
||||
"download": "Téléchargé",
|
||||
"nondownload": "Non téléchargé",
|
||||
"read": "Lu",
|
||||
"unread": "Non lu",
|
||||
"unread": "Non llu",
|
||||
"downloadedread": "Téléchargé et lu",
|
||||
"downloadedunread": "Téléchargé et non lu",
|
||||
"nondownloadedread": "Non téléchargé et lu",
|
||||
@@ -349,7 +350,7 @@
|
||||
"totalClients": "Clients"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "En attente",
|
||||
"queue": "File d'attente",
|
||||
"processed": "Traité",
|
||||
"errored": "Erroné",
|
||||
"saved": "Enregistré"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Taille de la base de données",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Aucun flux actif",
|
||||
"nothing_streaming": "Aucune lecture en cours",
|
||||
"please_wait": "Merci de patienter"
|
||||
},
|
||||
"npm": {
|
||||
@@ -389,13 +396,13 @@
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Configuré",
|
||||
"errored": "Erroné"
|
||||
"errored": "Échoué"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sessions",
|
||||
"numConnections": "Connexions",
|
||||
"dataRelayed": "Relayé",
|
||||
"transferRate": "Débit"
|
||||
"transferRate": "Taux de transfert"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Utilisateurs",
|
||||
@@ -403,8 +410,8 @@
|
||||
"domain_count": "Domaines"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Demandé",
|
||||
"queued": "En file d'attente",
|
||||
"wanted": "Recherché",
|
||||
"queued": "En attente",
|
||||
"series": "Séries"
|
||||
},
|
||||
"minecraft": {
|
||||
@@ -424,7 +431,7 @@
|
||||
"failedLoginsLast24H": "Connexions échouées (24 h)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "MÉM",
|
||||
"mem": "RAM",
|
||||
"cpu": "CPU",
|
||||
"lxc": "LXC",
|
||||
"vms": "VMs"
|
||||
@@ -433,10 +440,10 @@
|
||||
"cpu": "CPU",
|
||||
"load": "Charge",
|
||||
"wait": "Veuillez patienter",
|
||||
"temp": "Temp",
|
||||
"_temp": "Température",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Alerte",
|
||||
"uptime": "Up",
|
||||
"uptime": "Démarré depuis",
|
||||
"total": "Total",
|
||||
"free": "Libre",
|
||||
"used": "Utilisé",
|
||||
@@ -468,17 +475,17 @@
|
||||
"3-day": "Nuageux",
|
||||
"3-night": "Nuageux",
|
||||
"45-day": "Brumeux",
|
||||
"45-night": "Brumeux",
|
||||
"48-day": "Brumeux",
|
||||
"48-night": "Brumeux",
|
||||
"45-night": "Brouillard",
|
||||
"48-day": "Brouillard",
|
||||
"48-night": "Brouillard",
|
||||
"51-day": "Bruine légère",
|
||||
"51-night": "Bruine légère",
|
||||
"51-night": "Faible bruine",
|
||||
"53-day": "Bruine",
|
||||
"53-night": "Bruine",
|
||||
"55-day": "Bruine épaisse",
|
||||
"55-night": "Bruine épaisse",
|
||||
"56-day": "Légère bruine verglaçante",
|
||||
"56-night": "Légère bruine verglaçante",
|
||||
"56-night": "Faible bruine verglaçante",
|
||||
"57-day": "Bruine verglaçante",
|
||||
"57-night": "Bruine verglaçante",
|
||||
"61-day": "Pluie légère",
|
||||
@@ -496,15 +503,15 @@
|
||||
"73-day": "Neige",
|
||||
"73-night": "Neige",
|
||||
"75-day": "Neige abondante",
|
||||
"75-night": "Neige abondante",
|
||||
"75-night": "Fortes chutes de neige",
|
||||
"77-day": "Grains de neige",
|
||||
"77-night": "Grains de neige",
|
||||
"77-night": "Neige en grains",
|
||||
"80-day": "Averses légères",
|
||||
"80-night": "Averses légères",
|
||||
"81-day": "Averses",
|
||||
"81-night": "Averses",
|
||||
"82-day": "Averses fortes",
|
||||
"82-night": "Averses fortes",
|
||||
"82-night": "Fortes averses",
|
||||
"85-day": "Averses de neige",
|
||||
"85-night": "Averses de neige",
|
||||
"86-day": "Averses de neige",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "À jour",
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"up": "En ligne",
|
||||
"pending": "En attente",
|
||||
"down": "Down"
|
||||
"down": "Hors ligne"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Nouveau",
|
||||
"up": "Up",
|
||||
"up": "En ligne",
|
||||
"grace": "En Période de Grâce",
|
||||
"down": "Down",
|
||||
"down": "Hors ligne",
|
||||
"paused": "En Pause",
|
||||
"status": "Statut",
|
||||
"last_ping": "Dernier Ping",
|
||||
@@ -546,10 +553,10 @@
|
||||
"approvedPushes": "Approuvé",
|
||||
"rejectedPushes": "Rejeté",
|
||||
"filters": "Filtres",
|
||||
"indexers": "Indexeur"
|
||||
"indexers": "Indexeurs"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "En attente",
|
||||
"downloads": "File d'attente",
|
||||
"videos": "Vidéos",
|
||||
"channels": "Chaînes",
|
||||
"playlists": "Listes de lecture"
|
||||
@@ -562,7 +569,7 @@
|
||||
"pyload": {
|
||||
"speed": "Débit",
|
||||
"active": "Actif",
|
||||
"queue": "En attente",
|
||||
"queue": "File d'attente",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
@@ -601,7 +608,7 @@
|
||||
"low_battery": "Batterie Faible"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "Merci de patienter",
|
||||
"wait": "Veuillez patienter",
|
||||
"no_devices": "Aucune donnée d'appareil reçue"
|
||||
},
|
||||
"mikrotik": {
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Tous les flux",
|
||||
"streams_active": "Flux actif",
|
||||
"streams_active": "Lectures en cours",
|
||||
"streams_xepg": "Canal XEPG"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,9 +629,9 @@
|
||||
"limit": "Limite"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "Charge du processeur",
|
||||
"cpu": "Charge CPU",
|
||||
"memory": "Mémoire utilisée",
|
||||
"wanUpload": "WAN Envoi",
|
||||
"wanUpload": "Envoi WAN",
|
||||
"wanDownload": "WAN Récep."
|
||||
},
|
||||
"moonraker": {
|
||||
@@ -647,9 +654,9 @@
|
||||
"load": "Charge moy.",
|
||||
"memory": "Util. Mém.",
|
||||
"wanStatus": "Statut WAN",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "Température",
|
||||
"up": "Haut",
|
||||
"down": "Bas",
|
||||
"temp": "Temp",
|
||||
"disk": "Util. Disque",
|
||||
"wanIP": "IP WAN"
|
||||
},
|
||||
@@ -666,8 +673,8 @@
|
||||
"storage": "Stockage"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "En ligne",
|
||||
"down": "Hors ligne",
|
||||
"up": "Sites actifs",
|
||||
"down": "Sites inactifs",
|
||||
"uptime": "Démarré depuis",
|
||||
"incident": "Incident",
|
||||
"m": "m"
|
||||
@@ -685,13 +692,13 @@
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Jours",
|
||||
"uptime": "Démarré depuis",
|
||||
"uptime": "Disponibilité",
|
||||
"volumeAvailable": "Disponible"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Séries",
|
||||
"issues": "Anomalies",
|
||||
"wanted": "Demandé"
|
||||
"wanted": "Recherché"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
@@ -700,8 +707,8 @@
|
||||
"people": "Personnes"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "En attente",
|
||||
"processing": "En cours de traitement",
|
||||
"queue": "File d'attente",
|
||||
"processing": "En traitement",
|
||||
"processed": "Traité",
|
||||
"time": "Temps"
|
||||
},
|
||||
@@ -747,7 +754,7 @@
|
||||
"gatus": {
|
||||
"up": "En ligne",
|
||||
"down": "Hors ligne",
|
||||
"uptime": "Démarré depuis"
|
||||
"uptime": "Disponibilité"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "Aujourd'hui",
|
||||
@@ -776,10 +783,10 @@
|
||||
"series": "Séries"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "En attente",
|
||||
"downloadCount": "File d'attente",
|
||||
"downloadBytesRemaining": "Restant",
|
||||
"downloadTotalBytes": "Taille",
|
||||
"downloadSpeed": "Débit"
|
||||
"downloadSpeed": "Vitesse"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Séries",
|
||||
@@ -825,31 +832,31 @@
|
||||
"openmediavault": {
|
||||
"downloading": "Téléchargement",
|
||||
"total": "Total",
|
||||
"running": "Démarré",
|
||||
"running": "Actif",
|
||||
"stopped": "Arrêté",
|
||||
"passed": "Réussi",
|
||||
"failed": "Échoué"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Démarré depuis",
|
||||
"uptime": "Disponibilité",
|
||||
"cpuLoad": "Charge moyenne CPU (5 min)",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"up": "Actif",
|
||||
"down": "Inactif",
|
||||
"bytesTx": "Transmis",
|
||||
"bytesRx": "Reçu"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Statut",
|
||||
"uptime": "Démarré depuis",
|
||||
"uptime": "Disponibilité",
|
||||
"lastDown": "Dernière interruption",
|
||||
"downDuration": "Durée d'interruption",
|
||||
"sitesUp": "En ligne",
|
||||
"sitesDown": "Hors ligne",
|
||||
"paused": "En Pause",
|
||||
"sitesUp": "Sites actifs",
|
||||
"sitesDown": "Sites inactifs",
|
||||
"paused": "En pause",
|
||||
"notyetchecked": "Non vérifié",
|
||||
"up": "Up",
|
||||
"up": "En ligne",
|
||||
"seemsdown": "Semble hors ligne",
|
||||
"down": "Down",
|
||||
"down": "Hors ligne",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"calendar": {
|
||||
@@ -858,7 +865,7 @@
|
||||
"digitalRelease": "Sortie numérique",
|
||||
"noEventsToday": "Rien pour aujourd'hui !",
|
||||
"noEventsFound": "Aucun événement trouvé",
|
||||
"errorWhenLoadingData": "Error when loading calendar data"
|
||||
"errorWhenLoadingData": "Erreur lors du chargement du calendrier"
|
||||
},
|
||||
"romm": {
|
||||
"platforms": "Plateformes",
|
||||
@@ -886,7 +893,7 @@
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Notifications",
|
||||
"issues": "Anomalies",
|
||||
"issues": "Tickets",
|
||||
"pulls": "Demandes de tirage",
|
||||
"repositories": "Dépôts"
|
||||
},
|
||||
@@ -903,7 +910,7 @@
|
||||
"performers": "Acteurs",
|
||||
"studios": "Studios",
|
||||
"movies": "Films",
|
||||
"tags": "Étiquettes",
|
||||
"tags": "Tags",
|
||||
"oCount": "0 Compte"
|
||||
},
|
||||
"tandoor": {
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Latence",
|
||||
"download": "Récep.",
|
||||
"upload": "Téléverser"
|
||||
"download": "Réception",
|
||||
"upload": "Envoi"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -949,13 +956,13 @@
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "Caméras",
|
||||
"uptime": "Démarré depuis",
|
||||
"uptime": "Disponibilité",
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Liens",
|
||||
"collections": "Collections",
|
||||
"tags": "Étiquettes"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Non classé",
|
||||
@@ -990,14 +997,14 @@
|
||||
"beszel": {
|
||||
"name": "Nom",
|
||||
"systems": "Systèmes",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "En Pause",
|
||||
"up": "En ligne",
|
||||
"down": "Hors ligne",
|
||||
"paused": "En pause",
|
||||
"pending": "En attente",
|
||||
"status": "Statut",
|
||||
"updated": "Mis à jour",
|
||||
"cpu": "CPU",
|
||||
"memory": "MÉM",
|
||||
"memory": "RAM",
|
||||
"disk": "Disque",
|
||||
"network": "Réseau"
|
||||
},
|
||||
@@ -1016,7 +1023,7 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Groupes",
|
||||
"issues": "Anomalies",
|
||||
"issues": "Tickets",
|
||||
"merges": "Demandes de fusion de branches",
|
||||
"projects": "Projets"
|
||||
},
|
||||
@@ -1032,7 +1039,7 @@
|
||||
"archived": "Archivé",
|
||||
"highlights": "À la une",
|
||||
"lists": "Listes",
|
||||
"tags": "Étiquettes"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Réseau",
|
||||
@@ -1042,11 +1049,11 @@
|
||||
"update_yes": "Disponible",
|
||||
"update_no": "À jour",
|
||||
"downloads": "Téléchargements",
|
||||
"uploads": "Téléversements",
|
||||
"uploads": "Envois",
|
||||
"sharedFiles": "Fichiers"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Chansons",
|
||||
"songs": "Morceaux",
|
||||
"movies": "Films",
|
||||
"episodes": "Épisodes",
|
||||
"other": "Autres"
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Problèmes de service",
|
||||
"hostErrors": "Problèmes d'hôte"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Démarré",
|
||||
"stopped": "Arrêté",
|
||||
"down": "Hors ligne",
|
||||
"unhealthy": "Non fonctionnel",
|
||||
"unknown": "Inconnu",
|
||||
"servers": "Serveurs",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Conteneurs"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Disponible",
|
||||
"used": "Utilisé",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Abonnements",
|
||||
"thisMonthlyCost": "Ce mois",
|
||||
"nextMonthlyCost": "Mois prochain",
|
||||
"previousMonthlyCost": "Mois précédent",
|
||||
"nextRenewingSubscription": "Prochain paiement"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
"date": "{{value, date}}",
|
||||
"relativeDate": "{{value, relativeDate}}",
|
||||
"duration": "{{value, duration}}",
|
||||
"months": "חודש",
|
||||
"days": "יום",
|
||||
"hours": "שעה",
|
||||
"minutes": "דקה",
|
||||
"seconds": "שניה"
|
||||
"months": "חודשים",
|
||||
"days": "ימים",
|
||||
"hours": "שעות",
|
||||
"minutes": "דקות",
|
||||
"seconds": "שניות"
|
||||
},
|
||||
"widget": {
|
||||
"missing_type": "סוג ווידג'ט חסר: {{type}}",
|
||||
@@ -61,16 +61,16 @@
|
||||
"wlan_devices": "מכשירים ב-WAN",
|
||||
"lan_users": "משתמשים ב-LAN",
|
||||
"wlan_users": "משתמשים ב-WLAN",
|
||||
"up": "זמן פעילות",
|
||||
"up": "למעלה",
|
||||
"down": "כבוי",
|
||||
"wait": "המתן בבקשה",
|
||||
"wait": "נא להמתין",
|
||||
"empty_data": "מצב תת-מערכת לא ידוע"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "זיכרון",
|
||||
"cpu": "מעבד",
|
||||
"cpu": "ניצול מעבד",
|
||||
"running": "רץ",
|
||||
"offline": "לא מקוון",
|
||||
"error": "שגיאה",
|
||||
@@ -108,8 +108,8 @@
|
||||
"songs": "שירים"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "לא מקוון",
|
||||
"offline_alt": "לא מקוון",
|
||||
"offline": "מכובה",
|
||||
"offline_alt": "מכובה",
|
||||
"online": "מקוון",
|
||||
"total": "סה\"כ",
|
||||
"unknown": "לא ידוע"
|
||||
@@ -169,8 +169,8 @@
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "מנגן",
|
||||
"transcoding": "מקודד",
|
||||
"bitrate": "סיביות",
|
||||
"transcoding": "המרת קידוד",
|
||||
"bitrate": "קצב נתונים",
|
||||
"no_active": "אין הזרמות פעילות",
|
||||
"plex_connection_error": "בדוק חיבור ל-Plex"
|
||||
},
|
||||
@@ -178,7 +178,7 @@
|
||||
"connectedAp": "נקודות גישה מחוברות",
|
||||
"activeUser": "מכשירים פעילים",
|
||||
"alerts": "התראות",
|
||||
"connectedGateways": "שערי רשת מחוברים (Gateway)",
|
||||
"connectedGateways": "נתבים מחוברים",
|
||||
"connectedSwitches": "נתבים מחוברים"
|
||||
},
|
||||
"nzbget": {
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "תוכניות טלוויזיה"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "יחס",
|
||||
"rate": "קצב",
|
||||
"queue": "תור",
|
||||
"timeleft": "זמן שנותר"
|
||||
},
|
||||
@@ -206,13 +206,13 @@
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"leech": "עלוקה",
|
||||
"seed": "זרע"
|
||||
"seed": "זורע"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"leech": "עלוקה",
|
||||
"seed": "זרע"
|
||||
"seed": "זורע"
|
||||
},
|
||||
"qnap": {
|
||||
"cpuUsage": "שימוש במעבד",
|
||||
@@ -226,7 +226,7 @@
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"leech": "עלוקה",
|
||||
"seed": "זרע"
|
||||
"seed": "זורע"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Cache Hit Bytes",
|
||||
@@ -236,7 +236,7 @@
|
||||
"download": "הורדה",
|
||||
"upload": "העלאה",
|
||||
"leech": "עלוקה",
|
||||
"seed": "זרע"
|
||||
"seed": "זורע"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "מבוקש",
|
||||
@@ -273,12 +273,13 @@
|
||||
"available": "זמין"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "ממתין",
|
||||
"pending": "ממתין לאישור",
|
||||
"approved": "מאושר",
|
||||
"available": "זמין"
|
||||
"available": "זמין",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "ממתין",
|
||||
"pending": "ממתין לאישור",
|
||||
"processing": "מעבד",
|
||||
"approved": "מאושר",
|
||||
"available": "זמין"
|
||||
@@ -304,7 +305,7 @@
|
||||
"speedtest": {
|
||||
"upload": "העלאה",
|
||||
"download": "הורדה",
|
||||
"ping": "פינג"
|
||||
"ping": "זמן תגובה"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "רץ",
|
||||
@@ -312,10 +313,10 @@
|
||||
"total": "סה\"כ"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "הורד",
|
||||
"download": "ירד",
|
||||
"nondownload": "לא הורד",
|
||||
"read": "נקרא",
|
||||
"unread": "לא נקרא",
|
||||
"read": "נקראו",
|
||||
"unread": "לא נקראו",
|
||||
"downloadedread": "ירד ונקרא",
|
||||
"downloadedunread": "ירד ולא נקרא",
|
||||
"nondownloadedread": "לא ירד ונקרא",
|
||||
@@ -344,7 +345,7 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "רקורסיבי",
|
||||
"totalCached": "נשמר במטמון",
|
||||
"totalBlocked": "נחסם",
|
||||
"totalBlocked": "חסומות",
|
||||
"totalDropped": "נפל",
|
||||
"totalClients": "לקוחות"
|
||||
},
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "שירותים",
|
||||
"middleware": "מתווך"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "גרסה",
|
||||
"notesCount": "הערות",
|
||||
"dbSize": "גודל מסד הנתונים",
|
||||
"unknown": "לא ידוע"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "אין הזרמות פעילות",
|
||||
"please_wait": "המתן בבקשה"
|
||||
@@ -389,13 +396,13 @@
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "מוגדר",
|
||||
"errored": "נכשל"
|
||||
"errored": "שגיאות"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "סשנים פעילים",
|
||||
"numConnections": "חיבורים",
|
||||
"dataRelayed": "דאטה שהועבר",
|
||||
"transferRate": "יחס"
|
||||
"transferRate": "קצב"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "משתמשים",
|
||||
@@ -403,7 +410,7 @@
|
||||
"domain_count": "דומיינים"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "מבוקש",
|
||||
"wanted": "רצוי",
|
||||
"queued": "בתור",
|
||||
"series": "סדרות"
|
||||
},
|
||||
@@ -416,7 +423,7 @@
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "נקרא",
|
||||
"unread": "לא נקרא"
|
||||
"unread": "לא נקראו"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "משתמשים",
|
||||
@@ -425,14 +432,14 @@
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "זיכרון",
|
||||
"cpu": "מעבד",
|
||||
"cpu": "ניצול מעבד",
|
||||
"lxc": "LXC",
|
||||
"vms": "VMs"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "מעבד",
|
||||
"cpu": "ניצול מעבד",
|
||||
"load": "עומס",
|
||||
"wait": "המתן בבקשה",
|
||||
"wait": "נא להמתין",
|
||||
"temp": "טמפ׳",
|
||||
"_temp": "טמפ׳",
|
||||
"warn": "אזהרה",
|
||||
@@ -440,8 +447,8 @@
|
||||
"total": "סה\"כ",
|
||||
"free": "פנוי",
|
||||
"used": "בשימוש",
|
||||
"days": "יום",
|
||||
"hours": "שעה",
|
||||
"days": "ימים",
|
||||
"hours": "שעות",
|
||||
"crit": "Crit",
|
||||
"read": "נקרא",
|
||||
"write": "כתיבה",
|
||||
@@ -498,23 +505,23 @@
|
||||
"75-day": "שלג כבד",
|
||||
"75-night": "שלג כבד",
|
||||
"77-day": "גרגרי שלג",
|
||||
"77-night": "גרגרי שלג",
|
||||
"77-night": "פתיתי שלג",
|
||||
"80-day": "ממטרים קלים",
|
||||
"80-night": "ממטרים קלים",
|
||||
"80-night": "גשם קל",
|
||||
"81-day": "ממטרים",
|
||||
"81-night": "ממטרים",
|
||||
"81-night": "גשם",
|
||||
"82-day": "ממטרים כבדים",
|
||||
"82-night": "ממטרים כבדים",
|
||||
"82-night": "גשם כבד",
|
||||
"85-day": "ממטרי שלג",
|
||||
"85-night": "ממטרי שלג",
|
||||
"86-day": "ממטרי שלג",
|
||||
"86-night": "ממטרי שלג",
|
||||
"85-night": "גשם מושלג",
|
||||
"86-day": "גשם מושלג",
|
||||
"86-night": "גשם מושלג",
|
||||
"95-day": "סופת רעמים",
|
||||
"95-night": "סופת רעמים",
|
||||
"95-night": "סופת ברקים",
|
||||
"96-day": "סופת רעמים עם ברד",
|
||||
"96-night": "סופת רעמים עם ברד",
|
||||
"99-day": "סופת רעמים עם ברד",
|
||||
"99-night": "סופת רעמים עם ברד"
|
||||
"96-night": "סופת ברקים וברד",
|
||||
"99-day": "סופת ברקים וברד",
|
||||
"99-night": "סופת ברקים וברד"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "מערכת",
|
||||
@@ -543,7 +550,7 @@
|
||||
"containers_failed": "נכשל"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "מאושר",
|
||||
"approvedPushes": "אושרו",
|
||||
"rejectedPushes": "נדחה",
|
||||
"filters": "פילטרים",
|
||||
"indexers": "אינדקסים"
|
||||
@@ -561,7 +568,7 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "מהירות",
|
||||
"active": "פעיל",
|
||||
"active": "פעילות",
|
||||
"queue": "תור",
|
||||
"total": "סה\"כ"
|
||||
},
|
||||
@@ -580,12 +587,12 @@
|
||||
"signalStrength": "עוצמה",
|
||||
"signalQuality": "איכות",
|
||||
"symbolQuality": "איכות",
|
||||
"networkRate": "סיביות",
|
||||
"networkRate": "קצב נתונים",
|
||||
"clientIP": "לקוח"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "עבר",
|
||||
"failed": "נכשל",
|
||||
"failed": "נכשלו",
|
||||
"unknown": "לא ידוע"
|
||||
},
|
||||
"paperlessngx": {
|
||||
@@ -596,12 +603,12 @@
|
||||
"battery_charge": "טעינת סוללה",
|
||||
"ups_load": "עומס UPS",
|
||||
"ups_status": "סטטוס UPS",
|
||||
"online": "מקוון",
|
||||
"online": "מחובר",
|
||||
"on_battery": "על סוללה",
|
||||
"low_battery": "סוללה חלשה"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "המתן בבקשה",
|
||||
"wait": "נא להמתין",
|
||||
"no_devices": "אין מכשירים"
|
||||
},
|
||||
"mikrotik": {
|
||||
@@ -656,7 +663,7 @@
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Datastore",
|
||||
"failed_tasks_24h": "משימות שנכשלו 24h",
|
||||
"cpu_usage": "מעבד",
|
||||
"cpu_usage": "ניצול מעבד",
|
||||
"memory_usage": "זיכרון"
|
||||
},
|
||||
"immich": {
|
||||
@@ -670,7 +677,7 @@
|
||||
"down": "אתרים לא פעילים",
|
||||
"uptime": "זמן פעילות",
|
||||
"incident": "תקריות",
|
||||
"m": "דקה"
|
||||
"m": "דקות"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "סדרות",
|
||||
@@ -701,8 +708,8 @@
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "תור",
|
||||
"processing": "מעבד",
|
||||
"processed": "עובד",
|
||||
"processing": "בעיבוד",
|
||||
"processed": "עובדו",
|
||||
"time": "זמן"
|
||||
},
|
||||
"firefly": {
|
||||
@@ -728,7 +735,7 @@
|
||||
"size": "גודל",
|
||||
"lastrun": "הרצה אחרונה",
|
||||
"nextrun": "הרצה הבאה",
|
||||
"failed": "נכשל"
|
||||
"failed": "נכשלו"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "עובדים פעילים",
|
||||
@@ -745,8 +752,8 @@
|
||||
"targets_total": "סה\"כ מטרות"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "אתרים פעילים",
|
||||
"down": "אתרים לא פעילים",
|
||||
"up": "אתרים למעלה",
|
||||
"down": "אתרים למטה",
|
||||
"uptime": "זמן פעילות"
|
||||
},
|
||||
"ghostfolio": {
|
||||
@@ -758,7 +765,7 @@
|
||||
"podcasts": "פודקאסטים",
|
||||
"books": "ספרים",
|
||||
"podcastsDuration": "משך פודקאסטים",
|
||||
"booksDuration": "משך פודקאסטים"
|
||||
"booksDuration": "משך זמן"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "אנשים בבית",
|
||||
@@ -791,17 +798,17 @@
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "הצליח",
|
||||
"notStarted": "לא התחיל",
|
||||
"failed": "נכשל",
|
||||
"failed": "נכשלו",
|
||||
"canceled": "בוטל",
|
||||
"inProgress": "בתהליך",
|
||||
"totalPrs": "סה\"כ PRs",
|
||||
"myPrs": "PRs שלי",
|
||||
"approved": "מאושר"
|
||||
"approved": "אושרו"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "סטטוס",
|
||||
"online": "מקוון",
|
||||
"offline": "לא מקוון",
|
||||
"online": "מחובר",
|
||||
"offline": "מנותק",
|
||||
"name": "שם",
|
||||
"map": "מפה",
|
||||
"currentPlayers": "שחקנים נוכחיים",
|
||||
@@ -813,7 +820,7 @@
|
||||
"urbackup": {
|
||||
"ok": "Ok",
|
||||
"errored": "שגיאות",
|
||||
"noRecent": "ללא תאריך",
|
||||
"noRecent": "לא עדכני",
|
||||
"totalUsed": "אחסון בשימוש"
|
||||
},
|
||||
"mealie": {
|
||||
@@ -825,10 +832,10 @@
|
||||
"openmediavault": {
|
||||
"downloading": "מוריד",
|
||||
"total": "סה\"כ",
|
||||
"running": "רץ",
|
||||
"stopped": "נעצר",
|
||||
"passed": "עבר",
|
||||
"failed": "נכשל"
|
||||
"running": "רצים",
|
||||
"stopped": "נעצרו",
|
||||
"passed": "עברו",
|
||||
"failed": "נכשלו"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "זמן פעילות",
|
||||
@@ -839,12 +846,12 @@
|
||||
"bytesRx": "התקבל"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "סטטוס",
|
||||
"status": "זמן פעילות",
|
||||
"uptime": "זמן פעילות",
|
||||
"lastDown": "זמן השבתה אחרון",
|
||||
"downDuration": "משך השבתה",
|
||||
"sitesUp": "אתרים פעילים",
|
||||
"sitesDown": "אתרים לא פעילים",
|
||||
"sitesUp": "אתרים למעלה",
|
||||
"sitesDown": "אתרים למטה",
|
||||
"paused": "מושהה",
|
||||
"notyetchecked": "לא נבדק עדיין",
|
||||
"up": "למעלה",
|
||||
@@ -886,7 +893,7 @@
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "התראות",
|
||||
"issues": "גיליונות",
|
||||
"issues": "נושאים",
|
||||
"pulls": "בקשות משיכה",
|
||||
"repositories": "מאגרי מידע"
|
||||
},
|
||||
@@ -903,7 +910,7 @@
|
||||
"performers": "מבצעים",
|
||||
"studios": "אולפנים",
|
||||
"movies": "סרטים",
|
||||
"tags": "טגיות",
|
||||
"tags": "תגיות",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
@@ -926,7 +933,7 @@
|
||||
"wgeasy": {
|
||||
"connected": "מחובר",
|
||||
"enabled": "מופעל",
|
||||
"disabled": "מבוטל",
|
||||
"disabled": "מושבת",
|
||||
"total": "סה\"כ"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -955,7 +962,7 @@
|
||||
"linkwarden": {
|
||||
"links": "קישורים",
|
||||
"collections": "אוספים",
|
||||
"tags": "טגיות"
|
||||
"tags": "תגיות"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "לא ממויין",
|
||||
@@ -984,8 +991,8 @@
|
||||
"address": "כתובת",
|
||||
"last_seen": "נראה לאחרונה",
|
||||
"status": "סטטוס",
|
||||
"online": "מקוון",
|
||||
"offline": "לא מקוון"
|
||||
"online": "מחובר",
|
||||
"offline": "מנותק"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "שם",
|
||||
@@ -995,7 +1002,7 @@
|
||||
"paused": "מושהה",
|
||||
"pending": "ממתין",
|
||||
"status": "סטטוס",
|
||||
"updated": "עודכן",
|
||||
"updated": "מעודכן",
|
||||
"cpu": "מעבד",
|
||||
"memory": "זיכרון",
|
||||
"disk": "דיסק",
|
||||
@@ -1008,7 +1015,7 @@
|
||||
"healthy": "בריא",
|
||||
"degraded": "פגום",
|
||||
"progressing": "מתקדם",
|
||||
"missing": "חסרים",
|
||||
"missing": "חסר",
|
||||
"suspended": "מושהה"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1016,7 +1023,7 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "קבוצות",
|
||||
"issues": "גיליונות",
|
||||
"issues": "נושאים",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "פרוייקטים"
|
||||
},
|
||||
@@ -1032,7 +1039,7 @@
|
||||
"archived": "ארכיון",
|
||||
"highlights": "הדגשות",
|
||||
"lists": "רשימות",
|
||||
"tags": "טגיות"
|
||||
"tags": "תגיות"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "רשת",
|
||||
@@ -1040,7 +1047,7 @@
|
||||
"disconnected": "מנותק",
|
||||
"updateStatus": "עדכן",
|
||||
"update_yes": "זמין",
|
||||
"update_no": "עדכני",
|
||||
"update_no": "מעודכן",
|
||||
"downloads": "הורדות",
|
||||
"uploads": "העלאות",
|
||||
"sharedFiles": "קבצים"
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "שגיאות שירות",
|
||||
"hostErrors": "שגיאות מארח"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "סה\"כ",
|
||||
"running": "רץ",
|
||||
"stopped": "עצר",
|
||||
"down": "למטה",
|
||||
"unhealthy": "לא בריא",
|
||||
"unknown": "לא ידוע",
|
||||
"servers": "שרתים",
|
||||
"stacks": "ערימות",
|
||||
"containers": "קונטיינרים"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "פנוי",
|
||||
"used": "בשימוש",
|
||||
"total": "סה\"כ"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "מנויים",
|
||||
"thisMonthlyCost": "החודש",
|
||||
"nextMonthlyCost": "חודש הבא",
|
||||
"previousMonthlyCost": "חודש קודם",
|
||||
"nextRenewingSubscription": "תשלום הבא"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
@@ -441,7 +448,7 @@
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "घं.",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
"read": "Read",
|
||||
"write": "Write",
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -61,9 +61,9 @@
|
||||
"wlan_devices": "Perangkat WLAN",
|
||||
"lan_users": "Pengguna LAN",
|
||||
"wlan_users": "Pengguna WLAN",
|
||||
"up": "Waktu Aktif",
|
||||
"up": "UP",
|
||||
"down": "Mati",
|
||||
"wait": "Harap tunggu",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Status subsistem tdk diketahui"
|
||||
},
|
||||
"docker": {
|
||||
@@ -93,9 +93,9 @@
|
||||
"http_status": "HTTP Status",
|
||||
"error": "Error",
|
||||
"response": "Respons",
|
||||
"down": "Mati",
|
||||
"up": "Hidup",
|
||||
"not_available": "Tidak Tersedia"
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Sedang Diputar",
|
||||
@@ -112,7 +112,7 @@
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Total",
|
||||
"unknown": "Tidak Diketahui"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Produksi",
|
||||
@@ -141,11 +141,11 @@
|
||||
"connectionStatusDisconnecting": "Sedan Memutus",
|
||||
"connectionStatusDisconnected": "Terputus",
|
||||
"connectionStatusConnected": "Tersambung",
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "Uptime",
|
||||
"maxDown": "Maks Unduh",
|
||||
"maxUp": "Maks Unggah",
|
||||
"down": "Mati",
|
||||
"up": "Hidup",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"received": "Diterima",
|
||||
"sent": "Terkirim",
|
||||
"externalIPAddress": "IP Eksternal",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Tiket"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Sedang Diputar",
|
||||
"transcoding": "Mentranskode",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "Tidak ada Strim Aktif",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Cek Koneksi ke Plex"
|
||||
},
|
||||
"omada": {
|
||||
@@ -189,28 +189,28 @@
|
||||
"plex": {
|
||||
"streams": "Stream Berjalan",
|
||||
"albums": "Albums",
|
||||
"movies": "Film",
|
||||
"movies": "Movies",
|
||||
"tv": "Acara TV"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Laju Bandwidth",
|
||||
"rate": "Rate",
|
||||
"queue": "Antrian",
|
||||
"timeleft": "Sisa Waktu"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Aktif",
|
||||
"upload": "Unggah",
|
||||
"download": "Unduh"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Unduh",
|
||||
"upload": "Unggah",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Unduh",
|
||||
"upload": "Unggah",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -223,8 +223,8 @@
|
||||
"invalid": "Tidak valid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Unduh",
|
||||
"upload": "Unggah",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -233,34 +233,34 @@
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Unduh",
|
||||
"upload": "Unggah",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Dicari",
|
||||
"queued": "Terantrikan",
|
||||
"series": "Seri",
|
||||
"queue": "Antrian",
|
||||
"unknown": "Tidak Diketahui"
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Dicari",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Tidak Ditemukan",
|
||||
"queued": "Terantrikan",
|
||||
"movies": "Film",
|
||||
"queue": "Antrian",
|
||||
"unknown": "Tidak Diketahui"
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Dicari",
|
||||
"queued": "Terantrikan",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artis"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Dicari",
|
||||
"queued": "Terantrikan",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "Buku"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -274,18 +274,19 @@
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Tersetujui",
|
||||
"available": "Tersedia"
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
"processing": "Memproses",
|
||||
"approved": "Tersetujui",
|
||||
"available": "Tersedia"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Total",
|
||||
"connected": "Tersambung",
|
||||
"connected": "Connected",
|
||||
"new_devices": "Perangkat Baru",
|
||||
"down_alerts": "Peringatan Pemadaman"
|
||||
},
|
||||
@@ -296,26 +297,26 @@
|
||||
"gravity": "Gravitasi"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Kueri",
|
||||
"blocked": "Terblokir",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "Terfilter",
|
||||
"latency": "Latensi"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Unggah",
|
||||
"download": "Unduh",
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Berjalan",
|
||||
"running": "Running",
|
||||
"stopped": "Terhenti",
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Terunduh",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Belum Diunduh",
|
||||
"read": "Baca",
|
||||
"unread": "Belum Dibaca",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Diunduh & Dibaca",
|
||||
"downloadedunread": "Diunduh & Belum Dibaca",
|
||||
"nondownloadedread": "Belum Diunduh & Dibaca",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Yang Lalu"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Kueri",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Berhasil",
|
||||
"totalServerFailure": "Gagal",
|
||||
"totalNxDomain": "Domain NX",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Rekursif",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Terblokir",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Klien"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Antrian",
|
||||
"queue": "Queue",
|
||||
"processed": "Terproses",
|
||||
"errored": "Error",
|
||||
"saved": "Tersimpan"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Layanan",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Tidak ada Strim Aktif",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Mohon menunggu"
|
||||
},
|
||||
"npm": {
|
||||
@@ -377,35 +384,35 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Aplikasi",
|
||||
"clients": "Klien",
|
||||
"clients": "Clients",
|
||||
"messages": "Pesan"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Pengindeks",
|
||||
"numberOfGrabs": "Jumlah Ambilan",
|
||||
"numberOfQueries": "Kueri",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Ambilan Gagal",
|
||||
"numberOfFailQueries": "Jumlah Kueri Gagal"
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Konfigurasi",
|
||||
"errored": "Error"
|
||||
"errored": "Errored"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sesi",
|
||||
"numConnections": "Jumlah Koneksi",
|
||||
"dataRelayed": "Data Diteruskan",
|
||||
"transferRate": "Laju Bandwidth"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Pengguna",
|
||||
"user_count": "Users",
|
||||
"status_count": "Jumlah Posting",
|
||||
"domain_count": "Jumlah Domain"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Dicari",
|
||||
"queued": "Terantrikan",
|
||||
"series": "Seri"
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Jumlah Pemain",
|
||||
@@ -416,10 +423,10 @@
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Baca",
|
||||
"unread": "Belum Dibaca"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Pengguna",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Login (24j)",
|
||||
"failedLoginsLast24H": "Login Gagal (24j)"
|
||||
},
|
||||
@@ -431,19 +438,19 @@
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Beban",
|
||||
"wait": "Harap tunggu",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Suhu",
|
||||
"warn": "Peringatan",
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "UP",
|
||||
"total": "Total",
|
||||
"free": "Luang",
|
||||
"used": "Digunakan",
|
||||
"days": "h",
|
||||
"hours": "j",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Penting",
|
||||
"read": "Baca",
|
||||
"read": "Read",
|
||||
"write": "Tulis",
|
||||
"gpu": "GPU",
|
||||
"mem": "Mem",
|
||||
@@ -464,57 +471,57 @@
|
||||
"1-day": "Cerah",
|
||||
"1-night": "Cerah",
|
||||
"2-day": "Sedikit Berawan",
|
||||
"2-night": "Sedikit Berawan",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "Berawan",
|
||||
"3-night": "Berawan",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Berkabut",
|
||||
"45-night": "Berkabut",
|
||||
"48-day": "Berkabut",
|
||||
"48-night": "Berkabut",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "Gerimis Ringan",
|
||||
"51-night": "Gerimis Ringan",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "Gerimis",
|
||||
"53-night": "Gerimis",
|
||||
"53-night": "Drizzle",
|
||||
"55-day": "Gerimis Lebat",
|
||||
"55-night": "Gerimis Lebat",
|
||||
"55-night": "Heavy Drizzle",
|
||||
"56-day": "Gerimis Membeku Ringan",
|
||||
"56-night": "Gerimis Membeku Ringan",
|
||||
"56-night": "Light Freezing Drizzle",
|
||||
"57-day": "Gerimis Membeku",
|
||||
"57-night": "Gerimis Membeku",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "Hujan Ringan",
|
||||
"61-night": "Hujan Ringan",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "Hujan",
|
||||
"63-night": "Hujan",
|
||||
"63-night": "Rain",
|
||||
"65-day": "Hujan Deras",
|
||||
"65-night": "Hujan Deras",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "Hujan Dingin",
|
||||
"66-night": "Hujan Dingin",
|
||||
"67-day": "Hujan Dingin",
|
||||
"67-night": "Hujan Dingin",
|
||||
"66-night": "Freezing Rain",
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "Hujan Salju Ringan",
|
||||
"71-night": "Hujan Salju Ringan",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "Hujan Salju",
|
||||
"73-night": "Hujan Salju",
|
||||
"73-night": "Snow",
|
||||
"75-day": "Hujan Salju Lebat",
|
||||
"75-night": "Hujan Salju Lebat",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "Hujan Salju Butiran",
|
||||
"77-night": "Hujan Salju Butiran",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "Hujan Ringan",
|
||||
"80-night": "Hujan Ringan",
|
||||
"80-night": "Light Showers",
|
||||
"81-day": "Hujan",
|
||||
"81-night": "Hujan",
|
||||
"81-night": "Showers",
|
||||
"82-day": "Hujan Lebat",
|
||||
"82-night": "Hujan Lebat",
|
||||
"82-night": "Heavy Showers",
|
||||
"85-day": "Hujan Salju",
|
||||
"85-night": "Hujan Salju",
|
||||
"86-day": "Hujan Salju",
|
||||
"86-night": "Hujan Salju",
|
||||
"85-night": "Snow Showers",
|
||||
"86-day": "Snow Showers",
|
||||
"86-night": "Snow Showers",
|
||||
"95-day": "Badai Petir",
|
||||
"95-night": "Badai Petir",
|
||||
"95-night": "Thunderstorm",
|
||||
"96-day": "Badai Petir Hujan Es",
|
||||
"96-night": "Badai Petir Hujan Es",
|
||||
"99-day": "Badai Petir Hujan Es",
|
||||
"99-night": "Badai Petir Hujan Es"
|
||||
"96-night": "Thunderstorm With Hail",
|
||||
"99-day": "Thunderstorm With Hail",
|
||||
"99-night": "Thunderstorm With Hail"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "Sistem",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "Terbaru",
|
||||
"child_bridges": "Bridge Turunan",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Hidup",
|
||||
"up": "Up",
|
||||
"pending": "Pending",
|
||||
"down": "Mati"
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Baru",
|
||||
"up": "Hidup",
|
||||
"up": "Up",
|
||||
"grace": "Dalam Masa Tenggang",
|
||||
"down": "Mati",
|
||||
"down": "Down",
|
||||
"paused": "Pause",
|
||||
"status": "Status",
|
||||
"last_ping": "Ping Terakhir",
|
||||
@@ -543,26 +550,26 @@
|
||||
"containers_failed": "Gagal"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Tersetujui",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Tertolak",
|
||||
"filters": "Filter",
|
||||
"indexers": "Pengindeks"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Antrian",
|
||||
"downloads": "Queue",
|
||||
"videos": "Video",
|
||||
"channels": "Channel",
|
||||
"playlists": "Daftar Putar"
|
||||
},
|
||||
"truenas": {
|
||||
"load": "Beban Sistem",
|
||||
"uptime": "Waktu Aktif",
|
||||
"alerts": "Peringatan"
|
||||
"uptime": "Uptime",
|
||||
"alerts": "Alerts"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Kecepatan",
|
||||
"active": "Aktif",
|
||||
"queue": "Antrian",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
@@ -572,21 +579,21 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Channel",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tuner",
|
||||
"channelNumber": "Channel",
|
||||
"channelNetwork": "Jaringan",
|
||||
"signalStrength": "Kekuatan Signal",
|
||||
"signalQuality": "Kualitas",
|
||||
"symbolQuality": "Kualitas",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Klien"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Sukses",
|
||||
"failed": "Gagal",
|
||||
"unknown": "Tidak Diketahui"
|
||||
"failed": "Failed",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Kotak Masuk",
|
||||
@@ -601,18 +608,18 @@
|
||||
"low_battery": "Baterai Lemah"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "Mohon menunggu",
|
||||
"wait": "Please Wait",
|
||||
"no_devices": "Tidak ada Data Perangkat Diterima"
|
||||
},
|
||||
"mikrotik": {
|
||||
"cpuLoad": "Beban CPU",
|
||||
"memoryUsed": "Memori Terpakai",
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "Uptime",
|
||||
"numberOfLeases": "Leases"
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Semua Strim",
|
||||
"streams_active": "Stream Berjalan",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "Channel XEPG"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Batas"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "Beban CPU",
|
||||
"cpu": "CPU Load",
|
||||
"memory": "Memori Aktif",
|
||||
"wanUpload": "WAN Unggan",
|
||||
"wanDownload": "WAN Unduh"
|
||||
@@ -647,9 +654,9 @@
|
||||
"load": "Beban Rata-rata",
|
||||
"memory": "Penggunaan Memory",
|
||||
"wanStatus": "Status WAN",
|
||||
"up": "Hidup",
|
||||
"down": "Mati",
|
||||
"temp": "Suhu",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "Temp",
|
||||
"disk": "Penggunaan Disk",
|
||||
"wanIP": "IP WAN"
|
||||
},
|
||||
@@ -660,49 +667,49 @@
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Pengguna",
|
||||
"users": "Users",
|
||||
"photos": "Foto",
|
||||
"videos": "Video",
|
||||
"videos": "Videos",
|
||||
"storage": "Penyimpanan"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "Situs Hidup",
|
||||
"down": "Situs Mati",
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "Uptime",
|
||||
"incident": "Insiden",
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Seri",
|
||||
"series": "Series",
|
||||
"archives": "Arsip",
|
||||
"chapters": "Bab",
|
||||
"categories": "Kategori"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Perpustakaan",
|
||||
"series": "Seri",
|
||||
"books": "Buku"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Hari-hari",
|
||||
"uptime": "Waktu Aktif",
|
||||
"volumeAvailable": "Tersedia"
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Seri",
|
||||
"series": "Series",
|
||||
"issues": "Isu",
|
||||
"wanted": "Dicari"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
"photos": "Foto",
|
||||
"videos": "Video",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"people": "Orang"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Antrian",
|
||||
"processing": "Memproses",
|
||||
"processed": "Terproses",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Waktu"
|
||||
},
|
||||
"firefly": {
|
||||
@@ -728,7 +735,7 @@
|
||||
"size": "Ukuran",
|
||||
"lastrun": "Terakhir Dijalankan",
|
||||
"nextrun": "Akan Dijalankan Dalam",
|
||||
"failed": "Gagal"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Pengguna Aktif",
|
||||
@@ -745,20 +752,20 @@
|
||||
"targets_total": "Target Total"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Situs Hidup",
|
||||
"down": "Situs Mati",
|
||||
"uptime": "Waktu Aktif"
|
||||
"up": "Sites Up",
|
||||
"down": "Sites Down",
|
||||
"uptime": "Uptime"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "Hari ini",
|
||||
"gross_percent_today": "Today",
|
||||
"gross_percent_1y": "Satu Tahun",
|
||||
"gross_percent_max": "Sepanjang Masa"
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcast",
|
||||
"books": "Buku",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Durasi",
|
||||
"booksDuration": "Durasi"
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "Orang Di Rumah",
|
||||
@@ -767,23 +774,23 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Pengawasan",
|
||||
"updates": "Pembaruan"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Buku",
|
||||
"books": "Books",
|
||||
"authors": "Penulis",
|
||||
"categories": "Kategori",
|
||||
"series": "Seri"
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Antrian",
|
||||
"downloadBytesRemaining": "Sisa",
|
||||
"downloadTotalBytes": "Ukuran",
|
||||
"downloadSpeed": "Kecepatan"
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Seri",
|
||||
"totalFiles": "File"
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Hasil",
|
||||
@@ -791,12 +798,12 @@
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Berhasil",
|
||||
"notStarted": "Belum Dimulai",
|
||||
"failed": "Gagal",
|
||||
"failed": "Failed",
|
||||
"canceled": "Dibatalkan",
|
||||
"inProgress": "Sedang Berlangsung",
|
||||
"totalPrs": "PR Total",
|
||||
"myPrs": "PR Saya",
|
||||
"approved": "Tersetujui"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Status",
|
||||
@@ -805,7 +812,7 @@
|
||||
"name": "Nama",
|
||||
"map": "Peta",
|
||||
"currentPlayers": "Jumlah pemain",
|
||||
"players": "Jumlah Pemain",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Maksimum pemain",
|
||||
"bots": "Bot",
|
||||
"ping": "Ping"
|
||||
@@ -818,39 +825,39 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Resep",
|
||||
"users": "Pengguna",
|
||||
"categories": "Kategori",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tag"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Mengunduh",
|
||||
"total": "Total",
|
||||
"running": "Berjalan",
|
||||
"stopped": "Terhenti",
|
||||
"passed": "Sukses",
|
||||
"failed": "Gagal"
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "Uptime",
|
||||
"cpuLoad": "Beban rata2 CPU (5m)",
|
||||
"up": "Hidup",
|
||||
"down": "Mati",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"bytesTx": "Tersalur",
|
||||
"bytesRx": "Diterima"
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Status",
|
||||
"uptime": "Waktu Aktif",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Terakhir Terhenti",
|
||||
"downDuration": "Jumlah Waktu Terhenti",
|
||||
"sitesUp": "Situs Hidup",
|
||||
"sitesDown": "Situs Mati",
|
||||
"paused": "Pause",
|
||||
"sitesUp": "Sites Up",
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Paused",
|
||||
"notyetchecked": "Belum Di Cek",
|
||||
"up": "Hidup",
|
||||
"up": "Up",
|
||||
"seemsdown": "Sepertinya Mati",
|
||||
"down": "Mati",
|
||||
"unknown": "Tidak Diketahui"
|
||||
"down": "Down",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "Tersedia Di Bioskop",
|
||||
@@ -869,10 +876,10 @@
|
||||
"totalfilesize": "Total Ukuran"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Jumlah Domain",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Kotak surat",
|
||||
"mails": "Surat",
|
||||
"storage": "Penyimpanan"
|
||||
"storage": "Storage"
|
||||
},
|
||||
"netdata": {
|
||||
"warnings": "Peringatan",
|
||||
@@ -881,12 +888,12 @@
|
||||
"plantit": {
|
||||
"events": "Acara",
|
||||
"plants": "Tanaman",
|
||||
"photos": "Foto",
|
||||
"photos": "Photos",
|
||||
"species": "Spesies"
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Notifikasi",
|
||||
"issues": "Isu",
|
||||
"issues": "Issues",
|
||||
"pulls": "Pull Requests",
|
||||
"repositories": "Repositories"
|
||||
},
|
||||
@@ -902,13 +909,13 @@
|
||||
"galleries": "Galeri",
|
||||
"performers": "Pemain",
|
||||
"studios": "Studio",
|
||||
"movies": "Film",
|
||||
"tags": "Tag",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "Jumlah O"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Pengguna",
|
||||
"recipes": "Resep",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Kata Kunci"
|
||||
},
|
||||
"homebox": {
|
||||
@@ -916,17 +923,17 @@
|
||||
"totalWithWarranty": "Dengan Garansi",
|
||||
"locations": "Lokasi",
|
||||
"labels": "Label",
|
||||
"users": "Pengguna",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Nilai"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Peringatan",
|
||||
"alerts": "Alerts",
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Tersambung",
|
||||
"enabled": "Aktif",
|
||||
"disabled": "Nonaktif",
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"download": "Unduh",
|
||||
"upload": "Unggah"
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Saham",
|
||||
@@ -949,17 +956,17 @@
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "Kamera",
|
||||
"uptime": "Waktu Aktif",
|
||||
"version": "Versi"
|
||||
"uptime": "Uptime",
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Tautan",
|
||||
"collections": "Koleksi",
|
||||
"tags": "Tag"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informasi",
|
||||
"information": "Information",
|
||||
"warning": "Peringatan",
|
||||
"average": "Rata-rata",
|
||||
"high": "Tinggi",
|
||||
@@ -980,22 +987,22 @@
|
||||
"tasksInProgress": "Tugas Berlangsung"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "Nama",
|
||||
"address": "Alamat",
|
||||
"last_seen": "Terakhir terlihat",
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Nama",
|
||||
"name": "Name",
|
||||
"systems": "Sistem",
|
||||
"up": "Hidup",
|
||||
"down": "Mati",
|
||||
"paused": "Pause",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Terbarui",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"disk": "Diska",
|
||||
@@ -1005,26 +1012,26 @@
|
||||
"apps": "Apl",
|
||||
"synced": "Tersinkron",
|
||||
"outOfSync": "Tidak Sinkron",
|
||||
"healthy": "Lancar",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Terdegradasi",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Tidak Ditemukan",
|
||||
"missing": "Missing",
|
||||
"suspended": "Ditangguhkan"
|
||||
},
|
||||
"spoolman": {
|
||||
"loading": "Memuat"
|
||||
"loading": "Loading"
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Grup",
|
||||
"issues": "Isu",
|
||||
"issues": "Issues",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "Proyek"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Status",
|
||||
"load": "Beban",
|
||||
"bcharge": "Sisa Baterai",
|
||||
"timeleft": "Sisa Waktu"
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1032,27 +1039,80 @@
|
||||
"archived": "Archived",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Lists",
|
||||
"tags": "Tag"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Jaringan",
|
||||
"connected": "Tersambung",
|
||||
"disconnected": "Terputus",
|
||||
"slskStatus": "Network",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Tersedia",
|
||||
"update_no": "Terbaru",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "File"
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Lagu",
|
||||
"movies": "Film",
|
||||
"episodes": "Episode",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -61,9 +61,9 @@
|
||||
"wlan_devices": "WLAN 장치",
|
||||
"lan_users": "LAN 사용자",
|
||||
"wlan_users": "WLAN 사용자",
|
||||
"up": "가동",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "잠시만 기다리세요",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "서브시스템 상태 알 수 없음"
|
||||
},
|
||||
"docker": {
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "부분적"
|
||||
},
|
||||
"ping": {
|
||||
"error": "오류",
|
||||
"error": "Error",
|
||||
"ping": "Ping",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -91,11 +91,11 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTP 상태",
|
||||
"error": "오류",
|
||||
"error": "Error",
|
||||
"response": "응답",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "사용할 수 없음"
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "재생 중",
|
||||
@@ -108,11 +108,11 @@
|
||||
"songs": "음악"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "중지",
|
||||
"offline_alt": "중지",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "온라인",
|
||||
"total": "총합",
|
||||
"unknown": "알 수 없음"
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Production",
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "미열람"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "상태",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "구성되지 않음",
|
||||
"connectionStatusConnecting": "연결중",
|
||||
"connectionStatusAuthenticating": "인증",
|
||||
@@ -141,7 +141,7 @@
|
||||
"connectionStatusDisconnecting": "연결을 끊는 중...",
|
||||
"connectionStatusDisconnected": "연결 끊김",
|
||||
"connectionStatusConnected": "연결됨",
|
||||
"uptime": "가동 시간",
|
||||
"uptime": "Uptime",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Down",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "재생 중",
|
||||
"transcoding": "트랜스코딩",
|
||||
"bitrate": "비트레이트",
|
||||
"no_active": "활성 스트림 없음",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -189,30 +189,30 @@
|
||||
"plex": {
|
||||
"streams": "활성 스트림",
|
||||
"albums": "앨범",
|
||||
"movies": "영화",
|
||||
"movies": "Movies",
|
||||
"tv": "TV 쇼"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "비율",
|
||||
"rate": "Rate",
|
||||
"queue": "대기열",
|
||||
"timeleft": "남은 시간"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "활성",
|
||||
"upload": "업로드",
|
||||
"download": "다운로드"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"leech": "리치",
|
||||
"seed": "시드"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"leech": "리치",
|
||||
"seed": "시드"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qnap": {
|
||||
"cpuUsage": "CPU 사용",
|
||||
@@ -223,44 +223,44 @@
|
||||
"invalid": "잘못됨"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"leech": "리치",
|
||||
"seed": "시드"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Cache Hit Bytes",
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "다운로드",
|
||||
"upload": "업로드",
|
||||
"leech": "리치",
|
||||
"seed": "시드"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "요청",
|
||||
"queued": "대기 중",
|
||||
"series": "시리즈",
|
||||
"queue": "대기열",
|
||||
"unknown": "알 수 없음"
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "요청",
|
||||
"wanted": "Wanted",
|
||||
"missing": "빠짐",
|
||||
"queued": "대기 중",
|
||||
"movies": "영화",
|
||||
"queue": "대기열",
|
||||
"unknown": "알 수 없음"
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "요청",
|
||||
"queued": "대기 중",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artists"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "요청",
|
||||
"queued": "대기 중",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "책"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,19 +273,20 @@
|
||||
"available": "이용 가능"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "대기 중",
|
||||
"approved": "승인됨",
|
||||
"available": "이용 가능"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "대기 중",
|
||||
"pending": "Pending",
|
||||
"processing": "처리 중",
|
||||
"approved": "승인됨",
|
||||
"available": "이용 가능"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "총합",
|
||||
"connected": "연결됨",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
},
|
||||
@@ -296,26 +297,26 @@
|
||||
"gravity": "Gravity"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "쿼리",
|
||||
"blocked": "차단됨",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "필터링됨",
|
||||
"latency": "지연"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "업로드",
|
||||
"download": "다운로드",
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "가동 중",
|
||||
"running": "Running",
|
||||
"stopped": "중지",
|
||||
"total": "총합"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "다운로드됨",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "읽음",
|
||||
"unread": "미열람",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} 전"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "쿼리",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "차단됨",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "클라이언트"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "대기열",
|
||||
"queue": "Queue",
|
||||
"processed": "처리됨",
|
||||
"errored": "오류",
|
||||
"saved": "저장됨"
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "서비스",
|
||||
"middleware": "미들웨어"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "활성 스트림 없음",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "잠시만 기다리세요"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "활성",
|
||||
"disabled": "비활성",
|
||||
"total": "총합"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "한 개 이상의 가상화폐를 설정하여 추적",
|
||||
@@ -377,49 +384,49 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "어플리케이션",
|
||||
"clients": "클라이언트",
|
||||
"clients": "Clients",
|
||||
"messages": "메시지"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "인덱서",
|
||||
"numberOfGrabs": "Grabs",
|
||||
"numberOfQueries": "쿼리",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Fail Grabs",
|
||||
"numberOfFailQueries": "Fail Queries"
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "구성됨",
|
||||
"errored": "오류"
|
||||
"errored": "Errored"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Sessions",
|
||||
"numConnections": "Connections",
|
||||
"dataRelayed": "Relayed",
|
||||
"transferRate": "비율"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "사용자",
|
||||
"user_count": "Users",
|
||||
"status_count": "게시글",
|
||||
"domain_count": "Domains"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "요청",
|
||||
"queued": "대기 중",
|
||||
"series": "시리즈"
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "버전",
|
||||
"status": "상태",
|
||||
"up": "온라인",
|
||||
"down": "중지"
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "읽음",
|
||||
"unread": "미열람"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "사용자",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "로그인 (24h)",
|
||||
"failedLoginsLast24H": "실패한 로그인 (24h)"
|
||||
},
|
||||
@@ -431,19 +438,19 @@
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "부하",
|
||||
"wait": "잠시만 기다리세요",
|
||||
"temp": "온도",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "온도",
|
||||
"warn": "경고",
|
||||
"uptime": "가동",
|
||||
"total": "총합",
|
||||
"free": "남음",
|
||||
"used": "사용",
|
||||
"days": "일",
|
||||
"hours": "시",
|
||||
"uptime": "UP",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
"read": "읽음",
|
||||
"read": "Read",
|
||||
"write": "쓰기",
|
||||
"gpu": "GPU",
|
||||
"mem": "Men",
|
||||
@@ -466,7 +473,7 @@
|
||||
"2-day": "Partly Cloudy",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "구름 낀",
|
||||
"3-night": "구름 낀",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Foggy",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
@@ -492,13 +499,13 @@
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "약한 눈",
|
||||
"71-night": "약한 눈",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "Snow",
|
||||
"73-night": "Snow",
|
||||
"75-day": "폭설",
|
||||
"75-night": "폭설",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "싸락눈",
|
||||
"77-night": "싸락눈",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "Light Showers",
|
||||
"80-night": "Light Showers",
|
||||
"81-day": "Showers",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "대기 중",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "상태",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,27 +550,27 @@
|
||||
"containers_failed": "Failed"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "승인됨",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Rejected",
|
||||
"filters": "Filters",
|
||||
"indexers": "인덱서"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "대기열",
|
||||
"downloads": "Queue",
|
||||
"videos": "동영상",
|
||||
"channels": "채널",
|
||||
"playlists": "재생 목록"
|
||||
},
|
||||
"truenas": {
|
||||
"load": "System Load",
|
||||
"uptime": "가동 시간",
|
||||
"alerts": "경고"
|
||||
"uptime": "Uptime",
|
||||
"alerts": "Alerts"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "활성",
|
||||
"queue": "대기열",
|
||||
"total": "총합"
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -572,7 +579,7 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "채널",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tuners",
|
||||
"channelNumber": "채널",
|
||||
@@ -580,39 +587,39 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "비트레이트",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "클라이언트"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"unknown": "알 수 없음"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "받은메일함",
|
||||
"total": "총합"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "배터리 충전 중",
|
||||
"ups_load": "UPS Load",
|
||||
"ups_status": "UPS Status",
|
||||
"online": "온라인",
|
||||
"online": "Online",
|
||||
"on_battery": "배터리 사용",
|
||||
"low_battery": "배터리 부족"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "잠시만 기다리세요",
|
||||
"wait": "Please Wait",
|
||||
"no_devices": "No Device Data Received"
|
||||
},
|
||||
"mikrotik": {
|
||||
"cpuLoad": "CPU Load",
|
||||
"memoryUsed": "메모리 사용량",
|
||||
"uptime": "가동 시간",
|
||||
"uptime": "Uptime",
|
||||
"numberOfLeases": "Leases"
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "모든 스트림",
|
||||
"streams_active": "활성 스트림",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Channels"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "상태",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "상태"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -649,7 +656,7 @@
|
||||
"wanStatus": "WAN Status",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "온도",
|
||||
"temp": "Temp",
|
||||
"disk": "Disk Usage",
|
||||
"wanIP": "WAN IP"
|
||||
},
|
||||
@@ -660,49 +667,49 @@
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "사용자",
|
||||
"users": "Users",
|
||||
"photos": "사진",
|
||||
"videos": "동영상",
|
||||
"videos": "Videos",
|
||||
"storage": "저장됨"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "Sites Up",
|
||||
"down": "Sites Down",
|
||||
"uptime": "가동 시간",
|
||||
"uptime": "Uptime",
|
||||
"incident": "Incident",
|
||||
"m": "분"
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "시리즈",
|
||||
"series": "Series",
|
||||
"archives": "Archives",
|
||||
"chapters": "Chapters",
|
||||
"categories": "분류"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "서재",
|
||||
"series": "시리즈",
|
||||
"books": "책"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "일",
|
||||
"uptime": "가동 시간",
|
||||
"volumeAvailable": "이용 가능"
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "시리즈",
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "요청"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "앨범",
|
||||
"photos": "사진",
|
||||
"videos": "동영상",
|
||||
"albums": "Albums",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "대기열",
|
||||
"processing": "처리 중",
|
||||
"processed": "처리됨",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
},
|
||||
"firefly": {
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "공유된 항목"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "상태",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -747,18 +754,18 @@
|
||||
"gatus": {
|
||||
"up": "Sites Up",
|
||||
"down": "Sites Down",
|
||||
"uptime": "가동 시간"
|
||||
"uptime": "Uptime"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "오늘",
|
||||
"gross_percent_today": "Today",
|
||||
"gross_percent_1y": "One year",
|
||||
"gross_percent_max": "All time"
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "책",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "지속시간",
|
||||
"booksDuration": "지속시간"
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "People Home",
|
||||
@@ -767,27 +774,27 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Monitoring",
|
||||
"updates": "업데이트"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "책",
|
||||
"books": "Books",
|
||||
"authors": "저자",
|
||||
"categories": "분류",
|
||||
"series": "시리즈"
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "대기열",
|
||||
"downloadBytesRemaining": "남음",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "시리즈",
|
||||
"totalFiles": "파일"
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "상태",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -796,12 +803,12 @@
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "승인됨"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "상태",
|
||||
"online": "온라인",
|
||||
"offline": "중지",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"name": "이름",
|
||||
"map": "지도",
|
||||
"currentPlayers": "Current players",
|
||||
@@ -818,29 +825,29 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "레시피",
|
||||
"users": "사용자",
|
||||
"categories": "분류",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "태그"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "다운로드 중",
|
||||
"total": "총합",
|
||||
"running": "가동 중",
|
||||
"stopped": "중지",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "가동 시간",
|
||||
"uptime": "Uptime",
|
||||
"cpuLoad": "CPU Load Avg (5m)",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"bytesTx": "Transmitted",
|
||||
"bytesRx": "수신됨"
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "상태",
|
||||
"uptime": "가동 시간",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
"sitesUp": "Sites Up",
|
||||
@@ -850,7 +857,7 @@
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Down",
|
||||
"unknown": "알 수 없음"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "In cinemas",
|
||||
@@ -872,7 +879,7 @@
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Mailboxes",
|
||||
"mails": "Mails",
|
||||
"storage": "저장됨"
|
||||
"storage": "Storage"
|
||||
},
|
||||
"netdata": {
|
||||
"warnings": "Warnings",
|
||||
@@ -881,7 +888,7 @@
|
||||
"plantit": {
|
||||
"events": "Events",
|
||||
"plants": "Plants",
|
||||
"photos": "사진",
|
||||
"photos": "Photos",
|
||||
"species": "Species"
|
||||
},
|
||||
"gitea": {
|
||||
@@ -902,13 +909,13 @@
|
||||
"galleries": "Galleries",
|
||||
"performers": "Performers",
|
||||
"studios": "스튜디오",
|
||||
"movies": "영화",
|
||||
"tags": "태그",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "사용자",
|
||||
"recipes": "레시피",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "키워드"
|
||||
},
|
||||
"homebox": {
|
||||
@@ -916,18 +923,18 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "사용자",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "경고",
|
||||
"alerts": "Alerts",
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "연결됨",
|
||||
"enabled": "활성",
|
||||
"disabled": "비활성",
|
||||
"total": "총합"
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"download": "다운로드",
|
||||
"upload": "업로드"
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -949,17 +956,17 @@
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "카메라",
|
||||
"uptime": "가동 시간",
|
||||
"version": "버전"
|
||||
"uptime": "Uptime",
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
"collections": "Collections",
|
||||
"tags": "태그"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "정보",
|
||||
"information": "Information",
|
||||
"warning": "Warning",
|
||||
"average": "Average",
|
||||
"high": "High",
|
||||
@@ -980,21 +987,21 @@
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "이름",
|
||||
"address": "주소",
|
||||
"last_seen": "마지막 접속",
|
||||
"status": "상태",
|
||||
"online": "온라인",
|
||||
"offline": "중지"
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "이름",
|
||||
"name": "Name",
|
||||
"systems": "Systems",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "대기 중",
|
||||
"status": "상태",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
@@ -1005,14 +1012,14 @@
|
||||
"apps": "Apps",
|
||||
"synced": "Synced",
|
||||
"outOfSync": "Out Of Sync",
|
||||
"healthy": "좋음",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "빠짐",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspended"
|
||||
},
|
||||
"spoolman": {
|
||||
"loading": "로드 중"
|
||||
"loading": "Loading"
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Groups",
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "상태",
|
||||
"load": "부하",
|
||||
"bcharge": "배터리 충전 중",
|
||||
"timeleft": "남은 시간"
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1032,27 +1039,80 @@
|
||||
"archived": "Archived",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Lists",
|
||||
"tags": "태그"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "네트워크",
|
||||
"connected": "연결됨",
|
||||
"disconnected": "연결 끊김",
|
||||
"slskStatus": "Network",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "이용 가능",
|
||||
"update_no": "최신 상태",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "파일"
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "음악",
|
||||
"movies": "영화",
|
||||
"episodes": "에피소드",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "WLAN lietotāji",
|
||||
"up": "UP",
|
||||
"down": "NEDARBOJAS",
|
||||
"wait": "Lūdzu, uzgaidiet",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Partial"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Kļūda",
|
||||
"error": "Error",
|
||||
"ping": "Ping",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTP status",
|
||||
"error": "Kļūda",
|
||||
"error": "Error",
|
||||
"response": "Response",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -108,11 +108,11 @@
|
||||
"songs": "Songs"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Bezsaistē",
|
||||
"offline_alt": "Bezsaistē",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Kopā",
|
||||
"unknown": "Nezināms"
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Production",
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Statuss",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Unconfigured",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Atskaņo",
|
||||
"transcoding": "Pārkodē",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "Nav aktīvu straumju",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -199,20 +199,20 @@
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Aktīvs",
|
||||
"upload": "Augšupielāde",
|
||||
"download": "Lejupielāde"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Augšupielāde",
|
||||
"leech": "Ņēmēji",
|
||||
"seed": "Devēji"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Augšupielāde",
|
||||
"leech": "Ņēmēji",
|
||||
"seed": "Devēji"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qnap": {
|
||||
"cpuUsage": "CPU Usage",
|
||||
@@ -223,35 +223,35 @@
|
||||
"invalid": "Invalid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Augšupielāde",
|
||||
"leech": "Ņēmēji",
|
||||
"seed": "Devēji"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Cache Hit Bytes",
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Augšupielāde",
|
||||
"leech": "Ņēmēji",
|
||||
"seed": "Devēji"
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series",
|
||||
"queue": "Rindā",
|
||||
"unknown": "Nezināms"
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Wanted",
|
||||
"missing": "Missing",
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Rindā",
|
||||
"unknown": "Nezināms"
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Wanted",
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
@@ -284,7 +285,7 @@
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Kopā",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -302,17 +303,17 @@
|
||||
"latency": "Latency"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Augšupielāde",
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"total": "Kopā"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Lejupielādēts",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
@@ -349,7 +350,7 @@
|
||||
"totalClients": "Clients"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Rindā",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Saved"
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Nav aktīvu straumju",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Kopā"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Configure one or more crypto currencies to track",
|
||||
@@ -398,7 +405,7 @@
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Lietotāji",
|
||||
"user_count": "Users",
|
||||
"status_count": "Posts",
|
||||
"domain_count": "Domains"
|
||||
},
|
||||
@@ -410,16 +417,16 @@
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "Version",
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Bezsaistē"
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Lietotāji",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Logins (24h)",
|
||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||
},
|
||||
@@ -431,15 +438,15 @@
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Ielādē",
|
||||
"wait": "Lūdzu, uzgaidiet",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Kopā",
|
||||
"free": "Brīvs",
|
||||
"used": "Izmantojas",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -464,37 +471,37 @@
|
||||
"1-day": "Galvenokārt saulains",
|
||||
"1-night": "Galvenokārt skaidrs",
|
||||
"2-day": "Daļēji apmācies",
|
||||
"2-night": "Daļēji apmācies",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "Apmācies",
|
||||
"3-night": "Apmācies",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Miglains",
|
||||
"45-night": "Miglains",
|
||||
"48-day": "Miglains",
|
||||
"48-night": "Miglains",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "Neliels lietus",
|
||||
"51-night": "Neliels lietus",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "Lietus",
|
||||
"53-night": "Lietus",
|
||||
"53-night": "Drizzle",
|
||||
"55-day": "Spēcīgs lietus",
|
||||
"55-night": "Spēcīgs lietus",
|
||||
"55-night": "Heavy Drizzle",
|
||||
"56-day": "Neliels stindzinošs lietus",
|
||||
"56-night": "Neliels stindzinošs lietus",
|
||||
"56-night": "Light Freezing Drizzle",
|
||||
"57-day": "Sasalstošs lietus",
|
||||
"57-night": "Sasalstošs lietus",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "Viegls lietus",
|
||||
"61-night": "Viegls lietus",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "Lietus",
|
||||
"63-night": "Lietus",
|
||||
"63-night": "Rain",
|
||||
"65-day": "Spēcīgs lietus",
|
||||
"65-night": "Spēcīgs lietus",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "Ledains lietus",
|
||||
"66-night": "Ledains lietus",
|
||||
"67-day": "Ledains lietus",
|
||||
"67-night": "Ledains lietus",
|
||||
"66-night": "Freezing Rain",
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "Neliels sniegs",
|
||||
"71-night": "Neliels sniegs",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "Sniegs",
|
||||
"73-night": "Sniegs",
|
||||
"73-night": "Snow",
|
||||
"75-day": "Heavy Snow",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "Snow Grains",
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -549,7 +556,7 @@
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Rindā",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Channels",
|
||||
"playlists": "Playlists"
|
||||
@@ -557,13 +564,13 @@
|
||||
"truenas": {
|
||||
"load": "System Load",
|
||||
"uptime": "Uptime",
|
||||
"alerts": "Paziņojumi"
|
||||
"alerts": "Alerts"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "Aktīvs",
|
||||
"queue": "Rindā",
|
||||
"total": "Kopā"
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -586,11 +593,11 @@
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"unknown": "Nezināms"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "Kopā"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "All Streams",
|
||||
"streams_active": "Aktīvās straumes",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Channels"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "Statuss",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "Statuss"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -660,7 +667,7 @@
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Lietotāji",
|
||||
"users": "Users",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -681,10 +688,10 @@
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Series",
|
||||
"books": "Grāmatas"
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Dienas",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Rindā",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Grāmatas",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -770,14 +777,14 @@
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Grāmatas",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Rindā",
|
||||
"downloadBytesRemaining": "Palika",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
@@ -787,7 +794,7 @@
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -799,9 +806,9 @@
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Bezsaistē",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
"map": "Map",
|
||||
"currentPlayers": "Current players",
|
||||
@@ -818,13 +825,13 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "Lietotāji",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "Kopā",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
@@ -839,7 +846,7 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
@@ -850,7 +857,7 @@
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Down",
|
||||
"unknown": "Nezināms"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "In cinemas",
|
||||
@@ -907,7 +914,7 @@
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Lietotāji",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
@@ -916,18 +923,18 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "Lietotāji",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Paziņojumi",
|
||||
"alerts": "Alerts",
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Kopā"
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"download": "Lejupielāde",
|
||||
"upload": "Augšupielāde"
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -959,7 +966,7 @@
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informācija",
|
||||
"information": "Information",
|
||||
"warning": "Warning",
|
||||
"average": "Average",
|
||||
"high": "High",
|
||||
@@ -983,9 +990,9 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Bezsaistē"
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
@@ -994,7 +1001,7 @@
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Statuss",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Statuss",
|
||||
"load": "Ielādē",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Atlikušais laiks"
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -63,14 +63,14 @@
|
||||
"wlan_users": "Utilizatori WLAN",
|
||||
"up": "UP",
|
||||
"down": "Oprit",
|
||||
"wait": "Va rugăm așteptați",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Starea subsistemului este necunoscut"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "MEM",
|
||||
"cpu": "Procesor",
|
||||
"cpu": "CPU",
|
||||
"running": "Rulează",
|
||||
"offline": "Offline",
|
||||
"error": "Eroare",
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Parțial"
|
||||
},
|
||||
"ping": {
|
||||
"error": "Eroare",
|
||||
"error": "Error",
|
||||
"ping": "Ping",
|
||||
"down": "Jos",
|
||||
"up": "Sus",
|
||||
@@ -91,11 +91,11 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "Stare HTTP",
|
||||
"error": "Eroare",
|
||||
"error": "Error",
|
||||
"response": "Răspuns",
|
||||
"down": "Jos",
|
||||
"up": "Sus",
|
||||
"not_available": "Indisponibil"
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Activ",
|
||||
@@ -112,7 +112,7 @@
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Total",
|
||||
"unknown": "Necunoscut"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Producție",
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Necitit"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Stare",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Neconfigurat",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -144,8 +144,8 @@
|
||||
"uptime": "Uptime",
|
||||
"maxDown": "Max. Down",
|
||||
"maxUp": "Max. Up",
|
||||
"down": "Jos",
|
||||
"up": "Sus",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"received": "Primit",
|
||||
"sent": "Trimis",
|
||||
"externalIPAddress": "Ext. IP",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Activ",
|
||||
"transcoding": "Transcodare",
|
||||
"bitrate": "Rata de biți",
|
||||
"no_active": "Niciun stream activ",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -189,28 +189,28 @@
|
||||
"plex": {
|
||||
"streams": "Fluxuri active",
|
||||
"albums": "Albume",
|
||||
"movies": "Filme",
|
||||
"movies": "Movies",
|
||||
"tv": "Seriale"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Rată",
|
||||
"rate": "Rate",
|
||||
"queue": "Coadă",
|
||||
"timeleft": "Timp rămas"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Activ",
|
||||
"upload": "Încarcă",
|
||||
"download": "Descarcă"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Descarcă",
|
||||
"upload": "Încarcă",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Descarcă",
|
||||
"upload": "Încarcă",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -223,8 +223,8 @@
|
||||
"invalid": "Invalid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Descarcă",
|
||||
"upload": "Încarcă",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -233,34 +233,34 @@
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Descarcă",
|
||||
"upload": "Încarcă",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Dorite",
|
||||
"queued": "În coadă",
|
||||
"series": "Serie",
|
||||
"queue": "Coadă",
|
||||
"unknown": "Necunoscut"
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Dorite",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Lipsește",
|
||||
"queued": "În coadă",
|
||||
"movies": "Filme",
|
||||
"queue": "Coadă",
|
||||
"unknown": "Necunoscut"
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Dorite",
|
||||
"queued": "În coadă",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artiști"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Dorite",
|
||||
"queued": "În coadă",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "Cărți"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,19 +273,20 @@
|
||||
"available": "Disponibile"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "În așteptare",
|
||||
"approved": "Aprobate",
|
||||
"available": "Disponibile"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "În așteptare",
|
||||
"pending": "Pending",
|
||||
"processing": "Procesare",
|
||||
"approved": "Aprobate",
|
||||
"available": "Disponibile"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Total",
|
||||
"connected": "Conectat",
|
||||
"connected": "Connected",
|
||||
"new_devices": "Dispozitive Noi",
|
||||
"down_alerts": "Down Alerts"
|
||||
},
|
||||
@@ -296,26 +297,26 @@
|
||||
"gravity": "Gravitație"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Cereri",
|
||||
"blocked": "Blocate",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "Filtrate",
|
||||
"latency": "Latentă"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Încarcă",
|
||||
"download": "Descarcă",
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Rulează",
|
||||
"running": "Running",
|
||||
"stopped": "Oprit",
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Descărcat",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Necitit",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Ago"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Cereri",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursiv",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Blocate",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Clienți"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Coadă",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Salvat"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Servicii",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Niciun stream activ",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
},
|
||||
"npm": {
|
||||
@@ -377,13 +384,13 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Aplicații",
|
||||
"clients": "Clienți",
|
||||
"clients": "Clients",
|
||||
"messages": "Mesaje"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Indexatori",
|
||||
"numberOfGrabs": "Descărcate",
|
||||
"numberOfQueries": "Cereri",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Descărcări eșuate",
|
||||
"numberOfFailQueries": "Cereri eșuate"
|
||||
},
|
||||
@@ -395,51 +402,51 @@
|
||||
"numActiveSessions": "Sesiuni",
|
||||
"numConnections": "Conexiuni",
|
||||
"dataRelayed": "Retransmise",
|
||||
"transferRate": "Rată"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Utilizatori",
|
||||
"user_count": "Users",
|
||||
"status_count": "Postări",
|
||||
"domain_count": "Domenii"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Dorite",
|
||||
"queued": "În coadă",
|
||||
"series": "Serie"
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Jucători",
|
||||
"version": "Versiune",
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "Necitit"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Utilizatori",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Autentificări (24h)",
|
||||
"failedLoginsLast24H": "Conectări eșuate (24h)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "MEM",
|
||||
"cpu": "Procesor",
|
||||
"cpu": "CPU",
|
||||
"lxc": "Container",
|
||||
"vms": "Masini Virtuale"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "Procesor",
|
||||
"load": "Sarcină",
|
||||
"wait": "Va rugăm așteptați",
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temperatură",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Total",
|
||||
"free": "Disponibili",
|
||||
"used": "Utilizați",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -464,13 +471,13 @@
|
||||
"1-day": "Aproape însorit",
|
||||
"1-night": "Aproape fără nori",
|
||||
"2-day": "Parţial Înnorat",
|
||||
"2-night": "Parţial Înnorat",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "Înnorat",
|
||||
"3-night": "Înnorat",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "Ceaţă",
|
||||
"45-night": "Ceaţă",
|
||||
"48-day": "Ceaţă",
|
||||
"48-night": "Ceaţă",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "Light Drizzle",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "Drizzle",
|
||||
@@ -482,9 +489,9 @@
|
||||
"57-day": "Freezing Drizzle",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "Ploaie Ușoară",
|
||||
"61-night": "Ploaie Ușoară",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "Ploaie",
|
||||
"63-night": "Ploaie",
|
||||
"63-night": "Rain",
|
||||
"65-day": "Heavy Rain",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "Freezing Rain",
|
||||
@@ -523,17 +530,17 @@
|
||||
"up_to_date": "Actualizat",
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Sus",
|
||||
"pending": "În așteptare",
|
||||
"down": "Jos"
|
||||
"up": "Up",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Nou",
|
||||
"up": "Sus",
|
||||
"up": "Up",
|
||||
"grace": "In Grace Period",
|
||||
"down": "Jos",
|
||||
"down": "Down",
|
||||
"paused": "Pauză",
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"last_ping": "Ultimul Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,13 +550,13 @@
|
||||
"containers_failed": "Eșuat"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Aprobate",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Respinse",
|
||||
"filters": "Filtre",
|
||||
"indexers": "Indexatori"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Coadă",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Canale",
|
||||
"playlists": "Playlists"
|
||||
@@ -557,12 +564,12 @@
|
||||
"truenas": {
|
||||
"load": "System Load",
|
||||
"uptime": "Uptime",
|
||||
"alerts": "Alerte"
|
||||
"alerts": "Alerts"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Viteză",
|
||||
"active": "Activ",
|
||||
"queue": "Coadă",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
@@ -572,21 +579,21 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Canale",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tunere",
|
||||
"channelNumber": "Canal",
|
||||
"channelNetwork": "Rețea",
|
||||
"signalStrength": "Putere",
|
||||
"signalQuality": "Calitate",
|
||||
"symbolQuality": "Calitate",
|
||||
"networkRate": "Rata de biți",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Eșuat",
|
||||
"unknown": "Necunoscut"
|
||||
"failed": "Failed",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "All Streams",
|
||||
"streams_active": "Fluxuri active",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Channels"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -634,33 +641,33 @@
|
||||
"layers": "Straturi"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "Stare",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "Stare"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
"memory": "Mem Usage",
|
||||
"wanStatus": "WAN Status",
|
||||
"up": "Sus",
|
||||
"down": "Jos",
|
||||
"temp": "Temperatură",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"temp": "Temp",
|
||||
"disk": "Utilizare Disc",
|
||||
"wanIP": "WAN IP"
|
||||
},
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Datastore",
|
||||
"failed_tasks_24h": "Failed Tasks 24h",
|
||||
"cpu_usage": "Procesor",
|
||||
"cpu_usage": "CPU",
|
||||
"memory_usage": "Memorie"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Utilizatori",
|
||||
"users": "Users",
|
||||
"photos": "Fotografii",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -673,35 +680,35 @@
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Serie",
|
||||
"series": "Series",
|
||||
"archives": "Arhive",
|
||||
"chapters": "Chapters",
|
||||
"categories": "Categorii"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Biblioteci",
|
||||
"series": "Serie",
|
||||
"books": "Cărți"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Zile",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Disponibile"
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Serie",
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "Dorite"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albume",
|
||||
"photos": "Fotografii",
|
||||
"albums": "Albums",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"people": "Oameni"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Coadă",
|
||||
"processing": "Procesare",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Timp"
|
||||
},
|
||||
@@ -724,11 +731,11 @@
|
||||
"numshares": "Articole Partajate"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"size": "Mărime",
|
||||
"lastrun": "Ultima Rulare",
|
||||
"nextrun": "Următoarea Rulare",
|
||||
"failed": "Eșuat"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Muncitori activi",
|
||||
@@ -750,15 +757,15 @@
|
||||
"uptime": "Uptime"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "Astăzi",
|
||||
"gross_percent_today": "Today",
|
||||
"gross_percent_1y": "Un an",
|
||||
"gross_percent_max": "Tot timpul"
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasturi",
|
||||
"books": "Cărți",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Durată",
|
||||
"booksDuration": "Durată"
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "People Home",
|
||||
@@ -767,45 +774,45 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Monitoring",
|
||||
"updates": "Actualizări"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Cărți",
|
||||
"books": "Books",
|
||||
"authors": "Autori",
|
||||
"categories": "Categorii",
|
||||
"series": "Serie"
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Coadă",
|
||||
"downloadBytesRemaining": "Rămas",
|
||||
"downloadTotalBytes": "Mărime",
|
||||
"downloadSpeed": "Viteză"
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Serie",
|
||||
"totalFiles": "Fișiere"
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Files"
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Rezultat",
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
"failed": "Eșuat",
|
||||
"failed": "Failed",
|
||||
"canceled": "Anulat",
|
||||
"inProgress": "În Progres",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "Aprobate"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"name": "Nume",
|
||||
"map": "Hartă",
|
||||
"currentPlayers": "Current players",
|
||||
"players": "Jucători",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Max players",
|
||||
"bots": "Boți",
|
||||
"ping": "Ping"
|
||||
@@ -818,39 +825,39 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "Utilizatori",
|
||||
"categories": "Categorii",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Etichete"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "Total",
|
||||
"running": "Rulează",
|
||||
"stopped": "Oprit",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Eșuat"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Uptime",
|
||||
"cpuLoad": "CPU Load Avg (5m)",
|
||||
"up": "Sus",
|
||||
"down": "Jos",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"bytesTx": "Transmis",
|
||||
"bytesRx": "Primit"
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
"sitesUp": "Sites Up",
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Pauză",
|
||||
"paused": "Paused",
|
||||
"notyetchecked": "Not Yet Checked",
|
||||
"up": "Sus",
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Jos",
|
||||
"unknown": "Necunoscut"
|
||||
"down": "Down",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "În cinematografe",
|
||||
@@ -869,7 +876,7 @@
|
||||
"totalfilesize": "Mărime Totală"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Domenii",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Cutii poştale",
|
||||
"mails": "Mails",
|
||||
"storage": "Storage"
|
||||
@@ -881,7 +888,7 @@
|
||||
"plantit": {
|
||||
"events": "Evenimente",
|
||||
"plants": "Plante",
|
||||
"photos": "Fotografii",
|
||||
"photos": "Photos",
|
||||
"species": "Specii"
|
||||
},
|
||||
"gitea": {
|
||||
@@ -902,12 +909,12 @@
|
||||
"galleries": "Galerii",
|
||||
"performers": "Performers",
|
||||
"studios": "Studios",
|
||||
"movies": "Filme",
|
||||
"tags": "Etichete",
|
||||
"movies": "Movies",
|
||||
"tags": "Tags",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Utilizatori",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Cuvinte cheie"
|
||||
},
|
||||
@@ -916,17 +923,17 @@
|
||||
"totalWithWarranty": "Cu Garanție",
|
||||
"locations": "Locaţii",
|
||||
"labels": "Etichete",
|
||||
"users": "Utilizatori",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Alerte",
|
||||
"alerts": "Alerts",
|
||||
"bans": "Bans"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Conectat",
|
||||
"enabled": "Activat",
|
||||
"disabled": "Dezactivat",
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -937,8 +944,8 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Ping",
|
||||
"download": "Descarcă",
|
||||
"upload": "Încarcă"
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Acțiuni",
|
||||
@@ -950,16 +957,16 @@
|
||||
"frigate": {
|
||||
"cameras": "Camere",
|
||||
"uptime": "Uptime",
|
||||
"version": "Versiune"
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
"collections": "Colecții",
|
||||
"tags": "Etichete"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informație",
|
||||
"information": "Information",
|
||||
"warning": "Atenție",
|
||||
"average": "Medie",
|
||||
"high": "Înalt",
|
||||
@@ -980,23 +987,23 @@
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "Nume",
|
||||
"address": "Adresă",
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Stare",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Nume",
|
||||
"name": "Name",
|
||||
"systems": "Sistem",
|
||||
"up": "Sus",
|
||||
"down": "Jos",
|
||||
"paused": "Pauză",
|
||||
"pending": "În așteptare",
|
||||
"status": "Stare",
|
||||
"updated": "Actualizat",
|
||||
"cpu": "Procesor",
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
@@ -1005,10 +1012,10 @@
|
||||
"apps": "Aplicaţii",
|
||||
"synced": "Synced",
|
||||
"outOfSync": "Out Of Sync",
|
||||
"healthy": "Sănătos",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Lipsește",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspendat"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Proiecte"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Stare",
|
||||
"load": "Sarcină",
|
||||
"bcharge": "Încărcare Baterie",
|
||||
"timeleft": "Timp rămas"
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Marcaje",
|
||||
@@ -1032,27 +1039,80 @@
|
||||
"archived": "Arhivat",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Liste",
|
||||
"tags": "Etichete"
|
||||
"tags": "Tags"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Rețea",
|
||||
"connected": "Conectat",
|
||||
"disconnected": "Deconectat",
|
||||
"slskStatus": "Network",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Disponibile",
|
||||
"update_no": "Actualizat",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "Fișiere"
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Melodii",
|
||||
"movies": "Filme",
|
||||
"episodes": "Episoade",
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
"other": "Altele"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"wlan_devices": "WLAN устройства",
|
||||
"lan_users": "LAN пользователи",
|
||||
"wlan_users": "WLAN пользователи",
|
||||
"up": "Онлайн",
|
||||
"up": "В сети",
|
||||
"down": "Скачивание",
|
||||
"wait": "Пожалуйста, подождите",
|
||||
"empty_data": "Статус подсистемы неизвестен"
|
||||
@@ -69,7 +69,7 @@
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "ОЗУ",
|
||||
"mem": "Память",
|
||||
"cpu": "ЦП",
|
||||
"running": "Запущено",
|
||||
"offline": "Не в сети",
|
||||
@@ -93,8 +93,8 @@
|
||||
"http_status": "HTTP статус",
|
||||
"error": "Ошибка",
|
||||
"response": "Ответ",
|
||||
"down": "Офлайн",
|
||||
"up": "Онлайн",
|
||||
"down": "Не в сети",
|
||||
"up": "В сети",
|
||||
"not_available": "Недоступен"
|
||||
},
|
||||
"emby": {
|
||||
@@ -112,7 +112,7 @@
|
||||
"offline_alt": "Не в сети",
|
||||
"online": "В сети",
|
||||
"total": "Всего",
|
||||
"unknown": "Неизвестен"
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Прод",
|
||||
@@ -144,8 +144,8 @@
|
||||
"uptime": "Время работы",
|
||||
"maxDown": "Макс. Загрузка",
|
||||
"maxUp": "Макс. Отдача",
|
||||
"down": "Офлайн",
|
||||
"up": "Онлайн",
|
||||
"down": "Не в сети",
|
||||
"up": "В сети",
|
||||
"received": "Получено",
|
||||
"sent": "Отправлено",
|
||||
"externalIPAddress": "Внеш. IP",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Пропущено"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Воспроизводится",
|
||||
"transcoding": "Перекодирование",
|
||||
"playing": "Играет",
|
||||
"transcoding": "Транскодируется",
|
||||
"bitrate": "Битрейт",
|
||||
"no_active": "Нет активных потоков",
|
||||
"no_active": "Нет активных стримов",
|
||||
"plex_connection_error": "Проверка соединения Plex"
|
||||
},
|
||||
"omada": {
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "Сериалы"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Скорость",
|
||||
"rate": "Rate",
|
||||
"queue": "Очередь",
|
||||
"timeleft": "Осталось"
|
||||
},
|
||||
@@ -241,25 +241,25 @@
|
||||
"sonarr": {
|
||||
"wanted": "Розыск",
|
||||
"queued": "В очереди",
|
||||
"series": "Серии",
|
||||
"series": "Сериалы",
|
||||
"queue": "Очередь",
|
||||
"unknown": "Неизвестен"
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Розыск",
|
||||
"wanted": "Требуется",
|
||||
"missing": "Отсутствует",
|
||||
"queued": "В очереди",
|
||||
"movies": "Фильмы",
|
||||
"queue": "Очередь",
|
||||
"unknown": "Неизвестен"
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Розыск",
|
||||
"wanted": "Требуется",
|
||||
"queued": "В очереди",
|
||||
"artists": "Исполнители"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Розыск",
|
||||
"wanted": "Требуется",
|
||||
"queued": "В очереди",
|
||||
"books": "Книги"
|
||||
},
|
||||
@@ -273,12 +273,13 @@
|
||||
"available": "Доступно"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "В обработке",
|
||||
"pending": "Ожидают",
|
||||
"approved": "Одобрено",
|
||||
"available": "Доступно"
|
||||
"available": "Доступно",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "В обработке",
|
||||
"pending": "Ожидают",
|
||||
"processing": "В процессе",
|
||||
"approved": "Одобрено",
|
||||
"available": "Доступно"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Сервисы",
|
||||
"middleware": "Связующее ПО"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Версия",
|
||||
"notesCount": "Заметки",
|
||||
"dbSize": "Размер БД",
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Нет активных потоков",
|
||||
"nothing_streaming": "Нет активных стримов",
|
||||
"please_wait": "Пожалуйста, подождите"
|
||||
},
|
||||
"npm": {
|
||||
@@ -395,7 +402,7 @@
|
||||
"numActiveSessions": "Сессии",
|
||||
"numConnections": "Соединения",
|
||||
"dataRelayed": "Ретранслировано",
|
||||
"transferRate": "Скорость"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Пользователи",
|
||||
@@ -403,7 +410,7 @@
|
||||
"domain_count": "Домены"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Розыск",
|
||||
"wanted": "Требуется",
|
||||
"queued": "В очереди",
|
||||
"series": "Серии"
|
||||
},
|
||||
@@ -424,7 +431,7 @@
|
||||
"failedLoginsLast24H": "Неудачные входы (24ч)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "ОЗУ",
|
||||
"mem": "Память",
|
||||
"cpu": "ЦП",
|
||||
"lxc": "LXC",
|
||||
"vms": "Виртуальные машины"
|
||||
@@ -436,14 +443,14 @@
|
||||
"temp": "Температура",
|
||||
"_temp": "Температура",
|
||||
"warn": "Предупреждение",
|
||||
"uptime": "Онлайн",
|
||||
"uptime": "Время работы",
|
||||
"total": "Всего",
|
||||
"free": "Свободно",
|
||||
"used": "Использовано",
|
||||
"days": "дней",
|
||||
"hours": "час",
|
||||
"days": "д",
|
||||
"hours": "ч",
|
||||
"crit": "Крит",
|
||||
"read": "Прочитано",
|
||||
"read": "Чтение",
|
||||
"write": "Запись",
|
||||
"gpu": "ГП",
|
||||
"mem": "ОЗУ",
|
||||
@@ -455,7 +462,7 @@
|
||||
"search": "Поиск",
|
||||
"custom": "Пользовательский",
|
||||
"visit": "Посетите",
|
||||
"url": "Ссылка",
|
||||
"url": "URL",
|
||||
"searchsuggestion": "Предложение"
|
||||
},
|
||||
"wmo": {
|
||||
@@ -472,15 +479,15 @@
|
||||
"48-day": "Туманно",
|
||||
"48-night": "Туманно",
|
||||
"51-day": "Легкая морось",
|
||||
"51-night": "Легкая морось",
|
||||
"51-night": "Легкая изморось",
|
||||
"53-day": "Морось",
|
||||
"53-night": "Морось",
|
||||
"53-night": "Изморось",
|
||||
"55-day": "Сильная морось",
|
||||
"55-night": "Сильная морось",
|
||||
"55-night": "Сильная изморось",
|
||||
"56-day": "Легкая морозная морось",
|
||||
"56-night": "Легкая морозная морось",
|
||||
"56-night": "Легкая морозная изморось",
|
||||
"57-day": "Морозная морось",
|
||||
"57-night": "Морозная морось",
|
||||
"57-night": "Морозная изморось",
|
||||
"61-day": "Слабый дождь",
|
||||
"61-night": "Слабый дождь",
|
||||
"63-day": "Дождь",
|
||||
@@ -488,9 +495,9 @@
|
||||
"65-day": "Сильный дождь",
|
||||
"65-night": "Сильный дождь",
|
||||
"66-day": "Град",
|
||||
"66-night": "Град",
|
||||
"67-day": "Град",
|
||||
"67-night": "Град",
|
||||
"66-night": "Ледяной дождь",
|
||||
"67-day": "Ледяной дождь",
|
||||
"67-night": "Ледяной дождь",
|
||||
"71-day": "Легкий снег",
|
||||
"71-night": "Легкий снег",
|
||||
"73-day": "Снег",
|
||||
@@ -500,15 +507,15 @@
|
||||
"77-day": "Снежная крупа",
|
||||
"77-night": "Снежная крупа",
|
||||
"80-day": "Лёгкие ливни",
|
||||
"80-night": "Лёгкие ливни",
|
||||
"80-night": "Легкие ливни",
|
||||
"81-day": "Ливни",
|
||||
"81-night": "Ливни",
|
||||
"82-day": "Сильные ливни",
|
||||
"82-night": "Сильные ливни",
|
||||
"85-day": "Снегопады",
|
||||
"85-night": "Снегопады",
|
||||
"86-day": "Снегопады",
|
||||
"86-night": "Снегопады",
|
||||
"85-night": "Снегопад",
|
||||
"86-day": "Снегопад",
|
||||
"86-night": "Снегопад",
|
||||
"95-day": "Гроза",
|
||||
"95-night": "Гроза",
|
||||
"96-day": "Гроза с градом",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "Последняя версия",
|
||||
"child_bridges": "Дочерние мосты",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Онлайн",
|
||||
"pending": "В обработке",
|
||||
"down": "Офлайн"
|
||||
"up": "В сети",
|
||||
"pending": "Ожидают",
|
||||
"down": "Не в сети"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Новый",
|
||||
"up": "Онлайн",
|
||||
"up": "В сети",
|
||||
"grace": "Пробный период",
|
||||
"down": "Офлайн",
|
||||
"down": "Не в сети",
|
||||
"paused": "Приостановлено",
|
||||
"status": "Статус",
|
||||
"last_ping": "Последний пинг",
|
||||
@@ -557,7 +564,7 @@
|
||||
"truenas": {
|
||||
"load": "Нагрузка системы",
|
||||
"uptime": "Время работы",
|
||||
"alerts": "Предупреждения"
|
||||
"alerts": "Оповещения"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Скорость",
|
||||
@@ -586,7 +593,7 @@
|
||||
"scrutiny": {
|
||||
"passed": "Успешно",
|
||||
"failed": "Провалено",
|
||||
"unknown": "Неизвестен"
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Входящие",
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Все потоки",
|
||||
"streams_active": "Активные потоки",
|
||||
"streams_active": "Активные стримы",
|
||||
"streams_xepg": "Каналы XEPG"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Лимит"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "Загрузка ЦПУ",
|
||||
"cpu": "ЦП",
|
||||
"memory": "Активно ОЗУ",
|
||||
"wanUpload": "WAN Загрузка",
|
||||
"wanDownload": "WAN скачивание"
|
||||
@@ -647,8 +654,8 @@
|
||||
"load": "Средняя нагрузка",
|
||||
"memory": "Использование ОЗУ",
|
||||
"wanStatus": "Статус WAN",
|
||||
"up": "Онлайн",
|
||||
"down": "Офлайн",
|
||||
"up": "В сети",
|
||||
"down": "Не в сети",
|
||||
"temp": "Температура",
|
||||
"disk": "Использование диска",
|
||||
"wanIP": "WAN IP"
|
||||
@@ -670,7 +677,7 @@
|
||||
"down": "Неактивные сайты",
|
||||
"uptime": "Время работы",
|
||||
"incident": "Происшествия",
|
||||
"m": "мин"
|
||||
"m": "м"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Серии",
|
||||
@@ -691,7 +698,7 @@
|
||||
"mylar": {
|
||||
"series": "Серии",
|
||||
"issues": "Вопросы",
|
||||
"wanted": "Розыск"
|
||||
"wanted": "Требуется"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Альбомы",
|
||||
@@ -701,7 +708,7 @@
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Очередь",
|
||||
"processing": "В процессе",
|
||||
"processing": "Обрабатывается",
|
||||
"processed": "Обработано",
|
||||
"time": "Время"
|
||||
},
|
||||
@@ -805,7 +812,7 @@
|
||||
"name": "Имя",
|
||||
"map": "Карта",
|
||||
"currentPlayers": "Текущее количество игроков",
|
||||
"players": "Игроки",
|
||||
"players": "Игроков",
|
||||
"maxPlayers": "Максимум игроков",
|
||||
"bots": "Ботов",
|
||||
"ping": "Пинг"
|
||||
@@ -833,8 +840,8 @@
|
||||
"openwrt": {
|
||||
"uptime": "Время работы",
|
||||
"cpuLoad": "Средняя нагрузка ЦП (5м)",
|
||||
"up": "Онлайн",
|
||||
"down": "Офлайн",
|
||||
"up": "В сети",
|
||||
"down": "Не в сети",
|
||||
"bytesTx": "Передано",
|
||||
"bytesRx": "Получено"
|
||||
},
|
||||
@@ -845,12 +852,12 @@
|
||||
"downDuration": "Длительность падения",
|
||||
"sitesUp": "Активные сайты",
|
||||
"sitesDown": "Неактивные сайты",
|
||||
"paused": "Приостановлено",
|
||||
"paused": "Приостановлен",
|
||||
"notyetchecked": "Ещё не проверено",
|
||||
"up": "Онлайн",
|
||||
"up": "В сети",
|
||||
"seemsdown": "Кажется упал :с",
|
||||
"down": "Офлайн",
|
||||
"unknown": "Неизвестен"
|
||||
"down": "Не в сети",
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "В кинотеатрах",
|
||||
@@ -886,7 +893,7 @@
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Уведомления",
|
||||
"issues": "Вопросы",
|
||||
"issues": "Проблемы",
|
||||
"pulls": "Запросы на слияние (Pull Request)",
|
||||
"repositories": "Репозитории"
|
||||
},
|
||||
@@ -920,13 +927,13 @@
|
||||
"totalValue": "Общая стоимость"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Предупреждения",
|
||||
"alerts": "Оповещения",
|
||||
"bans": "Блокировки"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Подключено",
|
||||
"enabled": "Включено",
|
||||
"disabled": "Выключено",
|
||||
"disabled": "Отключено",
|
||||
"total": "Всего"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -982,7 +989,7 @@
|
||||
"headscale": {
|
||||
"name": "Имя",
|
||||
"address": "Адрес",
|
||||
"last_seen": "Последнее посещение",
|
||||
"last_seen": "Был в посл. раз",
|
||||
"status": "Статус",
|
||||
"online": "В сети",
|
||||
"offline": "Не в сети"
|
||||
@@ -990,14 +997,14 @@
|
||||
"beszel": {
|
||||
"name": "Имя",
|
||||
"systems": "Системы",
|
||||
"up": "Онлайн",
|
||||
"down": "Офлайн",
|
||||
"paused": "Приостановлено",
|
||||
"pending": "В обработке",
|
||||
"up": "В сети",
|
||||
"down": "Не в сети",
|
||||
"paused": "На паузе",
|
||||
"pending": "Ожидают",
|
||||
"status": "Статус",
|
||||
"updated": "Обновленно",
|
||||
"updated": "Обновлено",
|
||||
"cpu": "ЦП",
|
||||
"memory": "ОЗУ",
|
||||
"memory": "Память",
|
||||
"disk": "Диск",
|
||||
"network": "Сеть"
|
||||
},
|
||||
@@ -1005,24 +1012,24 @@
|
||||
"apps": "Приложения",
|
||||
"synced": "Синхронизированные",
|
||||
"outOfSync": "Не синхронизированные",
|
||||
"healthy": "Здоровый",
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Деградированные",
|
||||
"progressing": "Выполняются",
|
||||
"missing": "Отсутствует",
|
||||
"suspended": "Приостановленные"
|
||||
},
|
||||
"spoolman": {
|
||||
"loading": "Загрузка"
|
||||
"loading": "Идет загрузка"
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Группы",
|
||||
"issues": "Вопросы",
|
||||
"issues": "Issues",
|
||||
"merges": "Мердж-реквесты",
|
||||
"projects": "Проекты"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Статус",
|
||||
"load": "Загрузка",
|
||||
"load": "Нагрузка",
|
||||
"bcharge": "Заряд батареи",
|
||||
"timeleft": "Осталось"
|
||||
},
|
||||
@@ -1040,7 +1047,7 @@
|
||||
"disconnected": "Отключено",
|
||||
"updateStatus": "Обновление",
|
||||
"update_yes": "Доступно",
|
||||
"update_no": "Последняя версия",
|
||||
"update_no": "Актуально",
|
||||
"downloads": "Скачивания",
|
||||
"uploads": "Загрузки",
|
||||
"sharedFiles": "Файлов"
|
||||
@@ -1049,10 +1056,63 @@
|
||||
"songs": "Песни",
|
||||
"movies": "Фильмы",
|
||||
"episodes": "Эпизоды",
|
||||
"other": "Другой"
|
||||
"other": "Другое"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Всего",
|
||||
"running": "Запущено",
|
||||
"stopped": "Остановлено",
|
||||
"down": "Не в сети",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Неизвестно",
|
||||
"servers": "Серверы",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Контейнеры"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Доступно",
|
||||
"used": "Использовано",
|
||||
"total": "Всего"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Подписки",
|
||||
"thisMonthlyCost": "Этот месяц",
|
||||
"nextMonthlyCost": "Следующий месяц",
|
||||
"previousMonthlyCost": "Прошлый месяц",
|
||||
"nextRenewingSubscription": "Следующая оплата"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"weather": {
|
||||
"current": "Aktuálna poloha",
|
||||
"allow": "Klikni pre povolenie",
|
||||
"allow": "Kliknutím povolíte",
|
||||
"updating": "Prebieha aktualizácia",
|
||||
"wait": "Počkajte prosím"
|
||||
},
|
||||
@@ -63,12 +63,12 @@
|
||||
"wlan_users": "Použ. WLAN",
|
||||
"up": "BEŽÍ",
|
||||
"down": "NEBEŽÍ",
|
||||
"wait": "Počkajte prosím",
|
||||
"wait": "Čakajte, prosím",
|
||||
"empty_data": "Stav podsystému neznámy"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"rx": "Prijaté",
|
||||
"tx": "Odoslané",
|
||||
"mem": "RAM",
|
||||
"cpu": "CPU",
|
||||
"running": "Beží",
|
||||
@@ -93,9 +93,9 @@
|
||||
"http_status": "HTTP stavový kód",
|
||||
"error": "Chyba",
|
||||
"response": "Odpoveď",
|
||||
"down": "Sťahovanie",
|
||||
"up": "Nahrávanie",
|
||||
"not_available": "Nedostupný"
|
||||
"down": "Down",
|
||||
"up": "Beží",
|
||||
"not_available": "Nedostupné"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Prehrávané",
|
||||
@@ -108,10 +108,10 @@
|
||||
"songs": "Skladby"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Nedostupný",
|
||||
"offline_alt": "Nedostupný",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Celkovo",
|
||||
"total": "Celkom",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"evcc": {
|
||||
@@ -141,11 +141,11 @@
|
||||
"connectionStatusDisconnecting": "Odpájanie",
|
||||
"connectionStatusDisconnected": "Odpojené",
|
||||
"connectionStatusConnected": "Pripojené",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"maxDown": "Max. sťahovanie",
|
||||
"maxUp": "Max. nahrávanie",
|
||||
"down": "Sťahovanie",
|
||||
"up": "Nahrávanie",
|
||||
"down": "Down",
|
||||
"up": "Beží",
|
||||
"received": "Prijaté",
|
||||
"sent": "Odoslané",
|
||||
"externalIPAddress": "Ext. IP",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Odvysielané"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Prehrávané",
|
||||
"transcoding": "Prekódovávané",
|
||||
"bitrate": "Prenosová rýchlosť",
|
||||
"no_active": "Žiadny aktívny stream",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Skontroluj spojenie s Plex"
|
||||
},
|
||||
"omada": {
|
||||
@@ -189,30 +189,30 @@
|
||||
"plex": {
|
||||
"streams": "Aktívne vysielanie",
|
||||
"albums": "Albumy",
|
||||
"movies": "Filmy",
|
||||
"movies": "Filmov",
|
||||
"tv": "Seriály"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Rýchlosť",
|
||||
"rate": "Rate",
|
||||
"queue": "V poradí",
|
||||
"timeleft": "Zostávajúci čas"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Aktívne",
|
||||
"upload": "Nahrávanie",
|
||||
"download": "Sťahovanie"
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"upload": "Nahrávanie",
|
||||
"leech": "Leechované",
|
||||
"seed": "Seedované"
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"upload": "Nahrávanie",
|
||||
"leech": "Leechované",
|
||||
"seed": "Seedované"
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qnap": {
|
||||
"cpuUsage": "Využitie CPU",
|
||||
@@ -223,43 +223,43 @@
|
||||
"invalid": "Neplatný"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"upload": "Nahrávanie",
|
||||
"leech": "Leechované",
|
||||
"seed": "Seedované"
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Cache Hit Bytes",
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"upload": "Nahrávanie",
|
||||
"leech": "Leechované",
|
||||
"seed": "Seedované"
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "Žiadané",
|
||||
"queued": "V poradí",
|
||||
"series": "Seriály",
|
||||
"queue": "V poradí",
|
||||
"series": "Series",
|
||||
"queue": "Poradie",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Žiadané",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Chýbajúce",
|
||||
"queued": "V poradí",
|
||||
"movies": "Filmy",
|
||||
"queue": "V poradí",
|
||||
"movies": "Filmov",
|
||||
"queue": "Poradie",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Žiadané",
|
||||
"wanted": "Wanted",
|
||||
"queued": "V poradí",
|
||||
"artists": "Interpreti"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Žiadané",
|
||||
"wanted": "Wanted",
|
||||
"queued": "V poradí",
|
||||
"books": "Knihy"
|
||||
},
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Čakajúce",
|
||||
"approved": "Schválené",
|
||||
"available": "Dostupné"
|
||||
"available": "Dostupné",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Čakajúce",
|
||||
@@ -284,7 +285,7 @@
|
||||
"available": "Dostupné"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Celkovo",
|
||||
"total": "Celkom",
|
||||
"connected": "Pripojené",
|
||||
"new_devices": "Nové zariadenia",
|
||||
"down_alerts": "Upozornenia o výpadkoch"
|
||||
@@ -296,25 +297,25 @@
|
||||
"gravity": "Gravity"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Dopyty",
|
||||
"blocked": "Zablokované",
|
||||
"queries": "Požiadaviek",
|
||||
"blocked": "Blokované",
|
||||
"filtered": "Filtrované",
|
||||
"latency": "Odozva"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "Nahrávanie",
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"ping": "Odozva"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Beží",
|
||||
"stopped": "Zastavené",
|
||||
"total": "Celkovo"
|
||||
"total": "Celkom"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Stiahnuté",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Prečítané",
|
||||
"read": "Read",
|
||||
"unread": "Neprečítané",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "Pred {{value}}"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Dopyty",
|
||||
"totalQueries": "Požiadaviek",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Zablokované",
|
||||
"totalBlocked": "Blokované",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Klienti"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "V poradí",
|
||||
"queue": "Poradie",
|
||||
"processed": "Spracované",
|
||||
"errored": "Chybné",
|
||||
"saved": "Uložené"
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "Služby",
|
||||
"middleware": "Midlvér"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Verzia",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Žiadny aktívny stream",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Počkajte prosím"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "Povolené",
|
||||
"disabled": "Zakázané",
|
||||
"total": "Celkovo"
|
||||
"total": "Celkom"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Nastavte jednu alebo viac kryptomien na sledovanie",
|
||||
@@ -383,43 +390,43 @@
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Indexery",
|
||||
"numberOfGrabs": "Zachytení",
|
||||
"numberOfQueries": "Dopyty",
|
||||
"numberOfQueries": "Požiadaviek",
|
||||
"numberOfFailGrabs": "Neúspešné zachytenia",
|
||||
"numberOfFailQueries": "Neúspešné dopyty"
|
||||
},
|
||||
"jackett": {
|
||||
"configured": "Nastavený",
|
||||
"errored": "Chybné"
|
||||
"errored": "Errored"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Relácie",
|
||||
"numConnections": "Spojenia",
|
||||
"dataRelayed": "Prenesené",
|
||||
"transferRate": "Rýchlosť"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Používatelia",
|
||||
"user_count": "Používateľov",
|
||||
"status_count": "Príspevky",
|
||||
"domain_count": "Domény"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Žiadané",
|
||||
"wanted": "Wanted",
|
||||
"queued": "V poradí",
|
||||
"series": "Seriály"
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Hráči",
|
||||
"version": "Verzia",
|
||||
"status": "Stav",
|
||||
"up": "Online",
|
||||
"down": "Nedostupný"
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Prečítané",
|
||||
"unread": "Neprečítané"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Používatelia",
|
||||
"users": "Používateľov",
|
||||
"loginsLast24H": "Prihlás. (24 hod.)",
|
||||
"failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)"
|
||||
},
|
||||
@@ -432,18 +439,18 @@
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Záťaž",
|
||||
"wait": "Počkajte prosím",
|
||||
"temp": "TEPLOTA",
|
||||
"wait": "Čakajte, prosím",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Teplota",
|
||||
"warn": "Upozornení",
|
||||
"uptime": "BEŽÍ",
|
||||
"total": "Celkovo",
|
||||
"total": "Celkom",
|
||||
"free": "Voľné",
|
||||
"used": "Využité",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Kritické",
|
||||
"read": "Prečítané",
|
||||
"read": "Read",
|
||||
"write": "Zápis",
|
||||
"gpu": "GPU",
|
||||
"mem": "Pamäť",
|
||||
@@ -455,7 +462,7 @@
|
||||
"search": "Hľadať",
|
||||
"custom": "Vlastné",
|
||||
"visit": "Navštíviť",
|
||||
"url": "Odkaz",
|
||||
"url": "URL adresa",
|
||||
"searchsuggestion": "Návrh"
|
||||
},
|
||||
"wmo": {
|
||||
@@ -472,15 +479,15 @@
|
||||
"48-day": "Hmlisto",
|
||||
"48-night": "Hmlisto",
|
||||
"51-day": "Mierne mrholenie",
|
||||
"51-night": "Mierne mrholenie",
|
||||
"51-night": "Slabé mrholenie",
|
||||
"53-day": "Mrholenie",
|
||||
"53-night": "Mrholenie",
|
||||
"53-night": "Drizzle",
|
||||
"55-day": "Silné mrholenie",
|
||||
"55-night": "Silné mrholenie",
|
||||
"56-day": "Mierne mrazivé mrholenie",
|
||||
"56-night": "Mierne mrazivé mrholenie",
|
||||
"56-night": "Light Freezing Drizzle",
|
||||
"57-day": "Mrazivé mrholenie",
|
||||
"57-night": "Mrazivé mrholenie",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "Slabý dážď",
|
||||
"61-night": "Slabý dážď",
|
||||
"63-day": "Dážď",
|
||||
@@ -488,17 +495,17 @@
|
||||
"65-day": "Silný dážď",
|
||||
"65-night": "Silný dážď",
|
||||
"66-day": "Mrazivý dážď",
|
||||
"66-night": "Mrazivý dážď",
|
||||
"67-day": "Mrazivý dážď",
|
||||
"67-night": "Mrazivý dážď",
|
||||
"66-night": "Mrznúci dážď",
|
||||
"67-day": "Mrznúci dážď",
|
||||
"67-night": "Mrznúci dážď",
|
||||
"71-day": "Mierne sneženie",
|
||||
"71-night": "Mierne sneženie",
|
||||
"71-night": "Slabé sneženie",
|
||||
"73-day": "Sneženie",
|
||||
"73-night": "Sneženie",
|
||||
"75-day": "Silné sneženie",
|
||||
"75-night": "Silné sneženie",
|
||||
"75-night": "Husté sneženie",
|
||||
"77-day": "Snehové vločky",
|
||||
"77-night": "Snehové vločky",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "Mierne prehánky",
|
||||
"80-night": "Mierne prehánky",
|
||||
"81-day": "Prehánky",
|
||||
@@ -523,15 +530,15 @@
|
||||
"up_to_date": "Aktuálny",
|
||||
"child_bridges": "Podradené premostenia",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Nahrávanie",
|
||||
"up": "Beží",
|
||||
"pending": "Čakajúce",
|
||||
"down": "Sťahovanie"
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Nový",
|
||||
"up": "Nahrávanie",
|
||||
"up": "Beží",
|
||||
"grace": "V dodatočnej lehote",
|
||||
"down": "Sťahovanie",
|
||||
"down": "Down",
|
||||
"paused": "Pozastavené",
|
||||
"status": "Stav",
|
||||
"last_ping": "Poslendný ping",
|
||||
@@ -546,24 +553,24 @@
|
||||
"approvedPushes": "Schválené",
|
||||
"rejectedPushes": "Odmietnuté",
|
||||
"filters": "Filtre",
|
||||
"indexers": "Indexery"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "V poradí",
|
||||
"downloads": "Poradie",
|
||||
"videos": "Videá",
|
||||
"channels": "Kanály",
|
||||
"playlists": "Playlisty"
|
||||
},
|
||||
"truenas": {
|
||||
"load": "Záťaž systému",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"alerts": "Upozornenia"
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Rýchlosť",
|
||||
"active": "Aktívne",
|
||||
"queue": "V poradí",
|
||||
"total": "Celkovo"
|
||||
"active": "Active",
|
||||
"queue": "Poradie",
|
||||
"total": "Celkom"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Verejná IP",
|
||||
@@ -572,7 +579,7 @@
|
||||
"port_forwarded": "Port Forwarded"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Kanály",
|
||||
"channels": "Channels",
|
||||
"hd": "HD",
|
||||
"tunerCount": "Tunery",
|
||||
"channelNumber": "Kanál",
|
||||
@@ -580,17 +587,17 @@
|
||||
"signalStrength": "Sila",
|
||||
"signalQuality": "Kvalita",
|
||||
"symbolQuality": "Kvalita",
|
||||
"networkRate": "Prenosová rýchlosť",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Klient"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Úspešný",
|
||||
"failed": "Zlyhané",
|
||||
"failed": "Failed",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Schránka správ",
|
||||
"total": "Celkovo"
|
||||
"total": "Celkom"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Nabitie batérie",
|
||||
@@ -601,18 +608,18 @@
|
||||
"low_battery": "Slabá batéria"
|
||||
},
|
||||
"nextdns": {
|
||||
"wait": "Počkajte prosím",
|
||||
"wait": "Čakajte, prosím",
|
||||
"no_devices": "Informácie o zariadení nezískané"
|
||||
},
|
||||
"mikrotik": {
|
||||
"cpuLoad": "Využitie CPU",
|
||||
"memoryUsed": "Využitie pamäte",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"numberOfLeases": "Pridelené adresy"
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Všetky vysielania",
|
||||
"streams_active": "Aktívne vysielanie",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG kanály"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Limit"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "Využitie CPU",
|
||||
"cpu": "Zátaž procesora",
|
||||
"memory": "Aktívna pamäť",
|
||||
"wanUpload": "WAN nahrávanie",
|
||||
"wanDownload": "WAN sťahovanie"
|
||||
@@ -647,9 +654,9 @@
|
||||
"load": "Priemerné zaťaženie",
|
||||
"memory": "Využitie pamäte",
|
||||
"wanStatus": "Stav WAN",
|
||||
"up": "Nahrávanie",
|
||||
"down": "Sťahovanie",
|
||||
"temp": "Teplota",
|
||||
"up": "Beží",
|
||||
"down": "Down",
|
||||
"temp": "Temp",
|
||||
"disk": "Využitie disku",
|
||||
"wanIP": "IP adresa WAN"
|
||||
},
|
||||
@@ -660,48 +667,48 @@
|
||||
"memory_usage": "Pamäť"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Používatelia",
|
||||
"photos": "Fotografie",
|
||||
"videos": "Videá",
|
||||
"users": "Používateľov",
|
||||
"photos": "Fotografií",
|
||||
"videos": "Videí",
|
||||
"storage": "Úložisko"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "Weby dostupné",
|
||||
"down": "Weby nedostupné",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"incident": "Udalosť",
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Seriály",
|
||||
"series": "Series",
|
||||
"archives": "Archívy",
|
||||
"chapters": "Kapitoly",
|
||||
"categories": "Kategórie"
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Knižnice",
|
||||
"series": "Seriály",
|
||||
"books": "Knihy"
|
||||
"series": "Series",
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Dní",
|
||||
"uptime": "Prevádzka",
|
||||
"days": "Days",
|
||||
"uptime": "Dostupnosť",
|
||||
"volumeAvailable": "Dostupné"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Seriály",
|
||||
"series": "Series",
|
||||
"issues": "Problémy",
|
||||
"wanted": "Žiadané"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albumy",
|
||||
"photos": "Fotografie",
|
||||
"videos": "Videá",
|
||||
"albums": "Albumov",
|
||||
"photos": "Fotografií",
|
||||
"videos": "Videí",
|
||||
"people": "Ľudia"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "V poradí",
|
||||
"processing": "Spracovávané",
|
||||
"queue": "Poradie",
|
||||
"processing": "Processing",
|
||||
"processed": "Spracované",
|
||||
"time": "Čas"
|
||||
},
|
||||
@@ -728,7 +735,7 @@
|
||||
"size": "Veľkosť",
|
||||
"lastrun": "Naposledy spustené",
|
||||
"nextrun": "Nasledujúce spustenie",
|
||||
"failed": "Zlyhané"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Aktívne Worker-y",
|
||||
@@ -745,9 +752,9 @@
|
||||
"targets_total": "Cieľov spolu"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Weby dostupné",
|
||||
"down": "Weby nedostupné",
|
||||
"uptime": "Prevádzka"
|
||||
"up": "Sites Up",
|
||||
"down": "Sites Down",
|
||||
"uptime": "Dostupnosť"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "Dnes",
|
||||
@@ -756,9 +763,9 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasty",
|
||||
"books": "Knihy",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Dĺžka",
|
||||
"booksDuration": "Dĺžka"
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
"homeassistant": {
|
||||
"people_home": "Ľudia doma",
|
||||
@@ -767,22 +774,22 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Monitoring",
|
||||
"updates": "Aktualizácie"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Knihy",
|
||||
"books": "Books",
|
||||
"authors": "Autori",
|
||||
"categories": "Kategórie",
|
||||
"series": "Seriály"
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "V poradí",
|
||||
"downloadCount": "Poradie",
|
||||
"downloadBytesRemaining": "Zostávajúce",
|
||||
"downloadTotalBytes": "Veľkosť",
|
||||
"downloadSpeed": "Rýchlosť"
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Seriály",
|
||||
"seriesCount": "Series",
|
||||
"totalFiles": "Súborov"
|
||||
},
|
||||
"azuredevops": {
|
||||
@@ -791,7 +798,7 @@
|
||||
"buildId": "ID zostavy",
|
||||
"succeeded": "Úspešný",
|
||||
"notStarted": "Nespustený",
|
||||
"failed": "Zlyhané",
|
||||
"failed": "Failed",
|
||||
"canceled": "Zrušený",
|
||||
"inProgress": "Prebieha",
|
||||
"totalPrs": "Počet PR-ok",
|
||||
@@ -801,11 +808,11 @@
|
||||
"gamedig": {
|
||||
"status": "Stav",
|
||||
"online": "Online",
|
||||
"offline": "Nedostupný",
|
||||
"offline": "Offline",
|
||||
"name": "Meno",
|
||||
"map": "Mapa",
|
||||
"currentPlayers": "Počet hráčov",
|
||||
"players": "Hráči",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Maximálny počet hráčov",
|
||||
"bots": "Boti",
|
||||
"ping": "Odozva"
|
||||
@@ -818,38 +825,38 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recepty",
|
||||
"users": "Používatelia",
|
||||
"users": "Používateľov",
|
||||
"categories": "Kategórie",
|
||||
"tags": "Štítky"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Sťahovanie",
|
||||
"total": "Celkovo",
|
||||
"total": "Celkom",
|
||||
"running": "Beží",
|
||||
"stopped": "Zastavené",
|
||||
"passed": "Úspešný",
|
||||
"failed": "Zlyhané"
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"cpuLoad": "Záťaž CPU priem. (5m)",
|
||||
"up": "Nahrávanie",
|
||||
"down": "Sťahovanie",
|
||||
"up": "Beží",
|
||||
"down": "Down",
|
||||
"bytesTx": "Prenesených",
|
||||
"bytesRx": "Prijaté"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Stav",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"lastDown": "Posledný čas nedostupnosti",
|
||||
"downDuration": "Trvanie nedostupnosti",
|
||||
"sitesUp": "Weby dostupné",
|
||||
"sitesDown": "Weby nedostupné",
|
||||
"sitesUp": "Sites Up",
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Pozastavené",
|
||||
"notyetchecked": "Neskontrolované",
|
||||
"up": "Nahrávanie",
|
||||
"up": "Beží",
|
||||
"seemsdown": "Javí sa nedostupný",
|
||||
"down": "Sťahovanie",
|
||||
"down": "Down",
|
||||
"unknown": "Neznáme"
|
||||
},
|
||||
"calendar": {
|
||||
@@ -866,10 +873,10 @@
|
||||
"saves": "Saves",
|
||||
"states": "States",
|
||||
"screenshots": "Screenshots",
|
||||
"totalfilesize": "Total Size"
|
||||
"totalfilesize": "Celková veľkosť"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Domény",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Mailboxes",
|
||||
"mails": "Mails",
|
||||
"storage": "Úložisko"
|
||||
@@ -881,12 +888,12 @@
|
||||
"plantit": {
|
||||
"events": "Udalosti",
|
||||
"plants": "Rastliny",
|
||||
"photos": "Fotografie",
|
||||
"photos": "Fotografií",
|
||||
"species": "Druhy"
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Oznámenia",
|
||||
"issues": "Problémy",
|
||||
"issues": "Issues",
|
||||
"pulls": "Pull requesty",
|
||||
"repositories": "Repositories"
|
||||
},
|
||||
@@ -902,12 +909,12 @@
|
||||
"galleries": "Galérie",
|
||||
"performers": "Herci",
|
||||
"studios": "Štúdiá",
|
||||
"movies": "Filmy",
|
||||
"movies": "Filmov",
|
||||
"tags": "Štítky",
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Používatelia",
|
||||
"users": "Používateľov",
|
||||
"recipes": "Recepty",
|
||||
"keywords": "Kľúčové slová"
|
||||
},
|
||||
@@ -916,7 +923,7 @@
|
||||
"totalWithWarranty": "So zárukou",
|
||||
"locations": "Umiestnenia",
|
||||
"labels": "Štítky",
|
||||
"users": "Používatelia",
|
||||
"users": "Používateľov",
|
||||
"totalValue": "Celková hodnota"
|
||||
},
|
||||
"crowdsec": {
|
||||
@@ -925,9 +932,9 @@
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Pripojené",
|
||||
"enabled": "Povolené",
|
||||
"disabled": "Zakázané",
|
||||
"total": "Celkovo"
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Celkom"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -937,65 +944,65 @@
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "Odozva",
|
||||
"download": "Sťahovanie",
|
||||
"download": "Download",
|
||||
"upload": "Nahrávanie"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
"loading": "Loading",
|
||||
"loading": "Načítava sa",
|
||||
"open": "Open - US Market",
|
||||
"closed": "Closed - US Market",
|
||||
"invalidConfiguration": "Invalid Configuration"
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "Cameras",
|
||||
"uptime": "Prevádzka",
|
||||
"uptime": "Dostupnosť",
|
||||
"version": "Verzia"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
"links": "Odkazy",
|
||||
"collections": "Collections",
|
||||
"tags": "Štítky"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "Informácia",
|
||||
"information": "Information",
|
||||
"warning": "Warning",
|
||||
"average": "Average",
|
||||
"high": "High",
|
||||
"disaster": "Disaster"
|
||||
},
|
||||
"lubelogger": {
|
||||
"vehicle": "Vehicle",
|
||||
"vehicles": "Vehicles",
|
||||
"vehicle": "Vozidlo",
|
||||
"vehicles": "Vozidlá",
|
||||
"serviceRecords": "Service Records",
|
||||
"reminders": "Reminders",
|
||||
"nextReminder": "Next Reminder",
|
||||
"none": "None"
|
||||
"none": "Žiadne"
|
||||
},
|
||||
"vikunja": {
|
||||
"projects": "Active Projects",
|
||||
"projects": "Aktívne projekty",
|
||||
"tasks7d": "Tasks Due This Week",
|
||||
"tasksOverdue": "Overdue Tasks",
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "Meno",
|
||||
"name": "Name",
|
||||
"address": "Adresa",
|
||||
"last_seen": "Naposledy videné",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Stav",
|
||||
"online": "Online",
|
||||
"offline": "Nedostupný"
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Meno",
|
||||
"name": "Name",
|
||||
"systems": "Systems",
|
||||
"up": "Nahrávanie",
|
||||
"down": "Sťahovanie",
|
||||
"up": "Beží",
|
||||
"down": "Down",
|
||||
"paused": "Pozastavené",
|
||||
"pending": "Čakajúce",
|
||||
"status": "Stav",
|
||||
"updated": "Aktualizované",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "RAM",
|
||||
"disk": "Disk",
|
||||
@@ -1008,51 +1015,104 @@
|
||||
"healthy": "Zdravý",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "Chýbajúce",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspended"
|
||||
},
|
||||
"spoolman": {
|
||||
"loading": "Loading"
|
||||
"loading": "Načítava sa"
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Groups",
|
||||
"issues": "Problémy",
|
||||
"issues": "Issues",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Stav",
|
||||
"load": "Záťaž",
|
||||
"bcharge": "Nabitie batérie",
|
||||
"timeleft": "Zostávajúci čas"
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
"favorites": "Favorites",
|
||||
"archived": "Archived",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Lists",
|
||||
"lists": "Zoznamy",
|
||||
"tags": "Štítky"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Sieť",
|
||||
"slskStatus": "Network",
|
||||
"connected": "Pripojené",
|
||||
"disconnected": "Odpojené",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Dostupné",
|
||||
"update_no": "Aktuálny",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "Súborov"
|
||||
"sharedFiles": "Files"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Skladby",
|
||||
"movies": "Filmy",
|
||||
"episodes": "Epizódy",
|
||||
"other": "Other"
|
||||
"songs": "Skladieb",
|
||||
"movies": "Filmov",
|
||||
"episodes": "Epizód",
|
||||
"other": "Ostatné"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Celkom",
|
||||
"running": "Beží",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Nezdravý",
|
||||
"unknown": "Neznáme",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Dostupné",
|
||||
"used": "Využité",
|
||||
"total": "Celkom"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Oznámenia",
|
||||
"status": "Stav",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@
|
||||
"api_error": "API Грешка",
|
||||
"information": "Информација",
|
||||
"status": "Стање",
|
||||
"url": "УРЛ адреса",
|
||||
"url": "URL адреса",
|
||||
"raw_error": "Оригинална грешка",
|
||||
"response_data": "Подаци о одговору"
|
||||
},
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "На чекању",
|
||||
"approved": "Одобрено",
|
||||
"available": "Доступно"
|
||||
"available": "Доступно",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "На чекању",
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Сервиси",
|
||||
"middleware": "Мидлвер"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Верзија",
|
||||
"notesCount": "Белешке",
|
||||
"dbSize": "Величина базе података",
|
||||
"unknown": "Непознато"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Нема активних стримова",
|
||||
"please_wait": "Молим сачекајте"
|
||||
@@ -566,7 +573,7 @@
|
||||
"total": "Укупно"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Јавна ИП адреса",
|
||||
"public_ip": "Јавна IP адреса",
|
||||
"region": "Регион",
|
||||
"country": "Држава",
|
||||
"port_forwarded": "Порт прослеђен"
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Проблеми са услугом",
|
||||
"hostErrors": "Проблеми са хостом"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Укупно",
|
||||
"running": "Покренуто",
|
||||
"stopped": "Заустављено",
|
||||
"down": "Доле",
|
||||
"unhealthy": "Нездравих",
|
||||
"unknown": "Непознато",
|
||||
"servers": "Сервери",
|
||||
"stacks": "Стекови",
|
||||
"containers": "Контејнера"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Доступно",
|
||||
"used": "У употреби",
|
||||
"total": "Укупно"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Претплате",
|
||||
"thisMonthlyCost": "Овај мјесец",
|
||||
"nextMonthlyCost": "Следећи месец",
|
||||
"previousMonthlyCost": "Претходни месец",
|
||||
"nextRenewingSubscription": "Следећа уплата"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Покренуто",
|
||||
"STOPPED": "Заустављено",
|
||||
"NEW_ARRAY": "Нови Array",
|
||||
"RECON_DISK": "Реконструкција диска",
|
||||
"DISABLE_DISK": "Диск је онемогућен",
|
||||
"SWAP_DSBL": "Swap је онемогућен",
|
||||
"INVALID_EXPANSION": "Неважеће проширење",
|
||||
"PARITY_NOT_BIGGEST": "Паритет није највећи",
|
||||
"TOO_MANY_MISSING_DISKS": "Превише недостајућих дискова",
|
||||
"NEW_DISK_TOO_SMALL": "Нови диск је премали",
|
||||
"NO_DATA_DISKS": "Нема дискова са подацима",
|
||||
"notifications": "Обавештења",
|
||||
"status": "Статус",
|
||||
"cpu": "Процесор",
|
||||
"memoryUsed": "Искоришћена меморија",
|
||||
"memoryAvailable": "Доступна меморија",
|
||||
"arrayUsed": "Коришћени Array",
|
||||
"arrayFree": "Слободан Array",
|
||||
"poolUsed": "{{pool}} коришћено",
|
||||
"poolFree": "{{pool}} слободно"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "WLAN-användare",
|
||||
"up": "UP",
|
||||
"down": "MOTTAGIT",
|
||||
"wait": "Vänligen vänta",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Spelar",
|
||||
"transcoding": "Omkodning",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "Inga aktiva strömmar",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "TV-serier"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "Hastighet",
|
||||
"rate": "Rate",
|
||||
"queue": "Kö",
|
||||
"timeleft": "Tid kvar"
|
||||
},
|
||||
@@ -242,25 +242,25 @@
|
||||
"wanted": "Eftersöker",
|
||||
"queued": "I kö",
|
||||
"series": "Series",
|
||||
"queue": "Kö",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Eftersöker",
|
||||
"wanted": "Wanted",
|
||||
"missing": "Missing",
|
||||
"queued": "I kö",
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Kö",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Eftersöker",
|
||||
"queued": "I kö",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artists"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "Eftersöker",
|
||||
"queued": "I kö",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "Böcker"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,15 +273,16 @@
|
||||
"available": "Tillgänglig"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Avvaktar",
|
||||
"approved": "Godkända",
|
||||
"available": "Tillgänglig"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Avvaktar",
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"approved": "Godkända",
|
||||
"available": "Tillgänglig"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Total",
|
||||
@@ -296,8 +297,8 @@
|
||||
"gravity": "Gravity"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Förfrågningar",
|
||||
"blocked": "Blockerad",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "Filtrerad",
|
||||
"latency": "Svarstid"
|
||||
},
|
||||
@@ -312,7 +313,7 @@
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Nedladdat",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Ago"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "Förfrågningar",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "Blockerad",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "Klienter"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Kö",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Saved"
|
||||
@@ -359,8 +360,14 @@
|
||||
"services": "Tjänster",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Inga aktiva strömmar",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
},
|
||||
"npm": {
|
||||
@@ -377,13 +384,13 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Program",
|
||||
"clients": "Klienter",
|
||||
"clients": "Clients",
|
||||
"messages": "Meddelande"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Indexerare",
|
||||
"numberOfGrabs": "Hämtningar",
|
||||
"numberOfQueries": "Förfrågningar",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "Misslyckade hämtningar",
|
||||
"numberOfFailQueries": "Misslyckade hämtningar"
|
||||
},
|
||||
@@ -395,16 +402,16 @@
|
||||
"numActiveSessions": "Sessioner",
|
||||
"numConnections": "Anslutningar",
|
||||
"dataRelayed": "Relayed",
|
||||
"transferRate": "Hastighet"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "Användare",
|
||||
"user_count": "Users",
|
||||
"status_count": "Posts",
|
||||
"domain_count": "Domains"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "Eftersöker",
|
||||
"queued": "I kö",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
@@ -419,7 +426,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "Användare",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Inloggningar (24h)",
|
||||
"failedLoginsLast24H": "Misslyckade inloggningar (24h)"
|
||||
},
|
||||
@@ -431,15 +438,15 @@
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Laddar",
|
||||
"wait": "Vänligen vänta",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Total",
|
||||
"free": "Ledigt",
|
||||
"used": "Använt",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "Avvaktar",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -543,13 +550,13 @@
|
||||
"containers_failed": "Failed"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Godkända",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Rejected",
|
||||
"filters": "Filters",
|
||||
"indexers": "Indexerare"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Kö",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Channels",
|
||||
"playlists": "Playlists"
|
||||
@@ -561,8 +568,8 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "Aktiva",
|
||||
"queue": "Kö",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "All Streams",
|
||||
"streams_active": "Aktiva strömmar",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Channels"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -660,7 +667,7 @@
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Användare",
|
||||
"users": "Users",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -681,17 +688,17 @@
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Series",
|
||||
"books": "Böcker"
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Dagar",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Tillgänglig"
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "Eftersöker"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Kö",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Böcker",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -770,14 +777,14 @@
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Böcker",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Kö",
|
||||
"downloadBytesRemaining": "Återstående",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
@@ -796,7 +803,7 @@
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "Godkända"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Status",
|
||||
@@ -818,7 +825,7 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "Användare",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
@@ -826,7 +833,7 @@
|
||||
"downloading": "Downloading",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stoppade",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
@@ -907,7 +914,7 @@
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "Användare",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
@@ -916,7 +923,7 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "Användare",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
@@ -925,8 +932,8 @@
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "Aktiverad",
|
||||
"disabled": "Inaktiverad",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -993,7 +1000,7 @@
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Avvaktar",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
@@ -1022,9 +1029,9 @@
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Status",
|
||||
"load": "Laddar",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Tid kvar"
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1039,7 +1046,7 @@
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Tillgänglig",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
@@ -1048,11 +1055,64 @@
|
||||
"jellystat": {
|
||||
"songs": "Songs",
|
||||
"movies": "Movies",
|
||||
"episodes": "Avsnitt",
|
||||
"episodes": "Episodes",
|
||||
"other": "Other"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,14 +63,14 @@
|
||||
"wlan_users": "WLAN వినియోగదారులు",
|
||||
"up": "UP",
|
||||
"down": "డౌన్",
|
||||
"wait": "దయచేసి వేచి ఉండండి",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "MEM",
|
||||
"cpu": "సీపియూ",
|
||||
"cpu": "CPU",
|
||||
"running": "Running",
|
||||
"offline": "ఆఫ్లైన్",
|
||||
"error": "Error",
|
||||
@@ -108,10 +108,10 @@
|
||||
"songs": "Songs"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "ఆఫ్లైన్",
|
||||
"offline_alt": "ఆఫ్లైన్",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "మొత్తం",
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "హోదా",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Unconfigured",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "ఆడుతున్నారు",
|
||||
"transcoding": "ట్రాన్స్కోడింగ్",
|
||||
"bitrate": "బిట్రేట్",
|
||||
"no_active": "యాక్టివ్ స్ట్రీమ్లు లేవు",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -193,7 +193,7 @@
|
||||
"tv": "దూరదర్శిని కార్యక్రమాలు"
|
||||
},
|
||||
"sabnzbd": {
|
||||
"rate": "రేట్",
|
||||
"rate": "Rate",
|
||||
"queue": "వరుస",
|
||||
"timeleft": "మిగిలి వున్న సమయం"
|
||||
},
|
||||
@@ -242,25 +242,25 @@
|
||||
"wanted": "కావలెను",
|
||||
"queued": "క్యూయూఎడ్",
|
||||
"series": "Series",
|
||||
"queue": "వరుస",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "కావలెను",
|
||||
"wanted": "Wanted",
|
||||
"missing": "మిస్సింగ్",
|
||||
"queued": "క్యూయూఎడ్",
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "వరుస",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "కావలెను",
|
||||
"queued": "క్యూయూఎడ్",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"artists": "Artists"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "కావలెను",
|
||||
"queued": "క్యూయూఎడ్",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"books": "పుస్తకాలు"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -273,18 +273,19 @@
|
||||
"available": "అందుబాటులో వున్నవి"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "పెండింగ్",
|
||||
"approved": "ఆమోదించబడింది",
|
||||
"available": "అందుబాటులో వున్నవి"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "పెండింగ్",
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"approved": "ఆమోదించబడింది",
|
||||
"available": "అందుబాటులో వున్నవి"
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "మొత్తం",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -296,8 +297,8 @@
|
||||
"gravity": "గురుత్వాకర్షణ"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "ప్రశ్నలు",
|
||||
"blocked": "నిరోధించబడింది",
|
||||
"queries": "Queries",
|
||||
"blocked": "Blocked",
|
||||
"filtered": "ఫిల్టర్ చేయబడింది",
|
||||
"latency": "జాప్యం"
|
||||
},
|
||||
@@ -309,10 +310,10 @@
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "ఆగిపోయినవి",
|
||||
"total": "మొత్తం"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "డౌన్లోడ్ చేయబడింది",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
@@ -336,7 +337,7 @@
|
||||
"ago": "{{value}} Ago"
|
||||
},
|
||||
"technitium": {
|
||||
"totalQueries": "ప్రశ్నలు",
|
||||
"totalQueries": "Queries",
|
||||
"totalNoError": "Success",
|
||||
"totalServerFailure": "Failures",
|
||||
"totalNxDomain": "NX Domains",
|
||||
@@ -344,12 +345,12 @@
|
||||
"totalAuthoritative": "Authoritative",
|
||||
"totalRecursive": "Recursive",
|
||||
"totalCached": "Cached",
|
||||
"totalBlocked": "నిరోధించబడింది",
|
||||
"totalBlocked": "Blocked",
|
||||
"totalDropped": "Dropped",
|
||||
"totalClients": "ఖాతాదారులు"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "వరుస",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Saved"
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "సేవలు",
|
||||
"middleware": "మిడిల్వేర్"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "యాక్టివ్ స్ట్రీమ్లు లేవు",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "ప్రారంభించబడింది",
|
||||
"disabled": "డిసేబ్లెడ్",
|
||||
"total": "మొత్తం"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "ట్రాక్ చేయడానికి ఒకటి లేదా అంతకంటే ఎక్కువ క్రిప్టో కరెన్సీలను కాన్ఫిగర్ చేయండి",
|
||||
@@ -377,13 +384,13 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "అప్లికేషన్లు",
|
||||
"clients": "ఖాతాదారులు",
|
||||
"clients": "Clients",
|
||||
"messages": "సందేశాలు"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "సూచికలు",
|
||||
"numberOfGrabs": "గ్రాబ్స్",
|
||||
"numberOfQueries": "ప్రశ్నలు",
|
||||
"numberOfQueries": "Queries",
|
||||
"numberOfFailGrabs": "ఫెయిల్ గ్రాబ్స్",
|
||||
"numberOfFailQueries": "విఫలమైన ప్రశ్నలు"
|
||||
},
|
||||
@@ -395,51 +402,51 @@
|
||||
"numActiveSessions": "సెషన్స్",
|
||||
"numConnections": "కనెక్షన్లు",
|
||||
"dataRelayed": "రెలయెడఁ",
|
||||
"transferRate": "రేట్"
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "వినియోగదారులు",
|
||||
"user_count": "Users",
|
||||
"status_count": "పోస్ట్లు",
|
||||
"domain_count": "డొమైన్లు"
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "కావలెను",
|
||||
"queued": "క్యూయూఎడ్",
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "Version",
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "ఆఫ్లైన్"
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "వినియోగదారులు",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "లాగిన్లు (24గం)",
|
||||
"failedLoginsLast24H": "విఫలమైన లాగిన్లు (24గం)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "MEM",
|
||||
"cpu": "సీపియూ",
|
||||
"cpu": "CPU",
|
||||
"lxc": "LXC",
|
||||
"vms": "విఎంలు"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "సీపియూ",
|
||||
"load": "లోడ్",
|
||||
"wait": "దయచేసి వేచి ఉండండి",
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "మొత్తం",
|
||||
"free": "మిగిలింది",
|
||||
"used": "ఉపయోగించబడిన",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -464,57 +471,57 @@
|
||||
"1-day": "ప్రధానంగా ఎండ",
|
||||
"1-night": "ప్రధానంగా స్పష్టంగా",
|
||||
"2-day": "పాక్షికంగా మేఘావృతమై ఉంటుంది",
|
||||
"2-night": "పాక్షికంగా మేఘావృతమై ఉంటుంది",
|
||||
"2-night": "Partly Cloudy",
|
||||
"3-day": "మేఘావృతం",
|
||||
"3-night": "మేఘావృతం",
|
||||
"3-night": "Cloudy",
|
||||
"45-day": "పొగమంచు",
|
||||
"45-night": "పొగమంచు",
|
||||
"48-day": "పొగమంచు",
|
||||
"48-night": "పొగమంచు",
|
||||
"45-night": "Foggy",
|
||||
"48-day": "Foggy",
|
||||
"48-night": "Foggy",
|
||||
"51-day": "తేలికపాటి చినుకులు",
|
||||
"51-night": "తేలికపాటి చినుకులు",
|
||||
"51-night": "Light Drizzle",
|
||||
"53-day": "చినుకులు",
|
||||
"53-night": "చినుకులు",
|
||||
"53-night": "Drizzle",
|
||||
"55-day": "భారీ చినుకులు",
|
||||
"55-night": "భారీ చినుకులు",
|
||||
"55-night": "Heavy Drizzle",
|
||||
"56-day": "తేలికపాటి గడ్డకట్టే చినుకులు",
|
||||
"56-night": "తేలికపాటి గడ్డకట్టే చినుకులు",
|
||||
"56-night": "Light Freezing Drizzle",
|
||||
"57-day": "గడ్డకట్టే చినుకులు",
|
||||
"57-night": "గడ్డకట్టే చినుకులు",
|
||||
"57-night": "Freezing Drizzle",
|
||||
"61-day": "తేలికపాటి వర్షం",
|
||||
"61-night": "తేలికపాటి వర్షం",
|
||||
"61-night": "Light Rain",
|
||||
"63-day": "వర్షం",
|
||||
"63-night": "వర్షం",
|
||||
"63-night": "Rain",
|
||||
"65-day": "భారీవర్షం",
|
||||
"65-night": "భారీవర్షం",
|
||||
"65-night": "Heavy Rain",
|
||||
"66-day": "గడ్డకట్టే వర్షం",
|
||||
"66-night": "గడ్డకట్టే వర్షం",
|
||||
"67-day": "గడ్డకట్టే వర్షం",
|
||||
"67-night": "గడ్డకట్టే వర్షం",
|
||||
"66-night": "Freezing Rain",
|
||||
"67-day": "Freezing Rain",
|
||||
"67-night": "Freezing Rain",
|
||||
"71-day": "తేలికపాటి మంచు",
|
||||
"71-night": "తేలికపాటి మంచు",
|
||||
"71-night": "Light Snow",
|
||||
"73-day": "మంచు",
|
||||
"73-night": "మంచు",
|
||||
"73-night": "Snow",
|
||||
"75-day": "భారీ మంచు",
|
||||
"75-night": "భారీ మంచు",
|
||||
"75-night": "Heavy Snow",
|
||||
"77-day": "మంచు గింజలు",
|
||||
"77-night": "మంచు గింజలు",
|
||||
"77-night": "Snow Grains",
|
||||
"80-day": "తేలికపాటి జల్లులు",
|
||||
"80-night": "తేలికపాటి జల్లులు",
|
||||
"80-night": "Light Showers",
|
||||
"81-day": "జల్లులు",
|
||||
"81-night": "జల్లులు",
|
||||
"81-night": "Showers",
|
||||
"82-day": "భారీ వర్షాలు",
|
||||
"82-night": "భారీ వర్షాలు",
|
||||
"82-night": "Heavy Showers",
|
||||
"85-day": "మంచు జల్లులు",
|
||||
"85-night": "మంచు జల్లులు",
|
||||
"86-day": "మంచు జల్లులు",
|
||||
"86-night": "మంచు జల్లులు",
|
||||
"85-night": "Snow Showers",
|
||||
"86-day": "Snow Showers",
|
||||
"86-night": "Snow Showers",
|
||||
"95-day": "ఉరుము",
|
||||
"95-night": "ఉరుము",
|
||||
"95-night": "Thunderstorm",
|
||||
"96-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||
"96-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||
"99-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||
"99-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం"
|
||||
"96-night": "Thunderstorm With Hail",
|
||||
"99-day": "Thunderstorm With Hail",
|
||||
"99-night": "Thunderstorm With Hail"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "వ్యవస్థ",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "పిల్ల వంతెనలు",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "పెండింగ్",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,13 +550,13 @@
|
||||
"containers_failed": "విఫలమయ్యారు"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "ఆమోదించబడింది",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "తిరస్కరించారు",
|
||||
"filters": "ఫిల్టర్లు",
|
||||
"indexers": "సూచికలు"
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "వరుస",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Channels",
|
||||
"playlists": "Playlists"
|
||||
@@ -561,9 +568,9 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "చురుకుగా",
|
||||
"queue": "వరుస",
|
||||
"total": "మొత్తం"
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -580,17 +587,17 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "బిట్రేట్",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "విఫలమయ్యారు",
|
||||
"failed": "Failed",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "మొత్తం"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -612,7 +619,7 @@
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "All Streams",
|
||||
"streams_active": "యాక్టివ్ స్ట్రీమ్లు",
|
||||
"streams_active": "Active Streams",
|
||||
"streams_xepg": "XEPG Channels"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "హోదా",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "హోదా"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -656,11 +663,11 @@
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Datastore",
|
||||
"failed_tasks_24h": "Failed Tasks 24h",
|
||||
"cpu_usage": "సీపియూ",
|
||||
"cpu_usage": "CPU",
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "వినియోగదారులు",
|
||||
"users": "Users",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -681,17 +688,17 @@
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Series",
|
||||
"books": "పుస్తకాలు"
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "రోజులు",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "అందుబాటులో వున్నవి"
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Series",
|
||||
"issues": "Issues",
|
||||
"wanted": "కావలెను"
|
||||
"wanted": "Wanted"
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albums",
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "వరుస",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
@@ -724,11 +731,11 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
"failed": "విఫలమయ్యారు"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Active Workers",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "పుస్తకాలు",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -767,17 +774,17 @@
|
||||
},
|
||||
"whatsupdocker": {
|
||||
"monitoring": "Monitoring",
|
||||
"updates": "నవీకరణలు"
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "పుస్తకాలు",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "వరుస",
|
||||
"downloadBytesRemaining": "మిగిలింది",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
},
|
||||
@@ -787,21 +794,21 @@
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
"failed": "విఫలమయ్యారు",
|
||||
"failed": "Failed",
|
||||
"canceled": "Canceled",
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "ఆమోదించబడింది"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "ఆఫ్లైన్",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
"map": "Map",
|
||||
"currentPlayers": "Current players",
|
||||
@@ -818,17 +825,17 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "వినియోగదారులు",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "మొత్తం",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "ఆగిపోయినవి",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
"failed": "విఫలమయ్యారు"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Uptime",
|
||||
@@ -839,7 +846,7 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
@@ -869,7 +876,7 @@
|
||||
"totalfilesize": "Total Size"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "డొమైన్లు",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Mailboxes",
|
||||
"mails": "Mails",
|
||||
"storage": "Storage"
|
||||
@@ -907,7 +914,7 @@
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "వినియోగదారులు",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
@@ -916,7 +923,7 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "వినియోగదారులు",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
@@ -925,9 +932,9 @@
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "ప్రారంభించబడింది",
|
||||
"disabled": "డిసేబ్లెడ్",
|
||||
"total": "మొత్తం"
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -983,9 +990,9 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "హోదా",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "ఆఫ్లైన్"
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
@@ -993,10 +1000,10 @@
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "పెండింగ్",
|
||||
"status": "హోదా",
|
||||
"updated": "నవీకరించబడింది",
|
||||
"cpu": "సీపియూ",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
@@ -1008,7 +1015,7 @@
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "మిస్సింగ్",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspended"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "హోదా",
|
||||
"load": "లోడ్",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "మిగిలి వున్న సమయం"
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1039,8 +1046,8 @@
|
||||
"connected": "Connected",
|
||||
"disconnected": "Disconnected",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "అందుబాటులో వున్నవి",
|
||||
"update_no": "తాజాగా",
|
||||
"update_yes": "Available",
|
||||
"update_no": "Up to Date",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"sharedFiles": "Files"
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,14 +63,14 @@
|
||||
"wlan_users": "WLAN Users",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "โปรดรอ",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
"rx": "RX",
|
||||
"tx": "TX",
|
||||
"mem": "เมม",
|
||||
"cpu": "ซีพียู",
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"running": "Running",
|
||||
"offline": "ออฟไลน์",
|
||||
"error": "ข้อผิดพลาด",
|
||||
@@ -83,7 +83,7 @@
|
||||
"partial": "Partial"
|
||||
},
|
||||
"ping": {
|
||||
"error": "ข้อผิดพลาด",
|
||||
"error": "Error",
|
||||
"ping": "ปิง",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTP status",
|
||||
"error": "ข้อผิดพลาด",
|
||||
"error": "Error",
|
||||
"response": "Response",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
@@ -108,11 +108,11 @@
|
||||
"songs": "Songs"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "ออฟไลน์",
|
||||
"offline_alt": "ออฟไลน์",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "ออนไลน์",
|
||||
"total": "ทั้งหมด",
|
||||
"unknown": "ไม่ทราบ"
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
"pv_power": "Production",
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "ยังไม่ได้อ่าน"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "สถานะ",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "ยังไม่ได้กำหนดค่า",
|
||||
"connectionStatusConnecting": "กำลังเชื่อมต่อ",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,10 +168,10 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "กำลังเล่น",
|
||||
"transcoding": "การแปลงรหัส",
|
||||
"bitrate": "อัตราบิต",
|
||||
"no_active": "ไม่มีสตรีมที่ใช้งานอยู่",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
},
|
||||
"omada": {
|
||||
@@ -199,18 +199,18 @@
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Active",
|
||||
"upload": "อัพโหลด",
|
||||
"download": "ดาวน์โหลด"
|
||||
"upload": "Upload",
|
||||
"download": "Download"
|
||||
},
|
||||
"transmission": {
|
||||
"download": "ดาวน์โหลด",
|
||||
"upload": "อัพโหลด",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"qbittorrent": {
|
||||
"download": "ดาวน์โหลด",
|
||||
"upload": "อัพโหลด",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -223,8 +223,8 @@
|
||||
"invalid": "Invalid"
|
||||
},
|
||||
"deluge": {
|
||||
"download": "ดาวน์โหลด",
|
||||
"upload": "อัพโหลด",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -233,8 +233,8 @@
|
||||
"cachemissbytes": "Cache Miss Bytes"
|
||||
},
|
||||
"downloadstation": {
|
||||
"download": "ดาวน์โหลด",
|
||||
"upload": "อัพโหลด",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
@@ -243,7 +243,7 @@
|
||||
"queued": "Queued",
|
||||
"series": "Series",
|
||||
"queue": "Queue",
|
||||
"unknown": "ไม่ทราบ"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "Wanted",
|
||||
@@ -251,7 +251,7 @@
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Queue",
|
||||
"unknown": "ไม่ทราบ"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "Wanted",
|
||||
@@ -275,7 +275,8 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Pending",
|
||||
@@ -284,7 +285,7 @@
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "ทั้งหมด",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -302,20 +303,20 @@
|
||||
"latency": "Latency"
|
||||
},
|
||||
"speedtest": {
|
||||
"upload": "อัพโหลด",
|
||||
"download": "ดาวน์โหลด",
|
||||
"ping": "ปิง"
|
||||
"upload": "Upload",
|
||||
"download": "Download",
|
||||
"ping": "Ping"
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"total": "ทั้งหมด"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "ยังไม่ได้อ่าน",
|
||||
"unread": "Unread",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
@@ -359,14 +360,20 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "ไม่มีสตรีมที่ใช้งานอยู่",
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "เปิด",
|
||||
"disabled": "ปิด",
|
||||
"total": "ทั้งหมด"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Configure one or more crypto currencies to track",
|
||||
@@ -398,7 +405,7 @@
|
||||
"transferRate": "Rate"
|
||||
},
|
||||
"mastodon": {
|
||||
"user_count": "ผู้ใช้",
|
||||
"user_count": "Users",
|
||||
"status_count": "Posts",
|
||||
"domain_count": "Domains"
|
||||
},
|
||||
@@ -410,36 +417,36 @@
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "เวอร์ชั่น",
|
||||
"status": "สถานะ",
|
||||
"up": "ออนไลน์",
|
||||
"down": "ออฟไลน์"
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
"unread": "ยังไม่ได้อ่าน"
|
||||
"unread": "Unread"
|
||||
},
|
||||
"authentik": {
|
||||
"users": "ผู้ใช้",
|
||||
"users": "Users",
|
||||
"loginsLast24H": "Logins (24h)",
|
||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "เมม",
|
||||
"cpu": "ซีพียู",
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"lxc": "LXC",
|
||||
"vms": "VMs"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "ซีพียู",
|
||||
"load": "โหลด",
|
||||
"wait": "โปรดรอ",
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "ทั้งหมด",
|
||||
"free": "ฟรี",
|
||||
"used": "ใช้แล้ว",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "สถานะ",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -563,7 +570,7 @@
|
||||
"speed": "Speed",
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "ทั้งหมด"
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -580,23 +587,23 @@
|
||||
"signalStrength": "Strength",
|
||||
"signalQuality": "Quality",
|
||||
"symbolQuality": "Quality",
|
||||
"networkRate": "อัตราบิต",
|
||||
"networkRate": "Bitrate",
|
||||
"clientIP": "Client"
|
||||
},
|
||||
"scrutiny": {
|
||||
"passed": "Passed",
|
||||
"failed": "Failed",
|
||||
"unknown": "ไม่ทราบ"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "ทั้งหมด"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
"ups_load": "UPS Load",
|
||||
"ups_status": "UPS Status",
|
||||
"online": "ออนไลน์",
|
||||
"online": "Online",
|
||||
"on_battery": "On Battery",
|
||||
"low_battery": "Low Battery"
|
||||
},
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "สถานะ",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "สถานะ"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -656,11 +663,11 @@
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Datastore",
|
||||
"failed_tasks_24h": "Failed Tasks 24h",
|
||||
"cpu_usage": "ซีพียู",
|
||||
"cpu_usage": "CPU",
|
||||
"memory_usage": "Memory"
|
||||
},
|
||||
"immich": {
|
||||
"users": "ผู้ใช้",
|
||||
"users": "Users",
|
||||
"photos": "Photos",
|
||||
"videos": "Videos",
|
||||
"storage": "Storage"
|
||||
@@ -684,7 +691,7 @@
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "วัน",
|
||||
"days": "Days",
|
||||
"uptime": "Uptime",
|
||||
"volumeAvailable": "Available"
|
||||
},
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "สถานะ",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -746,7 +753,7 @@
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Sites Up",
|
||||
"down": "เว็บไซต์ ล่ม",
|
||||
"down": "Sites Down",
|
||||
"uptime": "Uptime"
|
||||
},
|
||||
"ghostfolio": {
|
||||
@@ -787,7 +794,7 @@
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "สถานะ",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -799,16 +806,16 @@
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "สถานะ",
|
||||
"online": "ออนไลน์",
|
||||
"offline": "ออฟไลน์",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
"map": "Map",
|
||||
"currentPlayers": "Current players",
|
||||
"players": "Players",
|
||||
"maxPlayers": "Max players",
|
||||
"bots": "Bots",
|
||||
"ping": "ปิง"
|
||||
"ping": "Ping"
|
||||
},
|
||||
"urbackup": {
|
||||
"ok": "Ok",
|
||||
@@ -818,13 +825,13 @@
|
||||
},
|
||||
"mealie": {
|
||||
"recipes": "Recipes",
|
||||
"users": "ผู้ใช้",
|
||||
"users": "Users",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "ทั้งหมด",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
@@ -839,18 +846,18 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "สถานะ",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
"sitesUp": "Sites Up",
|
||||
"sitesDown": "เว็บไซต์ ล่ม",
|
||||
"sitesDown": "Sites Down",
|
||||
"paused": "Paused",
|
||||
"notyetchecked": "Not Yet Checked",
|
||||
"up": "Up",
|
||||
"seemsdown": "Seems Down",
|
||||
"down": "Down",
|
||||
"unknown": "ไม่ทราบ"
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "In cinemas",
|
||||
@@ -907,7 +914,7 @@
|
||||
"oCount": "O Count"
|
||||
},
|
||||
"tandoor": {
|
||||
"users": "ผู้ใช้",
|
||||
"users": "Users",
|
||||
"recipes": "Recipes",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
@@ -916,7 +923,7 @@
|
||||
"totalWithWarranty": "With Warranty",
|
||||
"locations": "Locations",
|
||||
"labels": "Labels",
|
||||
"users": "ผู้ใช้",
|
||||
"users": "Users",
|
||||
"totalValue": "Total Value"
|
||||
},
|
||||
"crowdsec": {
|
||||
@@ -925,9 +932,9 @@
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Connected",
|
||||
"enabled": "เปิด",
|
||||
"disabled": "ปิด",
|
||||
"total": "ทั้งหมด"
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -936,9 +943,9 @@
|
||||
"banned": "Banned"
|
||||
},
|
||||
"myspeed": {
|
||||
"ping": "ปิง",
|
||||
"download": "ดาวน์โหลด",
|
||||
"upload": "อัพโหลด"
|
||||
"ping": "Ping",
|
||||
"download": "Download",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"stocks": {
|
||||
"stocks": "Stocks",
|
||||
@@ -950,7 +957,7 @@
|
||||
"frigate": {
|
||||
"cameras": "Cameras",
|
||||
"uptime": "Uptime",
|
||||
"version": "เวอร์ชั่น"
|
||||
"version": "Version"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Links",
|
||||
@@ -959,7 +966,7 @@
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"information": "ข้อมูล",
|
||||
"information": "Information",
|
||||
"warning": "Warning",
|
||||
"average": "Average",
|
||||
"high": "High",
|
||||
@@ -983,9 +990,9 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "สถานะ",
|
||||
"online": "ออนไลน์",
|
||||
"offline": "ออฟไลน์"
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
@@ -994,10 +1001,10 @@
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"status": "สถานะ",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "ซีพียู",
|
||||
"memory": "เมม",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
},
|
||||
@@ -1008,7 +1015,7 @@
|
||||
"healthy": "Healthy",
|
||||
"degraded": "Degraded",
|
||||
"progressing": "Progressing",
|
||||
"missing": "หายไป",
|
||||
"missing": "Missing",
|
||||
"suspended": "Suspended"
|
||||
},
|
||||
"spoolman": {
|
||||
@@ -1021,8 +1028,8 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "สถานะ",
|
||||
"load": "โหลด",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"placeholder": "Ara…"
|
||||
},
|
||||
"resources": {
|
||||
"cpu": "CPU",
|
||||
"cpu": "İşlemci",
|
||||
"mem": "MEM",
|
||||
"total": "Toplam",
|
||||
"free": "Boş",
|
||||
@@ -61,7 +61,7 @@
|
||||
"wlan_devices": "WLAN Aygıtları",
|
||||
"lan_users": "LAN Kullanıcıları",
|
||||
"wlan_users": "WLAN Kullanıcıları",
|
||||
"up": "Çalışıyor",
|
||||
"up": "ÇALIŞIYOR",
|
||||
"down": "Aşağı",
|
||||
"wait": "Lütfen bekleyin",
|
||||
"empty_data": "Alt sistem durumu bilinmiyor"
|
||||
@@ -69,8 +69,8 @@
|
||||
"docker": {
|
||||
"rx": "Gelen Veri",
|
||||
"tx": "Giden Veri",
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"mem": "Bellek",
|
||||
"cpu": "İşlemci",
|
||||
"running": "Çalışıyor",
|
||||
"offline": "Çevrimdışı",
|
||||
"error": "Hata",
|
||||
@@ -87,21 +87,21 @@
|
||||
"ping": "Gecikme",
|
||||
"down": "İndirme",
|
||||
"up": "Yükleme",
|
||||
"not_available": "Mevcut Değil"
|
||||
"not_available": "Uygun değil"
|
||||
},
|
||||
"siteMonitor": {
|
||||
"http_status": "HTTPS durumu",
|
||||
"error": "Hata",
|
||||
"response": "Yanıt",
|
||||
"down": "İndirme",
|
||||
"up": "Yükleme",
|
||||
"not_available": "Mevcut Değil"
|
||||
"down": "Çalışmayan",
|
||||
"up": "Çalışıyor",
|
||||
"not_available": "Uygun değil"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Oynatılıyor",
|
||||
"transcoding": "Dönüştürülüyor",
|
||||
"bitrate": "Bit Oranı",
|
||||
"no_active": "Aktif akış yok",
|
||||
"no_active": "Etkin akış yok",
|
||||
"movies": "Filmler",
|
||||
"series": "Diziler",
|
||||
"episodes": "Bölümler",
|
||||
@@ -139,18 +139,18 @@
|
||||
"connectionStatusAuthenticating": "Kimlik doğrulanıyor",
|
||||
"connectionStatusPendingDisconnect": "Bağlantının Kesilmesi Bekleniyor",
|
||||
"connectionStatusDisconnecting": "Bağlantı kesiliyor...",
|
||||
"connectionStatusDisconnected": "Bağlantı kesildi",
|
||||
"connectionStatusConnected": "Bağlandı",
|
||||
"connectionStatusDisconnected": "Bağlı değil",
|
||||
"connectionStatusConnected": "Bağlı",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"maxDown": "Max. Indirme",
|
||||
"maxUp": "Max. Gönderme",
|
||||
"down": "İndirme",
|
||||
"up": "Yükleme",
|
||||
"down": "Çalışmayan",
|
||||
"up": "Çalışıyor",
|
||||
"received": "Alınan",
|
||||
"sent": "Gönderilen",
|
||||
"externalIPAddress": "Harici IP",
|
||||
"externalIPv6Address": "Ext. IPv6",
|
||||
"externalIPv6Prefix": "Ext. IPv6-Prefix"
|
||||
"externalIPv6Address": "Dış IPv6",
|
||||
"externalIPv6Prefix": "Dış IPv6-Önek"
|
||||
},
|
||||
"caddy": {
|
||||
"upstreams": "Akış",
|
||||
@@ -171,14 +171,14 @@
|
||||
"playing": "Oynatılıyor",
|
||||
"transcoding": "Dönüştürülüyor",
|
||||
"bitrate": "Bit Oranı",
|
||||
"no_active": "Aktif akış yok",
|
||||
"no_active": "Etkin akış yok",
|
||||
"plex_connection_error": "Plex Bağlantısı Kontrol Ediliyor"
|
||||
},
|
||||
"omada": {
|
||||
"connectedAp": "Bağlı AP'ler",
|
||||
"activeUser": "Aktif cihazlar",
|
||||
"activeUser": "Etkin aygıtlar",
|
||||
"alerts": "Alarmlar",
|
||||
"connectedGateways": "Connected gateways",
|
||||
"connectedGateways": "Bağlı ağ geçitleri",
|
||||
"connectedSwitches": "Bağlı anahtarlar"
|
||||
},
|
||||
"nzbget": {
|
||||
@@ -187,7 +187,7 @@
|
||||
"downloaded": "İndirilen"
|
||||
},
|
||||
"plex": {
|
||||
"streams": "Aktif Akış",
|
||||
"streams": "Etkin akış",
|
||||
"albums": "Albümler",
|
||||
"movies": "Filmler",
|
||||
"tv": "TV Showları"
|
||||
@@ -198,7 +198,7 @@
|
||||
"timeleft": "Kalan Zaman"
|
||||
},
|
||||
"rutorrent": {
|
||||
"active": "Aktif",
|
||||
"active": "Etkin",
|
||||
"upload": "Yükleme",
|
||||
"download": "İndirme"
|
||||
},
|
||||
@@ -225,8 +225,8 @@
|
||||
"deluge": {
|
||||
"download": "İndirme",
|
||||
"upload": "Yükleme",
|
||||
"leech": "Tüketici",
|
||||
"seed": "Sağlayıcı"
|
||||
"leech": "Leech",
|
||||
"seed": "Seed"
|
||||
},
|
||||
"develancacheui": {
|
||||
"cachehitbytes": "Önbellek İsabetli Byte",
|
||||
@@ -240,27 +240,27 @@
|
||||
},
|
||||
"sonarr": {
|
||||
"wanted": "İstendi",
|
||||
"queued": "Sırada",
|
||||
"series": "Diziler",
|
||||
"queued": "Kuyrukta",
|
||||
"series": "Seriler",
|
||||
"queue": "Kuyruk",
|
||||
"unknown": "Bilinmiyor"
|
||||
"unknown": "Bilinmeyen"
|
||||
},
|
||||
"radarr": {
|
||||
"wanted": "İstendi",
|
||||
"missing": "Eksik",
|
||||
"queued": "Sırada",
|
||||
"queued": "Kuyrukta",
|
||||
"movies": "Filmler",
|
||||
"queue": "Kuyruk",
|
||||
"unknown": "Bilinmiyor"
|
||||
"unknown": "Bilinmeyen"
|
||||
},
|
||||
"lidarr": {
|
||||
"wanted": "İstendi",
|
||||
"queued": "Sırada",
|
||||
"queued": "Kuyrukta",
|
||||
"artists": "Sanatçılar"
|
||||
},
|
||||
"readarr": {
|
||||
"wanted": "İstendi",
|
||||
"queued": "Sırada",
|
||||
"queued": "Kuyrukta",
|
||||
"books": "Kitaplar"
|
||||
},
|
||||
"bazarr": {
|
||||
@@ -275,17 +275,18 @@
|
||||
"jellyseerr": {
|
||||
"pending": "Bekleyen",
|
||||
"approved": "Onaylı",
|
||||
"available": "Kullanılabilir"
|
||||
"available": "Uygun",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Bekleyen",
|
||||
"pending": "Pending",
|
||||
"processing": "İşleniyor",
|
||||
"approved": "Onaylı",
|
||||
"available": "Kullanılabilir"
|
||||
"available": "Uygun"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Toplam",
|
||||
"connected": "Bağlandı",
|
||||
"connected": "Bağlı",
|
||||
"new_devices": "Yeni Cihazlar",
|
||||
"down_alerts": "Hata Uyarıları"
|
||||
},
|
||||
@@ -296,7 +297,7 @@
|
||||
"gravity": "Gravity"
|
||||
},
|
||||
"adguard": {
|
||||
"queries": "Sorgular",
|
||||
"queries": "Queries",
|
||||
"blocked": "Engellenen",
|
||||
"filtered": "Filtrelendi",
|
||||
"latency": "Gecikme"
|
||||
@@ -308,18 +309,18 @@
|
||||
},
|
||||
"portainer": {
|
||||
"running": "Çalışıyor",
|
||||
"stopped": "Durduruldu",
|
||||
"stopped": "Durdu",
|
||||
"total": "Toplam"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "İndirilen",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"nondownload": "İndirilmemiş",
|
||||
"read": "Okunan",
|
||||
"unread": "Okunmamış",
|
||||
"downloadedread": "Downloaded & Read",
|
||||
"downloadedunread": "Downloaded & Unread",
|
||||
"nondownloadedread": "Non-Downloaded & Read",
|
||||
"nondownloadedunread": "Non-Downloaded & Unread"
|
||||
"downloadedread": "İndirildi ve okundu",
|
||||
"downloadedunread": "İndirildi ve okunmadı",
|
||||
"nondownloadedread": "İndirilmedi ve okundu",
|
||||
"nondownloadedunread": "İndirilmedi ve okunmadı"
|
||||
},
|
||||
"tailscale": {
|
||||
"address": "Adres",
|
||||
@@ -359,13 +360,19 @@
|
||||
"services": "Hizmetler",
|
||||
"middleware": "Ara Katman"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Sürüm",
|
||||
"notesCount": "Notlar",
|
||||
"dbSize": "Veritabanı Boyutu",
|
||||
"unknown": "Bilinmeyen"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "Aktif akış yok",
|
||||
"nothing_streaming": "Etkin akış yok",
|
||||
"please_wait": "Lütfen Bekleyin"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": "Etkin",
|
||||
"disabled": "Devre Dışı",
|
||||
"disabled": "Devre dışı",
|
||||
"total": "Toplam"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
@@ -377,11 +384,11 @@
|
||||
},
|
||||
"gotify": {
|
||||
"apps": "Uygulamalar",
|
||||
"clients": "Alıcılar",
|
||||
"clients": "İstemciler",
|
||||
"messages": "İletiler"
|
||||
},
|
||||
"prowlarr": {
|
||||
"enableIndexers": "Dizin Oluşturucular",
|
||||
"enableIndexers": "İndeksleyici",
|
||||
"numberOfGrabs": "Yakalamalar",
|
||||
"numberOfQueries": "Sorgular",
|
||||
"numberOfFailGrabs": "Başarısız Yakalamalar",
|
||||
@@ -392,7 +399,7 @@
|
||||
"errored": "Hatalı"
|
||||
},
|
||||
"strelaysrv": {
|
||||
"numActiveSessions": "Aktif Sezonlar",
|
||||
"numActiveSessions": "Oturumlar",
|
||||
"numConnections": "Bağlantı Sayısı",
|
||||
"dataRelayed": "Aktarılan",
|
||||
"transferRate": "Oran"
|
||||
@@ -404,18 +411,18 @@
|
||||
},
|
||||
"medusa": {
|
||||
"wanted": "İstendi",
|
||||
"queued": "Sırada",
|
||||
"queued": "Kuyrukta",
|
||||
"series": "Diziler"
|
||||
},
|
||||
"minecraft": {
|
||||
"players": "Oyuncular",
|
||||
"version": "Versiyon",
|
||||
"version": "Sürüm",
|
||||
"status": "Durum",
|
||||
"up": "Çevrimiçi",
|
||||
"down": "Çevrimdışı"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Okunan",
|
||||
"read": "Okunmuş",
|
||||
"unread": "Okunmamış"
|
||||
},
|
||||
"authentik": {
|
||||
@@ -424,33 +431,33 @@
|
||||
"failedLoginsLast24H": "Başarısız Girişler (24 Saat)"
|
||||
},
|
||||
"proxmox": {
|
||||
"mem": "MEM",
|
||||
"cpu": "CPU",
|
||||
"mem": "Bellek",
|
||||
"cpu": "İşlemci",
|
||||
"lxc": "LXC",
|
||||
"vms": "Sanal Makineler"
|
||||
},
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Yük",
|
||||
"cpu": "İşlemci",
|
||||
"load": "Load",
|
||||
"wait": "Lütfen bekleyin",
|
||||
"temp": "Sıcaklık",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Sıcaklık",
|
||||
"warn": "Uyarı",
|
||||
"uptime": "Çalışıyor",
|
||||
"uptime": "ÇALIŞIYOR",
|
||||
"total": "Toplam",
|
||||
"free": "Boş",
|
||||
"used": "Kullanımda",
|
||||
"days": "g",
|
||||
"hours": "sa",
|
||||
"used": "Kullanılıyor",
|
||||
"days": "g.",
|
||||
"hours": "s.",
|
||||
"crit": "Kritik",
|
||||
"read": "Okunan",
|
||||
"read": "Okundu",
|
||||
"write": "Yazma",
|
||||
"gpu": "GPU",
|
||||
"mem": "Hafıza",
|
||||
"swap": "Swap"
|
||||
},
|
||||
"quicklaunch": {
|
||||
"bookmark": "Yer İmi",
|
||||
"bookmark": "Yer imi",
|
||||
"service": "Hizmet",
|
||||
"search": "Ara",
|
||||
"custom": "Özel",
|
||||
@@ -472,21 +479,21 @@
|
||||
"48-day": "Sisli",
|
||||
"48-night": "Sisli",
|
||||
"51-day": "Az Çiseleyen Yağmur",
|
||||
"51-night": "Az Çiseleyen Yağmur",
|
||||
"51-night": "Hafif Çiseleme",
|
||||
"53-day": "Çiseleyen Yağmur",
|
||||
"53-night": "Çiseleyen Yağmur",
|
||||
"53-night": "Çiseleme",
|
||||
"55-day": "Çok Çiseleyen Yağmur",
|
||||
"55-night": "Çok Çiseleyen Yağmur",
|
||||
"55-night": "Yoğun Çiseleme",
|
||||
"56-day": "Soğuk Az Çiseleyen Yağmur",
|
||||
"56-night": "Soğuk Az Çiseleyen Yağmur",
|
||||
"56-night": "Hafif Dondurucu Çiseleme",
|
||||
"57-day": "Soğuk Çiseleyen Yağmur",
|
||||
"57-night": "Soğuk Çiseleyen Yağmur",
|
||||
"57-night": "Dondurucu Çiseleme",
|
||||
"61-day": "Hafif Yağmur",
|
||||
"61-night": "Hafif Yağmur",
|
||||
"63-day": "Yağmur",
|
||||
"63-night": "Yağmur",
|
||||
"65-day": "Çok Yağmur",
|
||||
"65-night": "Çok Yağmur",
|
||||
"65-night": "Şiddetli Yağmur",
|
||||
"66-day": "Dondurucu Yağmur",
|
||||
"66-night": "Dondurucu Yağmur",
|
||||
"67-day": "Dondurucu Yağmur",
|
||||
@@ -496,7 +503,7 @@
|
||||
"73-day": "Kar",
|
||||
"73-night": "Kar",
|
||||
"75-day": "Çok Kar",
|
||||
"75-night": "Çok Kar",
|
||||
"75-night": "Yoğun Kar",
|
||||
"77-day": "Kar Taneleri",
|
||||
"77-night": "Kar Taneleri",
|
||||
"80-day": "Hafif Sağanak",
|
||||
@@ -510,11 +517,11 @@
|
||||
"86-day": "Karlı Sağanak",
|
||||
"86-night": "Karlı Sağanak",
|
||||
"95-day": "Gök Gürültülü Fırtına",
|
||||
"95-night": "Gök Gürültülü Fırtına",
|
||||
"95-night": "Fırtına",
|
||||
"96-day": "Dolu İle Gök Gürültülü Fırtına",
|
||||
"96-night": "Dolu İle Gök Gürültülü Fırtına",
|
||||
"99-day": "Dolu İle Gök Gürültülü Fırtına",
|
||||
"99-night": "Dolu İle Gök Gürültülü Fırtına"
|
||||
"96-night": "Dolu Yağışlı Fırtına",
|
||||
"99-day": "Dolu Yağışlı Fırtına",
|
||||
"99-night": "Dolu Yağışlı Fırtına"
|
||||
},
|
||||
"homebridge": {
|
||||
"available_update": "Sistem",
|
||||
@@ -523,19 +530,19 @@
|
||||
"up_to_date": "Güncel",
|
||||
"child_bridges": "Alt Köprüler",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Yükleme",
|
||||
"up": "Çalışıyor",
|
||||
"pending": "Bekleyen",
|
||||
"down": "İndirme"
|
||||
"down": "Çalışmayan"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "Yeni",
|
||||
"up": "Yükleme",
|
||||
"up": "Çalışıyor",
|
||||
"grace": "Tolerans Döneminde",
|
||||
"down": "İndirme",
|
||||
"paused": "Duraklatıldı",
|
||||
"down": "Çalışmayan",
|
||||
"paused": "Durduruldu",
|
||||
"status": "Durum",
|
||||
"last_ping": "Son Ping",
|
||||
"never": "Henüz ping yok"
|
||||
"last_ping": "Son gecikme",
|
||||
"never": "Henüz gecikme yok"
|
||||
},
|
||||
"watchtower": {
|
||||
"containers_scanned": "Tarandı",
|
||||
@@ -546,11 +553,11 @@
|
||||
"approvedPushes": "Onaylı",
|
||||
"rejectedPushes": "Reddedildi",
|
||||
"filters": "Süzgeçler",
|
||||
"indexers": "Dizin Oluşturucular"
|
||||
"indexers": "İndeksleyici"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Kuyruk",
|
||||
"videos": "Videolar",
|
||||
"videos": "Video",
|
||||
"channels": "Kanallar",
|
||||
"playlists": "Oynatma Listeleri"
|
||||
},
|
||||
@@ -561,7 +568,7 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Hız",
|
||||
"active": "Aktif",
|
||||
"active": "Etkin",
|
||||
"queue": "Kuyruk",
|
||||
"total": "Toplam"
|
||||
},
|
||||
@@ -569,7 +576,7 @@
|
||||
"public_ip": "Açık IP",
|
||||
"region": "Bölge",
|
||||
"country": "Ülke",
|
||||
"port_forwarded": "Port Forwarded"
|
||||
"port_forwarded": "Yönlendirilen Port"
|
||||
},
|
||||
"hdhomerun": {
|
||||
"channels": "Kanallar",
|
||||
@@ -586,7 +593,7 @@
|
||||
"scrutiny": {
|
||||
"passed": "Geçti",
|
||||
"failed": "Başarısız",
|
||||
"unknown": "Bilinmiyor"
|
||||
"unknown": "Bilinmeyen"
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Gelen Kutusu",
|
||||
@@ -605,14 +612,14 @@
|
||||
"no_devices": "Cihaz Verisi Alınamadı"
|
||||
},
|
||||
"mikrotik": {
|
||||
"cpuLoad": "CPU Yükü",
|
||||
"cpuLoad": "İşlemci yükü",
|
||||
"memoryUsed": "Bellek Kullanımı",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"uptime": "Çalışma süresi",
|
||||
"numberOfLeases": "Kiralama"
|
||||
},
|
||||
"xteve": {
|
||||
"streams_all": "Tüm Akışlar",
|
||||
"streams_active": "Aktif Akış",
|
||||
"streams_active": "Etkin akışlar",
|
||||
"streams_xepg": "XEPG Kanalları"
|
||||
},
|
||||
"opendtu": {
|
||||
@@ -622,7 +629,7 @@
|
||||
"limit": "Limit"
|
||||
},
|
||||
"opnsense": {
|
||||
"cpu": "CPU Yükü",
|
||||
"cpu": "İşlemci yükü",
|
||||
"memory": "Aktif Bellek",
|
||||
"wanUpload": "WAN Yükleme",
|
||||
"wanDownload": "WAN İndirme"
|
||||
@@ -647,30 +654,30 @@
|
||||
"load": "Ort. Yükleme",
|
||||
"memory": "Bellek Kullanımı",
|
||||
"wanStatus": "WAN Durumu",
|
||||
"up": "Yükleme",
|
||||
"down": "İndirme",
|
||||
"temp": "Sıcaklık",
|
||||
"up": "Çalışıyor",
|
||||
"down": "Çalışmayan",
|
||||
"temp": "Temp",
|
||||
"disk": "Disk Kullanımı",
|
||||
"wanIP": "WAN IP"
|
||||
},
|
||||
"proxmoxbackupserver": {
|
||||
"datastore_usage": "Veri deposu",
|
||||
"failed_tasks_24h": "Başarısız Görevler 24h",
|
||||
"cpu_usage": "CPU",
|
||||
"cpu_usage": "İşlemci",
|
||||
"memory_usage": "Bellek"
|
||||
},
|
||||
"immich": {
|
||||
"users": "Kullanıcılar",
|
||||
"photos": "Fotoğraflar",
|
||||
"videos": "Videolar",
|
||||
"storage": "Depo"
|
||||
"photos": "Fotoğraf",
|
||||
"videos": "Video",
|
||||
"storage": "Depolama"
|
||||
},
|
||||
"uptimekuma": {
|
||||
"up": "Siteler Çalışıyor",
|
||||
"down": "Siteler Çalışmıyor",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"up": "Site çalışıyor",
|
||||
"down": "Çalışmayan site",
|
||||
"uptime": "Çalışma süresi",
|
||||
"incident": "Olay",
|
||||
"m": "dk"
|
||||
"m": "m"
|
||||
},
|
||||
"atsumeru": {
|
||||
"series": "Diziler",
|
||||
@@ -680,13 +687,13 @@
|
||||
},
|
||||
"komga": {
|
||||
"libraries": "Kütüphane",
|
||||
"series": "Diziler",
|
||||
"books": "Kitaplar"
|
||||
"series": "Seriler",
|
||||
"books": "Kitap"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Günler",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"volumeAvailable": "Kullanılabilir"
|
||||
"days": "Gün",
|
||||
"uptime": "Çalışma süresi",
|
||||
"volumeAvailable": "Uygun"
|
||||
},
|
||||
"mylar": {
|
||||
"series": "Diziler",
|
||||
@@ -695,8 +702,8 @@
|
||||
},
|
||||
"photoprism": {
|
||||
"albums": "Albümler",
|
||||
"photos": "Fotoğraflar",
|
||||
"videos": "Videolar",
|
||||
"photos": "Fotoğraf",
|
||||
"videos": "Video",
|
||||
"people": "İnsan"
|
||||
},
|
||||
"fileflows": {
|
||||
@@ -706,8 +713,8 @@
|
||||
"time": "Zaman"
|
||||
},
|
||||
"firefly": {
|
||||
"networth": "Net Worth",
|
||||
"budget": "Budget"
|
||||
"networth": "Net değer",
|
||||
"budget": "Bütçe"
|
||||
},
|
||||
"grafana": {
|
||||
"dashboards": "Kontrol Paneli",
|
||||
@@ -716,10 +723,10 @@
|
||||
"alertstriggered": "Uyarılar Tetiklendi"
|
||||
},
|
||||
"nextcloud": {
|
||||
"cpuload": "Cpu Yükü",
|
||||
"cpuload": "İşlemci yükü",
|
||||
"memoryusage": "Bellek Kullanımı",
|
||||
"freespace": "Boş Alan",
|
||||
"activeusers": "Aktif Kullanıcılar",
|
||||
"activeusers": "Etkin kullanıcılar",
|
||||
"numfiles": "Dosyalar",
|
||||
"numshares": "Paylaşılan Öğeler"
|
||||
},
|
||||
@@ -728,10 +735,10 @@
|
||||
"size": "Boyut",
|
||||
"lastrun": "Son Çalışma",
|
||||
"nextrun": "Sonraki Çalışma",
|
||||
"failed": "Başarısız"
|
||||
"failed": "Failed"
|
||||
},
|
||||
"unmanic": {
|
||||
"active_workers": "Aktif Kullanıcılar",
|
||||
"active_workers": "Etkin kullanıcılar",
|
||||
"total_workers": "Toplam Kullanıcılar",
|
||||
"records_total": "Sıra Uzunluğu"
|
||||
},
|
||||
@@ -741,13 +748,13 @@
|
||||
},
|
||||
"prometheus": {
|
||||
"targets_up": "Hedef Çalışıyor",
|
||||
"targets_down": "Hedef Çalışmıyor",
|
||||
"targets_down": "Çalışmayan hedef",
|
||||
"targets_total": "Toplam Hedef"
|
||||
},
|
||||
"gatus": {
|
||||
"up": "Siteler Çalışıyor",
|
||||
"down": "Siteler Çalışmıyor",
|
||||
"uptime": "Çalışma Süresi"
|
||||
"up": "Sites Up",
|
||||
"down": "Çalışmayan site",
|
||||
"uptime": "Çalışma süresi"
|
||||
},
|
||||
"ghostfolio": {
|
||||
"gross_percent_today": "Bugün",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcast",
|
||||
"books": "Kitaplar",
|
||||
"books": "Kitap",
|
||||
"podcastsDuration": "Süre",
|
||||
"booksDuration": "Süre"
|
||||
},
|
||||
@@ -773,7 +780,7 @@
|
||||
"books": "Kitaplar",
|
||||
"authors": "Yazarlar",
|
||||
"categories": "Kategoriler",
|
||||
"series": "Diziler"
|
||||
"series": "Seriler"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Kuyruk",
|
||||
@@ -782,7 +789,7 @@
|
||||
"downloadSpeed": "Hız"
|
||||
},
|
||||
"kavita": {
|
||||
"seriesCount": "Diziler",
|
||||
"seriesCount": "Seriler",
|
||||
"totalFiles": "Dosyalar"
|
||||
},
|
||||
"azuredevops": {
|
||||
@@ -791,7 +798,7 @@
|
||||
"buildId": "Yapı Kimliği",
|
||||
"succeeded": "Başarılı",
|
||||
"notStarted": "Henüz Başlamadı",
|
||||
"failed": "Başarısız",
|
||||
"failed": "Failed",
|
||||
"canceled": "İptal edildi",
|
||||
"inProgress": "Sürüyor",
|
||||
"totalPrs": "Toplam Çekme İstekleri",
|
||||
@@ -802,7 +809,7 @@
|
||||
"status": "Durum",
|
||||
"online": "Çevrimiçi",
|
||||
"offline": "Çevrimdışı",
|
||||
"name": "İsim",
|
||||
"name": "Ad",
|
||||
"map": "Harita",
|
||||
"currentPlayers": "Mevcut oyuncular",
|
||||
"players": "Oyuncular",
|
||||
@@ -826,31 +833,31 @@
|
||||
"downloading": "İndiriliyor",
|
||||
"total": "Toplam",
|
||||
"running": "Çalışıyor",
|
||||
"stopped": "Durduruldu",
|
||||
"passed": "Geçti",
|
||||
"failed": "Başarısız"
|
||||
"stopped": "Durdu",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"openwrt": {
|
||||
"uptime": "Çalışma Süresi",
|
||||
"cpuLoad": "CPU Yükü Ortalaması (5dk)",
|
||||
"up": "Yükleme",
|
||||
"down": "İndirme",
|
||||
"uptime": "Çalışma süresi",
|
||||
"cpuLoad": "İşlemci yükü ortalaması (5dk)",
|
||||
"up": "Çalışıyor",
|
||||
"down": "Çalışmayan",
|
||||
"bytesTx": "İletilen",
|
||||
"bytesRx": "Alınan"
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Durum",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"uptime": "Çalışma süresi",
|
||||
"lastDown": "Son Kesinti",
|
||||
"downDuration": "Kesinti Süresi",
|
||||
"sitesUp": "Siteler Çalışıyor",
|
||||
"sitesDown": "Siteler Çalışmıyor",
|
||||
"paused": "Duraklatıldı",
|
||||
"sitesUp": "Site çalışıyor",
|
||||
"sitesDown": "Çalışmayan site",
|
||||
"paused": "Durduruldu",
|
||||
"notyetchecked": "Henüz Kontrol Edilmedi",
|
||||
"up": "Yükleme",
|
||||
"up": "Çalışıyor",
|
||||
"seemsdown": "Kapalı görünüyor",
|
||||
"down": "İndirme",
|
||||
"unknown": "Bilinmiyor"
|
||||
"down": "Çalışmayan",
|
||||
"unknown": "Bilinmeyen"
|
||||
},
|
||||
"calendar": {
|
||||
"inCinemas": "Sinemalarda",
|
||||
@@ -858,7 +865,7 @@
|
||||
"digitalRelease": "Dijitalde Yayınlandı",
|
||||
"noEventsToday": "Bugün için etkinlik yok!",
|
||||
"noEventsFound": "Etkinlik bulunamadı",
|
||||
"errorWhenLoadingData": "Error when loading calendar data"
|
||||
"errorWhenLoadingData": "Takvim verileri yüklenirken hata"
|
||||
},
|
||||
"romm": {
|
||||
"platforms": "Platformlar",
|
||||
@@ -869,10 +876,10 @@
|
||||
"totalfilesize": "Toplam Kapasite"
|
||||
},
|
||||
"mailcow": {
|
||||
"domains": "Etki Alanları",
|
||||
"mailboxes": "Mailboxes",
|
||||
"domains": "Domains",
|
||||
"mailboxes": "Posta kutuları",
|
||||
"mails": "Postalar",
|
||||
"storage": "Depo"
|
||||
"storage": "Depolama"
|
||||
},
|
||||
"netdata": {
|
||||
"warnings": "Uyarılar",
|
||||
@@ -881,14 +888,14 @@
|
||||
"plantit": {
|
||||
"events": "Etkinlikler",
|
||||
"plants": "Bitkiler",
|
||||
"photos": "Fotoğraflar",
|
||||
"photos": "Fotoğraf",
|
||||
"species": "Türler"
|
||||
},
|
||||
"gitea": {
|
||||
"notifications": "Bildirimler",
|
||||
"issues": "Sorunlar",
|
||||
"issues": "Issues",
|
||||
"pulls": "Değişiklik İstekleri",
|
||||
"repositories": "Repositories"
|
||||
"repositories": "Depolar"
|
||||
},
|
||||
"stash": {
|
||||
"scenes": "Sahneler",
|
||||
@@ -920,13 +927,13 @@
|
||||
"totalValue": "Toplam Değer"
|
||||
},
|
||||
"crowdsec": {
|
||||
"alerts": "Alarmlar",
|
||||
"alerts": "Uyarılar",
|
||||
"bans": "Yasaklar"
|
||||
},
|
||||
"wgeasy": {
|
||||
"connected": "Bağlandı",
|
||||
"connected": "Bağlı",
|
||||
"enabled": "Etkin",
|
||||
"disabled": "Devre Dışı",
|
||||
"disabled": "Devre dışı",
|
||||
"total": "Toplam"
|
||||
},
|
||||
"swagdashboard": {
|
||||
@@ -949,8 +956,8 @@
|
||||
},
|
||||
"frigate": {
|
||||
"cameras": "Kameralar",
|
||||
"uptime": "Çalışma Süresi",
|
||||
"version": "Versiyon"
|
||||
"uptime": "Çalışma süresi",
|
||||
"version": "Sürüm"
|
||||
},
|
||||
"linkwarden": {
|
||||
"links": "Bağlantılar",
|
||||
@@ -958,7 +965,7 @@
|
||||
"tags": "Etiketler"
|
||||
},
|
||||
"zabbix": {
|
||||
"unclassified": "Not classified",
|
||||
"unclassified": "Sınıflandırılmamış",
|
||||
"information": "Bilgi",
|
||||
"warning": "Uyarı",
|
||||
"average": "Ortalama",
|
||||
@@ -966,38 +973,38 @@
|
||||
"disaster": "Felaket"
|
||||
},
|
||||
"lubelogger": {
|
||||
"vehicle": "Vehicle",
|
||||
"vehicles": "Vehicles",
|
||||
"vehicle": "Taşıt",
|
||||
"vehicles": "Taşıtlar",
|
||||
"serviceRecords": "Service Records",
|
||||
"reminders": "Reminders",
|
||||
"nextReminder": "Next Reminder",
|
||||
"reminders": "Hatırlatıcılar",
|
||||
"nextReminder": "Sonraki hatırlatıcı",
|
||||
"none": "None"
|
||||
},
|
||||
"vikunja": {
|
||||
"projects": "Active Projects",
|
||||
"projects": "Etkin projeler",
|
||||
"tasks7d": "Bitişi Bu Hafta Olan Görevler",
|
||||
"tasksOverdue": "Overdue Tasks",
|
||||
"tasksInProgress": "Tasks In Progress"
|
||||
},
|
||||
"headscale": {
|
||||
"name": "İsim",
|
||||
"address": "Adres",
|
||||
"last_seen": "Son Görülme",
|
||||
"name": "Ad",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Durum",
|
||||
"online": "Çevrimiçi",
|
||||
"offline": "Çevrimdışı"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "İsim",
|
||||
"systems": "Systems",
|
||||
"up": "Yükleme",
|
||||
"down": "İndirme",
|
||||
"paused": "Duraklatıldı",
|
||||
"pending": "Bekleyen",
|
||||
"name": "Ad",
|
||||
"systems": "Sistemler",
|
||||
"up": "Çalışıyor",
|
||||
"down": "Çalışmayan",
|
||||
"paused": "Durduruldu",
|
||||
"pending": "Pending",
|
||||
"status": "Durum",
|
||||
"updated": "Güncellendi",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
"updated": "Updated",
|
||||
"cpu": "İşlemci",
|
||||
"memory": "Bellek",
|
||||
"disk": "Disk",
|
||||
"network": "NET"
|
||||
},
|
||||
@@ -1016,43 +1023,96 @@
|
||||
},
|
||||
"gitlab": {
|
||||
"groups": "Groups",
|
||||
"issues": "Sorunlar",
|
||||
"issues": "Issues",
|
||||
"merges": "Merge Requests",
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Durum",
|
||||
"load": "Yük",
|
||||
"bcharge": "Pil Yüzdesi",
|
||||
"timeleft": "Kalan Zaman"
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Kalan zaman"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
"favorites": "Favorites",
|
||||
"bookmarks": "Yer imleri",
|
||||
"favorites": "Gözdeler",
|
||||
"archived": "Archived",
|
||||
"highlights": "Highlights",
|
||||
"lists": "Lists",
|
||||
"lists": "Listeler",
|
||||
"tags": "Etiketler"
|
||||
},
|
||||
"slskd": {
|
||||
"slskStatus": "Ağ",
|
||||
"connected": "Bağlandı",
|
||||
"disconnected": "Bağlantı kesildi",
|
||||
"updateStatus": "Update",
|
||||
"update_yes": "Kullanılabilir",
|
||||
"connected": "Bağlı",
|
||||
"disconnected": "Bağlı değil",
|
||||
"updateStatus": "Güncelleme",
|
||||
"update_yes": "Uygun",
|
||||
"update_no": "Güncel",
|
||||
"downloads": "Downloads",
|
||||
"uploads": "Uploads",
|
||||
"downloads": "İndirmeler",
|
||||
"uploads": "Yüklemeler",
|
||||
"sharedFiles": "Dosyalar"
|
||||
},
|
||||
"jellystat": {
|
||||
"songs": "Şarkılar",
|
||||
"movies": "Filmler",
|
||||
"episodes": "Bölümler",
|
||||
"other": "Other"
|
||||
"other": "Diğer"
|
||||
},
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Toplam",
|
||||
"running": "Çalışıyor",
|
||||
"stopped": "Durdu",
|
||||
"down": "Çalışmayan",
|
||||
"unhealthy": "Sağlıksız",
|
||||
"unknown": "Bilinmeyen",
|
||||
"servers": "Sunucular",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Uygun",
|
||||
"used": "Kullanılıyor",
|
||||
"total": "Toplam"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Abonelikler",
|
||||
"thisMonthlyCost": "Bu Ay",
|
||||
"nextMonthlyCost": "Sonraki Ay",
|
||||
"previousMonthlyCost": "Önceki Ay",
|
||||
"nextRenewingSubscription": "Sonraki Ödeme"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Başladı",
|
||||
"STOPPED": "Durdu",
|
||||
"NEW_ARRAY": "Yeni dizi",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk devre dışı",
|
||||
"SWAP_DSBL": "Swap devre dışı",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Çok fazla disk eksik",
|
||||
"NEW_DISK_TOO_SMALL": "Yeni disk çok küçük",
|
||||
"NO_DATA_DISKS": "Veri diski yok",
|
||||
"notifications": "Bildirimler",
|
||||
"status": "Durum",
|
||||
"cpu": "İşlemci",
|
||||
"memoryUsed": "Bellek kullanılıyor",
|
||||
"memoryAvailable": "Bellek uygun",
|
||||
"arrayUsed": "Kullanılan dizi",
|
||||
"arrayFree": "Uygun dizi",
|
||||
"poolUsed": "{{pool}} kullanılıyor",
|
||||
"poolFree": "{{pool}} boş"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@
|
||||
"wlan_users": "WLAN Users",
|
||||
"up": "UP",
|
||||
"down": "DOWN",
|
||||
"wait": "Vui lòng chờ",
|
||||
"wait": "Please wait",
|
||||
"empty_data": "Subsystem status unknown"
|
||||
},
|
||||
"docker": {
|
||||
@@ -95,7 +95,7 @@
|
||||
"response": "Response",
|
||||
"down": "Down",
|
||||
"up": "Up",
|
||||
"not_available": "Không khả dụng"
|
||||
"not_available": "Not Available"
|
||||
},
|
||||
"emby": {
|
||||
"playing": "Đang chơi",
|
||||
@@ -108,10 +108,10 @@
|
||||
"songs": "Songs"
|
||||
},
|
||||
"esphome": {
|
||||
"offline": "Ngoại tuyến",
|
||||
"offline_alt": "Ngoại tuyến",
|
||||
"offline": "Offline",
|
||||
"offline_alt": "Offline",
|
||||
"online": "Online",
|
||||
"total": "Tổng",
|
||||
"total": "Total",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"evcc": {
|
||||
@@ -133,7 +133,7 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"fritzbox": {
|
||||
"connectionStatus": "Trạng thái",
|
||||
"connectionStatus": "Status",
|
||||
"connectionStatusUnconfigured": "Unconfigured",
|
||||
"connectionStatusConnecting": "Connecting",
|
||||
"connectionStatusAuthenticating": "Authenticating",
|
||||
@@ -168,8 +168,8 @@
|
||||
"passes": "Passes"
|
||||
},
|
||||
"tautulli": {
|
||||
"playing": "Đang chơi",
|
||||
"transcoding": "Chuyển định dạng",
|
||||
"playing": "Playing",
|
||||
"transcoding": "Transcoding",
|
||||
"bitrate": "Bitrate",
|
||||
"no_active": "No Active Streams",
|
||||
"plex_connection_error": "Check Plex Connection"
|
||||
@@ -242,7 +242,7 @@
|
||||
"wanted": "Wanted",
|
||||
"queued": "Queued",
|
||||
"series": "Series",
|
||||
"queue": "Hàng chờ",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"radarr": {
|
||||
@@ -250,7 +250,7 @@
|
||||
"missing": "Missing",
|
||||
"queued": "Queued",
|
||||
"movies": "Movies",
|
||||
"queue": "Hàng chờ",
|
||||
"queue": "Queue",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"lidarr": {
|
||||
@@ -273,18 +273,19 @@
|
||||
"available": "Available"
|
||||
},
|
||||
"jellyseerr": {
|
||||
"pending": "Đang xử lý",
|
||||
"approved": "Đã duyệt",
|
||||
"available": "Available"
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"issues": "Open Issues"
|
||||
},
|
||||
"overseerr": {
|
||||
"pending": "Đang xử lý",
|
||||
"pending": "Pending",
|
||||
"processing": "Processing",
|
||||
"approved": "Đã duyệt",
|
||||
"approved": "Approved",
|
||||
"available": "Available"
|
||||
},
|
||||
"netalertx": {
|
||||
"total": "Tổng",
|
||||
"total": "Total",
|
||||
"connected": "Connected",
|
||||
"new_devices": "New Devices",
|
||||
"down_alerts": "Down Alerts"
|
||||
@@ -309,10 +310,10 @@
|
||||
"portainer": {
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"total": "Tổng"
|
||||
"total": "Total"
|
||||
},
|
||||
"suwayomi": {
|
||||
"download": "Đã tải",
|
||||
"download": "Downloaded",
|
||||
"nondownload": "Non-Downloaded",
|
||||
"read": "Read",
|
||||
"unread": "Unread",
|
||||
@@ -349,7 +350,7 @@
|
||||
"totalClients": "Clients"
|
||||
},
|
||||
"tdarr": {
|
||||
"queue": "Hàng chờ",
|
||||
"queue": "Queue",
|
||||
"processed": "Processed",
|
||||
"errored": "Errored",
|
||||
"saved": "Saved"
|
||||
@@ -359,6 +360,12 @@
|
||||
"services": "Services",
|
||||
"middleware": "Middleware"
|
||||
},
|
||||
"trilium": {
|
||||
"version": "Version",
|
||||
"notesCount": "Notes",
|
||||
"dbSize": "Database Size",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"navidrome": {
|
||||
"nothing_streaming": "No Active Streams",
|
||||
"please_wait": "Please Wait"
|
||||
@@ -366,7 +373,7 @@
|
||||
"npm": {
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Tổng"
|
||||
"total": "Total"
|
||||
},
|
||||
"coinmarketcap": {
|
||||
"configure": "Configure one or more crypto currencies to track",
|
||||
@@ -410,9 +417,9 @@
|
||||
"minecraft": {
|
||||
"players": "Players",
|
||||
"version": "Version",
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"up": "Online",
|
||||
"down": "Ngoại tuyến"
|
||||
"down": "Offline"
|
||||
},
|
||||
"miniflux": {
|
||||
"read": "Read",
|
||||
@@ -432,14 +439,14 @@
|
||||
"glances": {
|
||||
"cpu": "CPU",
|
||||
"load": "Load",
|
||||
"wait": "Vui lòng chờ",
|
||||
"wait": "Please wait",
|
||||
"temp": "TEMP",
|
||||
"_temp": "Temp",
|
||||
"warn": "Warn",
|
||||
"uptime": "UP",
|
||||
"total": "Tổng",
|
||||
"free": "Dư",
|
||||
"used": "Đã dùng",
|
||||
"total": "Total",
|
||||
"free": "Free",
|
||||
"used": "Used",
|
||||
"days": "d",
|
||||
"hours": "h",
|
||||
"crit": "Crit",
|
||||
@@ -524,7 +531,7 @@
|
||||
"child_bridges": "Child Bridges",
|
||||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "Đang xử lý",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
},
|
||||
"healthchecks": {
|
||||
@@ -533,7 +540,7 @@
|
||||
"grace": "In Grace Period",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"last_ping": "Last Ping",
|
||||
"never": "No pings yet"
|
||||
},
|
||||
@@ -543,13 +550,13 @@
|
||||
"containers_failed": "Failed"
|
||||
},
|
||||
"autobrr": {
|
||||
"approvedPushes": "Đã duyệt",
|
||||
"approvedPushes": "Approved",
|
||||
"rejectedPushes": "Rejected",
|
||||
"filters": "Filters",
|
||||
"indexers": "Indexers"
|
||||
},
|
||||
"tubearchivist": {
|
||||
"downloads": "Hàng chờ",
|
||||
"downloads": "Queue",
|
||||
"videos": "Videos",
|
||||
"channels": "Channels",
|
||||
"playlists": "Playlists"
|
||||
@@ -561,9 +568,9 @@
|
||||
},
|
||||
"pyload": {
|
||||
"speed": "Speed",
|
||||
"active": "Hoạt động",
|
||||
"queue": "Hàng chờ",
|
||||
"total": "Tổng"
|
||||
"active": "Active",
|
||||
"queue": "Queue",
|
||||
"total": "Total"
|
||||
},
|
||||
"gluetun": {
|
||||
"public_ip": "Public IP",
|
||||
@@ -590,7 +597,7 @@
|
||||
},
|
||||
"paperlessngx": {
|
||||
"inbox": "Inbox",
|
||||
"total": "Tổng"
|
||||
"total": "Total"
|
||||
},
|
||||
"peanut": {
|
||||
"battery_charge": "Battery Charge",
|
||||
@@ -634,14 +641,14 @@
|
||||
"layers": "Layers"
|
||||
},
|
||||
"octoprint": {
|
||||
"printer_state": "Trạng thái",
|
||||
"printer_state": "Status",
|
||||
"temp_tool": "Tool temp",
|
||||
"temp_bed": "Bed temp",
|
||||
"job_completion": "Completion"
|
||||
},
|
||||
"cloudflared": {
|
||||
"origin_ip": "Origin IP",
|
||||
"status": "Trạng thái"
|
||||
"status": "Status"
|
||||
},
|
||||
"pfsense": {
|
||||
"load": "Load Avg",
|
||||
@@ -681,7 +688,7 @@
|
||||
"komga": {
|
||||
"libraries": "Libraries",
|
||||
"series": "Series",
|
||||
"books": "Sách"
|
||||
"books": "Books"
|
||||
},
|
||||
"diskstation": {
|
||||
"days": "Days",
|
||||
@@ -700,7 +707,7 @@
|
||||
"people": "People"
|
||||
},
|
||||
"fileflows": {
|
||||
"queue": "Hàng chờ",
|
||||
"queue": "Queue",
|
||||
"processing": "Processing",
|
||||
"processed": "Processed",
|
||||
"time": "Time"
|
||||
@@ -724,7 +731,7 @@
|
||||
"numshares": "Shared Items"
|
||||
},
|
||||
"kopia": {
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"size": "Size",
|
||||
"lastrun": "Last Run",
|
||||
"nextrun": "Next Run",
|
||||
@@ -756,7 +763,7 @@
|
||||
},
|
||||
"audiobookshelf": {
|
||||
"podcasts": "Podcasts",
|
||||
"books": "Sách",
|
||||
"books": "Books",
|
||||
"podcastsDuration": "Duration",
|
||||
"booksDuration": "Duration"
|
||||
},
|
||||
@@ -770,13 +777,13 @@
|
||||
"updates": "Updates"
|
||||
},
|
||||
"calibreweb": {
|
||||
"books": "Sách",
|
||||
"books": "Books",
|
||||
"authors": "Authors",
|
||||
"categories": "Categories",
|
||||
"series": "Series"
|
||||
},
|
||||
"jdownloader": {
|
||||
"downloadCount": "Hàng chờ",
|
||||
"downloadCount": "Queue",
|
||||
"downloadBytesRemaining": "Remaining",
|
||||
"downloadTotalBytes": "Size",
|
||||
"downloadSpeed": "Speed"
|
||||
@@ -787,7 +794,7 @@
|
||||
},
|
||||
"azuredevops": {
|
||||
"result": "Result",
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"buildId": "Build ID",
|
||||
"succeeded": "Succeeded",
|
||||
"notStarted": "Not Started",
|
||||
@@ -796,12 +803,12 @@
|
||||
"inProgress": "In Progress",
|
||||
"totalPrs": "Total PRs",
|
||||
"myPrs": "My PRs",
|
||||
"approved": "Đã duyệt"
|
||||
"approved": "Approved"
|
||||
},
|
||||
"gamedig": {
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Ngoại tuyến",
|
||||
"offline": "Offline",
|
||||
"name": "Name",
|
||||
"map": "Map",
|
||||
"currentPlayers": "Current players",
|
||||
@@ -824,7 +831,7 @@
|
||||
},
|
||||
"openmediavault": {
|
||||
"downloading": "Downloading",
|
||||
"total": "Tổng",
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"passed": "Passed",
|
||||
@@ -839,7 +846,7 @@
|
||||
"bytesRx": "Received"
|
||||
},
|
||||
"uptimerobot": {
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"uptime": "Uptime",
|
||||
"lastDown": "Last Downtime",
|
||||
"downDuration": "Downtime Duration",
|
||||
@@ -927,7 +934,7 @@
|
||||
"connected": "Connected",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"total": "Tổng"
|
||||
"total": "Total"
|
||||
},
|
||||
"swagdashboard": {
|
||||
"proxied": "Proxied",
|
||||
@@ -983,9 +990,9 @@
|
||||
"name": "Name",
|
||||
"address": "Address",
|
||||
"last_seen": "Last Seen",
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Ngoại tuyến"
|
||||
"offline": "Offline"
|
||||
},
|
||||
"beszel": {
|
||||
"name": "Name",
|
||||
@@ -993,8 +1000,8 @@
|
||||
"up": "Up",
|
||||
"down": "Down",
|
||||
"paused": "Paused",
|
||||
"pending": "Đang xử lý",
|
||||
"status": "Trạng thái",
|
||||
"pending": "Pending",
|
||||
"status": "Status",
|
||||
"updated": "Updated",
|
||||
"cpu": "CPU",
|
||||
"memory": "MEM",
|
||||
@@ -1021,10 +1028,10 @@
|
||||
"projects": "Projects"
|
||||
},
|
||||
"apcups": {
|
||||
"status": "Trạng thái",
|
||||
"status": "Status",
|
||||
"load": "Load",
|
||||
"bcharge": "Battery Charge",
|
||||
"timeleft": "Thời gian còn lại"
|
||||
"timeleft": "Time Left"
|
||||
},
|
||||
"karakeep": {
|
||||
"bookmarks": "Bookmarks",
|
||||
@@ -1054,5 +1061,58 @@
|
||||
"checkmk": {
|
||||
"serviceErrors": "Service issues",
|
||||
"hostErrors": "Host issues"
|
||||
},
|
||||
"komodo": {
|
||||
"total": "Total",
|
||||
"running": "Running",
|
||||
"stopped": "Stopped",
|
||||
"down": "Down",
|
||||
"unhealthy": "Unhealthy",
|
||||
"unknown": "Unknown",
|
||||
"servers": "Servers",
|
||||
"stacks": "Stacks",
|
||||
"containers": "Containers"
|
||||
},
|
||||
"filebrowser": {
|
||||
"available": "Available",
|
||||
"used": "Used",
|
||||
"total": "Total"
|
||||
},
|
||||
"wallos": {
|
||||
"activeSubscriptions": "Subscriptions",
|
||||
"thisMonthlyCost": "This Month",
|
||||
"nextMonthlyCost": "Next Month",
|
||||
"previousMonthlyCost": "Prev. Month",
|
||||
"nextRenewingSubscription": "Next Payment"
|
||||
},
|
||||
"unraid": {
|
||||
"STARTED": "Started",
|
||||
"STOPPED": "Stopped",
|
||||
"NEW_ARRAY": "New Array",
|
||||
"RECON_DISK": "Reconstructing Disk",
|
||||
"DISABLE_DISK": "Disk Disabled",
|
||||
"SWAP_DSBL": "Swap Disable",
|
||||
"INVALID_EXPANSION": "Invalid Expansion",
|
||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||
"NO_DATA_DISKS": "No Data Disks",
|
||||
"notifications": "Notifications",
|
||||
"status": "Status",
|
||||
"cpu": "CPU",
|
||||
"memoryUsed": "Memory Used",
|
||||
"memoryAvailable": "Memory Available",
|
||||
"arrayUsed": "Array Used",
|
||||
"arrayFree": "Array Free",
|
||||
"poolUsed": "{{pool}} Used",
|
||||
"poolFree": "{{pool}} Free"
|
||||
},
|
||||
"backrest": {
|
||||
"num_plans": "Plans",
|
||||
"num_success_30": "Successes",
|
||||
"num_failure_30": "Failures",
|
||||
"num_success_latest": "Succeeding",
|
||||
"num_failure_latest": "Failing",
|
||||
"bytes_added_30": "Bytes Added"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -37,12 +37,12 @@ export default function Container({ error = false, children, service }) {
|
||||
if (!field.includes(".")) {
|
||||
fullField = `${type}.${field}`;
|
||||
}
|
||||
let matches = fullField === child?.props?.label;
|
||||
let matches = fullField === (child?.props?.field || child?.props?.label);
|
||||
// check if the field is an 'alias'
|
||||
if (matches) {
|
||||
return true;
|
||||
} else if (ALIASED_WIDGETS[type]) {
|
||||
matches = fullField.replace(type, ALIASED_WIDGETS[type]) === child?.props?.label;
|
||||
matches = fullField.replace(type, ALIASED_WIDGETS[type]) === (child?.props?.field || child?.props?.label);
|
||||
|
||||
return matches;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function ColorToggle() {
|
||||
leaveFrom="opacity-100 translate-y-0"
|
||||
leaveTo="opacity-0 translate-y-1"
|
||||
>
|
||||
<Popover.Panel className="absolute -top-[75px] left-0">
|
||||
<Popover.Panel className="absolute -top-[75px] left-0 z-10">
|
||||
<div className="rounded-md shadow-lg ring-1 ring-black ring-opacity-5 w-[85vw] sm:w-full">
|
||||
<div className="relative grid gap-2 p-2 grid-cols-11 bg-white/50 dark:bg-white/10 shadow-black/10 dark:shadow-black/20 rounded-md shadow-md">
|
||||
{colors.map((color) => (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useTranslation } from "next-i18next";
|
||||
import { useState } from "react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||
import { WiCloudDown } from "react-icons/wi";
|
||||
import useSWR from "swr";
|
||||
@@ -64,7 +64,7 @@ export default function OpenMeteo({ options }) {
|
||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||
}
|
||||
|
||||
const requestLocation = () => {
|
||||
const requestLocation = useCallback(() => {
|
||||
setRequesting(true);
|
||||
if (typeof window !== "undefined") {
|
||||
navigator.geolocation.getCurrentPosition(
|
||||
@@ -82,7 +82,17 @@ export default function OpenMeteo({ options }) {
|
||||
},
|
||||
);
|
||||
}
|
||||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (!options.latitude && !options.longitude && typeof navigator !== "undefined") {
|
||||
navigator.permissions?.query({ name: "geolocation" }).then((result) => {
|
||||
if (result.state === "granted") {
|
||||
requestLocation();
|
||||
}
|
||||
});
|
||||
}
|
||||
}, [options.latitude, options.longitude, requestLocation]);
|
||||
|
||||
if (!location) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useTranslation } from "next-i18next";
|
||||
import { useState } from "react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||
import { WiCloudDown } from "react-icons/wi";
|
||||
import useSWR from "swr";
|
||||
@@ -59,7 +59,7 @@ export default function OpenWeatherMap({ options }) {
|
||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||
}
|
||||
|
||||
const requestLocation = () => {
|
||||
const requestLocation = useCallback(() => {
|
||||
setRequesting(true);
|
||||
if (typeof window !== "undefined") {
|
||||
navigator.geolocation.getCurrentPosition(
|
||||
@@ -77,7 +77,17 @@ export default function OpenWeatherMap({ options }) {
|
||||
},
|
||||
);
|
||||
}
|
||||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (!options.latitude && !options.longitude && typeof navigator !== "undefined") {
|
||||
navigator.permissions?.query({ name: "geolocation" }).then((result) => {
|
||||
if (result.state === "granted") {
|
||||
requestLocation();
|
||||
}
|
||||
});
|
||||
}
|
||||
}, [options.latitude, options.longitude, requestLocation]);
|
||||
|
||||
if (!location) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useTranslation } from "next-i18next";
|
||||
import { useState } from "react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||
import { WiCloudDown } from "react-icons/wi";
|
||||
import useSWR from "swr";
|
||||
@@ -63,7 +63,7 @@ export default function WeatherApi({ options }) {
|
||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||
}
|
||||
|
||||
const requestLocation = () => {
|
||||
const requestLocation = useCallback(() => {
|
||||
setRequesting(true);
|
||||
if (typeof window !== "undefined") {
|
||||
navigator.geolocation.getCurrentPosition(
|
||||
@@ -81,7 +81,17 @@ export default function WeatherApi({ options }) {
|
||||
},
|
||||
);
|
||||
}
|
||||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (!options.latitude && !options.longitude && typeof navigator !== "undefined") {
|
||||
navigator.permissions?.query({ name: "geolocation" }).then((result) => {
|
||||
if (result.state === "granted") {
|
||||
requestLocation();
|
||||
}
|
||||
});
|
||||
}
|
||||
}, [options.latitude, options.longitude, requestLocation]);
|
||||
|
||||
if (!location) {
|
||||
return (
|
||||
|
||||
@@ -24,9 +24,28 @@ export default async function handler(req, res) {
|
||||
});
|
||||
}
|
||||
|
||||
const baseUrl = `${proxmoxConfig.url}/api2/json`;
|
||||
// Prefer per-node config (new format), fall back to legacy flat creds.
|
||||
const nodeConfig =
|
||||
(node && proxmoxConfig && proxmoxConfig[node]) ||
|
||||
(proxmoxConfig && proxmoxConfig.url && proxmoxConfig.token && proxmoxConfig.secret
|
||||
? {
|
||||
url: proxmoxConfig.url,
|
||||
token: proxmoxConfig.token,
|
||||
secret: proxmoxConfig.secret,
|
||||
}
|
||||
: null);
|
||||
|
||||
if (!nodeConfig) {
|
||||
return res.status(400).json({
|
||||
error:
|
||||
"Proxmox config not found for the specified node and no legacy credentials detected. " +
|
||||
"Add a node block in proxmox.yaml (e.g., 'pve: { url, token, secret }') or restore legacy top-level url/token/secret.",
|
||||
});
|
||||
}
|
||||
|
||||
const baseUrl = `${nodeConfig.url}/api2/json`;
|
||||
const headers = {
|
||||
Authorization: `PVEAPIToken=${proxmoxConfig.token}=${proxmoxConfig.secret}`,
|
||||
Authorization: `PVEAPIToken=${nodeConfig.token}=${nodeConfig.secret}`,
|
||||
};
|
||||
|
||||
const statusUrl = `${baseUrl}/nodes/${node}/${vmType}/${vmid}/status/current`;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { existsSync } from "fs";
|
||||
|
||||
import createLogger from "utils/logger";
|
||||
|
||||
const logger = createLogger("resources");
|
||||
@@ -20,17 +18,20 @@ export default async function handler(req, res) {
|
||||
}
|
||||
|
||||
if (type === "disk") {
|
||||
if (!existsSync(target)) {
|
||||
return res.status(404).json({
|
||||
error: "Target not found",
|
||||
});
|
||||
}
|
||||
|
||||
const requested = typeof target === "string" && target ? target : "/";
|
||||
const fsSize = await si.fsSize();
|
||||
logger.debug("fsSize:", JSON.stringify(fsSize));
|
||||
return res.status(200).json({
|
||||
drive: fsSize.find((fs) => fs.mount === target) ?? fsSize.find((fs) => fs.mount === "/"),
|
||||
|
||||
const drive = fsSize.find((fs) => {
|
||||
return fs.mount === requested;
|
||||
});
|
||||
|
||||
if (!drive) {
|
||||
logger.warn(`Drive not found for target: ${requested}`);
|
||||
return res.status(404).json({ error: "Resource not available." });
|
||||
}
|
||||
|
||||
return res.status(200).json({ drive });
|
||||
}
|
||||
|
||||
if (type === "memory") {
|
||||
|
||||
@@ -498,54 +498,63 @@ function Home({ initialSettings }) {
|
||||
}
|
||||
|
||||
export default function Wrapper({ initialSettings, fallback }) {
|
||||
const { themeContext } = useContext(ThemeContext);
|
||||
const wrappedStyle = {};
|
||||
const { theme } = useContext(ThemeContext);
|
||||
let backgroundImage = "";
|
||||
let opacity = initialSettings?.backgroundOpacity ?? 0;
|
||||
let backgroundBlur = false;
|
||||
let backgroundSaturate = false;
|
||||
let backgroundBrightness = false;
|
||||
if (initialSettings && initialSettings.background) {
|
||||
let opacity = initialSettings.backgroundOpacity ?? 1;
|
||||
let backgroundImage = initialSettings.background;
|
||||
if (typeof initialSettings.background === "object") {
|
||||
backgroundImage = initialSettings.background.image;
|
||||
backgroundBlur = initialSettings.background.blur !== undefined;
|
||||
backgroundSaturate = initialSettings.background.saturate !== undefined;
|
||||
backgroundBrightness = initialSettings.background.brightness !== undefined;
|
||||
if (initialSettings.background.opacity !== undefined) opacity = initialSettings.background.opacity / 100;
|
||||
if (initialSettings?.background) {
|
||||
const bg = initialSettings.background;
|
||||
if (typeof bg === "object") {
|
||||
backgroundImage = bg.image || "";
|
||||
if (bg.opacity !== undefined) {
|
||||
opacity = 1 - bg.opacity / 100;
|
||||
}
|
||||
backgroundBlur = bg.blur !== undefined;
|
||||
backgroundSaturate = bg.saturate !== undefined;
|
||||
backgroundBrightness = bg.brightness !== undefined;
|
||||
} else {
|
||||
backgroundImage = bg;
|
||||
}
|
||||
const opacityValue = 1 - opacity;
|
||||
wrappedStyle.backgroundImage = `
|
||||
linear-gradient(
|
||||
rgb(var(--bg-color) / ${opacityValue}),
|
||||
rgb(var(--bg-color) / ${opacityValue})
|
||||
),
|
||||
url('${backgroundImage}')`;
|
||||
wrappedStyle.backgroundPosition = "center";
|
||||
wrappedStyle.backgroundSize = "cover";
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
const html = document.documentElement;
|
||||
const body = document.body;
|
||||
|
||||
html.classList.remove("dark", "scheme-dark", "scheme-light");
|
||||
html.classList.toggle("dark", theme === "dark");
|
||||
html.classList.add(theme === "dark" ? "scheme-dark" : "scheme-light");
|
||||
|
||||
html.classList.remove(...Array.from(html.classList).filter((cls) => cls.startsWith("theme-")));
|
||||
html.classList.add(`theme-${initialSettings.color || "slate"}`);
|
||||
|
||||
// Remove any previously applied inline styles
|
||||
body.style.backgroundImage = "";
|
||||
body.style.backgroundColor = "";
|
||||
body.style.backgroundAttachment = "";
|
||||
}, [backgroundImage, opacity, theme, initialSettings.color]);
|
||||
|
||||
return (
|
||||
<div
|
||||
id="page_wrapper"
|
||||
className={classNames(
|
||||
"relative",
|
||||
initialSettings.theme && initialSettings.theme,
|
||||
initialSettings.color && `theme-${initialSettings.color}`,
|
||||
themeContext === "dark" ? "scheme-dark" : "scheme-light",
|
||||
<>
|
||||
{backgroundImage && (
|
||||
<div
|
||||
id="background"
|
||||
aria-hidden="true"
|
||||
style={{
|
||||
backgroundImage: `linear-gradient(rgb(var(--bg-color) / ${opacity}), rgb(var(--bg-color) / ${opacity})), url('${backgroundImage}')`,
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
>
|
||||
<div
|
||||
id="page_container"
|
||||
className="fixed overflow-auto w-full h-full bg-theme-50 dark:bg-theme-800 transition-all"
|
||||
style={wrappedStyle}
|
||||
>
|
||||
<div id="page_wrapper" className="relative h-full">
|
||||
<div
|
||||
id="inner_wrapper"
|
||||
tabIndex="-1"
|
||||
className={classNames(
|
||||
"fixed overflow-auto w-full h-full",
|
||||
"w-full h-full overflow-auto",
|
||||
backgroundBlur &&
|
||||
`backdrop-blur${initialSettings.background.blur.length ? "-" : ""}${initialSettings.background.blur}`,
|
||||
`backdrop-blur${initialSettings.background.blur?.length ? `-${initialSettings.background.blur}` : ""}`,
|
||||
backgroundSaturate && `backdrop-saturate-${initialSettings.background.saturate}`,
|
||||
backgroundBrightness && `backdrop-brightness-${initialSettings.background.brightness}`,
|
||||
)}
|
||||
@@ -553,6 +562,6 @@ export default function Wrapper({ initialSettings, fallback }) {
|
||||
<Index initialSettings={initialSettings} fallback={fallback} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
# url: https://proxmox.host.or.ip:8006
|
||||
# token: username@pam!Token ID
|
||||
# secret: secret
|
||||
# pve:
|
||||
# url: https://proxmox.host.or.ip:8006
|
||||
# token: username@pam!Token ID
|
||||
# secret: secret
|
||||
|
||||
@@ -24,26 +24,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#__next {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: rgb(var(--bg-color));
|
||||
}
|
||||
|
||||
#background {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 0;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: scroll;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: Manrope, "Manrope-Fallback", Arial, sans-serif;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
letter-spacing: 0.1px;
|
||||
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
|
||||
}
|
||||
|
||||
#page_wrapper {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -60,15 +73,6 @@ body {
|
||||
--scrollbar-track: rgb(var(--color-700));
|
||||
}
|
||||
|
||||
#page_container {
|
||||
overflow: auto;
|
||||
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 0.75em;
|
||||
}
|
||||
|
||||
dialog ::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -308,7 +308,7 @@ export function cleanServiceGroups(groups) {
|
||||
// gamedig
|
||||
gameToken,
|
||||
|
||||
// beszel, glances, immich, komga, mealie, pihole, pfsense, speedtest
|
||||
// authentik, beszel, glances, immich, komga, mealie, pihole, pfsense, speedtest
|
||||
version,
|
||||
|
||||
// glances
|
||||
@@ -396,6 +396,12 @@ export function cleanServiceGroups(groups) {
|
||||
// unifi
|
||||
site,
|
||||
|
||||
// unraid
|
||||
pool1,
|
||||
pool2,
|
||||
pool3,
|
||||
pool4,
|
||||
|
||||
// vikunja
|
||||
enableTaskList,
|
||||
|
||||
@@ -407,6 +413,9 @@ export function cleanServiceGroups(groups) {
|
||||
|
||||
// spoolman
|
||||
spoolIds,
|
||||
|
||||
// grafana
|
||||
alerts,
|
||||
} = widgetData;
|
||||
|
||||
let fieldsList = fields;
|
||||
@@ -514,7 +523,19 @@ export function cleanServiceGroups(groups) {
|
||||
if (snapshotPath) widget.snapshotPath = snapshotPath;
|
||||
}
|
||||
if (
|
||||
["beszel", "glances", "immich", "komga", "mealie", "pfsense", "pihole", "speedtest", "wgeasy"].includes(type)
|
||||
[
|
||||
"authentik",
|
||||
"beszel",
|
||||
"glances",
|
||||
"immich",
|
||||
"komga",
|
||||
"mealie",
|
||||
"pfsense",
|
||||
"pihole",
|
||||
"speedtest",
|
||||
"wgeasy",
|
||||
"grafana",
|
||||
].includes(type)
|
||||
) {
|
||||
if (version) widget.version = parseInt(version, 10);
|
||||
}
|
||||
@@ -593,6 +614,15 @@ export function cleanServiceGroups(groups) {
|
||||
if (type === "jellystat") {
|
||||
if (days !== undefined) widget.days = parseInt(days, 10);
|
||||
}
|
||||
if (type === "grafana") {
|
||||
if (alerts) widget.alerts = alerts;
|
||||
}
|
||||
if (type === "unraid") {
|
||||
if (pool1) widget.pool1 = pool1;
|
||||
if (pool2) widget.pool2 = pool2;
|
||||
if (pool3) widget.pool3 = pool3;
|
||||
if (pool4) widget.pool4 = pool4;
|
||||
}
|
||||
return widget;
|
||||
});
|
||||
return cleanedService;
|
||||
|
||||
@@ -20,7 +20,7 @@ export function ColorProvider({ initialTheme, children }) {
|
||||
const [color, setColor] = useState(getInitialColor);
|
||||
|
||||
const rawSetColor = (rawColor) => {
|
||||
const root = window.document.getElementById("page_wrapper");
|
||||
const root = window.document.documentElement;
|
||||
|
||||
root.classList.remove(`theme-${lastColor}`);
|
||||
root.classList.add(`theme-${rawColor}`);
|
||||
|
||||
@@ -22,7 +22,7 @@ export function ThemeProvider({ initialTheme, children }) {
|
||||
const [theme, setTheme] = useState(getInitialTheme);
|
||||
|
||||
const rawSetTheme = (rawTheme) => {
|
||||
const root = window.document.getElementById("page_wrapper");
|
||||
const root = window.document.documentElement;
|
||||
const isDark = rawTheme === "dark";
|
||||
|
||||
root.classList.remove(isDark ? "light" : "dark");
|
||||
|
||||
@@ -10,8 +10,12 @@ export default function Component({ service }) {
|
||||
const { widget } = service;
|
||||
|
||||
const { data: usersData, error: usersError } = useWidgetAPI(widget, "users");
|
||||
const { data: loginsData, error: loginsError } = useWidgetAPI(widget, "login");
|
||||
const { data: failedLoginsData, error: failedLoginsError } = useWidgetAPI(widget, "login_failed");
|
||||
|
||||
const loginsEndpoint = widget.version === 2 ? "loginv2" : "login";
|
||||
const { data: loginsData, error: loginsError } = useWidgetAPI(widget, loginsEndpoint);
|
||||
|
||||
const failedLoginsEndpoint = widget.version === 2 ? "login_failedv2" : "login_failed";
|
||||
const { data: failedLoginsData, error: failedLoginsError } = useWidgetAPI(widget, failedLoginsEndpoint);
|
||||
|
||||
if (usersError || loginsError || failedLoginsError) {
|
||||
const finalError = usersError ?? loginsError ?? failedLoginsError;
|
||||
@@ -28,15 +32,25 @@ export default function Component({ service }) {
|
||||
);
|
||||
}
|
||||
|
||||
const yesterday = new Date(Date.now()).setHours(-24);
|
||||
const loginsLast24H = loginsData.reduce(
|
||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||
0,
|
||||
);
|
||||
const failedLoginsLast24H = failedLoginsData.reduce(
|
||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||
0,
|
||||
);
|
||||
let loginsLast24H;
|
||||
let failedLoginsLast24H;
|
||||
switch (widget.version) {
|
||||
case 1:
|
||||
const yesterday = new Date(Date.now()).setHours(-24);
|
||||
loginsLast24H = loginsData.reduce(
|
||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||
0,
|
||||
);
|
||||
failedLoginsLast24H = failedLoginsData.reduce(
|
||||
(total, current) => (current.x_cord >= yesterday ? total + current.y_cord : total),
|
||||
0,
|
||||
);
|
||||
break;
|
||||
case 2:
|
||||
loginsLast24H = loginsData[0]?.count || 0;
|
||||
failedLoginsLast24H = failedLoginsData[0]?.count || 0;
|
||||
break;
|
||||
}
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
|
||||
@@ -11,9 +11,15 @@ const widget = {
|
||||
login: {
|
||||
endpoint: "events/events/per_month/?action=login",
|
||||
},
|
||||
loginv2: {
|
||||
endpoint: "events/events/volume/?action=login&&history_days=1",
|
||||
},
|
||||
login_failed: {
|
||||
endpoint: "events/events/per_month/?action=login_failed",
|
||||
},
|
||||
login_failedv2: {
|
||||
endpoint: "events/events/volume/?action=login_failed&&history_days=1",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
50
src/widgets/backrest/component.jsx
Normal file
50
src/widgets/backrest/component.jsx
Normal file
@@ -0,0 +1,50 @@
|
||||
import Block from "components/services/widget/block";
|
||||
import Container from "components/services/widget/container";
|
||||
import { useTranslation } from "next-i18next";
|
||||
|
||||
import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
|
||||
const BACKREST_DEFAULT_FIELDS = ["num_success_latest", "num_failure_latest", "num_failure_30", "bytes_added_30"];
|
||||
const MAX_ALLOWED_FIELDS = 4;
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { widget } = service;
|
||||
|
||||
const { data, error } = useWidgetAPI(widget, "summary");
|
||||
|
||||
if (error) {
|
||||
return <Container service={service} error={error} />;
|
||||
}
|
||||
|
||||
if (!widget.fields?.length) {
|
||||
widget.fields = BACKREST_DEFAULT_FIELDS;
|
||||
} else if (widget.fields.length > MAX_ALLOWED_FIELDS) {
|
||||
widget.fields = widget.fields.slice(0, MAX_ALLOWED_FIELDS);
|
||||
}
|
||||
|
||||
if (!data) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="backrest.num_plans" />
|
||||
<Block label="backrest.num_success_latest" />
|
||||
<Block label="backrest.num_failure_latest" />
|
||||
<Block label="backrest.num_success_30" />
|
||||
<Block label="backrest.num_failure_30" />
|
||||
<Block label="backrest.bytes_added_30" />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="backrest.num_plans" value={t("common.number", { value: data.numPlans })} />
|
||||
<Block label="backrest.num_success_latest" value={t("common.number", { value: data.numSuccessLatest })} />
|
||||
<Block label="backrest.num_failure_latest" value={t("common.number", { value: data.numFailureLatest })} />
|
||||
<Block label="backrest.num_success_30" value={t("common.number", { value: data.numSuccess30Days })} />
|
||||
<Block label="backrest.num_failure_30" value={t("common.number", { value: data.numFailure30Days })} />
|
||||
<Block label="backrest.bytes_added_30" value={t("common.bytes", { value: data.bytesAdded30Days })} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
96
src/widgets/backrest/proxy.js
Normal file
96
src/widgets/backrest/proxy.js
Normal file
@@ -0,0 +1,96 @@
|
||||
import getServiceWidget from "utils/config/service-helpers";
|
||||
import createLogger from "utils/logger";
|
||||
import { asJson, formatApiCall } from "utils/proxy/api-helpers";
|
||||
import { httpProxy } from "utils/proxy/http";
|
||||
import widgets from "widgets/widgets";
|
||||
|
||||
const proxyName = "backrestProxyHandler";
|
||||
const logger = createLogger(proxyName);
|
||||
|
||||
function sumField(plans, field) {
|
||||
return plans.reduce((sum, plan) => {
|
||||
const num = Number(plan[field]);
|
||||
return sum + (Number.isNaN(num) ? 0 : num);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
function buildResponse(plans) {
|
||||
const numSuccess30Days = sumField(plans, "backupsSuccessLast30days");
|
||||
const numFailure30Days = sumField(plans, "backupsFailed30days");
|
||||
const bytesAdded30Days = sumField(plans, "bytesAddedLast30days");
|
||||
|
||||
var numSuccessLatest = 0;
|
||||
var numFailureLatest = 0;
|
||||
|
||||
plans.forEach((plan) => {
|
||||
const statuses = plan?.recentBackups?.status;
|
||||
if (Array.isArray(statuses) && statuses.length > 0) {
|
||||
if (statuses[0] === "STATUS_SUCCESS") {
|
||||
numSuccessLatest++;
|
||||
} else {
|
||||
numFailureLatest++;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
return {
|
||||
numPlans: plans.length,
|
||||
numSuccess30Days,
|
||||
numFailure30Days,
|
||||
numSuccessLatest,
|
||||
numFailureLatest,
|
||||
bytesAdded30Days,
|
||||
};
|
||||
}
|
||||
|
||||
export default async function backrestProxyHandler(req, res) {
|
||||
const { group, service, endpoint, index } = req.query;
|
||||
|
||||
if (!group || !service) {
|
||||
logger.debug("Invalid or missing service '%s' or group '%s'", service, group);
|
||||
return res.status(400).json({ error: "Invalid proxy service type" });
|
||||
}
|
||||
|
||||
const widget = await getServiceWidget(group, service, index);
|
||||
|
||||
if (!widget) {
|
||||
logger.debug("Invalid or missing widget for service '%s' in group '%s'", service, group);
|
||||
return res.status(400).json({ error: "Invalid proxy service type" });
|
||||
}
|
||||
|
||||
const headers = {
|
||||
"content-type": "application/json",
|
||||
};
|
||||
|
||||
if (widget.username && widget.password) {
|
||||
headers.Authorization = `Basic ${Buffer.from(`${widget.username}:${widget.password}`).toString("base64")}`;
|
||||
}
|
||||
|
||||
const { api } = widgets[widget.type];
|
||||
const url = new URL(formatApiCall(api, { endpoint, ...widget }));
|
||||
|
||||
try {
|
||||
const [status, contentType, data] = await httpProxy(url, {
|
||||
method: "POST",
|
||||
body: JSON.stringify({}),
|
||||
headers,
|
||||
});
|
||||
|
||||
if (status !== 200) {
|
||||
logger.error("Error getting data from Backrest: %d. Data: %s", status, data);
|
||||
return res.status(500).send({ error: { message: "Error getting data from Backrest", url, data } });
|
||||
}
|
||||
|
||||
if (contentType) res.setHeader("Content-Type", "application/json");
|
||||
const plans = asJson(data).planSummaries;
|
||||
if (!Array.isArray(plans)) {
|
||||
logger.error("Invalid plans data: %s", JSON.stringify(plans));
|
||||
return res.status(500).send({ error: { message: "Invalid plans data", url, data } });
|
||||
}
|
||||
const response = buildResponse(plans);
|
||||
return res.status(status).send(response);
|
||||
} catch (error) {
|
||||
logger.error("Exception calling Backrest API: %s", error.message);
|
||||
return res.status(500).json({ error: "Backrest API Error", message: error.message });
|
||||
}
|
||||
}
|
||||
14
src/widgets/backrest/widget.js
Normal file
14
src/widgets/backrest/widget.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import backrestProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/v1.Backrest/{endpoint}",
|
||||
proxyHandler: backrestProxyHandler,
|
||||
|
||||
mappings: {
|
||||
summary: {
|
||||
endpoint: "GetSummaryDashboard",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
||||
@@ -9,6 +9,7 @@ const components = {
|
||||
authentik: dynamic(() => import("./authentik/component")),
|
||||
autobrr: dynamic(() => import("./autobrr/component")),
|
||||
azuredevops: dynamic(() => import("./azuredevops/component")),
|
||||
backrest: dynamic(() => import("./backrest/component")),
|
||||
bazarr: dynamic(() => import("./bazarr/component")),
|
||||
beszel: dynamic(() => import("./beszel/component")),
|
||||
caddy: dynamic(() => import("./caddy/component")),
|
||||
@@ -31,6 +32,7 @@ const components = {
|
||||
emby: dynamic(() => import("./emby/component")),
|
||||
esphome: dynamic(() => import("./esphome/component")),
|
||||
evcc: dynamic(() => import("./evcc/component")),
|
||||
filebrowser: dynamic(() => import("./filebrowser/component")),
|
||||
fileflows: dynamic(() => import("./fileflows/component")),
|
||||
firefly: dynamic(() => import("./firefly/component")),
|
||||
flood: dynamic(() => import("./flood/component")),
|
||||
@@ -138,10 +140,12 @@ const components = {
|
||||
truenas: dynamic(() => import("./truenas/component")),
|
||||
unifi: dynamic(() => import("./unifi/component")),
|
||||
unmanic: dynamic(() => import("./unmanic/component")),
|
||||
unraid: dynamic(() => import("./unraid/component")),
|
||||
uptimekuma: dynamic(() => import("./uptimekuma/component")),
|
||||
uptimerobot: dynamic(() => import("./uptimerobot/component")),
|
||||
urbackup: dynamic(() => import("./urbackup/component")),
|
||||
vikunja: dynamic(() => import("./vikunja/component")),
|
||||
wallos: dynamic(() => import("./wallos/component")),
|
||||
watchtower: dynamic(() => import("./watchtower/component")),
|
||||
wgeasy: dynamic(() => import("./wgeasy/component")),
|
||||
whatsupdocker: dynamic(() => import("./whatsupdocker/component")),
|
||||
|
||||
@@ -29,7 +29,7 @@ function ticksToString(ticks) {
|
||||
|
||||
function generateStreamTitle(session, enableUser, showEpisodeNumber) {
|
||||
const {
|
||||
NowPlayingItem: { Name, SeriesName, Type, ParentIndexNumber, IndexNumber },
|
||||
NowPlayingItem: { Name, SeriesName, Type, ParentIndexNumber, IndexNumber, AlbumArtist, Album },
|
||||
UserName,
|
||||
} = session;
|
||||
let streamTitle = "";
|
||||
@@ -38,6 +38,8 @@ function generateStreamTitle(session, enableUser, showEpisodeNumber) {
|
||||
const seasonStr = ParentIndexNumber ? `S${ParentIndexNumber.toString().padStart(2, "0")}` : "";
|
||||
const episodeStr = IndexNumber ? `E${IndexNumber.toString().padStart(2, "0")}` : "";
|
||||
streamTitle = `${SeriesName}: ${seasonStr} · ${episodeStr} - ${Name}`;
|
||||
} else if (Type === "Audio") {
|
||||
streamTitle = `${AlbumArtist} - ${Album} - ${Name}`;
|
||||
} else {
|
||||
streamTitle = `${Name}${SeriesName ? ` - ${SeriesName}` : ""}`;
|
||||
}
|
||||
|
||||
@@ -29,18 +29,23 @@ export default function Component({ service }) {
|
||||
);
|
||||
}
|
||||
|
||||
// evcc v0.207 changed the API structure so its no longer under 'result'
|
||||
const data = stateData.result ?? stateData;
|
||||
|
||||
// broken by evcc v0.133.0 https://github.com/evcc-io/evcc/commit/9dcb1fa0a7c08dd926b79309aa1f676a5fc6c8aa
|
||||
const gridPower = stateData.result.gridPower ?? stateData.result.grid?.power ?? 0;
|
||||
const gridPower = data.gridPower ?? data.grid?.power ?? 0;
|
||||
|
||||
// Sum chargePower of all loadpoints
|
||||
const totalChargePower = Array.isArray(data.loadpoints)
|
||||
? data.loadpoints.reduce((sum, lp) => sum + (lp.chargePower ?? 0), 0)
|
||||
: 0;
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="evcc.pv_power" value={`${toKilowatts(t, stateData.result.pvPower)} ${t("evcc.kilowatt")}`} />
|
||||
<Block label="evcc.pv_power" value={`${toKilowatts(t, data.pvPower)} ${t("evcc.kilowatt")}`} />
|
||||
<Block label="evcc.grid_power" value={`${toKilowatts(t, gridPower)} ${t("evcc.kilowatt")}`} />
|
||||
<Block label="evcc.home_power" value={`${toKilowatts(t, stateData.result.homePower)} ${t("evcc.kilowatt")}`} />
|
||||
<Block
|
||||
label="evcc.charge_power"
|
||||
value={`${toKilowatts(t, stateData.result.loadpoints[0].chargePower)} ${t("evcc.kilowatt")}`}
|
||||
/>
|
||||
<Block label="evcc.home_power" value={`${toKilowatts(t, data.homePower)} ${t("evcc.kilowatt")}`} />
|
||||
<Block label="evcc.charge_power" value={`${toKilowatts(t, totalChargePower)} ${t("evcc.kilowatt")}`} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
38
src/widgets/filebrowser/component.jsx
Normal file
38
src/widgets/filebrowser/component.jsx
Normal file
@@ -0,0 +1,38 @@
|
||||
import Block from "components/services/widget/block";
|
||||
import Container from "components/services/widget/container";
|
||||
import { useTranslation } from "next-i18next";
|
||||
|
||||
import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { widget } = service;
|
||||
|
||||
const { data: usage, error: usageError } = useWidgetAPI(widget, "usage");
|
||||
|
||||
if (usageError) {
|
||||
return <Container service={service} error={usageError} />;
|
||||
}
|
||||
|
||||
if (!usage) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="filebrowser.available" />
|
||||
<Block label="filebrowser.used" />
|
||||
<Block label="filebrowser.total" />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block
|
||||
label="filebrowser.available"
|
||||
value={t("common.bytes", { value: (usage?.total ?? 0) - (usage?.used ?? 0) })}
|
||||
/>
|
||||
<Block label="filebrowser.used" value={t("common.bytes", { value: usage?.used ?? 0 })} />
|
||||
<Block label="filebrowser.total" value={t("common.bytes", { value: usage?.total ?? 0 })} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
80
src/widgets/filebrowser/proxy.js
Normal file
80
src/widgets/filebrowser/proxy.js
Normal file
@@ -0,0 +1,80 @@
|
||||
import getServiceWidget from "utils/config/service-helpers";
|
||||
import createLogger from "utils/logger";
|
||||
import { formatApiCall } from "utils/proxy/api-helpers";
|
||||
import { httpProxy } from "utils/proxy/http";
|
||||
import widgets from "widgets/widgets";
|
||||
|
||||
const proxyName = "filebrowserProxyHandler";
|
||||
const logger = createLogger(proxyName);
|
||||
|
||||
async function login(widget, service) {
|
||||
const url = formatApiCall(widgets[widget.type].api, { ...widget, endpoint: "login" });
|
||||
const headers = {};
|
||||
if (widget.authHeader) {
|
||||
headers[widget.authHeader] = widget.username;
|
||||
}
|
||||
const [status, , data] = await httpProxy(url, {
|
||||
method: "POST",
|
||||
headers,
|
||||
body: JSON.stringify({
|
||||
username: widget.username,
|
||||
password: widget.password,
|
||||
}),
|
||||
});
|
||||
|
||||
switch (status) {
|
||||
case 200:
|
||||
return data;
|
||||
case 401:
|
||||
logger.error("Unauthorized access to Filebrowser API for service '%s'. Check credentials.", service);
|
||||
break;
|
||||
default:
|
||||
logger.error("Unexpected status code %d when logging in to Filebrowser API for service '%s'", status, service);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
export default async function filebrowserProxyHandler(req, res) {
|
||||
const { group, service, endpoint, index } = req.query;
|
||||
|
||||
if (!group || !service) {
|
||||
logger.error("Invalid or missing service '%s' or group '%s'", service, group);
|
||||
return res.status(400).json({ error: "Invalid proxy service type" });
|
||||
}
|
||||
|
||||
const widget = await getServiceWidget(group, service, index);
|
||||
if (!widget || !widgets[widget.type].api) {
|
||||
logger.error("Invalid or missing widget for service '%s' in group '%s'", service, group);
|
||||
return res.status(400).json({ error: "Invalid widget configuration" });
|
||||
}
|
||||
|
||||
const token = await login(widget, service);
|
||||
if (!token) {
|
||||
return res.status(500).json({ error: "Failed to authenticate with Filebrowser" });
|
||||
}
|
||||
|
||||
const url = new URL(formatApiCall(widgets[widget.type].api, { endpoint, ...widget }));
|
||||
|
||||
try {
|
||||
const params = {
|
||||
method: "GET",
|
||||
headers: {
|
||||
"X-AUTH": token,
|
||||
},
|
||||
};
|
||||
|
||||
logger.debug("Calling Filebrowser API endpoint: %s", endpoint);
|
||||
|
||||
const [status, , data] = await httpProxy(url, params);
|
||||
|
||||
if (status !== 200) {
|
||||
logger.error("Error calling Filebrowser API: %d. Data: %s", status, data);
|
||||
return res.status(status).json({ error: "Filebrowser API Error", data });
|
||||
}
|
||||
|
||||
return res.status(status).send(data);
|
||||
} catch (error) {
|
||||
logger.error("Exception calling Filebrowser API: %s", error.message);
|
||||
return res.status(500).json({ error: "Filebrowser API Error", message: error.message });
|
||||
}
|
||||
}
|
||||
14
src/widgets/filebrowser/widget.js
Normal file
14
src/widgets/filebrowser/widget.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import filebrowserProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/api/{endpoint}",
|
||||
proxyHandler: filebrowserProxyHandler,
|
||||
|
||||
mappings: {
|
||||
usage: {
|
||||
endpoint: "usage",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
||||
@@ -31,7 +31,8 @@ function CPU({ quicklookData, className = "" }) {
|
||||
|
||||
return (
|
||||
quicklookData &&
|
||||
quicklookData.cpu && (
|
||||
quicklookData.cpu !== undefined &&
|
||||
quicklookData.cpu !== null && (
|
||||
<div className="text-xs flex place-content-between">
|
||||
<div className={className}>{t("glances.cpu")}</div>
|
||||
<div className={className}>
|
||||
|
||||
@@ -6,27 +6,51 @@ import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { widget } = service;
|
||||
|
||||
const { version = 1, alerts = "grafana" } = widget;
|
||||
|
||||
const { data: statsData, error: statsError } = useWidgetAPI(widget, "stats");
|
||||
const { data: alertsData, error: alertsError } = useWidgetAPI(widget, "alerts");
|
||||
const { data: alertmanagerData, error: alertmanagerError } = useWidgetAPI(widget, "alertmanager");
|
||||
|
||||
let alertsInt = 0;
|
||||
|
||||
if (alertsError || !alertsData || alertsData.length === 0) {
|
||||
if (alertmanagerData) {
|
||||
alertsInt = alertmanagerData.length;
|
||||
}
|
||||
} else {
|
||||
alertsInt = alertsData.filter((a) => a.state === "alerting").length;
|
||||
let primaryAlertsEndpoint = "alerts";
|
||||
let secondaryAlertsEndpoint = "grafana";
|
||||
if (version === 2) {
|
||||
primaryAlertsEndpoint = alerts;
|
||||
secondaryAlertsEndpoint = "";
|
||||
}
|
||||
|
||||
if (statsError || (alertsError && alertmanagerError)) {
|
||||
const { data: primaryAlertsData, error: primaryAlertsError } = useWidgetAPI(widget, primaryAlertsEndpoint);
|
||||
const { data: secondaryAlertsData, error: secondaryAlertsError } = useWidgetAPI(widget, secondaryAlertsEndpoint);
|
||||
|
||||
let alertsInt = 0;
|
||||
let alertsError = null;
|
||||
if (version === 1) {
|
||||
if (primaryAlertsError || !primaryAlertsData || primaryAlertsData.length === 0) {
|
||||
if (secondaryAlertsData) {
|
||||
alertsInt = secondaryAlertsData.length;
|
||||
}
|
||||
} else {
|
||||
alertsInt = primaryAlertsData.filter((a) => a.state === "alerting").length;
|
||||
}
|
||||
|
||||
if (primaryAlertsError && secondaryAlertsError) {
|
||||
alertsError = primaryAlertsError ?? secondaryAlertsError;
|
||||
}
|
||||
} else if (version === 2) {
|
||||
if (primaryAlertsData) {
|
||||
alertsInt = primaryAlertsData.length;
|
||||
}
|
||||
|
||||
if (primaryAlertsError) {
|
||||
alertsError = primaryAlertsError;
|
||||
}
|
||||
}
|
||||
|
||||
if (statsError || alertsError) {
|
||||
return <Container service={service} error={statsError ?? alertsError} />;
|
||||
}
|
||||
|
||||
if (!statsData || (!alertsData && !alertmanagerData)) {
|
||||
if (!statsData) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="grafana.dashboards" />
|
||||
|
||||
@@ -9,6 +9,9 @@ const widget = {
|
||||
endpoint: "alerts",
|
||||
},
|
||||
alertmanager: {
|
||||
endpoint: "alertmanager/alertmanager/api/v2/alerts",
|
||||
},
|
||||
grafana: {
|
||||
endpoint: "alertmanager/grafana/api/v2/alerts",
|
||||
},
|
||||
stats: {
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function Component({ service }) {
|
||||
<Container service={service}>
|
||||
<div
|
||||
className={classNames(
|
||||
"bg-theme-200/50 dark:bg-theme-900/20 rounded-sm m-1 flex-1 flex flex-col items-center justify-center text-center",
|
||||
"bg-theme-200/50 dark:bg-theme-900/20 rounded-sm m-1 flex-1 flex flex-col items-center justify-center text-center scheme-light",
|
||||
"service-block",
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -3,21 +3,27 @@ import Container from "components/services/widget/container";
|
||||
|
||||
import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
|
||||
export const jellyseerrDefaultFields = ["pending", "approved", "available"];
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { widget } = service;
|
||||
|
||||
const { data: statsData, error: statsError } = useWidgetAPI(widget, "request/count");
|
||||
widget.fields = widget?.fields?.length ? widget.fields : jellyseerrDefaultFields;
|
||||
const isIssueEnabled = widget.fields.includes("issues");
|
||||
|
||||
if (statsError) {
|
||||
return <Container service={service} error={statsError} />;
|
||||
const { data: statsData, error: statsError } = useWidgetAPI(widget, "request/count");
|
||||
const { data: issueData, error: issueError } = useWidgetAPI(widget, isIssueEnabled ? "issue/count" : "");
|
||||
if (statsError || (isIssueEnabled && issueError)) {
|
||||
return <Container service={service} error={statsError ? statsError : issueError} />;
|
||||
}
|
||||
|
||||
if (!statsData) {
|
||||
if (!statsData || (isIssueEnabled && !issueData)) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="jellyseerr.pending" />
|
||||
<Block label="jellyseerr.approved" />
|
||||
<Block label="jellyseerr.available" />
|
||||
<Block label="jellyseerr.issues" />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
@@ -27,6 +33,7 @@ export default function Component({ service }) {
|
||||
<Block label="jellyseerr.pending" value={statsData.pending} />
|
||||
<Block label="jellyseerr.approved" value={statsData.approved} />
|
||||
<Block label="jellyseerr.available" value={statsData.available} />
|
||||
<Block label="jellyseerr.issues" value={`${issueData?.open} / ${issueData?.total}`} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,10 @@ const widget = {
|
||||
endpoint: "request/count",
|
||||
validate: ["pending", "approved", "available"],
|
||||
},
|
||||
"issue/count": {
|
||||
endpoint: "issue/count",
|
||||
validate: ["open", "total"],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -34,10 +34,10 @@ export default function Component({ service }) {
|
||||
);
|
||||
|
||||
if (widget.kubernetes) {
|
||||
const error = applicationsError ?? servicesError ?? namespacesError;
|
||||
// count can be an error object
|
||||
const error = applicationsError ?? servicesError ?? namespacesError ?? applicationsCount;
|
||||
if (error) {
|
||||
return <Container service={service} error={error} />;
|
||||
if (error || typeof applicationsCount === "object") {
|
||||
return <Container service={service} error={error ?? applicationsCount} />;
|
||||
}
|
||||
|
||||
if (applicationsCount == undefined || servicesCount == undefined || namespacesCount == undefined) {
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ProxmoxVM({ service }) {
|
||||
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="resources.cpu" value={t("common.percent", { value: data.cpu })} />
|
||||
<Block label="resources.cpu" value={t("common.percent", { value: data.cpu * 100 })} />
|
||||
<Block label="resources.mem" value={t("common.bytes", { value: data.mem })} />
|
||||
</Container>
|
||||
);
|
||||
|
||||
@@ -45,6 +45,25 @@ export default function Component({ service }) {
|
||||
}
|
||||
|
||||
const leech = torrentData.length - completed;
|
||||
const statePriority = [
|
||||
"downloading",
|
||||
"forcedDL",
|
||||
"metaDL",
|
||||
"forcedMetaDL",
|
||||
"checkingDL",
|
||||
"stalledDL",
|
||||
"queuedDL",
|
||||
"pausedDL",
|
||||
];
|
||||
|
||||
leechTorrents.sort((firstTorrent, secondTorrent) => {
|
||||
const firstStateIndex = statePriority.indexOf(firstTorrent.state);
|
||||
const secondStateIndex = statePriority.indexOf(secondTorrent.state);
|
||||
if (firstStateIndex !== secondStateIndex) {
|
||||
return firstStateIndex - secondStateIndex;
|
||||
}
|
||||
return secondTorrent.progress - firstTorrent.progress;
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user