mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Compare commits
1 Commits
c77dfa4c64
...
feature/55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d8a587d8b |
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -38,4 +38,3 @@ What type of change does your PR introduce to Homepage?
|
|||||||
- [ ] If applicable, I have reviewed the [feature / enhancement](https://gethomepage.dev/more/development/#new-feature-guidelines) and / or [service widget guidelines](https://gethomepage.dev/more/development/#service-widget-guidelines).
|
- [ ] If applicable, I have reviewed the [feature / enhancement](https://gethomepage.dev/more/development/#new-feature-guidelines) and / or [service widget guidelines](https://gethomepage.dev/more/development/#service-widget-guidelines).
|
||||||
- [ ] I have checked that all code style checks pass using [pre-commit hooks](https://gethomepage.dev/more/development/#code-formatting-with-pre-commit-hooks) and [linting checks](https://gethomepage.dev/more/development/#code-linting).
|
- [ ] I have checked that all code style checks pass using [pre-commit hooks](https://gethomepage.dev/more/development/#code-formatting-with-pre-commit-hooks) and [linting checks](https://gethomepage.dev/more/development/#code-linting).
|
||||||
- [ ] If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
|
- [ ] If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
|
||||||
- [ ] In the description above I have disclosed the use of AI tools in the coding of this PR.
|
|
||||||
|
|||||||
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
14
.github/workflows/docker-publish.yml
vendored
14
.github/workflows/docker-publish.yml
vendored
@@ -22,10 +22,10 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
||||||
@@ -35,11 +35,10 @@ jobs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
@@ -62,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
@@ -94,11 +93,10 @@ jobs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10
|
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
@@ -129,7 +127,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v3.7.0
|
uses: docker/setup-qemu-action@v3.6.0
|
||||||
|
|
||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
12
.github/workflows/docs-publish.yml
vendored
12
.github/workflows/docs-publish.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- name: Check files
|
- name: Check files
|
||||||
@@ -32,8 +32,8 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pre-commit
|
- pre-commit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||||
@@ -54,12 +54,12 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- pre-commit
|
- pre-commit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- name: Configure Git Credentials
|
- name: Configure Git Credentials
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions[bot]
|
git config user.name github-actions[bot]
|
||||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: echo "cache_id=${{github.sha}}" >> $GITHUB_ENV
|
- run: echo "cache_id=${{github.sha}}" >> $GITHUB_ENV
|
||||||
|
|||||||
12
.github/workflows/repo-maintenance.yml
vendored
12
.github/workflows/repo-maintenance.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
name: 'Stale'
|
name: 'Stale'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v10
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
days-before-stale: 7
|
days-before-stale: 7
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
name: 'Close Answered Discussions'
|
name: 'Close Answered Discussions'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v8
|
- uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
function sleep(ms) {
|
function sleep(ms) {
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
name: 'Close Outdated Discussions'
|
name: 'Close Outdated Discussions'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v8
|
- uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
function sleep(ms) {
|
function sleep(ms) {
|
||||||
@@ -204,7 +204,7 @@ jobs:
|
|||||||
name: 'Close Unsupported Feature Requests'
|
name: 'Close Unsupported Feature Requests'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v8
|
- uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
function sleep(ms) {
|
function sleep(ms) {
|
||||||
@@ -212,9 +212,9 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const CUTOFF_1_DAYS = 180;
|
const CUTOFF_1_DAYS = 180;
|
||||||
const CUTOFF_1_COUNT = 20;
|
const CUTOFF_1_COUNT = 10;
|
||||||
const CUTOFF_2_DAYS = 365;
|
const CUTOFF_2_DAYS = 365;
|
||||||
const CUTOFF_2_COUNT = 40;
|
const CUTOFF_2_COUNT = 20;
|
||||||
|
|
||||||
const cutoff1Date = new Date();
|
const cutoff1Date = new Date();
|
||||||
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);
|
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.
|
- 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 with a marked answer will be automatically closed.
|
||||||
- Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity.
|
- 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: 20 "up-votes" after 180 days of inactivity or 40 "up-votes" after 365 days.
|
- 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.
|
||||||
|
|
||||||
In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns.
|
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.
|
Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.
|
||||||
|
|||||||
@@ -51,8 +51,6 @@ COPY --link --from=builder --chown=1000:1000 /app/.next/static/ ./.next/static
|
|||||||
|
|
||||||
RUN apk add --no-cache su-exec iputils-ping shadow
|
RUN apk add --no-cache su-exec iputils-ping shadow
|
||||||
|
|
||||||
USER root
|
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV HOSTNAME=0.0.0.0
|
ENV HOSTNAME=0.0.0.0
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
|||||||
@@ -17,13 +17,15 @@ if [ -e /app/config ]; then
|
|||||||
CURRENT_UID=$(stat -c %u /app/config)
|
CURRENT_UID=$(stat -c %u /app/config)
|
||||||
CURRENT_GID=$(stat -c %g /app/config)
|
CURRENT_GID=$(stat -c %g /app/config)
|
||||||
|
|
||||||
if [ "$CURRENT_UID" -ne "$PUID" ] || [ "$CURRENT_GID" -ne "$PGID" ]; then
|
if [ "$CURRENT_UID" -eq "$PUID" ] && [ "$CURRENT_GID" -eq "$PGID" ]; then
|
||||||
echo "Fixing ownership of /app/config"
|
echo "/app/config already owned by correct UID/GID, skipping chown"
|
||||||
if ! chown -R "$PUID:$PGID" /app/config 2>/dev/null; then
|
if ! [ -w /app/config ]; then
|
||||||
echo "Warning: Could not chown /app/config; continuing anyway"
|
echo "Warning: /app/config is not writable by UID $PUID — this can happen with bind mounts"
|
||||||
|
echo "Hint: Run 'chmod -R u+rwX /path/to/config' on the host"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "/app/config already owned by correct UID/GID, skipping chown"
|
echo "Fixing ownership of /app/config"
|
||||||
|
chown -R "$PUID:$PGID" /app/config 2>/dev/null || echo "Warning: Could not chown /app/config"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "/app/config does not exist; skipping ownership check"
|
echo "/app/config does not exist; skipping ownership check"
|
||||||
@@ -57,8 +59,8 @@ if [ -d /app/.next ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Drop privileges (when asked to) if root, otherwise run as current user
|
# Drop privileges (when asked to) if root, otherwise run as current user
|
||||||
if [ "$(id -u)" = "0" ] && [ "${PUID}" != "0" ]; then
|
if [ "$(id -u)" == "0" ] && [ "${PUID}" != "0" ]; then
|
||||||
exec su-exec ${PUID}:${PGID} "$@"
|
su-exec ${PUID}:${PGID} "$@"
|
||||||
else
|
else
|
||||||
exec "$@"
|
exec "$@"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -271,4 +271,4 @@ You can show the docker stats by clicking the status indicator but this can also
|
|||||||
showStats: true
|
showStats: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Also see the settings for [show docker stats](settings.md#show-container-stats).
|
Also see the settings for [show docker stats](settings.md#show-docker-stats).
|
||||||
|
|||||||
@@ -178,32 +178,3 @@ See [ClusterRole and ClusterRoleBinding](../installation/k8s.md#clusterrole-and-
|
|||||||
## Caveats
|
## Caveats
|
||||||
|
|
||||||
Similarly to Docker service discovery, there currently is no rigid ordering to discovered services and discovered services will be displayed above those specified in the `services.yaml`.
|
Similarly to Docker service discovery, there currently is no rigid ordering to discovered services and discovered services will be displayed above those specified in the `services.yaml`.
|
||||||
|
|
||||||
## Adding extra configuration files
|
|
||||||
|
|
||||||
Some Homepage features (for example, [Proxmox](../configs/proxmox.md)) require additional configuration files such as `proxmox.yaml`.
|
|
||||||
When running Homepage on Kubernetes, these files must be provided via a `ConfigMap` and mounted into the container at `/app/config`.
|
|
||||||
|
|
||||||
### ConfigMap example
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: homepage
|
|
||||||
data:
|
|
||||||
proxmox.yaml: |
|
|
||||||
pve:
|
|
||||||
url: https://proxmox.host.or.ip:8006
|
|
||||||
token: username@pam!Token ID
|
|
||||||
secret: secret
|
|
||||||
```
|
|
||||||
|
|
||||||
Mount the file into `/app/config` by updating the `Deployment`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /app/config/proxmox.yaml
|
|
||||||
name: homepage-config
|
|
||||||
subPath: proxmox.yaml
|
|
||||||
```
|
|
||||||
|
|||||||
@@ -4,13 +4,11 @@ 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.
|
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.
|
||||||
To configure multiple nodes, ensure the key name in the `proxmox.yaml` matches the `proxmoxNode` field used in your service configuration.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pve: # must match your actual Proxmox node name
|
url: https://proxmox.host.or.ip:8006
|
||||||
url: https://proxmox.host.or.ip:8006
|
token: username@pam!Token ID
|
||||||
token: username@pam!Token ID
|
secret: secret
|
||||||
secret: secret
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
@@ -19,7 +17,7 @@ Once the Proxmox connection is configured, individual services can be configured
|
|||||||
|
|
||||||
### Configuration Options
|
### Configuration Options
|
||||||
|
|
||||||
- `proxmoxNode`: The name of the Proxmox node where your VM/LXC is running, must match with a node configured in the `proxmox.yaml`
|
- `proxmoxNode`: The name of the Proxmox node where your VM/LXC is running
|
||||||
- `proxmoxVMID`: The ID of the Proxmox VM or LXC container
|
- `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
|
- `proxmoxType`: (Optional) The type of Proxmox virtual machine. Defaults to `qemu` for VMs, but can be set to `lxc` for LXC containers
|
||||||
|
|
||||||
|
|||||||
@@ -118,47 +118,6 @@ Each widget can optionally provide a list of which fields should be visible via
|
|||||||
key: apikeyapikeyapikeyapikeyapikey
|
key: apikeyapikeyapikeyapikeyapikey
|
||||||
```
|
```
|
||||||
|
|
||||||
### Block Highlighting
|
|
||||||
|
|
||||||
Widgets can tint their metric block text automatically based on rules defined alongside the service. Attach a `highlight` section to the widget configuration and map each block to one or more numeric or string rules using the field key (for example, `queued`, `lan_users`).
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
- Sonarr:
|
|
||||||
icon: sonarr.png
|
|
||||||
href: http://sonarr.host.or.ip
|
|
||||||
widget:
|
|
||||||
type: sonarr
|
|
||||||
url: http://sonarr.host.or.ip
|
|
||||||
key: ${SONARR_API_KEY}
|
|
||||||
highlight:
|
|
||||||
queued:
|
|
||||||
numeric:
|
|
||||||
- level: danger
|
|
||||||
when: gte
|
|
||||||
value: 20
|
|
||||||
- level: warn
|
|
||||||
when: gte
|
|
||||||
value: 5
|
|
||||||
- level: good
|
|
||||||
when: eq
|
|
||||||
value: 0
|
|
||||||
status:
|
|
||||||
string:
|
|
||||||
- level: danger
|
|
||||||
when: regex
|
|
||||||
value: "(failed|import) pending"
|
|
||||||
- level: good
|
|
||||||
when: equals
|
|
||||||
value: "All good"
|
|
||||||
status_code:
|
|
||||||
string:
|
|
||||||
- level: warn
|
|
||||||
when: regex
|
|
||||||
value: "^5\\d{2}$"
|
|
||||||
```
|
|
||||||
|
|
||||||
Supported numeric operators for the `when` property are `gt`, `gte`, `lt`, `lte`, `eq`, `ne`, `between`, and `outside`. String rules support `equals`, `includes`, `startsWith`, `endsWith`, and `regex`. Each rule can be inverted with `negate: true`, and string rules may pass `caseSensitive: true` or custom regex `flags`. The highlight engine does its best to coerce formatted values, but you will get the most reliable results when you pass plain numbers or strings into `<Block>`.
|
|
||||||
|
|
||||||
## Descriptions
|
## Descriptions
|
||||||
|
|
||||||
Services may have descriptions,
|
Services may have descriptions,
|
||||||
|
|||||||
@@ -109,20 +109,6 @@ color: slate
|
|||||||
|
|
||||||
Supported colors are: `slate`, `gray`, `zinc`, `neutral`, `stone`, `amber`, `yellow`, `lime`, `green`, `emerald`, `teal`, `cyan`, `sky`, `blue`, `indigo`, `violet`, `purple`, `fuchsia`, `pink`, `rose`, `red`, `white`
|
Supported colors are: `slate`, `gray`, `zinc`, `neutral`, `stone`, `amber`, `yellow`, `lime`, `green`, `emerald`, `teal`, `cyan`, `sky`, `blue`, `indigo`, `violet`, `purple`, `fuchsia`, `pink`, `rose`, `red`, `white`
|
||||||
|
|
||||||
## Block Highlight Levels
|
|
||||||
|
|
||||||
You can override the default Tailwind classes applied when a widget highlight rule resolves to the `good`, `warn`, or `danger` level.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
blockHighlights:
|
|
||||||
levels:
|
|
||||||
good: "bg-emerald-500/40 text-emerald-950 dark:bg-emerald-900/60 dark:text-emerald-400"
|
|
||||||
warn: "bg-amber-300/30 text-amber-900 dark:bg-amber-900/30 dark:text-amber-200"
|
|
||||||
danger: "bg-rose-700/45 text-rose-200 dark:bg-rose-950/70 dark:text-rose-400"
|
|
||||||
```
|
|
||||||
|
|
||||||
Any unspecified level falls back to the built-in defaults.
|
|
||||||
|
|
||||||
## Layout
|
## Layout
|
||||||
|
|
||||||
You can configure service and bookmarks sections to be either "column" or "row" based layouts, like so:
|
You can configure service and bookmarks sections to be either "column" or "row" based layouts, like so:
|
||||||
@@ -278,7 +264,7 @@ fullWidth: true
|
|||||||
|
|
||||||
### Maximum Group Columns
|
### 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 `style: 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 `stle: row`) by adding:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
||||||
@@ -396,9 +382,7 @@ Set your desired language using:
|
|||||||
language: fr
|
language: fr
|
||||||
```
|
```
|
||||||
|
|
||||||
Currently supported languages: ca, de, en, es, fr, he, hr, hu, it, nb-NO, nl, pt, ru, sv, vi, zh-Hans (Simplified), zh-Hant (Traditional)
|
Currently supported languages: ca, de, en, es, fr, he, hr, hu, it, nb-NO, nl, pt, ru, sv, vi, zh-CN, zh-Hant
|
||||||
|
|
||||||
`zh-CN` will still work and is automatically mapped to `zh-Hans` for backwards compatibility.
|
|
||||||
|
|
||||||
You can also specify locales e.g. for the DateTime widget, e.g. en-AU, en-GB, etc.
|
You can also specify locales e.g. for the DateTime widget, e.g. en-AU, en-GB, etc.
|
||||||
|
|
||||||
@@ -457,7 +441,6 @@ There are a few optional settings for the Quick Launch feature:
|
|||||||
- `showSearchSuggestions`: show search suggestions for the internet search. If this is not specified then the setting will be inherited from the search widget. If it is not specified there either, it will default to false. For custom providers the `suggestionUrl` needs to be set in order for this to work.
|
- `showSearchSuggestions`: show search suggestions for the internet search. If this is not specified then the setting will be inherited from the search widget. If it is not specified there either, it will default to false. For custom providers the `suggestionUrl` needs to be set in order for this to work.
|
||||||
- `provider`: search engine provider. If none is specified it will try to use the provider set for the Search Widget, if neither are present then internet search will be disabled.
|
- `provider`: search engine provider. If none is specified it will try to use the provider set for the Search Widget, if neither are present then internet search will be disabled.
|
||||||
- `hideVisitURL`: disable detecting and offering an option to open URLs. This is false by default, enabling the feature.
|
- `hideVisitURL`: disable detecting and offering an option to open URLs. This is false by default, enabling the feature.
|
||||||
- `mobileButtonPosition`: enables and sets the position of the mobile quicklaunch button. Options are `top-left`, `top-right`, `bottom-left`, `bottom-right`. This is empty by default, disabling the feature.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
quicklaunch:
|
quicklaunch:
|
||||||
@@ -502,9 +485,9 @@ logpath: /logfile/path
|
|||||||
|
|
||||||
By default, logs are sent both to `stdout` and to a file at the path specified. This can be changed by setting the `LOG_TARGETS` environment variable to one of `both` (default), `stdout` or `file`.
|
By default, logs are sent both to `stdout` and to a file at the path specified. This can be changed by setting the `LOG_TARGETS` environment variable to one of `both` (default), `stdout` or `file`.
|
||||||
|
|
||||||
## Show Container Stats
|
## Show Docker Stats
|
||||||
|
|
||||||
You can show all docker or proxmox stats expanded in `settings.yaml`:
|
You can show all docker stats expanded in `settings.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
showStats: true
|
showStats: true
|
||||||
@@ -573,18 +556,3 @@ or per service widget (`services.yaml`) with:
|
|||||||
```
|
```
|
||||||
|
|
||||||
If either value is set to true, the error message will be hidden.
|
If either value is set to true, the error message will be hidden.
|
||||||
|
|
||||||
## Disable Search Engine Indexing
|
|
||||||
|
|
||||||
You can request that search engines not to index your Homepage instance by enabling the `disableIndexing` setting.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
disableIndexing: true
|
|
||||||
```
|
|
||||||
|
|
||||||
When enabled, this will:
|
|
||||||
|
|
||||||
- Disallow all crawlers in `robots.txt`
|
|
||||||
- Add `<meta name="robots" content="noindex, nofollow">` tags to prevent indexing
|
|
||||||
|
|
||||||
By default this feature is disabled.
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ These companies help the Homepage project by providing services, tools, and reso
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin-bottom: 16px;">
|
<div style="margin-bottom: 16px;">
|
||||||
<a href="https://crowdin.com/project/gethomepage"><img src="https://support.crowdin.com/assets/logos/core-logo/png/crowdin-core-logo-cWhite.png" alt="Crowdin" style="max-width: 100%; height: 64px; display: block;" /></a>
|
<a href="https://crowdin.com/project/homepage"><img src="https://support.crowdin.com/assets/logos/core-logo/png/crowdin-core-logo-cWhite.png" alt="Crowdin" style="max-width: 100%; height: 64px; display: block;" /></a>
|
||||||
<p>
|
<p>
|
||||||
Crowdin provides the translation platform for the project. Making it easy to translate the project into multiple languages.
|
Crowdin provides the translation platform for the project. Making it easy to translate the project into multiple languages.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -62,4 +62,3 @@ To ensure cohesiveness of various widgets, the following should be used as a gui
|
|||||||
- Minimize the number of API calls
|
- Minimize the number of API calls
|
||||||
- Avoid the use of custom proxy unless absolutely necessary
|
- Avoid the use of custom proxy unless absolutely necessary
|
||||||
- Widgets should be 'read-only', as in they should not make write changes using the relevant tool's API. Homepage widgets are designed to surface information, not to be a (usually worse) replacement for the tool itself.
|
- Widgets should be 'read-only', as in they should not make write changes using the relevant tool's API. Homepage widgets are designed to surface information, not to be a (usually worse) replacement for the tool itself.
|
||||||
- Widgets should not allow manually overriding the "refresh interval" setting, as misconfigured refresh intervals can easily lead to performance issues for users.
|
|
||||||
|
|||||||
@@ -225,8 +225,20 @@ const widgetExample = {
|
|||||||
|
|
||||||
#### `method`
|
#### `method`
|
||||||
|
|
||||||
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
|
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`.
|
||||||
widget API and require the use of a custom proxy.
|
|
||||||
|
```js
|
||||||
|
const widgetExample = {
|
||||||
|
api: "{url}/api/{endpoint}",
|
||||||
|
mappings: {
|
||||||
|
// `/api/stats`
|
||||||
|
stats: {
|
||||||
|
endpoint: "stats",
|
||||||
|
method: "POST",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
#### `headers`
|
#### `headers`
|
||||||
|
|
||||||
@@ -239,6 +251,7 @@ const widgetExample = {
|
|||||||
// `/api/stats`
|
// `/api/stats`
|
||||||
stats: {
|
stats: {
|
||||||
endpoint: "stats",
|
endpoint: "stats",
|
||||||
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
@@ -258,6 +271,7 @@ const widgetExample = {
|
|||||||
// `/api/graphql`
|
// `/api/graphql`
|
||||||
stats: {
|
stats: {
|
||||||
endpoint: "graphql",
|
endpoint: "graphql",
|
||||||
|
method: "POST",
|
||||||
body: {
|
body: {
|
||||||
query: `
|
query: `
|
||||||
query {
|
query {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ More detail on configuring service widgets can be found in the [Service Widgets
|
|||||||
|
|
||||||
## Info Widgets
|
## Info Widgets
|
||||||
|
|
||||||
Info widgets are used to display information in the header, often about your system or environment. Info widgets are defined in your `widgets.yaml` file. Here's an example:
|
Info widgets are used to display information in the header, often about your system or environment. Info widgets are defined your `widgets.yaml` file. Here's an example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- openmeteo:
|
- openmeteo:
|
||||||
|
|||||||
@@ -17,15 +17,9 @@ The account you made the API token for also needs the following **Assigned globa
|
|||||||
|
|
||||||
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
||||||
|
|
||||||
| Authentik Version | Homepage Widget Version |
|
|
||||||
| ----------------- | ----------------------- |
|
|
||||||
| < 2025.8.0 | 1 (default) |
|
|
||||||
| >= 2025.8.0 | 2 |
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: authentik
|
type: authentik
|
||||||
url: http://authentik.host.or.ip:port
|
url: http://authentik.host.or.ip:port
|
||||||
key: api_token
|
key: api_token
|
||||||
version: 2 # optional, default is 1
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
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.
|
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 the Beszel API.
|
A "superuser" is currently required to access the data from tbe Beszel API.
|
||||||
|
|
||||||
Allowed fields for 'overview' mode: `["systems", "up"]`
|
Allowed fields for 'overview' mode: `["systems", "up"]`
|
||||||
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
||||||
|
|||||||
@@ -8,9 +8,6 @@ Learn more about [Crowdsec](https://crowdsec.net).
|
|||||||
See the [crowdsec docs](https://docs.crowdsec.net/docs/local_api/intro/#machines) for information about registering a machine,
|
See the [crowdsec docs](https://docs.crowdsec.net/docs/local_api/intro/#machines) for information about registering a machine,
|
||||||
in most instances you can use the default credentials (`/etc/crowdsec/local_api_credentials.yaml`).
|
in most instances you can use the default credentials (`/etc/crowdsec/local_api_credentials.yaml`).
|
||||||
|
|
||||||
!!! note
|
|
||||||
Without the `limit24h` option, the widget will fetch all alerts which is limited to 100 by the API to avoid performance issues.
|
|
||||||
|
|
||||||
Allowed fields: `["alerts", "bans"]`.
|
Allowed fields: `["alerts", "bans"]`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@@ -19,5 +16,4 @@ widget:
|
|||||||
url: http://crowdsechostorip:port
|
url: http://crowdsechostorip:port
|
||||||
username: localhost # machine_id in crowdsec
|
username: localhost # machine_id in crowdsec
|
||||||
password: password
|
password: password
|
||||||
limit24h: true # optional, limits alerts to last 24h. Default: false
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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`.
|
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.
|
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.
|
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` and `Download Station` applications, either by
|
6. Now _only_ allow login to the `DSM` application, either by
|
||||||
- unchecking `Deny` in the respective row, or (if inheriting permission doesn't work because of other group settings)
|
- 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 `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.
|
- checking `By IP` for this app to limit the source of login attempts to one or more IP addresses/subnets.
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
||||||
```
|
|
||||||
@@ -14,6 +14,4 @@ widget:
|
|||||||
type: frigate
|
type: frigate
|
||||||
url: http://frigate.host.or.ip:port
|
url: http://frigate.host.or.ip:port
|
||||||
enableRecentEvents: true # Optional, defaults to false
|
enableRecentEvents: true # Optional, defaults to false
|
||||||
username: username # optional
|
|
||||||
password: password # optional
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ See the [official docs](https://github.com/ghostfolio/ghostfolio#authorization-b
|
|||||||
|
|
||||||
_Note that the Bearer token is valid for 6 months, after which a new one must be generated._
|
_Note that the Bearer token is valid for 6 months, after which a new one must be generated._
|
||||||
|
|
||||||
Allowed fields: `["gross_percent_today", "gross_percent_1y", "gross_percent_max", "net_worth"]`
|
Allowed fields: `["gross_percent_today", "gross_percent_1y", "gross_percent_max"]`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
@@ -12,17 +12,11 @@ Learn more about [Gluetun](https://github.com/qdm12/gluetun).
|
|||||||
Allowed fields: `["public_ip", "region", "country", "port_forwarded"]`.
|
Allowed fields: `["public_ip", "region", "country", "port_forwarded"]`.
|
||||||
Default fields: `["public_ip", "region", "country"]`.
|
Default fields: `["public_ip", "region", "country"]`.
|
||||||
|
|
||||||
To setup authentication, follow [the official Gluetun documentation](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication). Note that to use the api key method, you must add the route `GET /v1/publicip/ip` to the `routes` array in your Gluetun config.toml. Similarly, if you want to include the `port_forwarded` field, you must add the route `GET /v1/openvpn/portforwarded` (or `/v1/portforward`) to your Gluetun config.toml.
|
To setup authentication, follow [the official Gluetun documentation](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication). Note that to use the api key method, you must add the route `GET /v1/publicip/ip` to the `routes` array in your Gluetun config.toml. Similarly, if you want to include the `port_forwarded` field, you must add the route `GET /v1/openvpn/portforwarded` to your Gluetun config.toml.
|
||||||
|
|
||||||
| Gluetun Version | Homepage Widget Version |
|
|
||||||
| --------------- | ----------------------- |
|
|
||||||
| < 3.40.1 | 1 (default) |
|
|
||||||
| >= 3.40.1 | 2 |
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: gluetun
|
type: gluetun
|
||||||
url: http://gluetun.host.or.ip:port
|
url: http://gluetun.host.or.ip:port
|
||||||
key: gluetunkey # Not required if /v1/publicip/ip endpoint is configured with `auth = none`
|
key: gluetunkey # Not required if /v1/publicip/ip endpoint is configured with `auth = none`
|
||||||
version: 2 # optional, default is 1
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -10,11 +10,12 @@ Learn more about [Immich](https://github.com/immich-app/immich).
|
|||||||
| < v1.118 | 1 (default) |
|
| < v1.118 | 1 (default) |
|
||||||
| >= v1.118 | 2 |
|
| >= v1.118 | 2 |
|
||||||
|
|
||||||
Find your API key under `Account Settings > API Keys`. The key should have the
|
Find your API key under `Account Settings > API Keys`.
|
||||||
`server.statistics` permission.
|
|
||||||
|
|
||||||
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
Allowed fields: `["users" ,"photos", "videos", "storage"]`.
|
||||||
|
|
||||||
|
Note that API key must be from admin user.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: immich
|
type: immich
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [Authentik](authentik.md)
|
- [Authentik](authentik.md)
|
||||||
- [Autobrr](autobrr.md)
|
- [Autobrr](autobrr.md)
|
||||||
- [Azure DevOps](azuredevops.md)
|
- [Azure DevOps](azuredevops.md)
|
||||||
- [Backrest](backrest.md)
|
|
||||||
- [Bazarr](bazarr.md)
|
- [Bazarr](bazarr.md)
|
||||||
- [Beszel](beszel.md)
|
- [Beszel](beszel.md)
|
||||||
- [Caddy](caddy.md)
|
- [Caddy](caddy.md)
|
||||||
@@ -23,7 +22,6 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [Calibre-Web](calibre-web.md)
|
- [Calibre-Web](calibre-web.md)
|
||||||
- [ChangeDetection.io](changedetectionio.md)
|
- [ChangeDetection.io](changedetectionio.md)
|
||||||
- [Channels DVR Server](channelsdvrserver.md)
|
- [Channels DVR Server](channelsdvrserver.md)
|
||||||
- [Checkmk](checkmk.md)
|
|
||||||
- [Cloudflared](cloudflared.md)
|
- [Cloudflared](cloudflared.md)
|
||||||
- [Coin Market Cap](coin-market-cap.md)
|
- [Coin Market Cap](coin-market-cap.md)
|
||||||
- [CrowdSec](crowdsec.md)
|
- [CrowdSec](crowdsec.md)
|
||||||
@@ -35,7 +33,6 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [Emby](emby.md)
|
- [Emby](emby.md)
|
||||||
- [ESPHome](esphome.md)
|
- [ESPHome](esphome.md)
|
||||||
- [EVCC](evcc.md)
|
- [EVCC](evcc.md)
|
||||||
- [Filebrowser](filebrowser.md)
|
|
||||||
- [Fileflows](fileflows.md)
|
- [Fileflows](fileflows.md)
|
||||||
- [Firefly III](firefly.md)
|
- [Firefly III](firefly.md)
|
||||||
- [Flood](flood.md)
|
- [Flood](flood.md)
|
||||||
@@ -64,10 +61,8 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [JDownloader](jdownloader.md)
|
- [JDownloader](jdownloader.md)
|
||||||
- [Jellyfin](jellyfin.md)
|
- [Jellyfin](jellyfin.md)
|
||||||
- [Jellyseerr](jellyseerr.md)
|
- [Jellyseerr](jellyseerr.md)
|
||||||
- [Jellystat](jellystat.md)
|
|
||||||
- [Kavita](kavita.md)
|
- [Kavita](kavita.md)
|
||||||
- [Komga](komga.md)
|
- [Komga](komga.md)
|
||||||
- [Komodo](komodo.md)
|
|
||||||
- [Kopia](kopia.md)
|
- [Kopia](kopia.md)
|
||||||
- [Lidarr](lidarr.md)
|
- [Lidarr](lidarr.md)
|
||||||
- [Linkwarden](linkwarden.md)
|
- [Linkwarden](linkwarden.md)
|
||||||
@@ -135,17 +130,14 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [TDarr](tdarr.md)
|
- [TDarr](tdarr.md)
|
||||||
- [Traefik](traefik.md)
|
- [Traefik](traefik.md)
|
||||||
- [Transmission](transmission.md)
|
- [Transmission](transmission.md)
|
||||||
- [Trilium](trilium.md)
|
|
||||||
- [TrueNAS](truenas.md)
|
- [TrueNAS](truenas.md)
|
||||||
- [TubeArchivist](tubearchivist.md)
|
- [TubeArchivist](tubearchivist.md)
|
||||||
- [UniFi Controller](unifi-controller.md)
|
- [UniFi Controller](unifi-controller.md)
|
||||||
- [Unmanic](unmanic.md)
|
- [Unmanic](unmanic.md)
|
||||||
- [Unraid](unraid.md)
|
|
||||||
- [Uptime Kuma](uptime-kuma.md)
|
- [Uptime Kuma](uptime-kuma.md)
|
||||||
- [UptimeRobot](uptimerobot.md)
|
- [UptimeRobot](uptimerobot.md)
|
||||||
- [UrBackup](urbackup.md)
|
- [UrBackup](urbackup.md)
|
||||||
- [Vikunja](vikunja.md)
|
- [Vikunja](vikunja.md)
|
||||||
- [Wallos](wallos.md)
|
|
||||||
- [Watchtower](watchtower.md)
|
- [Watchtower](watchtower.md)
|
||||||
- [WGEasy](wgeasy.md)
|
- [WGEasy](wgeasy.md)
|
||||||
- [WhatsUpDocker](whatsupdocker.md)
|
- [WhatsUpDocker](whatsupdocker.md)
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ Learn more about [Jellyseerr](https://github.com/Fallenbagel/jellyseerr).
|
|||||||
|
|
||||||
Find your API key under `Settings > General > API Key`.
|
Find your API key under `Settings > General > API Key`.
|
||||||
|
|
||||||
Allowed fields: `["pending", "approved", "available", "issues"]`.
|
Allowed fields: `["pending", "approved", "available"]`.
|
||||||
Default fields: `["pending", "approved", "available"]`.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ widget:
|
|||||||
url: http://komodo.hostname.or.ip:port
|
url: http://komodo.hostname.or.ip:port
|
||||||
key: K-xxxxxx...
|
key: K-xxxxxx...
|
||||||
secret: S-xxxxxx...
|
secret: S-xxxxxx...
|
||||||
showSummary: true # optional, default: false. Takes precedence over showStacks
|
showSummary: true # optional, default: false
|
||||||
showStacks: true # optional, default: false
|
showStacks: true # optional, default: false
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: Omada
|
|||||||
description: Omada Widget Configuration
|
description: Omada Widget Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
The widget supports controller versions 3, 4, 5 and 6.
|
The widget supports controller versions 3, 4 and 5.
|
||||||
|
|
||||||
Allowed fields: `["connectedAp", "activeUser", "alerts", "connectedGateways", "connectedSwitches"]`.
|
Allowed fields: `["connectedAp", "activeUser", "alerts", "connectedGateways", "connectedSwitches"]`.
|
||||||
|
|
||||||
|
|||||||
@@ -16,5 +16,4 @@ widget:
|
|||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
enableLeechProgress: true # optional, defaults to false
|
enableLeechProgress: true # optional, defaults to false
|
||||||
enableLeechSize: true # optional, defaults to false
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ This widget is compatible with [TriliumNext](https://github.com/TriliumNext/Note
|
|||||||
|
|
||||||
Find (or create) your ETAPI key under `Options > ETAPI > Create new ETAPI token`.
|
Find (or create) your ETAPI key under `Options > ETAPI > Create new ETAPI token`.
|
||||||
|
|
||||||
Allowed fields: `["version", "notesCount", "dbSize"]`
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: trilium
|
type: trilium
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
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 **ADMIN** 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","arrayFree","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
|
|
||||||
```
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
||||||
```
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
title: Your Spotify
|
|
||||||
description: Your Spotify Widget Configuration
|
|
||||||
---
|
|
||||||
|
|
||||||
Learn more about [Your Spotify](https://github.com/Yooooomi/your_spotify).
|
|
||||||
|
|
||||||
Find your API key under `Settings > Account > Public token`, click `Generate` if not yet generated, copy key after
|
|
||||||
`?token=`.
|
|
||||||
|
|
||||||
Allowed fields: `["songs", "time", "artists"]`.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
widget:
|
|
||||||
type: yourspotify
|
|
||||||
url: http://your-spotify-server.host.or.ip # if using lsio image, add /api/
|
|
||||||
key: apikeyapikeyapikeyapikeyapikey
|
|
||||||
interval: month # optional, defaults to week
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Interval
|
|
||||||
|
|
||||||
Allowed values for `interval`: `day`, `week`, `month`, `year`, `all`.
|
|
||||||
|
|
||||||
!!! note
|
|
||||||
|
|
||||||
`interval` is different from predefined intervals you see in `Your Spotify`'s UI.
|
|
||||||
For example, `This week` in UI means _from the start of this week_, here `week` means _past 7 days_.
|
|
||||||
11
mkdocs.yml
11
mkdocs.yml
@@ -25,7 +25,6 @@ nav:
|
|||||||
- configs/services.md
|
- configs/services.md
|
||||||
- configs/kubernetes.md
|
- configs/kubernetes.md
|
||||||
- configs/docker.md
|
- configs/docker.md
|
||||||
- configs/proxmox.md
|
|
||||||
- configs/custom-css-js.md
|
- configs/custom-css-js.md
|
||||||
- "Widgets":
|
- "Widgets":
|
||||||
- widgets/index.md
|
- widgets/index.md
|
||||||
@@ -39,7 +38,6 @@ nav:
|
|||||||
- widgets/services/authentik.md
|
- widgets/services/authentik.md
|
||||||
- widgets/services/autobrr.md
|
- widgets/services/autobrr.md
|
||||||
- widgets/services/azuredevops.md
|
- widgets/services/azuredevops.md
|
||||||
- widgets/services/backrest.md
|
|
||||||
- widgets/services/bazarr.md
|
- widgets/services/bazarr.md
|
||||||
- widgets/services/beszel.md
|
- widgets/services/beszel.md
|
||||||
- widgets/services/caddy.md
|
- widgets/services/caddy.md
|
||||||
@@ -47,7 +45,6 @@ nav:
|
|||||||
- widgets/services/calibre-web.md
|
- widgets/services/calibre-web.md
|
||||||
- widgets/services/changedetectionio.md
|
- widgets/services/changedetectionio.md
|
||||||
- widgets/services/channelsdvrserver.md
|
- widgets/services/channelsdvrserver.md
|
||||||
- widgets/services/checkmk.md
|
|
||||||
- widgets/services/cloudflared.md
|
- widgets/services/cloudflared.md
|
||||||
- widgets/services/coin-market-cap.md
|
- widgets/services/coin-market-cap.md
|
||||||
- widgets/services/crowdsec.md
|
- widgets/services/crowdsec.md
|
||||||
@@ -59,7 +56,6 @@ nav:
|
|||||||
- widgets/services/emby.md
|
- widgets/services/emby.md
|
||||||
- widgets/services/esphome.md
|
- widgets/services/esphome.md
|
||||||
- widgets/services/evcc.md
|
- widgets/services/evcc.md
|
||||||
- widgets/services/filebrowser.md
|
|
||||||
- widgets/services/fileflows.md
|
- widgets/services/fileflows.md
|
||||||
- widgets/services/firefly.md
|
- widgets/services/firefly.md
|
||||||
- widgets/services/flood.md
|
- widgets/services/flood.md
|
||||||
@@ -88,10 +84,8 @@ nav:
|
|||||||
- widgets/services/jdownloader.md
|
- widgets/services/jdownloader.md
|
||||||
- widgets/services/jellyfin.md
|
- widgets/services/jellyfin.md
|
||||||
- widgets/services/jellyseerr.md
|
- widgets/services/jellyseerr.md
|
||||||
- widgets/services/jellystat.md
|
|
||||||
- widgets/services/kavita.md
|
- widgets/services/kavita.md
|
||||||
- widgets/services/komga.md
|
- widgets/services/komga.md
|
||||||
- widgets/services/komodo.md
|
|
||||||
- widgets/services/kopia.md
|
- widgets/services/kopia.md
|
||||||
- widgets/services/lidarr.md
|
- widgets/services/lidarr.md
|
||||||
- widgets/services/linkwarden.md
|
- widgets/services/linkwarden.md
|
||||||
@@ -146,7 +140,6 @@ nav:
|
|||||||
- widgets/services/rutorrent.md
|
- widgets/services/rutorrent.md
|
||||||
- widgets/services/sabnzbd.md
|
- widgets/services/sabnzbd.md
|
||||||
- widgets/services/scrutiny.md
|
- widgets/services/scrutiny.md
|
||||||
- widgets/services/slskd.md
|
|
||||||
- widgets/services/sonarr.md
|
- widgets/services/sonarr.md
|
||||||
- widgets/services/speedtest-tracker.md
|
- widgets/services/speedtest-tracker.md
|
||||||
- widgets/services/spoolman.md
|
- widgets/services/spoolman.md
|
||||||
@@ -161,22 +154,18 @@ nav:
|
|||||||
- widgets/services/tdarr.md
|
- widgets/services/tdarr.md
|
||||||
- widgets/services/traefik.md
|
- widgets/services/traefik.md
|
||||||
- widgets/services/transmission.md
|
- widgets/services/transmission.md
|
||||||
- widgets/services/trilium.md
|
|
||||||
- widgets/services/truenas.md
|
- widgets/services/truenas.md
|
||||||
- widgets/services/tubearchivist.md
|
- widgets/services/tubearchivist.md
|
||||||
- widgets/services/unifi-controller.md
|
- widgets/services/unifi-controller.md
|
||||||
- widgets/services/unmanic.md
|
- widgets/services/unmanic.md
|
||||||
- widgets/services/unraid.md
|
|
||||||
- widgets/services/uptime-kuma.md
|
- widgets/services/uptime-kuma.md
|
||||||
- widgets/services/uptimerobot.md
|
- widgets/services/uptimerobot.md
|
||||||
- widgets/services/urbackup.md
|
- widgets/services/urbackup.md
|
||||||
- widgets/services/vikunja.md
|
- widgets/services/vikunja.md
|
||||||
- widgets/services/wallos.md
|
|
||||||
- widgets/services/watchtower.md
|
- widgets/services/watchtower.md
|
||||||
- widgets/services/wgeasy.md
|
- widgets/services/wgeasy.md
|
||||||
- widgets/services/whatsupdocker.md
|
- widgets/services/whatsupdocker.md
|
||||||
- widgets/services/xteve.md
|
- widgets/services/xteve.md
|
||||||
- widgets/services/yourspotify.md
|
|
||||||
- widgets/services/zabbix.md
|
- widgets/services/zabbix.md
|
||||||
- "Information Widgets":
|
- "Information Widgets":
|
||||||
- widgets/info/index.md
|
- widgets/info/index.md
|
||||||
|
|||||||
46
package.json
46
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homepage",
|
"name": "homepage",
|
||||||
"version": "1.7.0",
|
"version": "1.3.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
@@ -11,51 +11,51 @@
|
|||||||
"telemetry": "next telemetry disable"
|
"telemetry": "next telemetry disable"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^2.2.9",
|
"@headlessui/react": "^1.7.19",
|
||||||
"@kubernetes/client-node": "^1.0.0",
|
"@kubernetes/client-node": "^1.0.0",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"compare-versions": "^6.1.1",
|
"compare-versions": "^6.1.1",
|
||||||
"dockerode": "^4.0.7",
|
"dockerode": "^4.0.4",
|
||||||
"follow-redirects": "^1.15.11",
|
"follow-redirects": "^1.15.9",
|
||||||
"gamedig": "^5.3.2",
|
"gamedig": "^5.2.0",
|
||||||
"i18next": "^25.5.3",
|
"i18next": "^24.2.3",
|
||||||
"ical.js": "^2.1.0",
|
"ical.js": "^2.1.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"json-rpc-2.0": "^1.7.0",
|
"json-rpc-2.0": "^1.7.0",
|
||||||
"luxon": "^3.6.1",
|
"luxon": "^3.6.1",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
"minecraftstatuspinger": "^1.2.2",
|
"minecraftstatuspinger": "^1.2.2",
|
||||||
"next": "^15.5.7",
|
"next": "^15.3.1",
|
||||||
"next-i18next": "^12.1.0",
|
"next-i18next": "^12.1.0",
|
||||||
"ping": "^0.4.4",
|
"ping": "^0.4.4",
|
||||||
"pretty-bytes": "^7.1.0",
|
"pretty-bytes": "^6.1.1",
|
||||||
"raw-body": "^3.0.2",
|
"raw-body": "^3.0.0",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-i18next": "^15.5.3",
|
"react-i18next": "^15.5.3",
|
||||||
"react-icons": "^5.4.0",
|
"react-icons": "^5.4.0",
|
||||||
"recharts": "^3.1.2",
|
"recharts": "^2.15.3",
|
||||||
"swr": "^2.3.3",
|
"swr": "^2.3.3",
|
||||||
"systeminformation": "^5.27.11",
|
"systeminformation": "^5.27.7",
|
||||||
"tough-cookie": "^6.0.0",
|
"tough-cookie": "^5.1.2",
|
||||||
"urbackup-server-api": "^0.8.9",
|
"urbackup-server-api": "^0.8.9",
|
||||||
"winston": "^3.17.0",
|
"winston": "^3.17.0",
|
||||||
"xml-js": "^1.6.11"
|
"xml-js": "^1.6.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/forms": "^0.5.10",
|
"@tailwindcss/forms": "^0.5.10",
|
||||||
"@tailwindcss/postcss": "^4.1.14",
|
"@tailwindcss/postcss": "^4.0.9",
|
||||||
"eslint": "^9.25.1",
|
"eslint": "^9.25.1",
|
||||||
"eslint-config-next": "^15.2.4",
|
"eslint-config-next": "^15.2.4",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.1",
|
||||||
"eslint-plugin-import": "^2.32.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||||
"eslint-plugin-prettier": "^5.5.4",
|
"eslint-plugin-prettier": "^5.5.1",
|
||||||
"eslint-plugin-react": "^7.37.4",
|
"eslint-plugin-react": "^7.37.4",
|
||||||
"eslint-plugin-react-hooks": "^5.2.0",
|
"eslint-plugin-react-hooks": "^5.2.0",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.3",
|
||||||
"prettier": "^3.7.3",
|
"prettier": "^3.6.2",
|
||||||
"prettier-plugin-organize-imports": "^4.3.0",
|
"prettier-plugin-organize-imports": "^4.1.0",
|
||||||
"tailwind-scrollbar": "^4.0.2",
|
"tailwind-scrollbar": "^4.0.2",
|
||||||
"tailwindcss": "^4.0.9",
|
"tailwindcss": "^4.0.9",
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
@@ -63,9 +63,15 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"osx-temperature-sensor": "^1.0.8"
|
"osx-temperature-sensor": "^1.0.8"
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@10.8.1",
|
||||||
|
"devEngines": {
|
||||||
|
"packageManager": {
|
||||||
|
"name": "pnpm",
|
||||||
|
"version": "10.8.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"osx-temperature-sensor",
|
|
||||||
"sharp"
|
"sharp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
1992
pnpm-lock.yaml
generated
1992
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -108,8 +108,8 @@
|
|||||||
"songs": "Liedjies"
|
"songs": "Liedjies"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Vanlyn af",
|
"offline": "Vanlyn",
|
||||||
"offline_alt": "Vanlyn af",
|
"offline_alt": "Vanlyn",
|
||||||
"online": "Aanlyn",
|
"online": "Aanlyn",
|
||||||
"total": "Totaal",
|
"total": "Totaal",
|
||||||
"unknown": "Onbekend"
|
"unknown": "Onbekend"
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Aktiewe Strome",
|
"streams": "Aktiewe Strome",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Flieks",
|
||||||
"tv": "TV Programme"
|
"tv": "TV Programme"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -242,15 +242,15 @@
|
|||||||
"wanted": "Gesoek",
|
"wanted": "Gesoek",
|
||||||
"queued": "In ry",
|
"queued": "In ry",
|
||||||
"series": "Reekse",
|
"series": "Reekse",
|
||||||
"queue": "Toustaan",
|
"queue": "Tou",
|
||||||
"unknown": "Onbekend"
|
"unknown": "Onbekend"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Gesoek",
|
"wanted": "Gesoek",
|
||||||
"missing": "Vermis",
|
"missing": "Vermis",
|
||||||
"queued": "In ry",
|
"queued": "In ry",
|
||||||
"movies": "Movies",
|
"movies": "Flieks",
|
||||||
"queue": "Toustaan",
|
"queue": "Tou",
|
||||||
"unknown": "Onbekend"
|
"unknown": "Onbekend"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Afwagtend",
|
"pending": "Afwagtend",
|
||||||
"approved": "Goedgekeur",
|
"approved": "Goedgekeur",
|
||||||
"available": "Beskikbaar",
|
"available": "Beskikbaar"
|
||||||
"issues": "Oop Kwessies"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Afwagtend",
|
"pending": "Afwagtend",
|
||||||
@@ -303,7 +302,7 @@
|
|||||||
"latency": "Latensie"
|
"latency": "Latensie"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Oplaai",
|
"upload": "Laai Op",
|
||||||
"download": "Aflaai",
|
"download": "Aflaai",
|
||||||
"ping": "Pieng"
|
"ping": "Pieng"
|
||||||
},
|
},
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Dienste",
|
"services": "Dienste",
|
||||||
"middleware": "Filtreerprogramme"
|
"middleware": "Filtreerprogramme"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Weergawe",
|
|
||||||
"notesCount": "Notas",
|
|
||||||
"dbSize": "Databasis Grootte",
|
|
||||||
"unknown": "Onbekend"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Geen Aktiewe Strome",
|
"nothing_streaming": "Geen aktiewe strome nie",
|
||||||
"please_wait": "Wag Asseblief"
|
"please_wait": "Wag Asseblief"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -396,7 +389,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Opgestel",
|
"configured": "Opgestel",
|
||||||
"errored": "Gefout"
|
"errored": "Fout"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessies",
|
"numActiveSessions": "Sessies",
|
||||||
@@ -419,7 +412,7 @@
|
|||||||
"version": "Weergawe",
|
"version": "Weergawe",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"up": "Aanlyn",
|
"up": "Aanlyn",
|
||||||
"down": "Vanlyn af"
|
"down": "Vanlyn"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Gelees",
|
"read": "Gelees",
|
||||||
@@ -556,7 +549,7 @@
|
|||||||
"indexers": "Indekseerders"
|
"indexers": "Indekseerders"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Toustaan",
|
"downloads": "Tou",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Kanale",
|
"channels": "Kanale",
|
||||||
"playlists": "Snitlyste"
|
"playlists": "Snitlyste"
|
||||||
@@ -564,7 +557,7 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Stelsellading",
|
"load": "Stelsellading",
|
||||||
"uptime": "Optyd",
|
"uptime": "Optyd",
|
||||||
"alerts": "Opletberigte"
|
"alerts": "Waarskuwings"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Spoed",
|
"speed": "Spoed",
|
||||||
@@ -774,7 +767,7 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitering",
|
"monitoring": "Monitering",
|
||||||
"updates": "Opdaterings"
|
"updates": "Opdatering"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Boeke",
|
"books": "Boeke",
|
||||||
@@ -808,7 +801,7 @@
|
|||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Aanlyn",
|
"online": "Aanlyn",
|
||||||
"offline": "Vanlyn af",
|
"offline": "Vanlyn",
|
||||||
"name": "Naam",
|
"name": "Naam",
|
||||||
"map": "Kaart",
|
"map": "Kaart",
|
||||||
"currentPlayers": "Huidige Spelers",
|
"currentPlayers": "Huidige Spelers",
|
||||||
@@ -879,7 +872,7 @@
|
|||||||
"domains": "Domeine",
|
"domains": "Domeine",
|
||||||
"mailboxes": "Posbusse",
|
"mailboxes": "Posbusse",
|
||||||
"mails": "E-posse",
|
"mails": "E-posse",
|
||||||
"storage": "Stoor plek"
|
"storage": "Bergplek"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Waarskuwings",
|
"warnings": "Waarskuwings",
|
||||||
@@ -909,7 +902,7 @@
|
|||||||
"galleries": "Galerye",
|
"galleries": "Galerye",
|
||||||
"performers": "Kunstenaars",
|
"performers": "Kunstenaars",
|
||||||
"studios": "Ateljees",
|
"studios": "Ateljees",
|
||||||
"movies": "Movies",
|
"movies": "Flieks",
|
||||||
"tags": "Merkers",
|
"tags": "Merkers",
|
||||||
"oCount": "O Tel"
|
"oCount": "O Tel"
|
||||||
},
|
},
|
||||||
@@ -927,13 +920,13 @@
|
|||||||
"totalValue": "Totale Waarde"
|
"totalValue": "Totale Waarde"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Opletberigte",
|
"alerts": "Waarskuwings",
|
||||||
"bans": "Verbanne"
|
"bans": "Verbanne"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Gekoppel",
|
"connected": "Gekoppel",
|
||||||
"enabled": "Geaktiveer",
|
"enabled": "Geaktiveer",
|
||||||
"disabled": "Gediaktiveer",
|
"disabled": "Onaktief",
|
||||||
"total": "Totaal"
|
"total": "Totaal"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -945,7 +938,7 @@
|
|||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Pieng",
|
"ping": "Pieng",
|
||||||
"download": "Aflaai",
|
"download": "Aflaai",
|
||||||
"upload": "Oplaai"
|
"upload": "Laai Op"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Aandele",
|
"stocks": "Aandele",
|
||||||
@@ -966,7 +959,7 @@
|
|||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Nie geklassifiseer nie",
|
"unclassified": "Nie geklassifiseer nie",
|
||||||
"information": "Inligting",
|
"information": "Informasie",
|
||||||
"warning": "Waarskuwing",
|
"warning": "Waarskuwing",
|
||||||
"average": "Gemiddeld",
|
"average": "Gemiddeld",
|
||||||
"high": "Hoog",
|
"high": "Hoog",
|
||||||
@@ -989,7 +982,7 @@
|
|||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Naam",
|
"name": "Naam",
|
||||||
"address": "Adres",
|
"address": "Adres",
|
||||||
"last_seen": "Laas gesien",
|
"last_seen": "Laaste Gesien",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Aanlyn",
|
"online": "Aanlyn",
|
||||||
"offline": "Vanlyn"
|
"offline": "Vanlyn"
|
||||||
@@ -1015,7 +1008,7 @@
|
|||||||
"healthy": "Gesond",
|
"healthy": "Gesond",
|
||||||
"degraded": "Gedegradeer",
|
"degraded": "Gedegradeer",
|
||||||
"progressing": "Vorderend",
|
"progressing": "Vorderend",
|
||||||
"missing": "Afwesig",
|
"missing": "Vermis",
|
||||||
"suspended": "Geskors"
|
"suspended": "Geskors"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1054,70 +1047,12 @@
|
|||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Liedjies",
|
"songs": "Liedjies",
|
||||||
"movies": "Movies",
|
"movies": "Flieks",
|
||||||
"episodes": "Episode",
|
"episodes": "Episodes",
|
||||||
"other": "Ander"
|
"other": "Ander"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Diensprobleme",
|
"serviceErrors": "Diensprobleme",
|
||||||
"hostErrors": "Gasheerprobleme"
|
"hostErrors": "Gasheerprobleme"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Totaal",
|
|
||||||
"running": "Lopend",
|
|
||||||
"stopped": "Gestop",
|
|
||||||
"down": "Af",
|
|
||||||
"unhealthy": "Ongesond",
|
|
||||||
"unknown": "Onbekend",
|
|
||||||
"servers": "Bedieners",
|
|
||||||
"stacks": "Stapels",
|
|
||||||
"containers": "Houers"
|
|
||||||
},
|
|
||||||
"filebrowser": {
|
|
||||||
"available": "Beskikbaar",
|
|
||||||
"used": "Gebruik",
|
|
||||||
"total": "Totaal"
|
|
||||||
},
|
|
||||||
"wallos": {
|
|
||||||
"activeSubscriptions": "Intekeninge",
|
|
||||||
"thisMonthlyCost": "Hierdie Maand",
|
|
||||||
"nextMonthlyCost": "Volgende Maand",
|
|
||||||
"previousMonthlyCost": "Vorige Maand",
|
|
||||||
"nextRenewingSubscription": "Volgende paaiement"
|
|
||||||
},
|
|
||||||
"unraid": {
|
|
||||||
"STARTED": "Begin",
|
|
||||||
"STOPPED": "Gestop",
|
|
||||||
"NEW_ARRAY": "Nuwe Skikking",
|
|
||||||
"RECON_DISK": "Rekonstruksie van Skyf",
|
|
||||||
"DISABLE_DISK": "Skyf Gedeaktiveer",
|
|
||||||
"SWAP_DSBL": "Ruil Gedeaktiveer",
|
|
||||||
"INVALID_EXPANSION": "Ongeldige Uitbreiding",
|
|
||||||
"PARITY_NOT_BIGGEST": "Pariteit nie die Grootste nie",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Te Veel Ontbrekende Skywe",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Nuwe Skyf te Klein",
|
|
||||||
"NO_DATA_DISKS": "Geen Data Skywe",
|
|
||||||
"notifications": "Kennisgewings",
|
|
||||||
"status": "Status",
|
|
||||||
"cpu": "SVE",
|
|
||||||
"memoryUsed": "Geheue Gebruik",
|
|
||||||
"memoryAvailable": "Geheue Beskikbaar",
|
|
||||||
"arrayUsed": "Skikking Gebruik",
|
|
||||||
"arrayFree": "Skikking Vry",
|
|
||||||
"poolUsed": "{{pool}} Gebruik",
|
|
||||||
"poolFree": "{{pool}} Vry"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Planne",
|
|
||||||
"num_success_30": "Suksesse",
|
|
||||||
"num_failure_30": "Mislukkings",
|
|
||||||
"num_success_latest": "Slaag",
|
|
||||||
"num_failure_latest": "Mislukking",
|
|
||||||
"bytes_added_30": "Grepe bygevoeg"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Liedjies",
|
|
||||||
"time": "Tyd",
|
|
||||||
"artists": "Kunstenaars"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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",
|
"wlan_devices": "WLAN Enheder",
|
||||||
"lan_users": "LAN Brugere",
|
"lan_users": "LAN Brugere",
|
||||||
"wlan_users": "WLAN Brugere",
|
"wlan_users": "WLAN Brugere",
|
||||||
"up": "UP",
|
"up": "OP",
|
||||||
"down": "NED",
|
"down": "NED",
|
||||||
"wait": "Please wait",
|
"wait": "Vent venligst",
|
||||||
"empty_data": "Subsystem status ukendt"
|
"empty_data": "Subsystem status ukendt"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Kører",
|
"running": "Kører",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Delvis"
|
"partial": "Delvis"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Fejl",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Ned",
|
"down": "Ned",
|
||||||
"up": "Op",
|
"up": "Op",
|
||||||
@@ -91,11 +91,11 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP-status",
|
"http_status": "HTTP-status",
|
||||||
"error": "Error",
|
"error": "Fejl",
|
||||||
"response": "Response",
|
"response": "Response",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"not_available": "Not Available"
|
"not_available": "Ikke tilgængelig"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Afspiller",
|
"playing": "Afspiller",
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ukendt"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produktion",
|
"pv_power": "Produktion",
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Disconnecting",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Disconnected",
|
||||||
"connectionStatusConnected": "Connected",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"received": "Modtaget",
|
"received": "Modtaget",
|
||||||
"sent": "Sendt",
|
"sent": "Sendt",
|
||||||
"externalIPAddress": "Ekstern IP",
|
"externalIPAddress": "Ekstern IP",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Bestået"
|
"passes": "Bestået"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Afspiller",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transcoder",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Ingen Aktive Streams",
|
||||||
"plex_connection_error": "Tjek Plex-forbindelse"
|
"plex_connection_error": "Tjek Plex-forbindelse"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -189,11 +189,11 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Aktive Streams",
|
"streams": "Aktive Streams",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"tv": "TV-Shows"
|
"tv": "TV-Shows"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Sats",
|
||||||
"queue": "Kø",
|
"queue": "Kø",
|
||||||
"timeleft": "Resterende tid"
|
"timeleft": "Resterende tid"
|
||||||
},
|
},
|
||||||
@@ -241,26 +241,26 @@
|
|||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Ønsket",
|
"wanted": "Ønsket",
|
||||||
"queued": "I Kø",
|
"queued": "I Kø",
|
||||||
"series": "Series",
|
"series": "Serier",
|
||||||
"queue": "Queue",
|
"queue": "Kø",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ukendt"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Ønsket",
|
||||||
"missing": "Mangler",
|
"missing": "Mangler",
|
||||||
"queued": "Queued",
|
"queued": "I Kø",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"queue": "Queue",
|
"queue": "Kø",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ukendt"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Ønsket",
|
||||||
"queued": "Queued",
|
"queued": "I Kø",
|
||||||
"artists": "Artister"
|
"artists": "Artister"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Ønsket",
|
||||||
"queued": "Queued",
|
"queued": "I Kø",
|
||||||
"books": "Bøger"
|
"books": "Bøger"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,16 +273,15 @@
|
|||||||
"available": "Tilgængelig"
|
"available": "Tilgængelig"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Afventer",
|
||||||
"approved": "Approved",
|
"approved": "Godkendt",
|
||||||
"available": "Available",
|
"available": "Tilgængelig"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Afventer",
|
||||||
"processing": "Behandler",
|
"processing": "Behandler",
|
||||||
"approved": "Approved",
|
"approved": "Godkendt",
|
||||||
"available": "Available"
|
"available": "Tilgængelig"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@@ -297,8 +296,8 @@
|
|||||||
"gravity": "Tyngdekraft"
|
"gravity": "Tyngdekraft"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Forespørgsler",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blokerede",
|
||||||
"filtered": "Filtreret",
|
"filtered": "Filtreret",
|
||||||
"latency": "Latenstid"
|
"latency": "Latenstid"
|
||||||
},
|
},
|
||||||
@@ -308,15 +307,15 @@
|
|||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Kører",
|
||||||
"stopped": "Stoppede",
|
"stopped": "Stoppede",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Hentet",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Læst",
|
||||||
"unread": "Unread",
|
"unread": "Ulæst",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Siden"
|
"ago": "{{value}} Siden"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Forespørgsler",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Blokerede",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Klienter"
|
"totalClients": "Klienter"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Kø",
|
||||||
"processed": "Behandlet",
|
"processed": "Behandlet",
|
||||||
"errored": "Fejlet",
|
"errored": "Fejlet",
|
||||||
"saved": "Gemt"
|
"saved": "Gemt"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Tjenester",
|
"services": "Tjenester",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Ingen Aktive Streams",
|
||||||
"please_wait": "Vent venligst"
|
"please_wait": "Vent venligst"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -384,35 +377,35 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Applikationer",
|
"apps": "Applikationer",
|
||||||
"clients": "Clients",
|
"clients": "Klienter",
|
||||||
"messages": "Beskeder"
|
"messages": "Beskeder"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indeksører",
|
"enableIndexers": "Indeksører",
|
||||||
"numberOfGrabs": "Grab",
|
"numberOfGrabs": "Grab",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Forespørgsler",
|
||||||
"numberOfFailGrabs": "Fejl Grabs",
|
"numberOfFailGrabs": "Fejl Grabs",
|
||||||
"numberOfFailQueries": "Fejl Forespørgsler"
|
"numberOfFailQueries": "Fejl Forespørgsler"
|
||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Konfigureret",
|
"configured": "Konfigureret",
|
||||||
"errored": "Errored"
|
"errored": "Fejlet"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessioner",
|
"numActiveSessions": "Sessioner",
|
||||||
"numConnections": "Forbindelser",
|
"numConnections": "Forbindelser",
|
||||||
"dataRelayed": "Videresendt",
|
"dataRelayed": "Videresendt",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Sats"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Brugere",
|
||||||
"status_count": "Indlæg",
|
"status_count": "Indlæg",
|
||||||
"domain_count": "Domæner"
|
"domain_count": "Domæner"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Ønsket",
|
||||||
"queued": "Queued",
|
"queued": "I Kø",
|
||||||
"series": "Series"
|
"series": "Serier"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Afspillere",
|
"players": "Afspillere",
|
||||||
@@ -423,34 +416,34 @@
|
|||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Læst",
|
"read": "Læst",
|
||||||
"unread": "Unread"
|
"unread": "Ulæst"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Brugere",
|
||||||
"loginsLast24H": "Login (24 timer)",
|
"loginsLast24H": "Login (24 timer)",
|
||||||
"failedLoginsLast24H": "Mislykkede logins (24 timer)"
|
"failedLoginsLast24H": "Mislykkede logins (24 timer)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Belastning",
|
||||||
"wait": "Please wait",
|
"wait": "Vent venligst",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Advar",
|
"warn": "Advar",
|
||||||
"uptime": "UP",
|
"uptime": "OP",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Fri",
|
||||||
"used": "Used",
|
"used": "Brugt",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "t",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
"read": "Read",
|
"read": "Læst",
|
||||||
"write": "Skriv",
|
"write": "Skriv",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Ram",
|
"mem": "Ram",
|
||||||
@@ -471,57 +464,57 @@
|
|||||||
"1-day": "Overvejende Solrigt",
|
"1-day": "Overvejende Solrigt",
|
||||||
"1-night": "Overvejende Skyfrit",
|
"1-night": "Overvejende Skyfrit",
|
||||||
"2-day": "Delvist Overskyet",
|
"2-day": "Delvist Overskyet",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Delvist Overskyet",
|
||||||
"3-day": "Skyet",
|
"3-day": "Skyet",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Skyet",
|
||||||
"45-day": "Tåget",
|
"45-day": "Tåget",
|
||||||
"45-night": "Foggy",
|
"45-night": "Tåget",
|
||||||
"48-day": "Foggy",
|
"48-day": "Tåget",
|
||||||
"48-night": "Foggy",
|
"48-night": "Tåget",
|
||||||
"51-day": "Let Støvregn",
|
"51-day": "Let Støvregn",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Let Støvregn",
|
||||||
"53-day": "Støvregn",
|
"53-day": "Støvregn",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Støvregn",
|
||||||
"55-day": "Kraftig Støvregn",
|
"55-day": "Kraftig Støvregn",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Kraftig Støvregn",
|
||||||
"56-day": "Let Frysende Støvregn",
|
"56-day": "Let Frysende Støvregn",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Let Frysende Støvregn",
|
||||||
"57-day": "Frysende Støvregn",
|
"57-day": "Frysende Støvregn",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Frysende Støvregn",
|
||||||
"61-day": "Let Regn",
|
"61-day": "Let Regn",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Let Regn",
|
||||||
"63-day": "Regn",
|
"63-day": "Regn",
|
||||||
"63-night": "Rain",
|
"63-night": "Regn",
|
||||||
"65-day": "Kraftig Regn",
|
"65-day": "Kraftig Regn",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Kraftig Regn",
|
||||||
"66-day": "Frysende Regn",
|
"66-day": "Frysende Regn",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Frysende Regn",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Frysende Regn",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Frysende Regn",
|
||||||
"71-day": "Let Sne",
|
"71-day": "Let Sne",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Let Sne",
|
||||||
"73-day": "Sne",
|
"73-day": "Sne",
|
||||||
"73-night": "Snow",
|
"73-night": "Sne",
|
||||||
"75-day": "Kraftig Sne",
|
"75-day": "Kraftig Sne",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Kraftig Sne",
|
||||||
"77-day": "Snekorn",
|
"77-day": "Snekorn",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Snekorn",
|
||||||
"80-day": "Lette Byger",
|
"80-day": "Lette Byger",
|
||||||
"80-night": "Light Showers",
|
"80-night": "Lette Byger",
|
||||||
"81-day": "Byger",
|
"81-day": "Byger",
|
||||||
"81-night": "Showers",
|
"81-night": "Byger",
|
||||||
"82-day": "Kraftige Byger",
|
"82-day": "Kraftige Byger",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "Kraftige Byger",
|
||||||
"85-day": "Snebyger",
|
"85-day": "Snebyger",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "Snebyger",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "Snebyger",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Snebyger",
|
||||||
"95-day": "Tordenvejr",
|
"95-day": "Tordenvejr",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Tordenvejr",
|
||||||
"96-day": "Tordenvejr Med Hagl",
|
"96-day": "Tordenvejr Med Hagl",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Tordenvejr Med Hagl",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Tordenvejr Med Hagl",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "Tordenvejr Med Hagl"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "System",
|
"available_update": "System",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Opdateret",
|
"up_to_date": "Opdateret",
|
||||||
"child_bridges": "Underbroer",
|
"child_bridges": "Underbroer",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"pending": "Pending",
|
"pending": "Afventer",
|
||||||
"down": "Down"
|
"down": "Ned"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Ny",
|
"new": "Ny",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"grace": "Henstandsperiode",
|
"grace": "Henstandsperiode",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"paused": "Pause",
|
"paused": "Pause",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"last_ping": "Sidste Ping",
|
"last_ping": "Sidste Ping",
|
||||||
@@ -550,26 +543,26 @@
|
|||||||
"containers_failed": "Fejlet"
|
"containers_failed": "Fejlet"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Godkendt",
|
||||||
"rejectedPushes": "Afviste",
|
"rejectedPushes": "Afviste",
|
||||||
"filters": "Filtre",
|
"filters": "Filtre",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indeksører"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Kø",
|
||||||
"videos": "Videoer",
|
"videos": "Videoer",
|
||||||
"channels": "Kanaler",
|
"channels": "Kanaler",
|
||||||
"playlists": "Afspilningslister"
|
"playlists": "Afspilningslister"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Systembelastning",
|
"load": "Systembelastning",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"alerts": "Alerts"
|
"alerts": "Advarsler"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Hastighed",
|
"speed": "Hastighed",
|
||||||
"active": "Active",
|
"active": "Aktive",
|
||||||
"queue": "Queue",
|
"queue": "Kø",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -579,7 +572,7 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Kanaler",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tuners",
|
"tunerCount": "Tuners",
|
||||||
"channelNumber": "Channel",
|
"channelNumber": "Channel",
|
||||||
@@ -592,8 +585,8 @@
|
|||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Bestået",
|
"passed": "Bestået",
|
||||||
"failed": "Failed",
|
"failed": "Fejlet",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ukendt"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Indbakke",
|
"inbox": "Indbakke",
|
||||||
@@ -608,18 +601,18 @@
|
|||||||
"low_battery": "Lavt batteriniveau"
|
"low_battery": "Lavt batteriniveau"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Vent venligst",
|
||||||
"no_devices": "Ingen Enhedsdata Modtaget"
|
"no_devices": "Ingen Enhedsdata Modtaget"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU Belastning",
|
"cpuLoad": "CPU Belastning",
|
||||||
"memoryUsed": "Hukommelse Brugt",
|
"memoryUsed": "Hukommelse Brugt",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"numberOfLeases": "Leasinger"
|
"numberOfLeases": "Leasinger"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Alle Streams",
|
"streams_all": "Alle Streams",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktive Streams",
|
||||||
"streams_xepg": "XEPG Kanaler"
|
"streams_xepg": "XEPG Kanaler"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Begrænsning"
|
"limit": "Begrænsning"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "CPU Belastning",
|
||||||
"memory": "Aktiv Hukommelse",
|
"memory": "Aktiv Hukommelse",
|
||||||
"wanUpload": "WAN Upload",
|
"wanUpload": "WAN Upload",
|
||||||
"wanDownload": "WAN Download"
|
"wanDownload": "WAN Download"
|
||||||
@@ -654,8 +647,8 @@
|
|||||||
"load": "Belastning Gns",
|
"load": "Belastning Gns",
|
||||||
"memory": "Hukommelse Forbrug",
|
"memory": "Hukommelse Forbrug",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Status",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Disk Forbrug",
|
"disk": "Disk Forbrug",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
@@ -667,49 +660,49 @@
|
|||||||
"memory_usage": "Hukommelse"
|
"memory_usage": "Hukommelse"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Brugere",
|
||||||
"photos": "Billeder",
|
"photos": "Billeder",
|
||||||
"videos": "Videos",
|
"videos": "Videoer",
|
||||||
"storage": "Lager"
|
"storage": "Lager"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sider Oppe",
|
"up": "Sider Oppe",
|
||||||
"down": "Sider Nede",
|
"down": "Sider Nede",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"incident": "Hændelse",
|
"incident": "Hændelse",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Serier",
|
||||||
"archives": "Arkiver",
|
"archives": "Arkiver",
|
||||||
"chapters": "Kapitler",
|
"chapters": "Kapitler",
|
||||||
"categories": "Kategorier"
|
"categories": "Kategorier"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Biblioteker",
|
"libraries": "Biblioteker",
|
||||||
"series": "Series",
|
"series": "Serier",
|
||||||
"books": "Books"
|
"books": "Bøger"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Dage",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Tilgængelig"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Serier",
|
||||||
"issues": "Problemer",
|
"issues": "Problemer",
|
||||||
"wanted": "Wanted"
|
"wanted": "Ønsket"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"photos": "Photos",
|
"photos": "Billeder",
|
||||||
"videos": "Videos",
|
"videos": "Videoer",
|
||||||
"people": "Mennesker"
|
"people": "Mennesker"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Kø",
|
||||||
"processing": "Processing",
|
"processing": "Behandler",
|
||||||
"processed": "Processed",
|
"processed": "Behandlet",
|
||||||
"time": "Tid"
|
"time": "Tid"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -735,7 +728,7 @@
|
|||||||
"size": "Størrelse",
|
"size": "Størrelse",
|
||||||
"lastrun": "Sidst Kørt",
|
"lastrun": "Sidst Kørt",
|
||||||
"nextrun": "Næste Kørsel",
|
"nextrun": "Næste Kørsel",
|
||||||
"failed": "Failed"
|
"failed": "Fejlet"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktive Arbejdere",
|
"active_workers": "Aktive Arbejdere",
|
||||||
@@ -752,20 +745,20 @@
|
|||||||
"targets_total": "Totale Mål"
|
"targets_total": "Totale Mål"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Sider Oppe",
|
||||||
"down": "Sites Down",
|
"down": "Sider Nede",
|
||||||
"uptime": "Uptime"
|
"uptime": "Oppetid"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "I dag",
|
||||||
"gross_percent_1y": "Et År",
|
"gross_percent_1y": "Et År",
|
||||||
"gross_percent_max": "Altid"
|
"gross_percent_max": "Altid"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Bøger",
|
||||||
"podcastsDuration": "Varighed",
|
"podcastsDuration": "Varighed",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Varighed"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Personer Hjemme",
|
"people_home": "Personer Hjemme",
|
||||||
@@ -774,23 +767,23 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Overvåger",
|
"monitoring": "Overvåger",
|
||||||
"updates": "Updates"
|
"updates": "Opdateringer"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Bøger",
|
||||||
"authors": "Forfattere",
|
"authors": "Forfattere",
|
||||||
"categories": "Categories",
|
"categories": "Kategorier",
|
||||||
"series": "Series"
|
"series": "Serier"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Kø",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Manglende",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Størrelse",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Hastighed"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Serier",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Filer"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Resultat",
|
"result": "Resultat",
|
||||||
@@ -798,12 +791,12 @@
|
|||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Lykkedes",
|
"succeeded": "Lykkedes",
|
||||||
"notStarted": "Ikke Startet",
|
"notStarted": "Ikke Startet",
|
||||||
"failed": "Failed",
|
"failed": "Fejlet",
|
||||||
"canceled": "Annulleret",
|
"canceled": "Annulleret",
|
||||||
"inProgress": "I Gang",
|
"inProgress": "I Gang",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "Mine PRs",
|
"myPrs": "Mine PRs",
|
||||||
"approved": "Approved"
|
"approved": "Godkendt"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
@@ -812,7 +805,7 @@
|
|||||||
"name": "Navn",
|
"name": "Navn",
|
||||||
"map": "Kort",
|
"map": "Kort",
|
||||||
"currentPlayers": "Nuværende Spillere",
|
"currentPlayers": "Nuværende Spillere",
|
||||||
"players": "Players",
|
"players": "Afspillere",
|
||||||
"maxPlayers": "Maks spillere",
|
"maxPlayers": "Maks spillere",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -825,39 +818,39 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Opskrifter",
|
"recipes": "Opskrifter",
|
||||||
"users": "Users",
|
"users": "Brugere",
|
||||||
"categories": "Categories",
|
"categories": "Kategorier",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloader",
|
"downloading": "Downloader",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "Kører",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stoppede",
|
||||||
"passed": "Passed",
|
"passed": "Bestået",
|
||||||
"failed": "Failed"
|
"failed": "Fejlet"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"cpuLoad": "CPU Load Avg (5m)",
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"bytesTx": "Transmitted",
|
"bytesTx": "Transmitted",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Modtaget"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"lastDown": "Seneste Nedetid",
|
"lastDown": "Seneste Nedetid",
|
||||||
"downDuration": "Nedetid Varighed",
|
"downDuration": "Nedetid Varighed",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sider Oppe",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sider Nede",
|
||||||
"paused": "Paused",
|
"paused": "Pause",
|
||||||
"notyetchecked": "Endnu Ikke Kontrolleret",
|
"notyetchecked": "Endnu Ikke Kontrolleret",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"seemsdown": "Synes Ned",
|
"seemsdown": "Synes Ned",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ukendt"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "I biografen",
|
"inCinemas": "I biografen",
|
||||||
@@ -876,10 +869,10 @@
|
|||||||
"totalfilesize": "Total Size"
|
"totalfilesize": "Total Size"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domæner",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Lager"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Advarsler",
|
"warnings": "Advarsler",
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Events",
|
"events": "Events",
|
||||||
"plants": "Plants",
|
"plants": "Plants",
|
||||||
"photos": "Photos",
|
"photos": "Billeder",
|
||||||
"species": "Species"
|
"species": "Species"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"issues": "Issues",
|
"issues": "Problemer",
|
||||||
"pulls": "Pull Requests",
|
"pulls": "Pull Requests",
|
||||||
"repositories": "Repositories"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
@@ -909,13 +902,13 @@
|
|||||||
"galleries": "Galleries",
|
"galleries": "Galleries",
|
||||||
"performers": "Performers",
|
"performers": "Performers",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Brugere",
|
||||||
"recipes": "Recipes",
|
"recipes": "Opskrifter",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -923,17 +916,17 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "Brugere",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Advarsler",
|
||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Aktiveret",
|
||||||
"disabled": "Disabled",
|
"disabled": "Deaktiveret",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -956,7 +949,7 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Cameras",
|
"cameras": "Cameras",
|
||||||
"uptime": "Uptime",
|
"uptime": "Oppetid",
|
||||||
"version": "Version"
|
"version": "Version"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
@@ -987,24 +980,24 @@
|
|||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Navn",
|
||||||
"address": "Address",
|
"address": "Adresse",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Sidst Set",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Navn",
|
||||||
"systems": "Systems",
|
"systems": "Systems",
|
||||||
"up": "Up",
|
"up": "Op",
|
||||||
"down": "Down",
|
"down": "Ned",
|
||||||
"paused": "Paused",
|
"paused": "Pause",
|
||||||
"pending": "Pending",
|
"pending": "Afventer",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"updated": "Updated",
|
"updated": "Opdateret",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "RAM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
@@ -1012,10 +1005,10 @@
|
|||||||
"apps": "Apps",
|
"apps": "Apps",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Healthy",
|
"healthy": "Sund",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Mangler",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1023,15 +1016,15 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
"issues": "Issues",
|
"issues": "Problemer",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"load": "Load",
|
"load": "Belastning",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Batteriniveau",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Resterende tid"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1046,78 +1039,20 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Tilgængelig",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Opdateret",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Filer"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Sange",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episoder",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "WLAN-Geräte",
|
"wlan_devices": "WLAN-Geräte",
|
||||||
"lan_users": "LAN-Benutzer",
|
"lan_users": "LAN-Benutzer",
|
||||||
"wlan_users": "WLAN-Benutzer",
|
"wlan_users": "WLAN-Benutzer",
|
||||||
"up": "Gesendet",
|
"up": "BETRIEBSZEIT",
|
||||||
"down": "EMPFANGEN",
|
"down": "EMPFANGEN",
|
||||||
"wait": "Bitte warten",
|
"wait": "Bitte warten",
|
||||||
"empty_data": "Subsystem-Status unbekannt"
|
"empty_data": "Subsystem-Status unbekannt"
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Gesamt",
|
||||||
"unknown": "Unbekannt"
|
"unknown": "Unbekannt"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
@@ -144,13 +144,13 @@
|
|||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Download",
|
"down": "Offline",
|
||||||
"up": "Upload",
|
"up": "Online",
|
||||||
"received": "Empfangen",
|
"received": "Empfangen",
|
||||||
"sent": "Gesendet",
|
"sent": "Gesendet",
|
||||||
"externalIPAddress": "Externe IP",
|
"externalIPAddress": "Externe IP",
|
||||||
"externalIPv6Address": "Ext. IPv6",
|
"externalIPv6Address": "Externe IPv6",
|
||||||
"externalIPv6Prefix": "Ext. IPv6-Präfix"
|
"externalIPv6Prefix": "Externes IPv6-Präfix"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
@@ -165,10 +165,10 @@
|
|||||||
"shows": "Serien",
|
"shows": "Serien",
|
||||||
"recordings": "Aufnahmen",
|
"recordings": "Aufnahmen",
|
||||||
"scheduled": "Geplant",
|
"scheduled": "Geplant",
|
||||||
"passes": "Durchläufe"
|
"passes": "Pässe"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Spielt",
|
"playing": "Wiedergabe",
|
||||||
"transcoding": "Transcodiert",
|
"transcoding": "Transcodiert",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "Keine aktiven Streams",
|
"no_active": "Keine aktiven Streams",
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "TV-Serien"
|
"tv": "TV-Serien"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Datenrate",
|
||||||
"queue": "Warteschlange",
|
"queue": "Warteschlange",
|
||||||
"timeleft": "Verbleibende Zeit"
|
"timeleft": "Verbleibende Zeit"
|
||||||
},
|
},
|
||||||
@@ -273,19 +273,18 @@
|
|||||||
"available": "Verfügbar"
|
"available": "Verfügbar"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Wartend",
|
"pending": "Ausstehend",
|
||||||
"approved": "Genehmigt",
|
"approved": "Genehmigt",
|
||||||
"available": "Verfügbar",
|
"available": "Verfügbar"
|
||||||
"issues": "Offene Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Wartend",
|
"pending": "Ausstehend",
|
||||||
"processing": "Wird verarbeitet",
|
"processing": "Wird verarbeitet",
|
||||||
"approved": "Genehmigt",
|
"approved": "Genehmigt",
|
||||||
"available": "Verfügbar"
|
"available": "Verfügbar"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Gesamt",
|
||||||
"connected": "Verbunden",
|
"connected": "Verbunden",
|
||||||
"new_devices": "Neue Geräte",
|
"new_devices": "Neue Geräte",
|
||||||
"down_alerts": "Down-Warnungen"
|
"down_alerts": "Down-Warnungen"
|
||||||
@@ -310,7 +309,7 @@
|
|||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Wird ausgeführt",
|
"running": "Wird ausgeführt",
|
||||||
"stopped": "Gestoppt",
|
"stopped": "Gestoppt",
|
||||||
"total": "Total"
|
"total": "Gesamt"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Heruntergeladen",
|
"download": "Heruntergeladen",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Dienste",
|
"services": "Dienste",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notizen",
|
|
||||||
"dbSize": "Datenbankgröße",
|
|
||||||
"unknown": "Unbekannt"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Keine aktiven Streams",
|
"nothing_streaming": "Keine aktiven Streams",
|
||||||
"please_wait": "Bitte warten"
|
"please_wait": "Bitte warten"
|
||||||
@@ -373,7 +366,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Aktiviert",
|
"enabled": "Aktiviert",
|
||||||
"disabled": "Deaktiviert",
|
"disabled": "Deaktiviert",
|
||||||
"total": "Total"
|
"total": "Gesamt"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Konfiguriere eine oder mehrere Kryptowährungen zur Beobachtung",
|
"configure": "Konfiguriere eine oder mehrere Kryptowährungen zur Beobachtung",
|
||||||
@@ -384,7 +377,7 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Programme",
|
"apps": "Programme",
|
||||||
"clients": "Endgeräte",
|
"clients": "Benutzer",
|
||||||
"messages": "Nachrichten"
|
"messages": "Nachrichten"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
@@ -402,7 +395,7 @@
|
|||||||
"numActiveSessions": "Sitzungen",
|
"numActiveSessions": "Sitzungen",
|
||||||
"numConnections": "Verbindungen",
|
"numConnections": "Verbindungen",
|
||||||
"dataRelayed": "Weitergeleitet",
|
"dataRelayed": "Weitergeleitet",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Datenrate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Benutzer",
|
"user_count": "Benutzer",
|
||||||
@@ -440,17 +433,17 @@
|
|||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Last",
|
"load": "Last",
|
||||||
"wait": "Bitte warten",
|
"wait": "Bitte warten",
|
||||||
"temp": "Temp",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatur",
|
"_temp": "Temperatur",
|
||||||
"warn": "Warnung",
|
"warn": "Warnung",
|
||||||
"uptime": "Betriebszeit",
|
"uptime": "BETRIEBSZEIT",
|
||||||
"total": "Total",
|
"total": "Gesamt",
|
||||||
"free": "Frei",
|
"free": "Frei",
|
||||||
"used": "Benutzt",
|
"used": "In Benutzung",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Krit",
|
"crit": "Krit",
|
||||||
"read": "Lesen",
|
"read": "Gelesen",
|
||||||
"write": "Schreiben",
|
"write": "Schreiben",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
@@ -475,37 +468,37 @@
|
|||||||
"3-day": "Bewölkt",
|
"3-day": "Bewölkt",
|
||||||
"3-night": "Bewölkt",
|
"3-night": "Bewölkt",
|
||||||
"45-day": "neblig",
|
"45-day": "neblig",
|
||||||
"45-night": "Nebel",
|
"45-night": "neblig",
|
||||||
"48-day": "Nebel",
|
"48-day": "neblig",
|
||||||
"48-night": "Nebel",
|
"48-night": "neblig",
|
||||||
"51-day": "leichter Nieselregen",
|
"51-day": "leichter Nieselregen",
|
||||||
"51-night": "Leichter Nieselregen",
|
"51-night": "leichter Nieselregen",
|
||||||
"53-day": "Nieselregen",
|
"53-day": "Nieselregen",
|
||||||
"53-night": "Nieselregen",
|
"53-night": "Nieselregen",
|
||||||
"55-day": "starker Nieselregen",
|
"55-day": "starker Nieselregen",
|
||||||
"55-night": "Starker Nieselregen",
|
"55-night": "starker Nieselregen",
|
||||||
"56-day": "leichter gefrierender Nieselregen",
|
"56-day": "leichter gefrierender Nieselregen",
|
||||||
"56-night": "Leicht gefrierender Nieselregen",
|
"56-night": "leichter gefrierender Nieselregen",
|
||||||
"57-day": "gefrierender Nieselregen",
|
"57-day": "gefrierender Nieselregen",
|
||||||
"57-night": "Gefrierender Nieselregen",
|
"57-night": "gefrierender Nieselregen",
|
||||||
"61-day": "leichter Regen",
|
"61-day": "leichter Regen",
|
||||||
"61-night": "Leichter Regen",
|
"61-night": "leichter Regen",
|
||||||
"63-day": "Regen",
|
"63-day": "Regen",
|
||||||
"63-night": "Regen",
|
"63-night": "Regen",
|
||||||
"65-day": "starker Regen",
|
"65-day": "starker Regen",
|
||||||
"65-night": "Starker Regen",
|
"65-night": "starker Regen",
|
||||||
"66-day": "Gefrierender Regen",
|
"66-day": "Gefrierender Regen",
|
||||||
"66-night": "Gefrierender Regen",
|
"66-night": "Gefrierender Regen",
|
||||||
"67-day": "Gefrierender Regen",
|
"67-day": "Gefrierender Regen",
|
||||||
"67-night": "Gefrierender Regen",
|
"67-night": "Gefrierender Regen",
|
||||||
"71-day": "Leichter Schneefall",
|
"71-day": "Leichter Schneefall",
|
||||||
"71-night": "Leichter Schnee",
|
"71-night": "Leichter Schneefall",
|
||||||
"73-day": "Schnee",
|
"73-day": "Schnee",
|
||||||
"73-night": "Schnee",
|
"73-night": "Schnee",
|
||||||
"75-day": "Starker Schneefall",
|
"75-day": "Starker Schneefall",
|
||||||
"75-night": "Starker Schnee",
|
"75-night": "Starker Schneefall",
|
||||||
"77-day": "Schneegriesel",
|
"77-day": "Schneegriesel",
|
||||||
"77-night": "Schneekörner",
|
"77-night": "Schneegriesel",
|
||||||
"80-day": "Leichte Schauer",
|
"80-day": "Leichte Schauer",
|
||||||
"80-night": "Leichte Schauer",
|
"80-night": "Leichte Schauer",
|
||||||
"81-day": "Schauer",
|
"81-day": "Schauer",
|
||||||
@@ -517,11 +510,11 @@
|
|||||||
"86-day": "Schneeschauer",
|
"86-day": "Schneeschauer",
|
||||||
"86-night": "Schneeschauer",
|
"86-night": "Schneeschauer",
|
||||||
"95-day": "Gewitter",
|
"95-day": "Gewitter",
|
||||||
"95-night": "Sturm",
|
"95-night": "Gewitter",
|
||||||
"96-day": "Gewitter mit Hagel",
|
"96-day": "Gewitter mit Hagel",
|
||||||
"96-night": "Sturm mit Hagel",
|
"96-night": "Gewitter mit Hagel",
|
||||||
"99-day": "Sturm mit Hagel",
|
"99-day": "Gewitter mit Hagel",
|
||||||
"99-night": "Sturm mit Hagel"
|
"99-night": "Gewitter mit Hagel"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "System",
|
"available_update": "System",
|
||||||
@@ -531,7 +524,7 @@
|
|||||||
"child_bridges": "Unter-Bridges",
|
"child_bridges": "Unter-Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"pending": "Wartend",
|
"pending": "Ausstehend",
|
||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
@@ -553,7 +546,7 @@
|
|||||||
"approvedPushes": "Genehmigt",
|
"approvedPushes": "Genehmigt",
|
||||||
"rejectedPushes": "Abgelehnt",
|
"rejectedPushes": "Abgelehnt",
|
||||||
"filters": "Filter",
|
"filters": "Filter",
|
||||||
"indexers": "Indexierer"
|
"indexers": "Indexer"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Warteschlange",
|
"downloads": "Warteschlange",
|
||||||
@@ -564,13 +557,13 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Systemlast",
|
"load": "Systemlast",
|
||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
"alerts": "Alarme"
|
"alerts": "Warnungen"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Datenrate",
|
"speed": "Datenrate",
|
||||||
"active": "Aktiv",
|
"active": "Aktiv",
|
||||||
"queue": "Warteschlange",
|
"queue": "Warteschlange",
|
||||||
"total": "Total"
|
"total": "Gesamt"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Öffentliche IP",
|
"public_ip": "Öffentliche IP",
|
||||||
@@ -592,12 +585,12 @@
|
|||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Bestanden",
|
"passed": "Bestanden",
|
||||||
"failed": "Fehlerhaft",
|
"failed": "Fehlgeschlagen",
|
||||||
"unknown": "Unbekannt"
|
"unknown": "Unbekannt"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Posteingang",
|
"inbox": "Posteingang",
|
||||||
"total": "Total"
|
"total": "Gesamt"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Akkuladung",
|
"battery_charge": "Akkuladung",
|
||||||
@@ -629,10 +622,10 @@
|
|||||||
"limit": "Grenze"
|
"limit": "Grenze"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU-Last",
|
"cpu": "CPU-Auslastung",
|
||||||
"memory": "RAM aktiv",
|
"memory": "Aktiver RAM",
|
||||||
"wanUpload": "WAN Up",
|
"wanUpload": "WAN-Upload",
|
||||||
"wanDownload": "WAN Down"
|
"wanDownload": "WAN-Download"
|
||||||
},
|
},
|
||||||
"moonraker": {
|
"moonraker": {
|
||||||
"printer_state": "Druckerstatus",
|
"printer_state": "Druckerstatus",
|
||||||
@@ -656,7 +649,7 @@
|
|||||||
"wanStatus": "WAN-Status",
|
"wanStatus": "WAN-Status",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline",
|
"down": "Offline",
|
||||||
"temp": "Temp",
|
"temp": "Temperatur",
|
||||||
"disk": "Datenträgernutzung",
|
"disk": "Datenträgernutzung",
|
||||||
"wanIP": "WAN-IP"
|
"wanIP": "WAN-IP"
|
||||||
},
|
},
|
||||||
@@ -677,7 +670,7 @@
|
|||||||
"down": "Down",
|
"down": "Down",
|
||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
"incident": "Vorfall",
|
"incident": "Vorfall",
|
||||||
"m": "m"
|
"m": "min"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Serien",
|
"series": "Serien",
|
||||||
@@ -709,7 +702,7 @@
|
|||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Warteschlange",
|
"queue": "Warteschlange",
|
||||||
"processing": "Wird verarbeitet",
|
"processing": "Wird verarbeitet",
|
||||||
"processed": "Wird verarbeitet",
|
"processed": "Verarbeitet",
|
||||||
"time": "Zeit"
|
"time": "Zeit"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -735,7 +728,7 @@
|
|||||||
"size": "Größe",
|
"size": "Größe",
|
||||||
"lastrun": "Letzter Durchlauf",
|
"lastrun": "Letzter Durchlauf",
|
||||||
"nextrun": "Nächster Durchlauf",
|
"nextrun": "Nächster Durchlauf",
|
||||||
"failed": "Fehlerhaft"
|
"failed": "Fehlgeschlagen"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktive Worker",
|
"active_workers": "Aktive Worker",
|
||||||
@@ -752,8 +745,8 @@
|
|||||||
"targets_total": "Alle Ziele"
|
"targets_total": "Alle Ziele"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Seiten online",
|
"up": "Up",
|
||||||
"down": "Seiten offline",
|
"down": "Down",
|
||||||
"uptime": "Betriebszeit"
|
"uptime": "Betriebszeit"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
@@ -798,7 +791,7 @@
|
|||||||
"buildId": "Build-ID",
|
"buildId": "Build-ID",
|
||||||
"succeeded": "Erfolgreich",
|
"succeeded": "Erfolgreich",
|
||||||
"notStarted": "Nicht gestartet",
|
"notStarted": "Nicht gestartet",
|
||||||
"failed": "Fehlerhaft",
|
"failed": "Fehlgeschlagen",
|
||||||
"canceled": "Abgebrochen",
|
"canceled": "Abgebrochen",
|
||||||
"inProgress": "In Bearbeitung",
|
"inProgress": "In Bearbeitung",
|
||||||
"totalPrs": "PRs gesamt",
|
"totalPrs": "PRs gesamt",
|
||||||
@@ -831,11 +824,11 @@
|
|||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Wird heruntergeladen",
|
"downloading": "Wird heruntergeladen",
|
||||||
"total": "Total",
|
"total": "Gesamt",
|
||||||
"running": "Wird ausgeführt",
|
"running": "Wird ausgeführt",
|
||||||
"stopped": "Gestoppt",
|
"stopped": "Gestoppt",
|
||||||
"passed": "Erfolgreich",
|
"passed": "Bestanden",
|
||||||
"failed": "Fehlerhaft"
|
"failed": "Fehlgeschlagen"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
@@ -850,13 +843,13 @@
|
|||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
"lastDown": "Letzter Ausfall",
|
"lastDown": "Letzter Ausfall",
|
||||||
"downDuration": "Ausfalldauer",
|
"downDuration": "Ausfalldauer",
|
||||||
"sitesUp": "Seiten online",
|
"sitesUp": "Up",
|
||||||
"sitesDown": "Seiten offline",
|
"sitesDown": "Down",
|
||||||
"paused": "Pausiert",
|
"paused": "Pausiert",
|
||||||
"notyetchecked": "Noch nicht geprüft",
|
"notyetchecked": "Noch nicht geprüft",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"seemsdown": "Scheint nicht verfügbar",
|
"seemsdown": "Scheint nicht verfügbar",
|
||||||
"down": "Unbekannt",
|
"down": "Offline",
|
||||||
"unknown": "Unbekannt"
|
"unknown": "Unbekannt"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -876,7 +869,7 @@
|
|||||||
"totalfilesize": "Gesamtgröße"
|
"totalfilesize": "Gesamtgröße"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domänen",
|
||||||
"mailboxes": "Postfächer",
|
"mailboxes": "Postfächer",
|
||||||
"mails": "E-Mails",
|
"mails": "E-Mails",
|
||||||
"storage": "Speicher"
|
"storage": "Speicher"
|
||||||
@@ -910,7 +903,7 @@
|
|||||||
"performers": "Darsteller",
|
"performers": "Darsteller",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Filme",
|
"movies": "Filme",
|
||||||
"tags": "Tags",
|
"tags": "Schlagwörter",
|
||||||
"oCount": "O-Anzahl"
|
"oCount": "O-Anzahl"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -927,14 +920,14 @@
|
|||||||
"totalValue": "Gesamtwert"
|
"totalValue": "Gesamtwert"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alarme",
|
"alerts": "Warnungen",
|
||||||
"bans": "Banns"
|
"bans": "Banns"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Verbunden",
|
"connected": "Verbunden",
|
||||||
"enabled": "Aktiviert",
|
"enabled": "Aktiviert",
|
||||||
"disabled": "Deaktiviert",
|
"disabled": "Deaktiviert",
|
||||||
"total": "Total"
|
"total": "Gesamt"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -962,11 +955,11 @@
|
|||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"collections": "Sammlungen",
|
"collections": "Sammlungen",
|
||||||
"tags": "Tags"
|
"tags": "Schlagwörter"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Nicht klassifiziert",
|
"unclassified": "Nicht klassifiziert",
|
||||||
"information": "Information",
|
"information": "Informationen",
|
||||||
"warning": "Warnung",
|
"warning": "Warnung",
|
||||||
"average": "Durchschnitt",
|
"average": "Durchschnitt",
|
||||||
"high": "Hoch",
|
"high": "Hoch",
|
||||||
@@ -997,12 +990,12 @@
|
|||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"systems": "Systeme",
|
"systems": "Systeme",
|
||||||
"up": "Up",
|
"up": "Online",
|
||||||
"down": "Down",
|
"down": "Offline",
|
||||||
"paused": "Pausiert",
|
"paused": "Pausiert",
|
||||||
"pending": "Wartend",
|
"pending": "Ausstehend",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"updated": "Aktuell",
|
"updated": "Aktualisiert",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "RAM",
|
"memory": "RAM",
|
||||||
"disk": "Festplatte",
|
"disk": "Festplatte",
|
||||||
@@ -1012,14 +1005,14 @@
|
|||||||
"apps": "Anwendungen",
|
"apps": "Anwendungen",
|
||||||
"synced": "Synchronisiert",
|
"synced": "Synchronisiert",
|
||||||
"outOfSync": "Nicht mehr synchronisiert",
|
"outOfSync": "Nicht mehr synchronisiert",
|
||||||
"healthy": "Gesund",
|
"healthy": "Fehlerfrei",
|
||||||
"degraded": "Beeinträchtigt",
|
"degraded": "Beeinträchtigt",
|
||||||
"progressing": "Fortschritt",
|
"progressing": "Fortschritt",
|
||||||
"missing": "Fehlend",
|
"missing": "Fehlend",
|
||||||
"suspended": "Unterbrochen"
|
"suspended": "Unterbrochen"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Lädt"
|
"loading": "Wird geladen"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Gruppen",
|
"groups": "Gruppen",
|
||||||
@@ -1030,7 +1023,7 @@
|
|||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"load": "Last",
|
"load": "Last",
|
||||||
"bcharge": "Batterieladung",
|
"bcharge": "Akkuladung",
|
||||||
"timeleft": "Verbleibende Zeit"
|
"timeleft": "Verbleibende Zeit"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
@@ -1039,7 +1032,7 @@
|
|||||||
"archived": "Archiviert",
|
"archived": "Archiviert",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Listen",
|
"lists": "Listen",
|
||||||
"tags": "Tags"
|
"tags": "Schlagwörter"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Netzwerk",
|
"slskStatus": "Netzwerk",
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Dienstprobleme",
|
"serviceErrors": "Dienstprobleme",
|
||||||
"hostErrors": "Hostprobleme"
|
"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": "Gestartet",
|
|
||||||
"STOPPED": "Angehalten",
|
|
||||||
"NEW_ARRAY": "Neues Array",
|
|
||||||
"RECON_DISK": "Festplatte wird neu aufgebaut",
|
|
||||||
"DISABLE_DISK": "Festplatte deaktiviert",
|
|
||||||
"SWAP_DSBL": "Swap deaktivieren",
|
|
||||||
"INVALID_EXPANSION": "Üngültige Erweiterung",
|
|
||||||
"PARITY_NOT_BIGGEST": "Parity Not Biggest",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Zu viele fehlende Festplatten",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Neue Festplatte zu klein",
|
|
||||||
"NO_DATA_DISKS": "Keine Datenträger",
|
|
||||||
"notifications": "Mitteilungen",
|
|
||||||
"status": "Status",
|
|
||||||
"cpu": "CPU",
|
|
||||||
"memoryUsed": "Speichernutzung",
|
|
||||||
"memoryAvailable": "Verfügbarer Speicher",
|
|
||||||
"arrayUsed": "Array verwendet",
|
|
||||||
"arrayFree": "Array frei",
|
|
||||||
"poolUsed": "{{pool}} verwendet",
|
|
||||||
"poolFree": "{{pool}} frei"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Pläne",
|
|
||||||
"num_success_30": "Erfolgreich",
|
|
||||||
"num_failure_30": "Fehlerhaft",
|
|
||||||
"num_success_latest": "Erfolgreich",
|
|
||||||
"num_failure_latest": "Fehlgeschlagen",
|
|
||||||
"bytes_added_30": "Bytes hinzugefügt"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Titel",
|
|
||||||
"time": "Zeit",
|
|
||||||
"artists": "Künstler"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
@@ -759,8 +758,7 @@
|
|||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
"gross_percent_max": "All time",
|
"gross_percent_max": "All time"
|
||||||
"net_worth": "Net Worth"
|
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
@@ -1073,52 +1071,5 @@
|
|||||||
"servers": "Servers",
|
"servers": "Servers",
|
||||||
"stacks": "Stacks",
|
"stacks": "Stacks",
|
||||||
"containers": "Containers"
|
"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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,14 +63,14 @@
|
|||||||
"wlan_users": "WLAN-Uzantoj",
|
"wlan_users": "WLAN-Uzantoj",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "DOWN",
|
"down": "DOWN",
|
||||||
"wait": "Please wait",
|
"wait": "Bonvolu atendi",
|
||||||
"empty_data": "Subsistemostatuso nekonata"
|
"empty_data": "Subsistemostatuso nekonata"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "Ĉefprocesoro",
|
||||||
"running": "Rulata",
|
"running": "Rulata",
|
||||||
"offline": "Malkonekta",
|
"offline": "Malkonekta",
|
||||||
"error": "Eraro",
|
"error": "Eraro",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Parta"
|
"partial": "Parta"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Eraro",
|
||||||
"ping": "Sondaĵo",
|
"ping": "Sondaĵo",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "HTTP status",
|
||||||
"error": "Error",
|
"error": "Eraro",
|
||||||
"response": "Response",
|
"response": "Response",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"songs": "Kantoj"
|
"songs": "Kantoj"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Malkonekta",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Malkonekta",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Totalo",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nekonata"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Stato",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Unconfigured",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -168,9 +168,9 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Ludante",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transkodigo",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrapido",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "No Active Streams",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Active Streams",
|
"streams": "Active Streams",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Filmoj",
|
||||||
"tv": "Televidprogramoj"
|
"tv": "Televidprogramoj"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -199,18 +199,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"download": "Download"
|
"download": "Elŝuti"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,25 +233,25 @@
|
|||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series",
|
"series": "Serioj",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nekonata"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Filmoj",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nekonata"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -274,18 +274,17 @@
|
|||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Aprobita",
|
||||||
"available": "Available",
|
"available": "Havebla"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"approved": "Approved",
|
"approved": "Aprobita",
|
||||||
"available": "Available"
|
"available": "Havebla"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Totalo",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -303,14 +302,14 @@
|
|||||||
"latency": "Latency"
|
"latency": "Latency"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Alŝuti",
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"ping": "Ping"
|
"ping": "Sondaĵo"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Rulata",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "Totalo"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Downloaded",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Servoj",
|
"services": "Servoj",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
@@ -373,7 +366,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Totalo"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Configure one or more crypto currencies to track",
|
"configure": "Configure one or more crypto currencies to track",
|
||||||
@@ -384,7 +377,7 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Applications",
|
"apps": "Applications",
|
||||||
"clients": "Clients",
|
"clients": "Klientoj",
|
||||||
"messages": "Mesaĝoj"
|
"messages": "Mesaĝoj"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
@@ -405,48 +398,48 @@
|
|||||||
"transferRate": "Rate"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Uzantoj",
|
||||||
"status_count": "Afiŝoj",
|
"status_count": "Afiŝoj",
|
||||||
"domain_count": "Domains"
|
"domain_count": "Domains"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series"
|
"series": "Serioj"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Malkonekta"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Uzantoj",
|
||||||
"loginsLast24H": "Logins (24h)",
|
"loginsLast24H": "Logins (24h)",
|
||||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "Ĉefprocesoro",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "Ĉefprocesoro",
|
||||||
"load": "Load",
|
"load": "Ŝarĝo",
|
||||||
"wait": "Please wait",
|
"wait": "Bonvolu atendi",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Totalo",
|
||||||
"free": "Free",
|
"free": "Libera",
|
||||||
"used": "Used",
|
"used": "Uzata",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -471,13 +464,13 @@
|
|||||||
"1-day": "Mainly Sunny",
|
"1-day": "Mainly Sunny",
|
||||||
"1-night": "Mainly Clear",
|
"1-night": "Mainly Clear",
|
||||||
"2-day": "Nubeta",
|
"2-day": "Nubeta",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Nubeta",
|
||||||
"3-day": "Nuba",
|
"3-day": "Nuba",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Nuba",
|
||||||
"45-day": "Nebula",
|
"45-day": "Nebula",
|
||||||
"45-night": "Foggy",
|
"45-night": "Nebula",
|
||||||
"48-day": "Foggy",
|
"48-day": "Nebula",
|
||||||
"48-night": "Foggy",
|
"48-night": "Nebula",
|
||||||
"51-day": "Light Drizzle",
|
"51-day": "Light Drizzle",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Light Drizzle",
|
||||||
"53-day": "Drizzle",
|
"53-day": "Drizzle",
|
||||||
@@ -491,19 +484,19 @@
|
|||||||
"61-day": "Light Rain",
|
"61-day": "Light Rain",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Light Rain",
|
||||||
"63-day": "Pluvo",
|
"63-day": "Pluvo",
|
||||||
"63-night": "Rain",
|
"63-night": "Pluvo",
|
||||||
"65-day": "Pluvego",
|
"65-day": "Pluvego",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Pluvego",
|
||||||
"66-day": "Frosta pluvo",
|
"66-day": "Frosta pluvo",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Frosta pluvo",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Frosta pluvo",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Frosta pluvo",
|
||||||
"71-day": "Light Snow",
|
"71-day": "Light Snow",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Light Snow",
|
||||||
"73-day": "Neĝo",
|
"73-day": "Neĝo",
|
||||||
"73-night": "Snow",
|
"73-night": "Neĝo",
|
||||||
"75-day": "Neĝego",
|
"75-day": "Neĝego",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Neĝego",
|
||||||
"77-day": "Snow Grains",
|
"77-day": "Snow Grains",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Snow Grains",
|
||||||
"80-day": "Light Showers",
|
"80-day": "Light Showers",
|
||||||
@@ -517,11 +510,11 @@
|
|||||||
"86-day": "Snow Showers",
|
"86-day": "Snow Showers",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Snow Showers",
|
||||||
"95-day": "Fulmotondro",
|
"95-day": "Fulmotondro",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Fulmotondro",
|
||||||
"96-day": "Fulmotondro kun hajlo",
|
"96-day": "Fulmotondro kun hajlo",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Fulmotondro kun hajlo",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Fulmotondro kun hajlo",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "Fulmotondro kun hajlo"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Sistemo",
|
"available_update": "Sistemo",
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -550,7 +543,7 @@
|
|||||||
"containers_failed": "Failed"
|
"containers_failed": "Failed"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Aprobita",
|
||||||
"rejectedPushes": "Rejected",
|
"rejectedPushes": "Rejected",
|
||||||
"filters": "Filtriloj",
|
"filters": "Filtriloj",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexers"
|
||||||
@@ -570,7 +563,7 @@
|
|||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"total": "Total"
|
"total": "Totalo"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -579,7 +572,7 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Kanaloj",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tuners",
|
"tunerCount": "Tuners",
|
||||||
"channelNumber": "Channel",
|
"channelNumber": "Channel",
|
||||||
@@ -587,17 +580,17 @@
|
|||||||
"signalStrength": "Strength",
|
"signalStrength": "Strength",
|
||||||
"signalQuality": "Quality",
|
"signalQuality": "Quality",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitrapido",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nekonata"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Totalo"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Stato",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Stato"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -663,11 +656,11 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Failed Tasks 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "Ĉefprocesoro",
|
||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Uzantoj",
|
||||||
"photos": "Photos",
|
"photos": "Photos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -680,23 +673,23 @@
|
|||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Serioj",
|
||||||
"archives": "Archives",
|
"archives": "Archives",
|
||||||
"chapters": "Chapters",
|
"chapters": "Chapters",
|
||||||
"categories": "Categories"
|
"categories": "Categories"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Serioj",
|
||||||
"books": "Books"
|
"books": "Libroj"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Tagoj",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Havebla"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Serioj",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Wanted"
|
"wanted": "Wanted"
|
||||||
},
|
},
|
||||||
@@ -731,7 +724,7 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Libroj",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -777,10 +770,10 @@
|
|||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Libroj",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Serioj"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Queue",
|
||||||
@@ -789,12 +782,12 @@
|
|||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Serioj",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Files"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
@@ -803,19 +796,19 @@
|
|||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Aprobita"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Malkonekta",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Max players",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "Sondaĵo"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
@@ -825,14 +818,14 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "Uzantoj",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Totalo",
|
||||||
"running": "Running",
|
"running": "Rulata",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
@@ -846,7 +839,7 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
@@ -857,7 +850,7 @@
|
|||||||
"up": "Up",
|
"up": "Up",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nekonata"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "In cinemas",
|
||||||
@@ -909,12 +902,12 @@
|
|||||||
"galleries": "Galleries",
|
"galleries": "Galleries",
|
||||||
"performers": "Performers",
|
"performers": "Performers",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Movies",
|
"movies": "Filmoj",
|
||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Uzantoj",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
@@ -923,7 +916,7 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "Uzantoj",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
@@ -934,7 +927,7 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Totalo"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -943,9 +936,9 @@
|
|||||||
"banned": "Banned"
|
"banned": "Banned"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Sondaĵo",
|
||||||
"download": "Download",
|
"download": "Elŝuti",
|
||||||
"upload": "Upload"
|
"upload": "Alŝuti"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
@@ -966,7 +959,7 @@
|
|||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "Informo",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"average": "Average",
|
"average": "Average",
|
||||||
"high": "High",
|
"high": "High",
|
||||||
@@ -990,9 +983,9 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Malkonekta"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
@@ -1001,9 +994,9 @@
|
|||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "Ĉefprocesoro",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
@@ -1012,7 +1005,7 @@
|
|||||||
"apps": "Apps",
|
"apps": "Apps",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Healthy",
|
"healthy": "Sana",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
@@ -1028,8 +1021,8 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Stato",
|
||||||
"load": "Load",
|
"load": "Ŝarĝo",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Time Left"
|
||||||
},
|
},
|
||||||
@@ -1046,78 +1039,20 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Havebla",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Up to Date",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Files"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Kantoj",
|
||||||
"movies": "Movies",
|
"movies": "Filmoj",
|
||||||
"episodes": "Episodes",
|
"episodes": "Epizodoj",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Libre",
|
"free": "Libre",
|
||||||
"used": "Utilizado",
|
"used": "Usado",
|
||||||
"load": "Carga",
|
"load": "Carga",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"max": "Máx.",
|
"max": "Máx.",
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
"wlan_users": "Usuarios WLAN",
|
"wlan_users": "Usuarios WLAN",
|
||||||
"up": "ACTIVO",
|
"up": "ACTIVO",
|
||||||
"down": "CAÍDO",
|
"down": "CAÍDO",
|
||||||
"wait": "Espere, por favor",
|
"wait": "Espera, por favor",
|
||||||
"empty_data": "Se desconoce el estado del subsistema"
|
"empty_data": "Se desconoce el estado del subsistema"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Parcial"
|
"partial": "Parcial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Fallo",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Inactivo",
|
"down": "Inactivo",
|
||||||
"up": "Activo",
|
"up": "Activo",
|
||||||
@@ -91,10 +91,10 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "Estado HTTP",
|
"http_status": "Estado HTTP",
|
||||||
"error": "Error",
|
"error": "Fallo",
|
||||||
"response": "Respuesta",
|
"response": "Respuesta",
|
||||||
"down": "Inactivo",
|
"down": "Inactivo",
|
||||||
"up": "Activos",
|
"up": "Activo",
|
||||||
"not_available": "No disponible"
|
"not_available": "No disponible"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -108,8 +108,8 @@
|
|||||||
"songs": "Canciones"
|
"songs": "Canciones"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Fuera de línea",
|
"offline": "Desconectado",
|
||||||
"offline_alt": "Fuera de línea",
|
"offline_alt": "Desconectado",
|
||||||
"online": "En línea",
|
"online": "En línea",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"unknown": "Desconocido"
|
"unknown": "Desconocido"
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
"maxDown": "Descarga máxima",
|
"maxDown": "Descarga máxima",
|
||||||
"maxUp": "Subida máxima",
|
"maxUp": "Subida máxima",
|
||||||
"down": "Inactivo",
|
"down": "Inactivo",
|
||||||
"up": "Activos",
|
"up": "Activo",
|
||||||
"received": "Recibido",
|
"received": "Recibido",
|
||||||
"sent": "Enviado",
|
"sent": "Enviado",
|
||||||
"externalIPAddress": "IP ext.",
|
"externalIPAddress": "IP ext.",
|
||||||
@@ -205,13 +205,13 @@
|
|||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Descarga",
|
"download": "Descarga",
|
||||||
"upload": "Subida",
|
"upload": "Subida",
|
||||||
"leech": "Descargando",
|
"leech": "Descargas",
|
||||||
"seed": "Semillas"
|
"seed": "Semillas"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Descarga",
|
"download": "Descarga",
|
||||||
"upload": "Subida",
|
"upload": "Subida",
|
||||||
"leech": "Descargando",
|
"leech": "Descargas",
|
||||||
"seed": "Semillas"
|
"seed": "Semillas"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Descarga",
|
"download": "Descarga",
|
||||||
"upload": "Subida",
|
"upload": "Subida",
|
||||||
"leech": "Descargando",
|
"leech": "Descargas",
|
||||||
"seed": "Semillas"
|
"seed": "Semillas"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
@@ -235,14 +235,14 @@
|
|||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Descarga",
|
"download": "Descarga",
|
||||||
"upload": "Subida",
|
"upload": "Subida",
|
||||||
"leech": "Descargando",
|
"leech": "Descargas",
|
||||||
"seed": "Semillas"
|
"seed": "Semillas"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Buscando",
|
"wanted": "Buscando",
|
||||||
"queued": "En cola",
|
"queued": "En cola",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Cola",
|
"queue": "En cola",
|
||||||
"unknown": "Desconocido"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
@@ -250,7 +250,7 @@
|
|||||||
"missing": "Faltantes",
|
"missing": "Faltantes",
|
||||||
"queued": "En cola",
|
"queued": "En cola",
|
||||||
"movies": "Películas",
|
"movies": "Películas",
|
||||||
"queue": "Cola",
|
"queue": "En cola",
|
||||||
"unknown": "Desconocido"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pendiente",
|
"pending": "Pendiente",
|
||||||
"approved": "Aprobado",
|
"approved": "Aprobado",
|
||||||
"available": "Disponible",
|
"available": "Disponible"
|
||||||
"issues": "Issues Abiertos"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pendiente",
|
"pending": "Pendiente",
|
||||||
@@ -308,15 +307,15 @@
|
|||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "En ejecución",
|
"running": "Ejecutando",
|
||||||
"stopped": "Detenido",
|
"stopped": "Detenido",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Descargado",
|
"download": "Descargado",
|
||||||
"nondownload": "No descargado",
|
"nondownload": "No descargado",
|
||||||
"read": "Leído",
|
"read": "Leer",
|
||||||
"unread": "No leídos",
|
"unread": "Sin leer",
|
||||||
"downloadedread": "Descargado y leído",
|
"downloadedread": "Descargado y leído",
|
||||||
"downloadedunread": "Descargado y no leído",
|
"downloadedunread": "Descargado y no leído",
|
||||||
"nondownloadedread": "No descargado y leído",
|
"nondownloadedread": "No descargado y leído",
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Clientes"
|
"totalClients": "Clientes"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Cola",
|
"queue": "En cola",
|
||||||
"processed": "Procesado",
|
"processed": "Procesado",
|
||||||
"errored": "Error",
|
"errored": "Error",
|
||||||
"saved": "Guardado"
|
"saved": "Guardado"
|
||||||
@@ -360,19 +359,13 @@
|
|||||||
"services": "Servicios",
|
"services": "Servicios",
|
||||||
"middleware": "Software intermedio"
|
"middleware": "Software intermedio"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Versión",
|
|
||||||
"notesCount": "Notas",
|
|
||||||
"dbSize": "Tamaño de la base de datos",
|
|
||||||
"unknown": "Desconocido"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Sin transmisiones activas",
|
"nothing_streaming": "Sin transmisiones activas",
|
||||||
"please_wait": "Por favor, espera"
|
"please_wait": "Por favor, espera"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Activos",
|
"enabled": "Activado",
|
||||||
"disabled": "Inactivos",
|
"disabled": "Desactivado",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
@@ -396,7 +389,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Configurado",
|
"configured": "Configurado",
|
||||||
"errored": "Con fallo"
|
"errored": "Error"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sesiones",
|
"numActiveSessions": "Sesiones",
|
||||||
@@ -419,7 +412,7 @@
|
|||||||
"version": "Versión",
|
"version": "Versión",
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"up": "En línea",
|
"up": "En línea",
|
||||||
"down": "Fuera de línea"
|
"down": "Desconectado"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Leer",
|
"read": "Leer",
|
||||||
@@ -439,7 +432,7 @@
|
|||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Carga",
|
"load": "Carga",
|
||||||
"wait": "Por favor, espera",
|
"wait": "Espera, por favor",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatura",
|
"_temp": "Temperatura",
|
||||||
"warn": "Advertir",
|
"warn": "Advertir",
|
||||||
@@ -450,7 +443,7 @@
|
|||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crít.",
|
"crit": "Crít.",
|
||||||
"read": "Leído",
|
"read": "Leer",
|
||||||
"write": "Escribir",
|
"write": "Escribir",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Memoria",
|
"mem": "Memoria",
|
||||||
@@ -462,7 +455,7 @@
|
|||||||
"search": "Buscar",
|
"search": "Buscar",
|
||||||
"custom": "Personalizado",
|
"custom": "Personalizado",
|
||||||
"visit": "Visitar",
|
"visit": "Visitar",
|
||||||
"url": "URL",
|
"url": "Enlace",
|
||||||
"searchsuggestion": "Sugerencia"
|
"searchsuggestion": "Sugerencia"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -471,13 +464,13 @@
|
|||||||
"1-day": "Mayormente soleado",
|
"1-day": "Mayormente soleado",
|
||||||
"1-night": "Mayormente despejado",
|
"1-night": "Mayormente despejado",
|
||||||
"2-day": "Parcialmente nuboso",
|
"2-day": "Parcialmente nuboso",
|
||||||
"2-night": "Parcialmente nublado",
|
"2-night": "Parcialmente nuboso",
|
||||||
"3-day": "Nublado",
|
"3-day": "Nublado",
|
||||||
"3-night": "Nublado",
|
"3-night": "Nublado",
|
||||||
"45-day": "Niebla",
|
"45-day": "Niebla",
|
||||||
"45-night": "Neblinoso",
|
"45-night": "Niebla",
|
||||||
"48-day": "Neblinoso",
|
"48-day": "Niebla",
|
||||||
"48-night": "Neblinoso",
|
"48-night": "Niebla",
|
||||||
"51-day": "Llovizna ligera",
|
"51-day": "Llovizna ligera",
|
||||||
"51-night": "Llovizna ligera",
|
"51-night": "Llovizna ligera",
|
||||||
"53-day": "Llovizna",
|
"53-day": "Llovizna",
|
||||||
@@ -493,29 +486,29 @@
|
|||||||
"63-day": "Lluvia",
|
"63-day": "Lluvia",
|
||||||
"63-night": "Lluvia",
|
"63-night": "Lluvia",
|
||||||
"65-day": "Lluvia torrencial",
|
"65-day": "Lluvia torrencial",
|
||||||
"65-night": "Lluvia fuerte",
|
"65-night": "Lluvia torrencial",
|
||||||
"66-day": "Granizo",
|
"66-day": "Granizo",
|
||||||
"66-night": "Lluvia helada",
|
"66-night": "Granizo",
|
||||||
"67-day": "Lluvia helada",
|
"67-day": "Granizo",
|
||||||
"67-night": "Lluvia helada",
|
"67-night": "Granizo",
|
||||||
"71-day": "Nevada leve",
|
"71-day": "Nevada leve",
|
||||||
"71-night": "Nieve ligera",
|
"71-night": "Nevada leve",
|
||||||
"73-day": "Nevada",
|
"73-day": "Nevada",
|
||||||
"73-night": "Nieve",
|
"73-night": "Nevada",
|
||||||
"75-day": "Nevada intensa",
|
"75-day": "Nevada intensa",
|
||||||
"75-night": "Nieve intensa",
|
"75-night": "Nevada intensa",
|
||||||
"77-day": "Granizada",
|
"77-day": "Granizada",
|
||||||
"77-night": "Granizada",
|
"77-night": "Granizada",
|
||||||
"80-day": "Llovizna",
|
"80-day": "Llovizna",
|
||||||
"80-night": "Chubascos ligeros",
|
"80-night": "Llovizna",
|
||||||
"81-day": "Lluvia",
|
"81-day": "Lluvia",
|
||||||
"81-night": "Chubascos",
|
"81-night": "Lluvia",
|
||||||
"82-day": "Lluvias torrenciales",
|
"82-day": "Lluvias torrenciales",
|
||||||
"82-night": "Chubascos fuertes",
|
"82-night": "Lluvias torrenciales",
|
||||||
"85-day": "Lluvia de nieve",
|
"85-day": "Lluvia de nieve",
|
||||||
"85-night": "Chubascos de nieve",
|
"85-night": "Lluvia de nieve",
|
||||||
"86-day": "Chubascos de nieve",
|
"86-day": "Lluvia de nieve",
|
||||||
"86-night": "Chubascos de nieve",
|
"86-night": "Lluvia de nieve",
|
||||||
"95-day": "Tormenta",
|
"95-day": "Tormenta",
|
||||||
"95-night": "Tormenta",
|
"95-night": "Tormenta",
|
||||||
"96-day": "Tormenta con granizo",
|
"96-day": "Tormenta con granizo",
|
||||||
@@ -556,7 +549,7 @@
|
|||||||
"indexers": "Indexadores"
|
"indexers": "Indexadores"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Cola",
|
"downloads": "En cola",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Canales",
|
"channels": "Canales",
|
||||||
"playlists": "Listas de reproducción"
|
"playlists": "Listas de reproducción"
|
||||||
@@ -569,14 +562,14 @@
|
|||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Velocidad",
|
"speed": "Velocidad",
|
||||||
"active": "Activo",
|
"active": "Activo",
|
||||||
"queue": "Cola",
|
"queue": "En cola",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "IP pública",
|
"public_ip": "IP pública",
|
||||||
"region": "Región",
|
"region": "Región",
|
||||||
"country": "País",
|
"country": "País",
|
||||||
"port_forwarded": "Puerto redireccionado"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canales",
|
"channels": "Canales",
|
||||||
@@ -656,7 +649,7 @@
|
|||||||
"wanStatus": "Estado de la WAN",
|
"wanStatus": "Estado de la WAN",
|
||||||
"up": "Activo",
|
"up": "Activo",
|
||||||
"down": "Inactivo",
|
"down": "Inactivo",
|
||||||
"temp": "Temp",
|
"temp": "Temperatura",
|
||||||
"disk": "Uso del disco",
|
"disk": "Uso del disco",
|
||||||
"wanIP": "IP de la WAN"
|
"wanIP": "IP de la WAN"
|
||||||
},
|
},
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "Personas"
|
"people": "Personas"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Cola",
|
"queue": "En cola",
|
||||||
"processing": "Procesando",
|
"processing": "Procesando",
|
||||||
"processed": "Procesado",
|
"processed": "Procesado",
|
||||||
"time": "Tiempo"
|
"time": "Tiempo"
|
||||||
@@ -801,21 +794,21 @@
|
|||||||
"failed": "Fallido",
|
"failed": "Fallido",
|
||||||
"canceled": "Cancelado",
|
"canceled": "Cancelado",
|
||||||
"inProgress": "En curso",
|
"inProgress": "En curso",
|
||||||
"totalPrs": "PRs totales",
|
"totalPrs": "RP totales",
|
||||||
"myPrs": "Mis PRs",
|
"myPrs": "Mis logros",
|
||||||
"approved": "Aprobado"
|
"approved": "Aprobado"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"online": "En línea",
|
"online": "En línea",
|
||||||
"offline": "Fuera de línea",
|
"offline": "Desconectado",
|
||||||
"name": "Nombre",
|
"name": "Nombre",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Jugadores actuales",
|
"currentPlayers": "Jugadores actuales",
|
||||||
"players": "Jugadores",
|
"players": "Jugadores",
|
||||||
"maxPlayers": "Jugadores máximos",
|
"maxPlayers": "Jugadores máximos",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Latencia"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
@@ -853,19 +846,19 @@
|
|||||||
"sitesUp": "Sitios activos",
|
"sitesUp": "Sitios activos",
|
||||||
"sitesDown": "Sitios inactivos",
|
"sitesDown": "Sitios inactivos",
|
||||||
"paused": "Pausado",
|
"paused": "Pausado",
|
||||||
"notyetchecked": "Aún no comprobado",
|
"notyetchecked": "Aún no verificado",
|
||||||
"up": "Activo",
|
"up": "Activo",
|
||||||
"seemsdown": "Parece caído",
|
"seemsdown": "Parece caída",
|
||||||
"down": "Inactivo",
|
"down": "Inactivo",
|
||||||
"unknown": "Desconocido"
|
"unknown": "Desconocido"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "En cines",
|
"inCinemas": "En cine",
|
||||||
"physicalRelease": "Lanzamiento en físico",
|
"physicalRelease": "Lanzamiento en físico",
|
||||||
"digitalRelease": "Lanzamiento en digital",
|
"digitalRelease": "Lanzamiento en digital",
|
||||||
"noEventsToday": "¡Sin eventos para hoy!",
|
"noEventsToday": "¡Sin eventos para hoy!",
|
||||||
"noEventsFound": "No se encontraron eventos",
|
"noEventsFound": "No se encontraron eventos",
|
||||||
"errorWhenLoadingData": "Error al cargar los datos del calendario"
|
"errorWhenLoadingData": "Error when loading calendar data"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Plataformas",
|
"platforms": "Plataformas",
|
||||||
@@ -893,7 +886,7 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notificaciones",
|
"notifications": "Notificaciones",
|
||||||
"issues": "Incidencias",
|
"issues": "Números",
|
||||||
"pulls": "Solicitudes de cambios",
|
"pulls": "Solicitudes de cambios",
|
||||||
"repositories": "Repositorios"
|
"repositories": "Repositorios"
|
||||||
},
|
},
|
||||||
@@ -931,9 +924,9 @@
|
|||||||
"bans": "Baneos"
|
"bans": "Baneos"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Conectados",
|
"connected": "Conectado",
|
||||||
"enabled": "Activo",
|
"enabled": "Activado",
|
||||||
"disabled": "Inactivos",
|
"disabled": "Desactivado",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -943,7 +936,7 @@
|
|||||||
"banned": "Baneado"
|
"banned": "Baneado"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Latencia",
|
"ping": "Ping",
|
||||||
"download": "Descarga",
|
"download": "Descarga",
|
||||||
"upload": "Subida"
|
"upload": "Subida"
|
||||||
},
|
},
|
||||||
@@ -992,7 +985,7 @@
|
|||||||
"last_seen": "Visto por última vez",
|
"last_seen": "Visto por última vez",
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"online": "En línea",
|
"online": "En línea",
|
||||||
"offline": "Fuera de línea"
|
"offline": "Desconectado"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Nombre",
|
"name": "Nombre",
|
||||||
@@ -1023,7 +1016,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Grupos",
|
"groups": "Grupos",
|
||||||
"issues": "Incidencias",
|
"issues": "Números",
|
||||||
"merges": "Solicitudes de fusión",
|
"merges": "Solicitudes de fusión",
|
||||||
"projects": "Proyectos"
|
"projects": "Proyectos"
|
||||||
},
|
},
|
||||||
@@ -1059,65 +1052,7 @@
|
|||||||
"other": "Otros"
|
"other": "Otros"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Problemas de servicio",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Problemas de host"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"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": "Planes",
|
|
||||||
"num_success_30": "Éxitos",
|
|
||||||
"num_failure_30": "Fallos",
|
|
||||||
"num_success_latest": "Exitosa",
|
|
||||||
"num_failure_latest": "Fallida",
|
|
||||||
"bytes_added_30": "Bytes Añadidos"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Canciones",
|
|
||||||
"time": "Tiempo",
|
|
||||||
"artists": "Artistas"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
"wlan_users": "WLAN Erabiltzaileak",
|
"wlan_users": "WLAN Erabiltzaileak",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "DOWN",
|
"down": "DOWN",
|
||||||
"wait": "Please wait",
|
"wait": "Itxaron mesedez",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"http_status": "HTTP status",
|
"http_status": "HTTP status",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"response": "Erantzuna",
|
"response": "Erantzuna",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"not_available": "Not Available"
|
"not_available": "Not Available"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -111,8 +111,8 @@
|
|||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Guztira",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ezezaguna"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkzioak",
|
"pv_power": "Produkzioak",
|
||||||
@@ -144,8 +144,8 @@
|
|||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"received": "Received",
|
"received": "Received",
|
||||||
"sent": "Bidalita",
|
"sent": "Bidalita",
|
||||||
"externalIPAddress": "Ext. IP",
|
"externalIPAddress": "Ext. IP",
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Playing",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transcoding",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bit-tasa",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "No Active Streams",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Active Streams",
|
"streams": "Active Streams",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Filmak",
|
||||||
"tv": "TV Shows"
|
"tv": "TV Shows"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -199,18 +199,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"download": "Download"
|
"download": "Jeitsierak"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,25 +233,25 @@
|
|||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series",
|
"series": "Serieak",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ezezaguna"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Filmak",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ezezaguna"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
@@ -285,8 +284,8 @@
|
|||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Guztira",
|
||||||
"connected": "Connected",
|
"connected": "Konektatuta",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
@@ -303,20 +302,20 @@
|
|||||||
"latency": "Latency"
|
"latency": "Latency"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Kargatu",
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "Guztira"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Downloaded",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Irakurri gabe",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
@@ -373,7 +366,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Guztira"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Configure one or more crypto currencies to track",
|
"configure": "Configure one or more crypto currencies to track",
|
||||||
@@ -412,7 +405,7 @@
|
|||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series"
|
"series": "Serieak"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Jokalariak",
|
"players": "Jokalariak",
|
||||||
@@ -423,7 +416,7 @@
|
|||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "Irakurri gabe"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
@@ -439,14 +432,14 @@
|
|||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Load",
|
||||||
"wait": "Please wait",
|
"wait": "Itxaron mesedez",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Guztira",
|
||||||
"free": "Free",
|
"free": "Free",
|
||||||
"used": "Used",
|
"used": "Erabilita",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Up to Date",
|
"up_to_date": "Up to Date",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"down": "Down"
|
"down": "Behera"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "New",
|
"new": "New",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
@@ -570,7 +563,7 @@
|
|||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"total": "Total"
|
"total": "Guztira"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -587,17 +580,17 @@
|
|||||||
"signalStrength": "Strength",
|
"signalStrength": "Strength",
|
||||||
"signalQuality": "Quality",
|
"signalQuality": "Quality",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bit-tasa",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ezezaguna"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Guztira"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -654,8 +647,8 @@
|
|||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
"memory": "Mem Usage",
|
"memory": "Mem Usage",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Status",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Disk Usage",
|
"disk": "Disk Usage",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
@@ -680,29 +673,29 @@
|
|||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Serieak",
|
||||||
"archives": "Archives",
|
"archives": "Archives",
|
||||||
"chapters": "Chapters",
|
"chapters": "Chapters",
|
||||||
"categories": "Categories"
|
"categories": "Categories"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Serieak",
|
||||||
"books": "Books"
|
"books": "Books"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Egun",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Available"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Serieak",
|
||||||
"issues": "Arazoak",
|
"issues": "Arazoak",
|
||||||
"wanted": "Wanted"
|
"wanted": "Wanted"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"photos": "Photos",
|
"photos": "Argazkiak",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
@@ -780,7 +773,7 @@
|
|||||||
"books": "Books",
|
"books": "Books",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Serieak"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Queue",
|
||||||
@@ -789,7 +782,7 @@
|
|||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Serieak",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Files"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
@@ -812,7 +805,7 @@
|
|||||||
"name": "Izena",
|
"name": "Izena",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
"players": "Players",
|
"players": "Jokalariak",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Max players",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -831,7 +824,7 @@
|
|||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Deskargatzen",
|
"downloading": "Deskargatzen",
|
||||||
"total": "Total",
|
"total": "Guztira",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -840,8 +833,8 @@
|
|||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"cpuLoad": "CPU Load Avg (5m)",
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"bytesTx": "Transmitted",
|
"bytesTx": "Transmitted",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
@@ -854,10 +847,10 @@
|
|||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sites Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Not Yet Checked",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ezezaguna"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "In cinemas",
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Ekitaldiak",
|
"events": "Ekitaldiak",
|
||||||
"plants": "Landareak",
|
"plants": "Landareak",
|
||||||
"photos": "Photos",
|
"photos": "Argazkiak",
|
||||||
"species": "Species"
|
"species": "Species"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Jakinarazpenak",
|
"notifications": "Jakinarazpenak",
|
||||||
"issues": "Issues",
|
"issues": "Arazoak",
|
||||||
"pulls": "Pull Requests",
|
"pulls": "Pull Requests",
|
||||||
"repositories": "Repositories"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
@@ -909,8 +902,8 @@
|
|||||||
"galleries": "Galleries",
|
"galleries": "Galleries",
|
||||||
"performers": "Performers",
|
"performers": "Performers",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Movies",
|
"movies": "Filmak",
|
||||||
"tags": "Tags",
|
"tags": "Etiketak",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -931,10 +924,10 @@
|
|||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Konektatuta",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Guztira"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"download": "Download",
|
"download": "Jeitsierak",
|
||||||
"upload": "Upload"
|
"upload": "Kargatu"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
@@ -962,11 +955,11 @@
|
|||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"collections": "Bildumak",
|
"collections": "Bildumak",
|
||||||
"tags": "Tags"
|
"tags": "Etiketak"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "Informazioa",
|
||||||
"warning": "Abisua",
|
"warning": "Abisua",
|
||||||
"average": "Batez besteko",
|
"average": "Batez besteko",
|
||||||
"high": "Altua",
|
"high": "Altua",
|
||||||
@@ -987,7 +980,7 @@
|
|||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Izena",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
@@ -995,10 +988,10 @@
|
|||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Izena",
|
||||||
"systems": "Systems",
|
"systems": "Systems",
|
||||||
"up": "Up",
|
"up": "Gora",
|
||||||
"down": "Down",
|
"down": "Behera",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
@@ -1012,7 +1005,7 @@
|
|||||||
"apps": "Aplikazioak",
|
"apps": "Aplikazioak",
|
||||||
"synced": "Sinkronizatuta",
|
"synced": "Sinkronizatuta",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Healthy",
|
"healthy": "Osasuntsu",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
@@ -1023,7 +1016,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Taldeak",
|
"groups": "Taldeak",
|
||||||
"issues": "Issues",
|
"issues": "Arazoak",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Proiektuak"
|
"projects": "Proiektuak"
|
||||||
},
|
},
|
||||||
@@ -1039,12 +1032,12 @@
|
|||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Lists",
|
"lists": "Lists",
|
||||||
"tags": "Tags"
|
"tags": "Etiketak"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Network",
|
||||||
"connected": "Connected",
|
"connected": "Konektatuta",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Deskonektatuta",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Available",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Up to Date",
|
||||||
@@ -1053,71 +1046,13 @@
|
|||||||
"sharedFiles": "Files"
|
"sharedFiles": "Files"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Abestiak",
|
||||||
"movies": "Movies",
|
"movies": "Filmak",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
"wlan_users": "WLAN Users",
|
"wlan_users": "WLAN Users",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "DOWN",
|
"down": "DOWN",
|
||||||
"wait": "Please wait",
|
"wait": "Odota, ole hyvä",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Yhteensä",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Tila",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Unconfigured",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Toistaa",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transkoodaa",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bittinopeus",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Ei aktiivisia striimejä",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "TV Shows"
|
"tv": "TV Shows"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Nopeus",
|
||||||
"queue": "Jono",
|
"queue": "Jono",
|
||||||
"timeleft": "Aikaa jäljellä"
|
"timeleft": "Aikaa jäljellä"
|
||||||
},
|
},
|
||||||
@@ -242,25 +242,25 @@
|
|||||||
"wanted": "Haluttu",
|
"wanted": "Haluttu",
|
||||||
"queued": "Jonossa",
|
"queued": "Jonossa",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Jono",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Haluttu",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "Jonossa",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Jono",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Haluttu",
|
||||||
"queued": "Queued",
|
"queued": "Jonossa",
|
||||||
"artists": "Artists"
|
"artists": "Artists"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Haluttu",
|
||||||
"queued": "Queued",
|
"queued": "Jonossa",
|
||||||
"books": "Kirjoja"
|
"books": "Kirjoja"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,19 +273,18 @@
|
|||||||
"available": "Saatavilla"
|
"available": "Saatavilla"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Vireillä",
|
||||||
"approved": "Approved",
|
"approved": "Hyväksytty",
|
||||||
"available": "Available",
|
"available": "Saatavilla"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Vireillä",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"approved": "Approved",
|
"approved": "Hyväksytty",
|
||||||
"available": "Available"
|
"available": "Saatavilla"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Yhteensä",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -297,8 +296,8 @@
|
|||||||
"gravity": "Vakavuus"
|
"gravity": "Vakavuus"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Kyselyjä",
|
||||||
"blocked": "Blocked",
|
"blocked": "Estetty",
|
||||||
"filtered": "Suodatettu",
|
"filtered": "Suodatettu",
|
||||||
"latency": "Viive"
|
"latency": "Viive"
|
||||||
},
|
},
|
||||||
@@ -310,10 +309,10 @@
|
|||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Pysäytetty",
|
"stopped": "Pysäytetty",
|
||||||
"total": "Total"
|
"total": "Yhteensä"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Ladattu",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Unread",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Ago"
|
"ago": "{{value}} Ago"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Kyselyjä",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Estetty",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Asiakasohjelmia"
|
"totalClients": "Asiakasohjelmia"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Jono",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
@@ -360,20 +359,14 @@
|
|||||||
"services": "Palveluja",
|
"services": "Palveluja",
|
||||||
"middleware": "Middlewareja"
|
"middleware": "Middlewareja"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Ei aktiivisia striimejä",
|
||||||
"please_wait": "Odota, ole hyvä"
|
"please_wait": "Odota, ole hyvä"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Käytössä",
|
"enabled": "Käytössä",
|
||||||
"disabled": "Poissa käytöstä",
|
"disabled": "Poissa käytöstä",
|
||||||
"total": "Total"
|
"total": "Yhteensä"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Määritä yksi tai useampi kryptovaluutta seurattavaksi",
|
"configure": "Määritä yksi tai useampi kryptovaluutta seurattavaksi",
|
||||||
@@ -384,13 +377,13 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Sovelluksia",
|
"apps": "Sovelluksia",
|
||||||
"clients": "Clients",
|
"clients": "Asiakasohjelmia",
|
||||||
"messages": "Viestejä"
|
"messages": "Viestejä"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indeksoijia",
|
"enableIndexers": "Indeksoijia",
|
||||||
"numberOfGrabs": "Nappauksia",
|
"numberOfGrabs": "Nappauksia",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Kyselyjä",
|
||||||
"numberOfFailGrabs": "Epäonnistuneita nappauksia",
|
"numberOfFailGrabs": "Epäonnistuneita nappauksia",
|
||||||
"numberOfFailQueries": "Epäonnistuneita kyselyjä"
|
"numberOfFailQueries": "Epäonnistuneita kyselyjä"
|
||||||
},
|
},
|
||||||
@@ -402,7 +395,7 @@
|
|||||||
"numActiveSessions": "Istuntoja",
|
"numActiveSessions": "Istuntoja",
|
||||||
"numConnections": "Yhteyksiä",
|
"numConnections": "Yhteyksiä",
|
||||||
"dataRelayed": "Välitetty",
|
"dataRelayed": "Välitetty",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Nopeus"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Users",
|
||||||
@@ -410,14 +403,14 @@
|
|||||||
"domain_count": "Verkkotunnuksia"
|
"domain_count": "Verkkotunnuksia"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Haluttu",
|
||||||
"queued": "Queued",
|
"queued": "Jonossa",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
@@ -438,15 +431,15 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Kuorma",
|
||||||
"wait": "Please wait",
|
"wait": "Odota, ole hyvä",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Yhteensä",
|
||||||
"free": "Free",
|
"free": "Vapaana",
|
||||||
"used": "Used",
|
"used": "Käytetty",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -531,7 +524,7 @@
|
|||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"pending": "Pending",
|
"pending": "Vireillä",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -550,13 +543,13 @@
|
|||||||
"containers_failed": "Failed"
|
"containers_failed": "Failed"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Hyväksytty",
|
||||||
"rejectedPushes": "Rejected",
|
"rejectedPushes": "Rejected",
|
||||||
"filters": "Filters",
|
"filters": "Filters",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indeksoijia"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Jono",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -568,9 +561,9 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Aktiivinen",
|
||||||
"queue": "Queue",
|
"queue": "Jono",
|
||||||
"total": "Total"
|
"total": "Yhteensä"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -587,7 +580,7 @@
|
|||||||
"signalStrength": "Strength",
|
"signalStrength": "Strength",
|
||||||
"signalQuality": "Quality",
|
"signalQuality": "Quality",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bittinopeus",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
@@ -597,7 +590,7 @@
|
|||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Yhteensä"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -608,7 +601,7 @@
|
|||||||
"low_battery": "Low Battery"
|
"low_battery": "Low Battery"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Odota, ole hyvä",
|
||||||
"no_devices": "No Device Data Received"
|
"no_devices": "No Device Data Received"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Tila",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Tila"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -688,17 +681,17 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Kirjoja"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Days",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Saatavilla"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Wanted"
|
"wanted": "Haluttu"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Jono",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
@@ -731,7 +724,7 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Kirjoja",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -777,14 +770,14 @@
|
|||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Kirjoja",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Jono",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Jäljellä",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Size",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
@@ -794,7 +787,7 @@
|
|||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
@@ -803,10 +796,10 @@
|
|||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Hyväksytty"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
@@ -831,9 +824,9 @@
|
|||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Yhteensä",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Pysäytetty",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
@@ -846,7 +839,7 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
@@ -876,7 +869,7 @@
|
|||||||
"totalfilesize": "Total Size"
|
"totalfilesize": "Total Size"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Verkkotunnuksia",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -932,9 +925,9 @@
|
|||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Käytössä",
|
||||||
"disabled": "Disabled",
|
"disabled": "Poissa käytöstä",
|
||||||
"total": "Total"
|
"total": "Yhteensä"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -990,7 +983,7 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
@@ -1000,8 +993,8 @@
|
|||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Vireillä",
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
@@ -1028,10 +1021,10 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Tila",
|
||||||
"load": "Load",
|
"load": "Kuorma",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Aikaa jäljellä"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1046,7 +1039,7 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Saatavilla",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Up to Date",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,16 +21,16 @@
|
|||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Type de widget manquant : {{type}}",
|
"missing_type": "Type de widget manquant: {{type}}",
|
||||||
"api_error": "Erreur API",
|
"api_error": "Erreur API",
|
||||||
"information": "Informations",
|
"information": "Informations",
|
||||||
"status": "État",
|
"status": "Statut",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"raw_error": "Erreur brute",
|
"raw_error": "Erreur brute",
|
||||||
"response_data": "Données de réponse"
|
"response_data": "Données de réponse"
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"current": "Emplacement actuel",
|
"current": "Localisation actuelle",
|
||||||
"allow": "Cliquez pour autoriser",
|
"allow": "Cliquez pour autoriser",
|
||||||
"updating": "Mise à jour",
|
"updating": "Mise à jour",
|
||||||
"wait": "Veuillez patienter"
|
"wait": "Veuillez patienter"
|
||||||
@@ -40,14 +40,14 @@
|
|||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"mem": "RAM",
|
"mem": "MÉM",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Libre",
|
"free": "Libre",
|
||||||
"used": "Utilisé",
|
"used": "Utilisé",
|
||||||
"load": "Charge",
|
"load": "Charge",
|
||||||
"temp": "Température",
|
"temp": "Temp",
|
||||||
"max": "Max",
|
"max": "Max",
|
||||||
"uptime": "Actif"
|
"uptime": "Up"
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Utilisateurs",
|
"users": "Utilisateurs",
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "Périphériques WLAN",
|
"wlan_devices": "Périphériques WLAN",
|
||||||
"lan_users": "Utilisateurs LAN",
|
"lan_users": "Utilisateurs LAN",
|
||||||
"wlan_users": "Utilisateurs WLAN",
|
"wlan_users": "Utilisateurs WLAN",
|
||||||
"up": "ACTIF",
|
"up": "Up",
|
||||||
"down": "INACTIF",
|
"down": "INACTIF",
|
||||||
"wait": "Veuillez patienter",
|
"wait": "Veuillez patienter",
|
||||||
"empty_data": "Statut du sous-système inconnu"
|
"empty_data": "Statut du sous-système inconnu"
|
||||||
@@ -69,43 +69,43 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Rx",
|
"rx": "Rx",
|
||||||
"tx": "Tx",
|
"tx": "Tx",
|
||||||
"mem": "RAM",
|
"mem": "MÉM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Démarré",
|
"running": "Démarré",
|
||||||
"offline": "Stoppé",
|
"offline": "Hors ligne",
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"unknown": "Inconnu",
|
"unknown": "Inconnu",
|
||||||
"healthy": "Fonctionnel",
|
"healthy": "Fonctionnel",
|
||||||
"starting": "Démarrage",
|
"starting": "Démarrage",
|
||||||
"unhealthy": "Mauvaise santé",
|
"unhealthy": "Mauvaise santé",
|
||||||
"not_found": "Inconnu",
|
"not_found": "Introuvable",
|
||||||
"exited": "Arrêté",
|
"exited": "Arrêté",
|
||||||
"partial": "Partiel"
|
"partial": "Partiel"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"ping": "Latence",
|
"ping": "Latence",
|
||||||
"down": "Hors ligne",
|
"down": "Down",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"not_available": "Non disponible"
|
"not_available": "Non disponible"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "Statut HTTP",
|
"http_status": "Statut HTTP",
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"response": "Réponse",
|
"response": "Réponse",
|
||||||
"down": "Hors ligne",
|
"down": "Down",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"not_available": "Non disponible"
|
"not_available": "Non disponible"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "En lecture",
|
"playing": "En lecture",
|
||||||
"transcoding": "Transcodage",
|
"transcoding": "Transcodage",
|
||||||
"bitrate": "Débit",
|
"bitrate": "Débit",
|
||||||
"no_active": "Aucune lecture en cours",
|
"no_active": "Aucun flux actif",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"series": "Séries",
|
"series": "Séries",
|
||||||
"episodes": "Épisodes",
|
"episodes": "Épisodes",
|
||||||
"songs": "Morceaux"
|
"songs": "Chansons"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Hors ligne",
|
"offline": "Hors ligne",
|
||||||
@@ -117,35 +117,35 @@
|
|||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Batterie",
|
"battery_soc": "Batterie",
|
||||||
"grid_power": "Réseau",
|
"grid_power": "Grille",
|
||||||
"home_power": "Consommation",
|
"home_power": "Consommation",
|
||||||
"charge_power": "Charge",
|
"charge_power": "Chargeur",
|
||||||
"kilowatt": "kW"
|
"kilowatt": "kW"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
"download": "Récep.",
|
"download": "Récep.",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"leech": "En téléchargement",
|
"leech": "Leech",
|
||||||
"seed": "En partage"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"freshrss": {
|
"freshrss": {
|
||||||
"subscriptions": "Abonnements",
|
"subscriptions": "Abonnements",
|
||||||
"unread": "Non lu"
|
"unread": "Non lu"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "État",
|
"connectionStatus": "Statut",
|
||||||
"connectionStatusUnconfigured": "Non configuré",
|
"connectionStatusUnconfigured": "Non-configuré",
|
||||||
"connectionStatusConnecting": "Connexion en cours",
|
"connectionStatusConnecting": "Connexion en cours",
|
||||||
"connectionStatusAuthenticating": "En cours d'authentification",
|
"connectionStatusAuthenticating": "Authentification en cours",
|
||||||
"connectionStatusPendingDisconnect": "Déconnexion en attente",
|
"connectionStatusPendingDisconnect": "Déconnexion en attente",
|
||||||
"connectionStatusDisconnecting": "Déconnexion en cours",
|
"connectionStatusDisconnecting": "Déconnexion en cours",
|
||||||
"connectionStatusDisconnected": "Déconnecté",
|
"connectionStatusDisconnected": "Déconnecté",
|
||||||
"connectionStatusConnected": "Connecté",
|
"connectionStatusConnected": "Connecté",
|
||||||
"uptime": "Démarré depuis",
|
"uptime": "Démarré depuis",
|
||||||
"maxDown": "Réception max.",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Envoi max.",
|
"maxUp": "Max. Up",
|
||||||
"down": "Réception",
|
"down": "Down",
|
||||||
"up": "Envoi",
|
"up": "Up",
|
||||||
"received": "Reçu",
|
"received": "Reçu",
|
||||||
"sent": "Envoyé",
|
"sent": "Envoyé",
|
||||||
"externalIPAddress": "IP externe",
|
"externalIPAddress": "IP externe",
|
||||||
@@ -153,12 +153,12 @@
|
|||||||
"externalIPv6Prefix": "Préfixe IPv6 externe"
|
"externalIPv6Prefix": "Préfixe IPv6 externe"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "En amont",
|
||||||
"requests": "Requêtes en cours",
|
"requests": "Demandes en cours",
|
||||||
"requests_failed": "Requêtes échouées"
|
"requests_failed": "Demandes échouées"
|
||||||
},
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Total observé",
|
"totalObserved": "Total Observé",
|
||||||
"diffsDetected": "Différences détectées"
|
"diffsDetected": "Différences détectées"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
@@ -168,14 +168,14 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "En cours de lecture",
|
"playing": "En lecture",
|
||||||
"transcoding": "Transcodage",
|
"transcoding": "Transcodage",
|
||||||
"bitrate": "Débit",
|
"bitrate": "Débit",
|
||||||
"no_active": "Aucune lecture en cours",
|
"no_active": "Aucun flux actif",
|
||||||
"plex_connection_error": "Vérifier la connexion à Plex"
|
"plex_connection_error": "Vérifier la connexion à Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "APs connectées",
|
"connectedAp": "AP connectés",
|
||||||
"activeUser": "Périphériques actifs",
|
"activeUser": "Périphériques actifs",
|
||||||
"alerts": "Alertes",
|
"alerts": "Alertes",
|
||||||
"connectedGateways": "Passerelles connectées",
|
"connectedGateways": "Passerelles connectées",
|
||||||
@@ -187,80 +187,80 @@
|
|||||||
"downloaded": "Téléchargé"
|
"downloaded": "Téléchargé"
|
||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Lectures en cours",
|
"streams": "Flux actif",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"tv": "Séries"
|
"tv": "Séries"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Débit",
|
"rate": "Débit",
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"timeleft": "Temps restant"
|
"timeleft": "Temps restant"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Actif",
|
"active": "Actif",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"download": "Réception"
|
"download": "Récep."
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"leech": "En téléchargement",
|
"leech": "Leech",
|
||||||
"seed": "En partage"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"leech": "En téléchargement",
|
"leech": "Leech",
|
||||||
"seed": "En partage"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "Utilisation CPU",
|
"cpuUsage": "Processeur utilisé",
|
||||||
"memUsage": "RAM utilisée",
|
"memUsage": "Mémoire utilisée",
|
||||||
"systemTempC": "Température système",
|
"systemTempC": "Température système",
|
||||||
"poolUsage": "Utilisation de la pool",
|
"poolUsage": "Utilisation de la pool",
|
||||||
"volumeUsage": "Utilisation du volume",
|
"volumeUsage": "Utilisation du volume",
|
||||||
"invalid": "Invalide"
|
"invalid": "Invalide"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"leech": "En téléchargement",
|
"leech": "Leech",
|
||||||
"seed": "En partage"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Cache Hit (B)",
|
"cachehitbytes": "Octets de la mémoire cache",
|
||||||
"cachemissbytes": "Cache Miss (B)"
|
"cachemissbytes": "Octets manquants du cache"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"leech": "En téléchargement",
|
"leech": "Leech",
|
||||||
"seed": "En partage"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Recherché",
|
"wanted": "Demandé",
|
||||||
"queued": "En attente",
|
"queued": "En file d'attente",
|
||||||
"series": "Séries",
|
"series": "Séries",
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"unknown": "Inconnu"
|
"unknown": "Inconnu"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Recherché",
|
"wanted": "Demandé",
|
||||||
"missing": "Manquant",
|
"missing": "Manquant",
|
||||||
"queued": "En attente",
|
"queued": "En file d'attente",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"unknown": "Inconnu"
|
"unknown": "Inconnu"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Recherché",
|
"wanted": "Demandé",
|
||||||
"queued": "En attente",
|
"queued": "En file d'attente",
|
||||||
"artists": "Artistes"
|
"artists": "Artistes"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Recherché",
|
"wanted": "Demandé",
|
||||||
"queued": "En attente",
|
"queued": "En file d'attente",
|
||||||
"books": "Livres"
|
"books": "Livres"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "En attente",
|
"pending": "En attente",
|
||||||
"approved": "Approuvé",
|
"approved": "Approuvé",
|
||||||
"available": "Disponible",
|
"available": "Disponible"
|
||||||
"issues": "Problèmes non résolus"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "En attente",
|
"pending": "En attente",
|
||||||
@@ -303,12 +302,12 @@
|
|||||||
"latency": "Latence"
|
"latency": "Latence"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Envoi",
|
"upload": "Téléverser",
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"ping": "Latence"
|
"ping": "Latence"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "En cours d'exécution",
|
"running": "Démarré",
|
||||||
"stopped": "Arrêté",
|
"stopped": "Arrêté",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
@@ -316,7 +315,7 @@
|
|||||||
"download": "Téléchargé",
|
"download": "Téléchargé",
|
||||||
"nondownload": "Non téléchargé",
|
"nondownload": "Non téléchargé",
|
||||||
"read": "Lu",
|
"read": "Lu",
|
||||||
"unread": "Non llu",
|
"unread": "Non lu",
|
||||||
"downloadedread": "Téléchargé et lu",
|
"downloadedread": "Téléchargé et lu",
|
||||||
"downloadedunread": "Téléchargé et non lu",
|
"downloadedunread": "Téléchargé et non lu",
|
||||||
"nondownloadedread": "Non téléchargé et lu",
|
"nondownloadedread": "Non téléchargé et lu",
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Clients"
|
"totalClients": "Clients"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"processed": "Traité",
|
"processed": "Traité",
|
||||||
"errored": "Erroné",
|
"errored": "Erroné",
|
||||||
"saved": "Enregistré"
|
"saved": "Enregistré"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Taille de la base de données",
|
|
||||||
"unknown": "Inconnu"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Aucune lecture en cours",
|
"nothing_streaming": "Aucun flux actif",
|
||||||
"please_wait": "Merci de patienter"
|
"please_wait": "Merci de patienter"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -396,13 +389,13 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Configuré",
|
"configured": "Configuré",
|
||||||
"errored": "Échoué"
|
"errored": "Erroné"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessions",
|
"numActiveSessions": "Sessions",
|
||||||
"numConnections": "Connexions",
|
"numConnections": "Connexions",
|
||||||
"dataRelayed": "Relayé",
|
"dataRelayed": "Relayé",
|
||||||
"transferRate": "Taux de transfert"
|
"transferRate": "Débit"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Utilisateurs",
|
"user_count": "Utilisateurs",
|
||||||
@@ -410,8 +403,8 @@
|
|||||||
"domain_count": "Domaines"
|
"domain_count": "Domaines"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Recherché",
|
"wanted": "Demandé",
|
||||||
"queued": "En attente",
|
"queued": "En file d'attente",
|
||||||
"series": "Séries"
|
"series": "Séries"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
@@ -431,7 +424,7 @@
|
|||||||
"failedLoginsLast24H": "Connexions échouées (24 h)"
|
"failedLoginsLast24H": "Connexions échouées (24 h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "RAM",
|
"mem": "MÉM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
@@ -440,10 +433,10 @@
|
|||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Charge",
|
"load": "Charge",
|
||||||
"wait": "Veuillez patienter",
|
"wait": "Veuillez patienter",
|
||||||
"temp": "TEMP",
|
"temp": "Temp",
|
||||||
"_temp": "Temp",
|
"_temp": "Température",
|
||||||
"warn": "Alerte",
|
"warn": "Alerte",
|
||||||
"uptime": "Démarré depuis",
|
"uptime": "Up",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Libre",
|
"free": "Libre",
|
||||||
"used": "Utilisé",
|
"used": "Utilisé",
|
||||||
@@ -475,17 +468,17 @@
|
|||||||
"3-day": "Nuageux",
|
"3-day": "Nuageux",
|
||||||
"3-night": "Nuageux",
|
"3-night": "Nuageux",
|
||||||
"45-day": "Brumeux",
|
"45-day": "Brumeux",
|
||||||
"45-night": "Brouillard",
|
"45-night": "Brumeux",
|
||||||
"48-day": "Brouillard",
|
"48-day": "Brumeux",
|
||||||
"48-night": "Brouillard",
|
"48-night": "Brumeux",
|
||||||
"51-day": "Bruine légère",
|
"51-day": "Bruine légère",
|
||||||
"51-night": "Faible bruine",
|
"51-night": "Bruine légère",
|
||||||
"53-day": "Bruine",
|
"53-day": "Bruine",
|
||||||
"53-night": "Bruine",
|
"53-night": "Bruine",
|
||||||
"55-day": "Bruine épaisse",
|
"55-day": "Bruine épaisse",
|
||||||
"55-night": "Bruine épaisse",
|
"55-night": "Bruine épaisse",
|
||||||
"56-day": "Légère bruine verglaçante",
|
"56-day": "Légère bruine verglaçante",
|
||||||
"56-night": "Faible bruine verglaçante",
|
"56-night": "Légère bruine verglaçante",
|
||||||
"57-day": "Bruine verglaçante",
|
"57-day": "Bruine verglaçante",
|
||||||
"57-night": "Bruine verglaçante",
|
"57-night": "Bruine verglaçante",
|
||||||
"61-day": "Pluie légère",
|
"61-day": "Pluie légère",
|
||||||
@@ -503,15 +496,15 @@
|
|||||||
"73-day": "Neige",
|
"73-day": "Neige",
|
||||||
"73-night": "Neige",
|
"73-night": "Neige",
|
||||||
"75-day": "Neige abondante",
|
"75-day": "Neige abondante",
|
||||||
"75-night": "Fortes chutes de neige",
|
"75-night": "Neige abondante",
|
||||||
"77-day": "Grains de neige",
|
"77-day": "Grains de neige",
|
||||||
"77-night": "Neige en grains",
|
"77-night": "Grains de neige",
|
||||||
"80-day": "Averses légères",
|
"80-day": "Averses légères",
|
||||||
"80-night": "Averses légères",
|
"80-night": "Averses légères",
|
||||||
"81-day": "Averses",
|
"81-day": "Averses",
|
||||||
"81-night": "Averses",
|
"81-night": "Averses",
|
||||||
"82-day": "Averses fortes",
|
"82-day": "Averses fortes",
|
||||||
"82-night": "Fortes averses",
|
"82-night": "Averses fortes",
|
||||||
"85-day": "Averses de neige",
|
"85-day": "Averses de neige",
|
||||||
"85-night": "Averses de neige",
|
"85-night": "Averses de neige",
|
||||||
"86-day": "Averses de neige",
|
"86-day": "Averses de neige",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "À jour",
|
"up_to_date": "À jour",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"pending": "En attente",
|
"pending": "En attente",
|
||||||
"down": "Hors ligne"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nouveau",
|
"new": "Nouveau",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"grace": "En Période de Grâce",
|
"grace": "En Période de Grâce",
|
||||||
"down": "Hors ligne",
|
"down": "Down",
|
||||||
"paused": "En Pause",
|
"paused": "En Pause",
|
||||||
"status": "Statut",
|
"status": "Statut",
|
||||||
"last_ping": "Dernier Ping",
|
"last_ping": "Dernier Ping",
|
||||||
@@ -553,10 +546,10 @@
|
|||||||
"approvedPushes": "Approuvé",
|
"approvedPushes": "Approuvé",
|
||||||
"rejectedPushes": "Rejeté",
|
"rejectedPushes": "Rejeté",
|
||||||
"filters": "Filtres",
|
"filters": "Filtres",
|
||||||
"indexers": "Indexeurs"
|
"indexers": "Indexeur"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "File d'attente",
|
"downloads": "En attente",
|
||||||
"videos": "Vidéos",
|
"videos": "Vidéos",
|
||||||
"channels": "Chaînes",
|
"channels": "Chaînes",
|
||||||
"playlists": "Listes de lecture"
|
"playlists": "Listes de lecture"
|
||||||
@@ -569,7 +562,7 @@
|
|||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Débit",
|
"speed": "Débit",
|
||||||
"active": "Actif",
|
"active": "Actif",
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -608,7 +601,7 @@
|
|||||||
"low_battery": "Batterie Faible"
|
"low_battery": "Batterie Faible"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Veuillez patienter",
|
"wait": "Merci de patienter",
|
||||||
"no_devices": "Aucune donnée d'appareil reçue"
|
"no_devices": "Aucune donnée d'appareil reçue"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Tous les flux",
|
"streams_all": "Tous les flux",
|
||||||
"streams_active": "Lectures en cours",
|
"streams_active": "Flux actif",
|
||||||
"streams_xepg": "Canal XEPG"
|
"streams_xepg": "Canal XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,9 +622,9 @@
|
|||||||
"limit": "Limite"
|
"limit": "Limite"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "Charge CPU",
|
"cpu": "Charge du processeur",
|
||||||
"memory": "Mémoire utilisée",
|
"memory": "Mémoire utilisée",
|
||||||
"wanUpload": "Envoi WAN",
|
"wanUpload": "WAN Envoi",
|
||||||
"wanDownload": "WAN Récep."
|
"wanDownload": "WAN Récep."
|
||||||
},
|
},
|
||||||
"moonraker": {
|
"moonraker": {
|
||||||
@@ -654,9 +647,9 @@
|
|||||||
"load": "Charge moy.",
|
"load": "Charge moy.",
|
||||||
"memory": "Util. Mém.",
|
"memory": "Util. Mém.",
|
||||||
"wanStatus": "Statut WAN",
|
"wanStatus": "Statut WAN",
|
||||||
"up": "Haut",
|
"up": "Up",
|
||||||
"down": "Bas",
|
"down": "Down",
|
||||||
"temp": "Temp",
|
"temp": "Température",
|
||||||
"disk": "Util. Disque",
|
"disk": "Util. Disque",
|
||||||
"wanIP": "IP WAN"
|
"wanIP": "IP WAN"
|
||||||
},
|
},
|
||||||
@@ -673,8 +666,8 @@
|
|||||||
"storage": "Stockage"
|
"storage": "Stockage"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sites actifs",
|
"up": "En ligne",
|
||||||
"down": "Sites inactifs",
|
"down": "Hors ligne",
|
||||||
"uptime": "Démarré depuis",
|
"uptime": "Démarré depuis",
|
||||||
"incident": "Incident",
|
"incident": "Incident",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
@@ -692,13 +685,13 @@
|
|||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Jours",
|
"days": "Jours",
|
||||||
"uptime": "Disponibilité",
|
"uptime": "Démarré depuis",
|
||||||
"volumeAvailable": "Disponible"
|
"volumeAvailable": "Disponible"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Séries",
|
"series": "Séries",
|
||||||
"issues": "Anomalies",
|
"issues": "Anomalies",
|
||||||
"wanted": "Recherché"
|
"wanted": "Demandé"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
@@ -707,8 +700,8 @@
|
|||||||
"people": "Personnes"
|
"people": "Personnes"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "File d'attente",
|
"queue": "En attente",
|
||||||
"processing": "En traitement",
|
"processing": "En cours de traitement",
|
||||||
"processed": "Traité",
|
"processed": "Traité",
|
||||||
"time": "Temps"
|
"time": "Temps"
|
||||||
},
|
},
|
||||||
@@ -754,7 +747,7 @@
|
|||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "En ligne",
|
"up": "En ligne",
|
||||||
"down": "Hors ligne",
|
"down": "Hors ligne",
|
||||||
"uptime": "Disponibilité"
|
"uptime": "Démarré depuis"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Aujourd'hui",
|
"gross_percent_today": "Aujourd'hui",
|
||||||
@@ -783,10 +776,10 @@
|
|||||||
"series": "Séries"
|
"series": "Séries"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "File d'attente",
|
"downloadCount": "En attente",
|
||||||
"downloadBytesRemaining": "Restant",
|
"downloadBytesRemaining": "Restant",
|
||||||
"downloadTotalBytes": "Taille",
|
"downloadTotalBytes": "Taille",
|
||||||
"downloadSpeed": "Vitesse"
|
"downloadSpeed": "Débit"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Séries",
|
"seriesCount": "Séries",
|
||||||
@@ -832,31 +825,31 @@
|
|||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Téléchargement",
|
"downloading": "Téléchargement",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Actif",
|
"running": "Démarré",
|
||||||
"stopped": "Arrêté",
|
"stopped": "Arrêté",
|
||||||
"passed": "Réussi",
|
"passed": "Réussi",
|
||||||
"failed": "Échoué"
|
"failed": "Échoué"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Disponibilité",
|
"uptime": "Démarré depuis",
|
||||||
"cpuLoad": "Charge moyenne CPU (5 min)",
|
"cpuLoad": "Charge moyenne CPU (5 min)",
|
||||||
"up": "Actif",
|
"up": "Up",
|
||||||
"down": "Inactif",
|
"down": "Down",
|
||||||
"bytesTx": "Transmis",
|
"bytesTx": "Transmis",
|
||||||
"bytesRx": "Reçu"
|
"bytesRx": "Reçu"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Statut",
|
"status": "Statut",
|
||||||
"uptime": "Disponibilité",
|
"uptime": "Démarré depuis",
|
||||||
"lastDown": "Dernière interruption",
|
"lastDown": "Dernière interruption",
|
||||||
"downDuration": "Durée d'interruption",
|
"downDuration": "Durée d'interruption",
|
||||||
"sitesUp": "Sites actifs",
|
"sitesUp": "En ligne",
|
||||||
"sitesDown": "Sites inactifs",
|
"sitesDown": "Hors ligne",
|
||||||
"paused": "En pause",
|
"paused": "En Pause",
|
||||||
"notyetchecked": "Non vérifié",
|
"notyetchecked": "Non vérifié",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"seemsdown": "Semble hors ligne",
|
"seemsdown": "Semble hors ligne",
|
||||||
"down": "Hors ligne",
|
"down": "Down",
|
||||||
"unknown": "Inconnu"
|
"unknown": "Inconnu"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -865,7 +858,7 @@
|
|||||||
"digitalRelease": "Sortie numérique",
|
"digitalRelease": "Sortie numérique",
|
||||||
"noEventsToday": "Rien pour aujourd'hui !",
|
"noEventsToday": "Rien pour aujourd'hui !",
|
||||||
"noEventsFound": "Aucun événement trouvé",
|
"noEventsFound": "Aucun événement trouvé",
|
||||||
"errorWhenLoadingData": "Erreur lors du chargement du calendrier"
|
"errorWhenLoadingData": "Error when loading calendar data"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Plateformes",
|
"platforms": "Plateformes",
|
||||||
@@ -893,7 +886,7 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"issues": "Tickets",
|
"issues": "Anomalies",
|
||||||
"pulls": "Demandes de tirage",
|
"pulls": "Demandes de tirage",
|
||||||
"repositories": "Dépôts"
|
"repositories": "Dépôts"
|
||||||
},
|
},
|
||||||
@@ -910,7 +903,7 @@
|
|||||||
"performers": "Acteurs",
|
"performers": "Acteurs",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"tags": "Tags",
|
"tags": "Étiquettes",
|
||||||
"oCount": "0 Compte"
|
"oCount": "0 Compte"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Latence",
|
"ping": "Latence",
|
||||||
"download": "Réception",
|
"download": "Récep.",
|
||||||
"upload": "Envoi"
|
"upload": "Téléverser"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
@@ -956,13 +949,13 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Caméras",
|
"cameras": "Caméras",
|
||||||
"uptime": "Disponibilité",
|
"uptime": "Démarré depuis",
|
||||||
"version": "Version"
|
"version": "Version"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Liens",
|
"links": "Liens",
|
||||||
"collections": "Collections",
|
"collections": "Collections",
|
||||||
"tags": "Tags"
|
"tags": "Étiquettes"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Non classé",
|
"unclassified": "Non classé",
|
||||||
@@ -997,14 +990,14 @@
|
|||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Nom",
|
"name": "Nom",
|
||||||
"systems": "Systèmes",
|
"systems": "Systèmes",
|
||||||
"up": "En ligne",
|
"up": "Up",
|
||||||
"down": "Hors ligne",
|
"down": "Down",
|
||||||
"paused": "En pause",
|
"paused": "En Pause",
|
||||||
"pending": "En attente",
|
"pending": "En attente",
|
||||||
"status": "Statut",
|
"status": "Statut",
|
||||||
"updated": "Mis à jour",
|
"updated": "Mis à jour",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "RAM",
|
"memory": "MÉM",
|
||||||
"disk": "Disque",
|
"disk": "Disque",
|
||||||
"network": "Réseau"
|
"network": "Réseau"
|
||||||
},
|
},
|
||||||
@@ -1023,7 +1016,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groupes",
|
"groups": "Groupes",
|
||||||
"issues": "Tickets",
|
"issues": "Anomalies",
|
||||||
"merges": "Demandes de fusion de branches",
|
"merges": "Demandes de fusion de branches",
|
||||||
"projects": "Projets"
|
"projects": "Projets"
|
||||||
},
|
},
|
||||||
@@ -1039,7 +1032,7 @@
|
|||||||
"archived": "Archivé",
|
"archived": "Archivé",
|
||||||
"highlights": "À la une",
|
"highlights": "À la une",
|
||||||
"lists": "Listes",
|
"lists": "Listes",
|
||||||
"tags": "Tags"
|
"tags": "Étiquettes"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Réseau",
|
"slskStatus": "Réseau",
|
||||||
@@ -1049,11 +1042,11 @@
|
|||||||
"update_yes": "Disponible",
|
"update_yes": "Disponible",
|
||||||
"update_no": "À jour",
|
"update_no": "À jour",
|
||||||
"downloads": "Téléchargements",
|
"downloads": "Téléchargements",
|
||||||
"uploads": "Envois",
|
"uploads": "Téléversements",
|
||||||
"sharedFiles": "Fichiers"
|
"sharedFiles": "Fichiers"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Morceaux",
|
"songs": "Chansons",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"episodes": "Épisodes",
|
"episodes": "Épisodes",
|
||||||
"other": "Autres"
|
"other": "Autres"
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Problèmes de service",
|
"serviceErrors": "Problèmes de service",
|
||||||
"hostErrors": "Problèmes d'hôte"
|
"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": "Commencé",
|
|
||||||
"STOPPED": "Arrêté",
|
|
||||||
"NEW_ARRAY": "Nouveau tableau",
|
|
||||||
"RECON_DISK": "Reconstruction du disque",
|
|
||||||
"DISABLE_DISK": "Disque désactivé",
|
|
||||||
"SWAP_DSBL": "Swap Disable",
|
|
||||||
"INVALID_EXPANSION": "Extension invalide",
|
|
||||||
"PARITY_NOT_BIGGEST": "La parité n'est pas la plus grande",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Trop de disques manquants",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Nouveau disque trop petit",
|
|
||||||
"NO_DATA_DISKS": "Aucun disque de données",
|
|
||||||
"notifications": "Notifications",
|
|
||||||
"status": "État",
|
|
||||||
"cpu": "UCT",
|
|
||||||
"memoryUsed": "Mémoire Utilisé",
|
|
||||||
"memoryAvailable": "Mémoire Disponible",
|
|
||||||
"arrayUsed": "RAID utilisé",
|
|
||||||
"arrayFree": "RAID libre",
|
|
||||||
"poolUsed": "{{pool}} Utilisé",
|
|
||||||
"poolFree": "{{pool}} Libre"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Abonnements",
|
|
||||||
"num_success_30": "Succès",
|
|
||||||
"num_failure_30": "Échecs",
|
|
||||||
"num_success_latest": "Réussi",
|
|
||||||
"num_failure_latest": "Échoué",
|
|
||||||
"bytes_added_30": "Octets ajoutés"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Musiques",
|
|
||||||
"time": "Durée",
|
|
||||||
"artists": "Artistes"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"duration": "{{value, duration}}",
|
"duration": "{{value, duration}}",
|
||||||
"months": "חודשים",
|
"months": "חודש",
|
||||||
"days": "ימים",
|
"days": "יום",
|
||||||
"hours": "שעות",
|
"hours": "שעה",
|
||||||
"minutes": "דקות",
|
"minutes": "דקה",
|
||||||
"seconds": "שניות"
|
"seconds": "שניה"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "סוג ווידג'ט חסר: {{type}}",
|
"missing_type": "סוג ווידג'ט חסר: {{type}}",
|
||||||
@@ -61,16 +61,16 @@
|
|||||||
"wlan_devices": "מכשירים ב-WAN",
|
"wlan_devices": "מכשירים ב-WAN",
|
||||||
"lan_users": "משתמשים ב-LAN",
|
"lan_users": "משתמשים ב-LAN",
|
||||||
"wlan_users": "משתמשים ב-WLAN",
|
"wlan_users": "משתמשים ב-WLAN",
|
||||||
"up": "למעלה",
|
"up": "זמן פעילות",
|
||||||
"down": "כבוי",
|
"down": "כבוי",
|
||||||
"wait": "נא להמתין",
|
"wait": "המתן בבקשה",
|
||||||
"empty_data": "מצב תת-מערכת לא ידוע"
|
"empty_data": "מצב תת-מערכת לא ידוע"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "זיכרון",
|
"mem": "זיכרון",
|
||||||
"cpu": "ניצול מעבד",
|
"cpu": "מעבד",
|
||||||
"running": "רץ",
|
"running": "רץ",
|
||||||
"offline": "לא מקוון",
|
"offline": "לא מקוון",
|
||||||
"error": "שגיאה",
|
"error": "שגיאה",
|
||||||
@@ -108,8 +108,8 @@
|
|||||||
"songs": "שירים"
|
"songs": "שירים"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "מכובה",
|
"offline": "לא מקוון",
|
||||||
"offline_alt": "מכובה",
|
"offline_alt": "לא מקוון",
|
||||||
"online": "מקוון",
|
"online": "מקוון",
|
||||||
"total": "סה\"כ",
|
"total": "סה\"כ",
|
||||||
"unknown": "לא ידוע"
|
"unknown": "לא ידוע"
|
||||||
@@ -169,8 +169,8 @@
|
|||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "מנגן",
|
"playing": "מנגן",
|
||||||
"transcoding": "המרת קידוד",
|
"transcoding": "מקודד",
|
||||||
"bitrate": "קצב נתונים",
|
"bitrate": "סיביות",
|
||||||
"no_active": "אין הזרמות פעילות",
|
"no_active": "אין הזרמות פעילות",
|
||||||
"plex_connection_error": "בדוק חיבור ל-Plex"
|
"plex_connection_error": "בדוק חיבור ל-Plex"
|
||||||
},
|
},
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
"connectedAp": "נקודות גישה מחוברות",
|
"connectedAp": "נקודות גישה מחוברות",
|
||||||
"activeUser": "מכשירים פעילים",
|
"activeUser": "מכשירים פעילים",
|
||||||
"alerts": "התראות",
|
"alerts": "התראות",
|
||||||
"connectedGateways": "נתבים מחוברים",
|
"connectedGateways": "שערי רשת מחוברים (Gateway)",
|
||||||
"connectedSwitches": "נתבים מחוברים"
|
"connectedSwitches": "נתבים מחוברים"
|
||||||
},
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "תוכניות טלוויזיה"
|
"tv": "תוכניות טלוויזיה"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "קצב",
|
"rate": "יחס",
|
||||||
"queue": "תור",
|
"queue": "תור",
|
||||||
"timeleft": "זמן שנותר"
|
"timeleft": "זמן שנותר"
|
||||||
},
|
},
|
||||||
@@ -206,13 +206,13 @@
|
|||||||
"download": "הורדה",
|
"download": "הורדה",
|
||||||
"upload": "העלאה",
|
"upload": "העלאה",
|
||||||
"leech": "עלוקה",
|
"leech": "עלוקה",
|
||||||
"seed": "זורע"
|
"seed": "זרע"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "הורדה",
|
"download": "הורדה",
|
||||||
"upload": "העלאה",
|
"upload": "העלאה",
|
||||||
"leech": "עלוקה",
|
"leech": "עלוקה",
|
||||||
"seed": "זורע"
|
"seed": "זרע"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "שימוש במעבד",
|
"cpuUsage": "שימוש במעבד",
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
"download": "הורדה",
|
"download": "הורדה",
|
||||||
"upload": "העלאה",
|
"upload": "העלאה",
|
||||||
"leech": "עלוקה",
|
"leech": "עלוקה",
|
||||||
"seed": "זורע"
|
"seed": "זרע"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Cache Hit Bytes",
|
"cachehitbytes": "Cache Hit Bytes",
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
"download": "הורדה",
|
"download": "הורדה",
|
||||||
"upload": "העלאה",
|
"upload": "העלאה",
|
||||||
"leech": "עלוקה",
|
"leech": "עלוקה",
|
||||||
"seed": "זורע"
|
"seed": "זרע"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "מבוקש",
|
"wanted": "מבוקש",
|
||||||
@@ -273,13 +273,12 @@
|
|||||||
"available": "זמין"
|
"available": "זמין"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "ממתין לאישור",
|
"pending": "ממתין",
|
||||||
"approved": "מאושר",
|
"approved": "מאושר",
|
||||||
"available": "זמין",
|
"available": "זמין"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "ממתין לאישור",
|
"pending": "ממתין",
|
||||||
"processing": "מעבד",
|
"processing": "מעבד",
|
||||||
"approved": "מאושר",
|
"approved": "מאושר",
|
||||||
"available": "זמין"
|
"available": "זמין"
|
||||||
@@ -305,7 +304,7 @@
|
|||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "העלאה",
|
"upload": "העלאה",
|
||||||
"download": "הורדה",
|
"download": "הורדה",
|
||||||
"ping": "זמן תגובה"
|
"ping": "פינג"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "רץ",
|
"running": "רץ",
|
||||||
@@ -313,10 +312,10 @@
|
|||||||
"total": "סה\"כ"
|
"total": "סה\"כ"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "ירד",
|
"download": "הורד",
|
||||||
"nondownload": "לא הורד",
|
"nondownload": "לא הורד",
|
||||||
"read": "נקראו",
|
"read": "נקרא",
|
||||||
"unread": "לא נקראו",
|
"unread": "לא נקרא",
|
||||||
"downloadedread": "ירד ונקרא",
|
"downloadedread": "ירד ונקרא",
|
||||||
"downloadedunread": "ירד ולא נקרא",
|
"downloadedunread": "ירד ולא נקרא",
|
||||||
"nondownloadedread": "לא ירד ונקרא",
|
"nondownloadedread": "לא ירד ונקרא",
|
||||||
@@ -345,7 +344,7 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "רקורסיבי",
|
"totalRecursive": "רקורסיבי",
|
||||||
"totalCached": "נשמר במטמון",
|
"totalCached": "נשמר במטמון",
|
||||||
"totalBlocked": "חסומות",
|
"totalBlocked": "נחסם",
|
||||||
"totalDropped": "נפל",
|
"totalDropped": "נפל",
|
||||||
"totalClients": "לקוחות"
|
"totalClients": "לקוחות"
|
||||||
},
|
},
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "שירותים",
|
"services": "שירותים",
|
||||||
"middleware": "מתווך"
|
"middleware": "מתווך"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "גרסה",
|
|
||||||
"notesCount": "הערות",
|
|
||||||
"dbSize": "גודל מסד הנתונים",
|
|
||||||
"unknown": "לא ידוע"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "אין הזרמות פעילות",
|
"nothing_streaming": "אין הזרמות פעילות",
|
||||||
"please_wait": "המתן בבקשה"
|
"please_wait": "המתן בבקשה"
|
||||||
@@ -396,13 +389,13 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "מוגדר",
|
"configured": "מוגדר",
|
||||||
"errored": "שגיאות"
|
"errored": "נכשל"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "סשנים פעילים",
|
"numActiveSessions": "סשנים פעילים",
|
||||||
"numConnections": "חיבורים",
|
"numConnections": "חיבורים",
|
||||||
"dataRelayed": "דאטה שהועבר",
|
"dataRelayed": "דאטה שהועבר",
|
||||||
"transferRate": "קצב"
|
"transferRate": "יחס"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "משתמשים",
|
"user_count": "משתמשים",
|
||||||
@@ -410,7 +403,7 @@
|
|||||||
"domain_count": "דומיינים"
|
"domain_count": "דומיינים"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "רצוי",
|
"wanted": "מבוקש",
|
||||||
"queued": "בתור",
|
"queued": "בתור",
|
||||||
"series": "סדרות"
|
"series": "סדרות"
|
||||||
},
|
},
|
||||||
@@ -423,7 +416,7 @@
|
|||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "נקרא",
|
"read": "נקרא",
|
||||||
"unread": "לא נקראו"
|
"unread": "לא נקרא"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "משתמשים",
|
"users": "משתמשים",
|
||||||
@@ -432,14 +425,14 @@
|
|||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "זיכרון",
|
"mem": "זיכרון",
|
||||||
"cpu": "ניצול מעבד",
|
"cpu": "מעבד",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "ניצול מעבד",
|
"cpu": "מעבד",
|
||||||
"load": "עומס",
|
"load": "עומס",
|
||||||
"wait": "נא להמתין",
|
"wait": "המתן בבקשה",
|
||||||
"temp": "טמפ׳",
|
"temp": "טמפ׳",
|
||||||
"_temp": "טמפ׳",
|
"_temp": "טמפ׳",
|
||||||
"warn": "אזהרה",
|
"warn": "אזהרה",
|
||||||
@@ -447,8 +440,8 @@
|
|||||||
"total": "סה\"כ",
|
"total": "סה\"כ",
|
||||||
"free": "פנוי",
|
"free": "פנוי",
|
||||||
"used": "בשימוש",
|
"used": "בשימוש",
|
||||||
"days": "ימים",
|
"days": "יום",
|
||||||
"hours": "שעות",
|
"hours": "שעה",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
"read": "נקרא",
|
"read": "נקרא",
|
||||||
"write": "כתיבה",
|
"write": "כתיבה",
|
||||||
@@ -505,23 +498,23 @@
|
|||||||
"75-day": "שלג כבד",
|
"75-day": "שלג כבד",
|
||||||
"75-night": "שלג כבד",
|
"75-night": "שלג כבד",
|
||||||
"77-day": "גרגרי שלג",
|
"77-day": "גרגרי שלג",
|
||||||
"77-night": "פתיתי שלג",
|
"77-night": "גרגרי שלג",
|
||||||
"80-day": "ממטרים קלים",
|
"80-day": "ממטרים קלים",
|
||||||
"80-night": "גשם קל",
|
"80-night": "ממטרים קלים",
|
||||||
"81-day": "ממטרים",
|
"81-day": "ממטרים",
|
||||||
"81-night": "גשם",
|
"81-night": "ממטרים",
|
||||||
"82-day": "ממטרים כבדים",
|
"82-day": "ממטרים כבדים",
|
||||||
"82-night": "גשם כבד",
|
"82-night": "ממטרים כבדים",
|
||||||
"85-day": "ממטרי שלג",
|
"85-day": "ממטרי שלג",
|
||||||
"85-night": "גשם מושלג",
|
"85-night": "ממטרי שלג",
|
||||||
"86-day": "גשם מושלג",
|
"86-day": "ממטרי שלג",
|
||||||
"86-night": "גשם מושלג",
|
"86-night": "ממטרי שלג",
|
||||||
"95-day": "סופת רעמים",
|
"95-day": "סופת רעמים",
|
||||||
"95-night": "סופת ברקים",
|
"95-night": "סופת רעמים",
|
||||||
"96-day": "סופת רעמים עם ברד",
|
"96-day": "סופת רעמים עם ברד",
|
||||||
"96-night": "סופת ברקים וברד",
|
"96-night": "סופת רעמים עם ברד",
|
||||||
"99-day": "סופת ברקים וברד",
|
"99-day": "סופת רעמים עם ברד",
|
||||||
"99-night": "סופת ברקים וברד"
|
"99-night": "סופת רעמים עם ברד"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "מערכת",
|
"available_update": "מערכת",
|
||||||
@@ -550,7 +543,7 @@
|
|||||||
"containers_failed": "נכשל"
|
"containers_failed": "נכשל"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "אושרו",
|
"approvedPushes": "מאושר",
|
||||||
"rejectedPushes": "נדחה",
|
"rejectedPushes": "נדחה",
|
||||||
"filters": "פילטרים",
|
"filters": "פילטרים",
|
||||||
"indexers": "אינדקסים"
|
"indexers": "אינדקסים"
|
||||||
@@ -568,7 +561,7 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "מהירות",
|
"speed": "מהירות",
|
||||||
"active": "פעילות",
|
"active": "פעיל",
|
||||||
"queue": "תור",
|
"queue": "תור",
|
||||||
"total": "סה\"כ"
|
"total": "סה\"כ"
|
||||||
},
|
},
|
||||||
@@ -587,12 +580,12 @@
|
|||||||
"signalStrength": "עוצמה",
|
"signalStrength": "עוצמה",
|
||||||
"signalQuality": "איכות",
|
"signalQuality": "איכות",
|
||||||
"symbolQuality": "איכות",
|
"symbolQuality": "איכות",
|
||||||
"networkRate": "קצב נתונים",
|
"networkRate": "סיביות",
|
||||||
"clientIP": "לקוח"
|
"clientIP": "לקוח"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "עבר",
|
"passed": "עבר",
|
||||||
"failed": "נכשלו",
|
"failed": "נכשל",
|
||||||
"unknown": "לא ידוע"
|
"unknown": "לא ידוע"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
@@ -603,12 +596,12 @@
|
|||||||
"battery_charge": "טעינת סוללה",
|
"battery_charge": "טעינת סוללה",
|
||||||
"ups_load": "עומס UPS",
|
"ups_load": "עומס UPS",
|
||||||
"ups_status": "סטטוס UPS",
|
"ups_status": "סטטוס UPS",
|
||||||
"online": "מחובר",
|
"online": "מקוון",
|
||||||
"on_battery": "על סוללה",
|
"on_battery": "על סוללה",
|
||||||
"low_battery": "סוללה חלשה"
|
"low_battery": "סוללה חלשה"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "נא להמתין",
|
"wait": "המתן בבקשה",
|
||||||
"no_devices": "אין מכשירים"
|
"no_devices": "אין מכשירים"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
@@ -663,7 +656,7 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "משימות שנכשלו 24h",
|
"failed_tasks_24h": "משימות שנכשלו 24h",
|
||||||
"cpu_usage": "ניצול מעבד",
|
"cpu_usage": "מעבד",
|
||||||
"memory_usage": "זיכרון"
|
"memory_usage": "זיכרון"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
@@ -677,7 +670,7 @@
|
|||||||
"down": "אתרים לא פעילים",
|
"down": "אתרים לא פעילים",
|
||||||
"uptime": "זמן פעילות",
|
"uptime": "זמן פעילות",
|
||||||
"incident": "תקריות",
|
"incident": "תקריות",
|
||||||
"m": "דקות"
|
"m": "דקה"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "סדרות",
|
"series": "סדרות",
|
||||||
@@ -708,8 +701,8 @@
|
|||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "תור",
|
"queue": "תור",
|
||||||
"processing": "בעיבוד",
|
"processing": "מעבד",
|
||||||
"processed": "עובדו",
|
"processed": "עובד",
|
||||||
"time": "זמן"
|
"time": "זמן"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -735,7 +728,7 @@
|
|||||||
"size": "גודל",
|
"size": "גודל",
|
||||||
"lastrun": "הרצה אחרונה",
|
"lastrun": "הרצה אחרונה",
|
||||||
"nextrun": "הרצה הבאה",
|
"nextrun": "הרצה הבאה",
|
||||||
"failed": "נכשלו"
|
"failed": "נכשל"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "עובדים פעילים",
|
"active_workers": "עובדים פעילים",
|
||||||
@@ -752,8 +745,8 @@
|
|||||||
"targets_total": "סה\"כ מטרות"
|
"targets_total": "סה\"כ מטרות"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "אתרים למעלה",
|
"up": "אתרים פעילים",
|
||||||
"down": "אתרים למטה",
|
"down": "אתרים לא פעילים",
|
||||||
"uptime": "זמן פעילות"
|
"uptime": "זמן פעילות"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
@@ -765,7 +758,7 @@
|
|||||||
"podcasts": "פודקאסטים",
|
"podcasts": "פודקאסטים",
|
||||||
"books": "ספרים",
|
"books": "ספרים",
|
||||||
"podcastsDuration": "משך פודקאסטים",
|
"podcastsDuration": "משך פודקאסטים",
|
||||||
"booksDuration": "משך זמן"
|
"booksDuration": "משך פודקאסטים"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "אנשים בבית",
|
"people_home": "אנשים בבית",
|
||||||
@@ -798,17 +791,17 @@
|
|||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "הצליח",
|
"succeeded": "הצליח",
|
||||||
"notStarted": "לא התחיל",
|
"notStarted": "לא התחיל",
|
||||||
"failed": "נכשלו",
|
"failed": "נכשל",
|
||||||
"canceled": "בוטל",
|
"canceled": "בוטל",
|
||||||
"inProgress": "בתהליך",
|
"inProgress": "בתהליך",
|
||||||
"totalPrs": "סה\"כ PRs",
|
"totalPrs": "סה\"כ PRs",
|
||||||
"myPrs": "PRs שלי",
|
"myPrs": "PRs שלי",
|
||||||
"approved": "אושרו"
|
"approved": "מאושר"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "סטטוס",
|
"status": "סטטוס",
|
||||||
"online": "מחובר",
|
"online": "מקוון",
|
||||||
"offline": "מנותק",
|
"offline": "לא מקוון",
|
||||||
"name": "שם",
|
"name": "שם",
|
||||||
"map": "מפה",
|
"map": "מפה",
|
||||||
"currentPlayers": "שחקנים נוכחיים",
|
"currentPlayers": "שחקנים נוכחיים",
|
||||||
@@ -820,7 +813,7 @@
|
|||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"errored": "שגיאות",
|
"errored": "שגיאות",
|
||||||
"noRecent": "לא עדכני",
|
"noRecent": "ללא תאריך",
|
||||||
"totalUsed": "אחסון בשימוש"
|
"totalUsed": "אחסון בשימוש"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
@@ -832,10 +825,10 @@
|
|||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "מוריד",
|
"downloading": "מוריד",
|
||||||
"total": "סה\"כ",
|
"total": "סה\"כ",
|
||||||
"running": "רצים",
|
"running": "רץ",
|
||||||
"stopped": "נעצרו",
|
"stopped": "נעצר",
|
||||||
"passed": "עברו",
|
"passed": "עבר",
|
||||||
"failed": "נכשלו"
|
"failed": "נכשל"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "זמן פעילות",
|
"uptime": "זמן פעילות",
|
||||||
@@ -846,12 +839,12 @@
|
|||||||
"bytesRx": "התקבל"
|
"bytesRx": "התקבל"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "זמן פעילות",
|
"status": "סטטוס",
|
||||||
"uptime": "זמן פעילות",
|
"uptime": "זמן פעילות",
|
||||||
"lastDown": "זמן השבתה אחרון",
|
"lastDown": "זמן השבתה אחרון",
|
||||||
"downDuration": "משך השבתה",
|
"downDuration": "משך השבתה",
|
||||||
"sitesUp": "אתרים למעלה",
|
"sitesUp": "אתרים פעילים",
|
||||||
"sitesDown": "אתרים למטה",
|
"sitesDown": "אתרים לא פעילים",
|
||||||
"paused": "מושהה",
|
"paused": "מושהה",
|
||||||
"notyetchecked": "לא נבדק עדיין",
|
"notyetchecked": "לא נבדק עדיין",
|
||||||
"up": "למעלה",
|
"up": "למעלה",
|
||||||
@@ -893,7 +886,7 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "התראות",
|
"notifications": "התראות",
|
||||||
"issues": "נושאים",
|
"issues": "גיליונות",
|
||||||
"pulls": "בקשות משיכה",
|
"pulls": "בקשות משיכה",
|
||||||
"repositories": "מאגרי מידע"
|
"repositories": "מאגרי מידע"
|
||||||
},
|
},
|
||||||
@@ -910,7 +903,7 @@
|
|||||||
"performers": "מבצעים",
|
"performers": "מבצעים",
|
||||||
"studios": "אולפנים",
|
"studios": "אולפנים",
|
||||||
"movies": "סרטים",
|
"movies": "סרטים",
|
||||||
"tags": "תגיות",
|
"tags": "טגיות",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -933,7 +926,7 @@
|
|||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "מחובר",
|
"connected": "מחובר",
|
||||||
"enabled": "מופעל",
|
"enabled": "מופעל",
|
||||||
"disabled": "מושבת",
|
"disabled": "מבוטל",
|
||||||
"total": "סה\"כ"
|
"total": "סה\"כ"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -962,7 +955,7 @@
|
|||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "קישורים",
|
"links": "קישורים",
|
||||||
"collections": "אוספים",
|
"collections": "אוספים",
|
||||||
"tags": "תגיות"
|
"tags": "טגיות"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "לא ממויין",
|
"unclassified": "לא ממויין",
|
||||||
@@ -991,8 +984,8 @@
|
|||||||
"address": "כתובת",
|
"address": "כתובת",
|
||||||
"last_seen": "נראה לאחרונה",
|
"last_seen": "נראה לאחרונה",
|
||||||
"status": "סטטוס",
|
"status": "סטטוס",
|
||||||
"online": "מחובר",
|
"online": "מקוון",
|
||||||
"offline": "מנותק"
|
"offline": "לא מקוון"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "שם",
|
"name": "שם",
|
||||||
@@ -1002,7 +995,7 @@
|
|||||||
"paused": "מושהה",
|
"paused": "מושהה",
|
||||||
"pending": "ממתין",
|
"pending": "ממתין",
|
||||||
"status": "סטטוס",
|
"status": "סטטוס",
|
||||||
"updated": "מעודכן",
|
"updated": "עודכן",
|
||||||
"cpu": "מעבד",
|
"cpu": "מעבד",
|
||||||
"memory": "זיכרון",
|
"memory": "זיכרון",
|
||||||
"disk": "דיסק",
|
"disk": "דיסק",
|
||||||
@@ -1015,7 +1008,7 @@
|
|||||||
"healthy": "בריא",
|
"healthy": "בריא",
|
||||||
"degraded": "פגום",
|
"degraded": "פגום",
|
||||||
"progressing": "מתקדם",
|
"progressing": "מתקדם",
|
||||||
"missing": "חסר",
|
"missing": "חסרים",
|
||||||
"suspended": "מושהה"
|
"suspended": "מושהה"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1023,7 +1016,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "קבוצות",
|
"groups": "קבוצות",
|
||||||
"issues": "נושאים",
|
"issues": "גיליונות",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "פרוייקטים"
|
"projects": "פרוייקטים"
|
||||||
},
|
},
|
||||||
@@ -1039,7 +1032,7 @@
|
|||||||
"archived": "ארכיון",
|
"archived": "ארכיון",
|
||||||
"highlights": "הדגשות",
|
"highlights": "הדגשות",
|
||||||
"lists": "רשימות",
|
"lists": "רשימות",
|
||||||
"tags": "תגיות"
|
"tags": "טגיות"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "רשת",
|
"slskStatus": "רשת",
|
||||||
@@ -1047,7 +1040,7 @@
|
|||||||
"disconnected": "מנותק",
|
"disconnected": "מנותק",
|
||||||
"updateStatus": "עדכן",
|
"updateStatus": "עדכן",
|
||||||
"update_yes": "זמין",
|
"update_yes": "זמין",
|
||||||
"update_no": "מעודכן",
|
"update_no": "עדכני",
|
||||||
"downloads": "הורדות",
|
"downloads": "הורדות",
|
||||||
"uploads": "העלאות",
|
"uploads": "העלאות",
|
||||||
"sharedFiles": "קבצים"
|
"sharedFiles": "קבצים"
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "שגיאות שירות",
|
"serviceErrors": "שגיאות שירות",
|
||||||
"hostErrors": "שגיאות מארח"
|
"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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
@@ -448,7 +441,7 @@
|
|||||||
"free": "Free",
|
"free": "Free",
|
||||||
"used": "Used",
|
"used": "Used",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "घं.",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"write": "Write",
|
"write": "Write",
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "WLAN uređaji",
|
"wlan_devices": "WLAN uređaji",
|
||||||
"lan_users": "LAN korisnici",
|
"lan_users": "LAN korisnici",
|
||||||
"wlan_users": "WLAN korisnici",
|
"wlan_users": "WLAN korisnici",
|
||||||
"up": "AKTIVNO",
|
"up": "Vrijeme rada",
|
||||||
"down": "NEDOSTUPNO",
|
"down": "NEDOSTUPNO",
|
||||||
"wait": "Pričekaj",
|
"wait": "Pričekaj",
|
||||||
"empty_data": "Stanje podsustava nepoznato"
|
"empty_data": "Stanje podsustava nepoznato"
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"http_status": "Stanje HTTP-a",
|
"http_status": "Stanje HTTP-a",
|
||||||
"error": "Greška",
|
"error": "Greška",
|
||||||
"response": "Odgovor",
|
"response": "Odgovor",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"not_available": "Nije dostupno"
|
"not_available": "Nije dostupno"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -144,8 +144,8 @@
|
|||||||
"uptime": "Vrijeme rada",
|
"uptime": "Vrijeme rada",
|
||||||
"maxDown": "Maksimum preuzimanja",
|
"maxDown": "Maksimum preuzimanja",
|
||||||
"maxUp": "Maksimum prijenosa",
|
"maxUp": "Maksimum prijenosa",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"received": "Primljeno",
|
"received": "Primljeno",
|
||||||
"sent": "Poslano",
|
"sent": "Poslano",
|
||||||
"externalIPAddress": "Eksterna IP adresa",
|
"externalIPAddress": "Eksterna IP adresa",
|
||||||
@@ -199,8 +199,8 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktivno",
|
"active": "Aktivno",
|
||||||
"upload": "Prenesi",
|
"upload": "Prijenos",
|
||||||
"download": "Preuzmi"
|
"download": "Preuzimanje"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Preuzimanje",
|
"download": "Preuzimanje",
|
||||||
@@ -209,8 +209,8 @@
|
|||||||
"seed": "Prenošenje preuzetog sadržaja"
|
"seed": "Prenošenje preuzetog sadržaja"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Preuzmi",
|
"download": "Preuzimanje",
|
||||||
"upload": "Prenesi",
|
"upload": "Prijenos",
|
||||||
"leech": "Korištenje tuđeg sadržaja",
|
"leech": "Korištenje tuđeg sadržaja",
|
||||||
"seed": "Prenošenje preuzetog sadržaja"
|
"seed": "Prenošenje preuzetog sadržaja"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Neispravno"
|
"invalid": "Neispravno"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Preuzmi",
|
"download": "Preuzimanje",
|
||||||
"upload": "Prenesi",
|
"upload": "Prijenos",
|
||||||
"leech": "Korištenje tuđeg sadržaja",
|
"leech": "Korištenje tuđeg sadržaja",
|
||||||
"seed": "Prenošenje preuzetog sadržaja"
|
"seed": "Prenošenje preuzetog sadržaja"
|
||||||
},
|
},
|
||||||
@@ -233,8 +233,8 @@
|
|||||||
"cachemissbytes": "Bajtovi promašaja predmemorije"
|
"cachemissbytes": "Bajtovi promašaja predmemorije"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Preuzmi",
|
"download": "Preuzimanje",
|
||||||
"upload": "Prenesi",
|
"upload": "Prijenos",
|
||||||
"leech": "Korištenje tuđeg sadržaja",
|
"leech": "Korištenje tuđeg sadržaja",
|
||||||
"seed": "Prenošenje preuzetog sadržaja"
|
"seed": "Prenošenje preuzetog sadržaja"
|
||||||
},
|
},
|
||||||
@@ -246,7 +246,7 @@
|
|||||||
"unknown": "Nepoznato"
|
"unknown": "Nepoznato"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Željeno",
|
"wanted": "Zatraženo",
|
||||||
"missing": "Nedostaje",
|
"missing": "Nedostaje",
|
||||||
"queued": "U redu čekanja",
|
"queued": "U redu čekanja",
|
||||||
"movies": "Filmovi",
|
"movies": "Filmovi",
|
||||||
@@ -254,12 +254,12 @@
|
|||||||
"unknown": "Nepoznato"
|
"unknown": "Nepoznato"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Željeno",
|
"wanted": "Zatraženo",
|
||||||
"queued": "U redu čekanja",
|
"queued": "U redu čekanja",
|
||||||
"artists": "Umjetnici"
|
"artists": "Umjetnici"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Željeno",
|
"wanted": "Zatraženo",
|
||||||
"queued": "U redu čekanja",
|
"queued": "U redu čekanja",
|
||||||
"books": "Knjige"
|
"books": "Knjige"
|
||||||
},
|
},
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "U tijeku",
|
"pending": "U tijeku",
|
||||||
"approved": "Odobreno",
|
"approved": "Odobreno",
|
||||||
"available": "Dostupno",
|
"available": "Dostupno"
|
||||||
"issues": "Otvoreni problemi"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "U tijeku",
|
"pending": "U tijeku",
|
||||||
@@ -286,7 +285,7 @@
|
|||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Ukupno",
|
"total": "Ukupno",
|
||||||
"connected": "Spojeno",
|
"connected": "Povezano",
|
||||||
"new_devices": "Novi uređaji",
|
"new_devices": "Novi uređaji",
|
||||||
"down_alerts": "Obavijesti o nedostupnosti"
|
"down_alerts": "Obavijesti o nedostupnosti"
|
||||||
},
|
},
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Usluge",
|
"services": "Usluge",
|
||||||
"middleware": "Posrednički softver"
|
"middleware": "Posrednički softver"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Verzija",
|
|
||||||
"notesCount": "Bilješke",
|
|
||||||
"dbSize": "Veličina baze podataka",
|
|
||||||
"unknown": "Nepoznato"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Nema aktivnih prijenosa",
|
"nothing_streaming": "Nema aktivnih prijenosa",
|
||||||
"please_wait": "Pričekaj"
|
"please_wait": "Pričekaj"
|
||||||
@@ -410,7 +403,7 @@
|
|||||||
"domain_count": "Domene"
|
"domain_count": "Domene"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Željeno",
|
"wanted": "Zatraženo",
|
||||||
"queued": "U redu čekanja",
|
"queued": "U redu čekanja",
|
||||||
"series": "Serije"
|
"series": "Serije"
|
||||||
},
|
},
|
||||||
@@ -443,11 +436,11 @@
|
|||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatura",
|
"_temp": "Temperatura",
|
||||||
"warn": "Upozori",
|
"warn": "Upozori",
|
||||||
"uptime": "AKTIVNO",
|
"uptime": "Vrijeme rada",
|
||||||
"total": "Ukupno",
|
"total": "Ukupno",
|
||||||
"free": "Slobodno",
|
"free": "Slobodno",
|
||||||
"used": "Korišteno",
|
"used": "Korišteno",
|
||||||
"days": "d",
|
"days": "dan(a)",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Krritično",
|
"crit": "Krritično",
|
||||||
"read": "Pročitano",
|
"read": "Pročitano",
|
||||||
@@ -489,7 +482,7 @@
|
|||||||
"57-day": "Ledena rosulja",
|
"57-day": "Ledena rosulja",
|
||||||
"57-night": "Ledena rosulja",
|
"57-night": "Ledena rosulja",
|
||||||
"61-day": "Laka kiša",
|
"61-day": "Laka kiša",
|
||||||
"61-night": "Slaba kiša",
|
"61-night": "Laka kiša",
|
||||||
"63-day": "Kiša",
|
"63-day": "Kiša",
|
||||||
"63-night": "Kiša",
|
"63-night": "Kiša",
|
||||||
"65-day": "Jaka kiša",
|
"65-day": "Jaka kiša",
|
||||||
@@ -499,7 +492,7 @@
|
|||||||
"67-day": "Ledena kiša",
|
"67-day": "Ledena kiša",
|
||||||
"67-night": "Ledena kiša",
|
"67-night": "Ledena kiša",
|
||||||
"71-day": "Laki snijeg",
|
"71-day": "Laki snijeg",
|
||||||
"71-night": "Susnježica",
|
"71-night": "Laki snijeg",
|
||||||
"73-day": "Snijeg",
|
"73-day": "Snijeg",
|
||||||
"73-night": "Snijeg",
|
"73-night": "Snijeg",
|
||||||
"75-day": "Jaki snijeg",
|
"75-day": "Jaki snijeg",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Aktualno",
|
"up_to_date": "Aktualno",
|
||||||
"child_bridges": "Podređeni mosotvi",
|
"child_bridges": "Podređeni mosotvi",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"pending": "U tijeku",
|
"pending": "U tijeku",
|
||||||
"down": "Neaktivno"
|
"down": "Nedostupno"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Novo",
|
"new": "Novo",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"grace": "U razdoblju odgode",
|
"grace": "U razdoblju odgode",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"paused": "Zaustavljeno",
|
"paused": "Zaustavljeno",
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"last_ping": "Zadnji ping",
|
"last_ping": "Zadnji ping",
|
||||||
@@ -654,8 +647,8 @@
|
|||||||
"load": "Prosječno opterećenje",
|
"load": "Prosječno opterećenje",
|
||||||
"memory": "Korištenje memorije",
|
"memory": "Korištenje memorije",
|
||||||
"wanStatus": "Stanje WAN-a",
|
"wanStatus": "Stanje WAN-a",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"temp": "Temperatura",
|
"temp": "Temperatura",
|
||||||
"disk": "Korištenje diska",
|
"disk": "Korištenje diska",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
@@ -698,7 +691,7 @@
|
|||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Serije",
|
"series": "Serije",
|
||||||
"issues": "Problemi",
|
"issues": "Problemi",
|
||||||
"wanted": "Željeno"
|
"wanted": "Zatraženo"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albumi",
|
"albums": "Albumi",
|
||||||
@@ -752,8 +745,8 @@
|
|||||||
"targets_total": "Ukupni broj ciljeva"
|
"targets_total": "Ukupni broj ciljeva"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Aktivne stranice",
|
"up": "Dostupne stranice",
|
||||||
"down": "Neaktivne stranice",
|
"down": "Nedostupne stranice",
|
||||||
"uptime": "Vrijeme rada"
|
"uptime": "Vrijeme rada"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
@@ -840,8 +833,8 @@
|
|||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Vrijeme rada",
|
"uptime": "Vrijeme rada",
|
||||||
"cpuLoad": "Prosjećno CPU opterećenje (5m)",
|
"cpuLoad": "Prosjećno CPU opterećenje (5m)",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"bytesTx": "Preneseno",
|
"bytesTx": "Preneseno",
|
||||||
"bytesRx": "Primljeno"
|
"bytesRx": "Primljeno"
|
||||||
},
|
},
|
||||||
@@ -850,13 +843,13 @@
|
|||||||
"uptime": "Vrijeme rada",
|
"uptime": "Vrijeme rada",
|
||||||
"lastDown": "Zadnja nedostupnost",
|
"lastDown": "Zadnja nedostupnost",
|
||||||
"downDuration": "Trajanje nedostupnosti",
|
"downDuration": "Trajanje nedostupnosti",
|
||||||
"sitesUp": "Aktivne stranice",
|
"sitesUp": "Dostupne stranice",
|
||||||
"sitesDown": "Neaktivne stranice",
|
"sitesDown": "Nedostupne stranice",
|
||||||
"paused": "Pauzirano",
|
"paused": "Zaustavljeno",
|
||||||
"notyetchecked": "Još nije provjereno",
|
"notyetchecked": "Još nije provjereno",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"seemsdown": "Čini se da je nedostupno",
|
"seemsdown": "Čini se da je nedostupno",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"unknown": "Nepoznato"
|
"unknown": "Nepoznato"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -931,7 +924,7 @@
|
|||||||
"bans": "Zabrane"
|
"bans": "Zabrane"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Spojeno",
|
"connected": "Povezano",
|
||||||
"enabled": "Aktivirano",
|
"enabled": "Aktivirano",
|
||||||
"disabled": "Deaktivirano",
|
"disabled": "Deaktivirano",
|
||||||
"total": "Ukupno"
|
"total": "Ukupno"
|
||||||
@@ -997,9 +990,9 @@
|
|||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Ime",
|
"name": "Ime",
|
||||||
"systems": "Sustavi",
|
"systems": "Sustavi",
|
||||||
"up": "Aktivno",
|
"up": "Dostupno",
|
||||||
"down": "Neaktivno",
|
"down": "Nedostupno",
|
||||||
"paused": "Pauzirano",
|
"paused": "Zaustavljeno",
|
||||||
"pending": "U tijeku",
|
"pending": "U tijeku",
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"updated": "Aktualizirano",
|
"updated": "Aktualizirano",
|
||||||
@@ -1012,7 +1005,7 @@
|
|||||||
"apps": "Aplikacije",
|
"apps": "Aplikacije",
|
||||||
"synced": "Sinkronizirano",
|
"synced": "Sinkronizirano",
|
||||||
"outOfSync": "Izvan sinkronizacije",
|
"outOfSync": "Izvan sinkronizacije",
|
||||||
"healthy": "Zdravo",
|
"healthy": "Funkcionalno",
|
||||||
"degraded": "Degradirano",
|
"degraded": "Degradirano",
|
||||||
"progressing": "Napredovanje",
|
"progressing": "Napredovanje",
|
||||||
"missing": "Nedostaje",
|
"missing": "Nedostaje",
|
||||||
@@ -1043,7 +1036,7 @@
|
|||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Mreža",
|
"slskStatus": "Mreža",
|
||||||
"connected": "Spojeno",
|
"connected": "Povezano",
|
||||||
"disconnected": "Odspojeno",
|
"disconnected": "Odspojeno",
|
||||||
"updateStatus": "Ažuriraj",
|
"updateStatus": "Ažuriraj",
|
||||||
"update_yes": "Dostupno",
|
"update_yes": "Dostupno",
|
||||||
@@ -1059,65 +1052,7 @@
|
|||||||
"other": "Ostalo"
|
"other": "Ostalo"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Problemi s uslugom",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Problemi s host računalom"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Ukupno",
|
|
||||||
"running": "Pokrenuto",
|
|
||||||
"stopped": "Prekinuto",
|
|
||||||
"down": "Neaktivno",
|
|
||||||
"unhealthy": "Nezdravo",
|
|
||||||
"unknown": "Nepoznato",
|
|
||||||
"servers": "Serveri",
|
|
||||||
"stacks": "Stacks",
|
|
||||||
"containers": "Kontejneri"
|
|
||||||
},
|
|
||||||
"filebrowser": {
|
|
||||||
"available": "Dostupno",
|
|
||||||
"used": "Korišteno",
|
|
||||||
"total": "Ukupno"
|
|
||||||
},
|
|
||||||
"wallos": {
|
|
||||||
"activeSubscriptions": "Pretplate",
|
|
||||||
"thisMonthlyCost": "Ovaj mjesec",
|
|
||||||
"nextMonthlyCost": "Sljedeći mjesec",
|
|
||||||
"previousMonthlyCost": "Prethodni mjesec",
|
|
||||||
"nextRenewingSubscription": "Sljedeće plaćanje"
|
|
||||||
},
|
|
||||||
"unraid": {
|
|
||||||
"STARTED": "Pokrenuto",
|
|
||||||
"STOPPED": "Prekinuto",
|
|
||||||
"NEW_ARRAY": "Novi znakovni niz",
|
|
||||||
"RECON_DISK": "Rekonstrukcija diska",
|
|
||||||
"DISABLE_DISK": "Disk deaktiviran",
|
|
||||||
"SWAP_DSBL": "Swap deaktiviran",
|
|
||||||
"INVALID_EXPANSION": "Nevažeće proširenje",
|
|
||||||
"PARITY_NOT_BIGGEST": "Paritet nije najveći",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Previše nedostajućih diskova",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Novi disk je premalen",
|
|
||||||
"NO_DATA_DISKS": "Nema podatkovnih diskova",
|
|
||||||
"notifications": "Obavijesti",
|
|
||||||
"status": "Stanje",
|
|
||||||
"cpu": "CPU",
|
|
||||||
"memoryUsed": "Korištena memorija",
|
|
||||||
"memoryAvailable": "Dostupna memorija",
|
|
||||||
"arrayUsed": "Korišteni znakovni niz",
|
|
||||||
"arrayFree": "Slobodni znakovni niz",
|
|
||||||
"poolUsed": "{{pool}} korišteno",
|
|
||||||
"poolFree": "{{pool}} slobodno"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Planovi",
|
|
||||||
"num_success_30": "Uspjesi",
|
|
||||||
"num_failure_30": "Neuspjesi",
|
|
||||||
"num_success_latest": "Uspjeh",
|
|
||||||
"num_failure_latest": "Neuspjeh",
|
|
||||||
"bytes_added_30": "Dodani bajtovi"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Pjesme",
|
|
||||||
"time": "Vrijeme",
|
|
||||||
"artists": "Izvođači"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"running": "Futó",
|
"running": "Futó",
|
||||||
"offline": "Nem elérhető",
|
"offline": "Nem elérhető",
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"http_status": "HTTP állapot",
|
"http_status": "HTTP állapot",
|
||||||
"error": "Hiba",
|
"error": "Hiba",
|
||||||
"response": "Válasz",
|
"response": "Válasz",
|
||||||
"down": "Leállt",
|
"down": "Le",
|
||||||
"up": "Fut",
|
"up": "Fel",
|
||||||
"not_available": "Nem elérhető"
|
"not_available": "Nem elérhető"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -141,16 +141,16 @@
|
|||||||
"connectionStatusDisconnecting": "Kapcsolat bontása",
|
"connectionStatusDisconnecting": "Kapcsolat bontása",
|
||||||
"connectionStatusDisconnected": "Kapcsolat bontva",
|
"connectionStatusDisconnected": "Kapcsolat bontva",
|
||||||
"connectionStatusConnected": "Csatlakozva",
|
"connectionStatusConnected": "Csatlakozva",
|
||||||
"uptime": "Működési idő",
|
"uptime": "Üzemidő",
|
||||||
"maxDown": "Max let.",
|
"maxDown": "Max let.",
|
||||||
"maxUp": "Max felt.",
|
"maxUp": "Max felt.",
|
||||||
"down": "Leállt",
|
"down": "Le",
|
||||||
"up": "Fut",
|
"up": "Fel",
|
||||||
"received": "Fogadott",
|
"received": "Fogadott",
|
||||||
"sent": "Küldött",
|
"sent": "Küldött",
|
||||||
"externalIPAddress": "Külső IP cím",
|
"externalIPAddress": "Külső IP cím",
|
||||||
"externalIPv6Address": "Küls. IPv6",
|
"externalIPv6Address": "Ext. IPv6",
|
||||||
"externalIPv6Prefix": "Küls. IPv6-Prefix"
|
"externalIPv6Prefix": "Ext. IPv6-Prefix"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreamek",
|
"upstreams": "Upstreamek",
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Lejátszás",
|
"playing": "Lejátszás",
|
||||||
"transcoding": "Transzkódolás",
|
"transcoding": "Átkódolás",
|
||||||
"bitrate": "Bitráta",
|
"bitrate": "Bitráta",
|
||||||
"no_active": "Nincs aktív lejátszás",
|
"no_active": "Nincs aktív lejátszás",
|
||||||
"plex_connection_error": "Plex kapcsolat ellenőrzése"
|
"plex_connection_error": "Plex kapcsolat ellenőrzése"
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
"connectedAp": "Csatlakoztatott AP-k",
|
"connectedAp": "Csatlakoztatott AP-k",
|
||||||
"activeUser": "Aktív eszközök",
|
"activeUser": "Aktív eszközök",
|
||||||
"alerts": "Riasztások",
|
"alerts": "Riasztások",
|
||||||
"connectedGateways": "Csatlakoztatott gateway-ek",
|
"connectedGateways": "Connected gateways",
|
||||||
"connectedSwitches": "Csatlakoztatott switch-ek"
|
"connectedSwitches": "Csatlakoztatott switch-ek"
|
||||||
},
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Aktív Stream-ek",
|
"streams": "Aktív Stream-ek",
|
||||||
"albums": "Albumok",
|
"albums": "Albumok",
|
||||||
"movies": "Filmek",
|
"movies": "Film",
|
||||||
"tv": "TV műsorok"
|
"tv": "TV műsorok"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -241,16 +241,16 @@
|
|||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Keresett",
|
"wanted": "Keresett",
|
||||||
"queued": "Sorban áll",
|
"queued": "Sorban áll",
|
||||||
"series": "Sorozatok",
|
"series": "Sorozat",
|
||||||
"queue": "Várólista",
|
"queue": "Sor",
|
||||||
"unknown": "Ismeretlen"
|
"unknown": "Ismeretlen"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Keresett",
|
"wanted": "Keresett",
|
||||||
"missing": "Hiányzik",
|
"missing": "Hiányzik",
|
||||||
"queued": "Sorban áll",
|
"queued": "Sorban áll",
|
||||||
"movies": "Filmek",
|
"movies": "Film",
|
||||||
"queue": "Várólista",
|
"queue": "Sor",
|
||||||
"unknown": "Ismeretlen"
|
"unknown": "Ismeretlen"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
@@ -273,20 +273,19 @@
|
|||||||
"available": "Elérhető"
|
"available": "Elérhető"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Függőben lévő",
|
"pending": "Függőben",
|
||||||
"approved": "Jóváhagyott",
|
"approved": "Engedélyezett",
|
||||||
"available": "Elérhető",
|
"available": "Elérhető"
|
||||||
"issues": "Nyitott problémák"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Függőben lévő",
|
"pending": "Függőben",
|
||||||
"processing": "Feldolgozás",
|
"processing": "Feldolgozás",
|
||||||
"approved": "Jóváhagyott",
|
"approved": "Engedélyezett",
|
||||||
"available": "Elérhető"
|
"available": "Elérhető"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Összes",
|
"total": "Összes",
|
||||||
"connected": "Csatlakoztatott",
|
"connected": "Csatlakozva",
|
||||||
"new_devices": "Új eszközök",
|
"new_devices": "Új eszközök",
|
||||||
"down_alerts": "Leállási riasztások"
|
"down_alerts": "Leállási riasztások"
|
||||||
},
|
},
|
||||||
@@ -308,7 +307,7 @@
|
|||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Folyamatban",
|
"running": "Futó",
|
||||||
"stopped": "Megállított",
|
"stopped": "Megállított",
|
||||||
"total": "Összes"
|
"total": "Összes"
|
||||||
},
|
},
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Kliensek"
|
"totalClients": "Kliensek"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Várólista",
|
"queue": "Sor",
|
||||||
"processed": "Feldolgozott",
|
"processed": "Feldolgozott",
|
||||||
"errored": "Hibás",
|
"errored": "Hibás",
|
||||||
"saved": "Mentett"
|
"saved": "Mentett"
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Folyamatok",
|
"services": "Folyamatok",
|
||||||
"middleware": "Közvetítő"
|
"middleware": "Közvetítő"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Verzió",
|
|
||||||
"notesCount": "Jegyzetek",
|
|
||||||
"dbSize": "Adatbázis mérete",
|
|
||||||
"unknown": "Ismeretlen"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Nincs aktív lejátszás",
|
"nothing_streaming": "Nincs aktív lejátszás",
|
||||||
"please_wait": "Kérjük Várjon"
|
"please_wait": "Kérjük Várjon"
|
||||||
@@ -396,7 +389,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Beállított",
|
"configured": "Beállított",
|
||||||
"errored": "Hibák"
|
"errored": "Hibás"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Munkamenetek",
|
"numActiveSessions": "Munkamenetek",
|
||||||
@@ -412,13 +405,13 @@
|
|||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Keresett",
|
"wanted": "Keresett",
|
||||||
"queued": "Sorban áll",
|
"queued": "Sorban áll",
|
||||||
"series": "Sorozatok"
|
"series": "Sorozat"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Lejátszók",
|
"players": "Lejátszók",
|
||||||
"version": "Verzió",
|
"version": "Verzió",
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"up": "Kapcsolódva",
|
"up": "Csatlakozva",
|
||||||
"down": "Nem elérhető"
|
"down": "Nem elérhető"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
@@ -431,7 +424,7 @@
|
|||||||
"failedLoginsLast24H": "Sikertelen bejelentkezések (24h)"
|
"failedLoginsLast24H": "Sikertelen bejelentkezések (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"lxc": "LXC-k",
|
"lxc": "LXC-k",
|
||||||
"vms": "VM-ek"
|
"vms": "VM-ek"
|
||||||
@@ -439,14 +432,14 @@
|
|||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"load": "Terhelés",
|
"load": "Terhelés",
|
||||||
"wait": "Kérem várjon",
|
"wait": "Kérjük várjon",
|
||||||
"temp": "HŐM",
|
"temp": "HŐM",
|
||||||
"_temp": "Hőmérséklet",
|
"_temp": "Hőmérséklet",
|
||||||
"warn": "Figyelmeztet",
|
"warn": "Figyelmeztet",
|
||||||
"uptime": "FUT",
|
"uptime": "FUT",
|
||||||
"total": "Összes",
|
"total": "Összes",
|
||||||
"free": "Szabad",
|
"free": "Szabad",
|
||||||
"used": "Felhasznált",
|
"used": "Használt",
|
||||||
"days": "n",
|
"days": "n",
|
||||||
"hours": "ó",
|
"hours": "ó",
|
||||||
"crit": "Kritikus",
|
"crit": "Kritikus",
|
||||||
@@ -501,7 +494,7 @@
|
|||||||
"71-day": "Enyhe havazás",
|
"71-day": "Enyhe havazás",
|
||||||
"71-night": "Enyhe havazás",
|
"71-night": "Enyhe havazás",
|
||||||
"73-day": "Hó",
|
"73-day": "Hó",
|
||||||
"73-night": "Havazás",
|
"73-night": "Hó",
|
||||||
"75-day": "Erős havazás",
|
"75-day": "Erős havazás",
|
||||||
"75-night": "Erős havazás",
|
"75-night": "Erős havazás",
|
||||||
"77-day": "Hódara",
|
"77-day": "Hódara",
|
||||||
@@ -517,7 +510,7 @@
|
|||||||
"86-day": "Hózáporok",
|
"86-day": "Hózáporok",
|
||||||
"86-night": "Hózáporok",
|
"86-night": "Hózáporok",
|
||||||
"95-day": "Zivatar",
|
"95-day": "Zivatar",
|
||||||
"95-night": "Vihar",
|
"95-night": "Zivatar",
|
||||||
"96-day": "Zivatar jégesővel",
|
"96-day": "Zivatar jégesővel",
|
||||||
"96-night": "Zivatar jégesővel",
|
"96-night": "Zivatar jégesővel",
|
||||||
"99-day": "Zivatar jégesővel",
|
"99-day": "Zivatar jégesővel",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Naprakész",
|
"up_to_date": "Naprakész",
|
||||||
"child_bridges": "Gyerek Hidak",
|
"child_bridges": "Gyerek Hidak",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Fut",
|
"up": "Fel",
|
||||||
"pending": "Függőben lévő",
|
"pending": "Függőben",
|
||||||
"down": "Leállt"
|
"down": "Le"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Új",
|
"new": "Új",
|
||||||
"up": "Fut",
|
"up": "Fel",
|
||||||
"grace": "Türelmi idő alatt",
|
"grace": "Türelmi idő alatt",
|
||||||
"down": "Leállt",
|
"down": "Le",
|
||||||
"paused": "Szünetel",
|
"paused": "Szünetel",
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"last_ping": "Legutóbbi Ping",
|
"last_ping": "Legutóbbi Ping",
|
||||||
@@ -550,27 +543,27 @@
|
|||||||
"containers_failed": "Sikertelen"
|
"containers_failed": "Sikertelen"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Jóváhagyott",
|
"approvedPushes": "Engedélyezett",
|
||||||
"rejectedPushes": "Elutasított",
|
"rejectedPushes": "Elutasított",
|
||||||
"filters": "Szűrők",
|
"filters": "Szűrők",
|
||||||
"indexers": "Indexerek"
|
"indexers": "Indexerek"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Várólista",
|
"downloads": "Sor",
|
||||||
"videos": "Videók",
|
"videos": "Videók",
|
||||||
"channels": "Csatornák",
|
"channels": "Csatornák",
|
||||||
"playlists": "Lejátszási listák"
|
"playlists": "Lejátszási listák"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Rendszerterhelés",
|
"load": "Rendszerterhelés",
|
||||||
"uptime": "Működési idő",
|
"uptime": "Üzemidő",
|
||||||
"alerts": "Figyelmeztetések"
|
"alerts": "Riasztások"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Sebesség",
|
"speed": "Sebesség",
|
||||||
"active": "Active",
|
"active": "Aktív",
|
||||||
"queue": "Queue",
|
"queue": "Sor",
|
||||||
"total": "Total"
|
"total": "Összes"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Nyilvános IP-cím",
|
"public_ip": "Nyilvános IP-cím",
|
||||||
@@ -579,47 +572,47 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Csatornák",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tuner-ek",
|
"tunerCount": "Tuner-ek",
|
||||||
"channelNumber": "Csatorna",
|
"channelNumber": "Csatorna",
|
||||||
"channelNetwork": "Hálózat",
|
"channelNetwork": "Hálózat",
|
||||||
"signalStrength": "Erősség",
|
"signalStrength": "Erősség",
|
||||||
"signalQuality": "Minőség",
|
"signalQuality": "Minőség",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Minőség",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitráta",
|
||||||
"clientIP": "Kliens"
|
"clientIP": "Kliens"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Megfelelt",
|
"passed": "Megfelelt",
|
||||||
"failed": "Failed",
|
"failed": "Sikertelen",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ismeretlen"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Beérkezett",
|
"inbox": "Beérkezett",
|
||||||
"total": "Total"
|
"total": "Összes"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Akku töltöttsége",
|
"battery_charge": "Akku töltöttsége",
|
||||||
"ups_load": "UPS terheltsége",
|
"ups_load": "UPS terheltsége",
|
||||||
"ups_status": "UPS állapot",
|
"ups_status": "UPS állapot",
|
||||||
"online": "Online",
|
"online": "Csatlakozva",
|
||||||
"on_battery": "Akkuról",
|
"on_battery": "Akkuról",
|
||||||
"low_battery": "Alacsony töltöttség"
|
"low_battery": "Alacsony töltöttség"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Kérjük Várjon",
|
||||||
"no_devices": "Nincs fogadott eszközadat"
|
"no_devices": "Nincs fogadott eszközadat"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Processzor Terhelés",
|
"cpuLoad": "Processzor Terhelés",
|
||||||
"memoryUsed": "Felhasznált Memória",
|
"memoryUsed": "Felhasznált Memória",
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"numberOfLeases": "Bérletek"
|
"numberOfLeases": "Bérletek"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Minden Stream",
|
"streams_all": "Minden Stream",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktív Stream-ek",
|
||||||
"streams_xepg": "XEPG Csatornák"
|
"streams_xepg": "XEPG Csatornák"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Korlát"
|
"limit": "Korlát"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Processzor Terhelés",
|
||||||
"memory": "Aktív Memória",
|
"memory": "Aktív Memória",
|
||||||
"wanUpload": "WAN Feltöltés",
|
"wanUpload": "WAN Feltöltés",
|
||||||
"wanDownload": "WAN Letöltés"
|
"wanDownload": "WAN Letöltés"
|
||||||
@@ -641,75 +634,75 @@
|
|||||||
"layers": "Rétegek"
|
"layers": "Rétegek"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Státusz",
|
||||||
"temp_tool": "Szerszám hőmérséklet",
|
"temp_tool": "Szerszám hőmérséklet",
|
||||||
"temp_bed": "Ágy Hőmérséklet",
|
"temp_bed": "Ágy Hőmérséklet",
|
||||||
"job_completion": "Teljesítés"
|
"job_completion": "Teljesítés"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Eredeti IP",
|
"origin_ip": "Eredeti IP",
|
||||||
"status": "Status"
|
"status": "Státusz"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Átlagos terhelés",
|
"load": "Átlagos terhelés",
|
||||||
"memory": "RAM Használat",
|
"memory": "RAM Használat",
|
||||||
"wanStatus": "WAN Állapot",
|
"wanStatus": "WAN Állapot",
|
||||||
"up": "Up",
|
"up": "Fel",
|
||||||
"down": "Down",
|
"down": "Le",
|
||||||
"temp": "Temp",
|
"temp": "Hőmérséklet",
|
||||||
"disk": "Lemezhasználat",
|
"disk": "Lemezhasználat",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Adattár",
|
"datastore_usage": "Adattár",
|
||||||
"failed_tasks_24h": "Sikertelen feladatok 24h",
|
"failed_tasks_24h": "Sikertelen feladatok 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "Processzor",
|
||||||
"memory_usage": "Memória"
|
"memory_usage": "Memória"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Felhasználók",
|
||||||
"photos": "Fényképek",
|
"photos": "Fényképek",
|
||||||
"videos": "Videos",
|
"videos": "Videók",
|
||||||
"storage": "Tárhely"
|
"storage": "Tárhely"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Futó Webhelyek",
|
"up": "Futó Webhelyek",
|
||||||
"down": "Nem Elérhető Webhelyek",
|
"down": "Nem Elérhető Webhelyek",
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"incident": "Incidens",
|
"incident": "Incidens",
|
||||||
"m": "m"
|
"m": "p"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Sorozat",
|
||||||
"archives": "Archívum",
|
"archives": "Archívum",
|
||||||
"chapters": "Fejezetek",
|
"chapters": "Fejezetek",
|
||||||
"categories": "Kategóriák"
|
"categories": "Kategóriák"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Könyvtárak",
|
"libraries": "Könyvtárak",
|
||||||
"series": "Series",
|
"series": "Sorozat",
|
||||||
"books": "Books"
|
"books": "Könyvek"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Napok",
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Elérhető"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Sorozat",
|
||||||
"issues": "Problémák",
|
"issues": "Problémák",
|
||||||
"wanted": "Wanted"
|
"wanted": "Keresett"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albumok",
|
||||||
"photos": "Photos",
|
"photos": "Fényképek",
|
||||||
"videos": "Videos",
|
"videos": "Videók",
|
||||||
"people": "Emberek"
|
"people": "Emberek"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Sor",
|
||||||
"processing": "Processing",
|
"processing": "Feldolgozás",
|
||||||
"processed": "Processed",
|
"processed": "Feldolgozott",
|
||||||
"time": "Idő"
|
"time": "Idő"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -731,11 +724,11 @@
|
|||||||
"numshares": "Megosztott Elemek"
|
"numshares": "Megosztott Elemek"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"size": "Méret",
|
"size": "Méret",
|
||||||
"lastrun": "Legutóbbi futtatás",
|
"lastrun": "Legutóbbi futtatás",
|
||||||
"nextrun": "Következő Futtatás",
|
"nextrun": "Következő Futtatás",
|
||||||
"failed": "Failed"
|
"failed": "Sikertelen"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktív Dolgozók",
|
"active_workers": "Aktív Dolgozók",
|
||||||
@@ -752,20 +745,20 @@
|
|||||||
"targets_total": "Összes Célpont"
|
"targets_total": "Összes Célpont"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Futó Webhelyek",
|
||||||
"down": "Sites Down",
|
"down": "Nem Elérhető Webhelyek",
|
||||||
"uptime": "Uptime"
|
"uptime": "Üzemidő"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Ma",
|
||||||
"gross_percent_1y": "Egy év",
|
"gross_percent_1y": "Egy év",
|
||||||
"gross_percent_max": "Mindig"
|
"gross_percent_max": "Mindig"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcast",
|
"podcasts": "Podcast",
|
||||||
"books": "Books",
|
"books": "Könyvek",
|
||||||
"podcastsDuration": "Időtartam",
|
"podcastsDuration": "Időtartam",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Időtartam"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Emberek otthon",
|
"people_home": "Emberek otthon",
|
||||||
@@ -774,45 +767,45 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Nyomonkövetés",
|
"monitoring": "Nyomonkövetés",
|
||||||
"updates": "Updates"
|
"updates": "Frissítések"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Könyvek",
|
||||||
"authors": "Szerzők",
|
"authors": "Szerzők",
|
||||||
"categories": "Categories",
|
"categories": "Kategóriák",
|
||||||
"series": "Series"
|
"series": "Sorozat"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Sor",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Hátralévő",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Méret",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Sebesség"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Sorozat",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Fájlok"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Eredmény",
|
"result": "Eredmény",
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"buildId": "Gyártás ID",
|
"buildId": "Gyártás ID",
|
||||||
"succeeded": "Sikerült",
|
"succeeded": "Sikerült",
|
||||||
"notStarted": "Nem indult",
|
"notStarted": "Nem indult",
|
||||||
"failed": "Failed",
|
"failed": "Sikertelen",
|
||||||
"canceled": "Megszakítva",
|
"canceled": "Megszakítva",
|
||||||
"inProgress": "Folyamatban",
|
"inProgress": "Folyamatban",
|
||||||
"totalPrs": "Minden PR",
|
"totalPrs": "Minden PR",
|
||||||
"myPrs": "Saját PR-ek",
|
"myPrs": "Saját PR-ek",
|
||||||
"approved": "Approved"
|
"approved": "Engedélyezett"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"online": "Online",
|
"online": "Csatlakozva",
|
||||||
"offline": "Offline",
|
"offline": "Nem elérhető",
|
||||||
"name": "Név",
|
"name": "Név",
|
||||||
"map": "Térkép",
|
"map": "Térkép",
|
||||||
"currentPlayers": "Jelenlegi játékosok",
|
"currentPlayers": "Jelenlegi játékosok",
|
||||||
"players": "Players",
|
"players": "Lejátszók",
|
||||||
"maxPlayers": "Max. játékosok",
|
"maxPlayers": "Max. játékosok",
|
||||||
"bots": "Botok",
|
"bots": "Botok",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -825,39 +818,39 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Receptek",
|
"recipes": "Receptek",
|
||||||
"users": "Users",
|
"users": "Felhasználók",
|
||||||
"categories": "Categories",
|
"categories": "Kategóriák",
|
||||||
"tags": "Címkék"
|
"tags": "Címkék"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Letöltés folyamatban",
|
"downloading": "Letöltés folyamatban",
|
||||||
"total": "Total",
|
"total": "Összes",
|
||||||
"running": "Running",
|
"running": "Futó",
|
||||||
"stopped": "Stopped",
|
"stopped": "Megállított",
|
||||||
"passed": "Passed",
|
"passed": "Megfelelt",
|
||||||
"failed": "Failed"
|
"failed": "Sikertelen"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"cpuLoad": "Átlag CPU terhelés (5p)",
|
"cpuLoad": "Átlag CPU terhelés (5p)",
|
||||||
"up": "Up",
|
"up": "Fel",
|
||||||
"down": "Down",
|
"down": "Le",
|
||||||
"bytesTx": "Továbbított",
|
"bytesTx": "Továbbított",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Fogadott"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"lastDown": "Utolsó leállás",
|
"lastDown": "Utolsó leállás",
|
||||||
"downDuration": "Leállás ideje",
|
"downDuration": "Leállás ideje",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Futó Webhelyek",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Nem Elérhető Webhelyek",
|
||||||
"paused": "Paused",
|
"paused": "Szünetel",
|
||||||
"notyetchecked": "Még nincs ellenőrizve",
|
"notyetchecked": "Még nincs ellenőrizve",
|
||||||
"up": "Up",
|
"up": "Fel",
|
||||||
"seemsdown": "Elérhetetlennek tűnik",
|
"seemsdown": "Elérhetetlennek tűnik",
|
||||||
"down": "Down",
|
"down": "Le",
|
||||||
"unknown": "Unknown"
|
"unknown": "Ismeretlen"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "Mozikban",
|
"inCinemas": "Mozikban",
|
||||||
@@ -876,10 +869,10 @@
|
|||||||
"totalfilesize": "Teljes méret"
|
"totalfilesize": "Teljes méret"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domainek",
|
||||||
"mailboxes": "E-mail fiókok",
|
"mailboxes": "E-mail fiókok",
|
||||||
"mails": "Mailek",
|
"mails": "Mailek",
|
||||||
"storage": "Storage"
|
"storage": "Tárhely"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Figyelmeztetések",
|
"warnings": "Figyelmeztetések",
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Események",
|
"events": "Események",
|
||||||
"plants": "Növények",
|
"plants": "Növények",
|
||||||
"photos": "Photos",
|
"photos": "Fényképek",
|
||||||
"species": "Fajok"
|
"species": "Fajok"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Üzenetek",
|
"notifications": "Üzenetek",
|
||||||
"issues": "Issues",
|
"issues": "Problémák",
|
||||||
"pulls": "Pull request-ek",
|
"pulls": "Pull request-ek",
|
||||||
"repositories": "Repositories"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
@@ -909,13 +902,13 @@
|
|||||||
"galleries": "Galériák",
|
"galleries": "Galériák",
|
||||||
"performers": "Előadók",
|
"performers": "Előadók",
|
||||||
"studios": "Stúdiók",
|
"studios": "Stúdiók",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"tags": "Tags",
|
"tags": "Címkék",
|
||||||
"oCount": "O szám"
|
"oCount": "O szám"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Felhasználók",
|
||||||
"recipes": "Recipes",
|
"recipes": "Receptek",
|
||||||
"keywords": "Kulcsszavak"
|
"keywords": "Kulcsszavak"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -923,18 +916,18 @@
|
|||||||
"totalWithWarranty": "Garanciával",
|
"totalWithWarranty": "Garanciával",
|
||||||
"locations": "Helyek",
|
"locations": "Helyek",
|
||||||
"labels": "Címkék",
|
"labels": "Címkék",
|
||||||
"users": "Users",
|
"users": "Felhasználók",
|
||||||
"totalValue": "Teljes érték"
|
"totalValue": "Teljes érték"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Riasztások",
|
||||||
"bans": "Kitiltások"
|
"bans": "Kitiltások"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Csatlakozva",
|
||||||
"enabled": "Enabled",
|
"enabled": "Bekapcsolva",
|
||||||
"disabled": "Disabled",
|
"disabled": "Kikapcsolva",
|
||||||
"total": "Total"
|
"total": "Összes"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxyzott",
|
"proxied": "Proxyzott",
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"download": "Download",
|
"download": "Letöltés",
|
||||||
"upload": "Upload"
|
"upload": "Feltöltés"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Tőzsde",
|
"stocks": "Tőzsde",
|
||||||
@@ -956,17 +949,17 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Kamerák",
|
"cameras": "Kamerák",
|
||||||
"uptime": "Uptime",
|
"uptime": "Üzemidő",
|
||||||
"version": "Version"
|
"version": "Verzió"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Linkek",
|
"links": "Linkek",
|
||||||
"collections": "Gyűjtemény",
|
"collections": "Gyűjtemény",
|
||||||
"tags": "Tags"
|
"tags": "Címkék"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Nem titkosított",
|
"unclassified": "Nem titkosított",
|
||||||
"information": "Information",
|
"information": "Információ",
|
||||||
"warning": "Figyelmeztetés",
|
"warning": "Figyelmeztetés",
|
||||||
"average": "Átlag",
|
"average": "Átlag",
|
||||||
"high": "Magas",
|
"high": "Magas",
|
||||||
@@ -987,24 +980,24 @@
|
|||||||
"tasksInProgress": "Folyamatban levő Feladatok"
|
"tasksInProgress": "Folyamatban levő Feladatok"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Név",
|
||||||
"address": "Address",
|
"address": "Cím",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Utoljára látott",
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"online": "Online",
|
"online": "Csatlakozva",
|
||||||
"offline": "Offline"
|
"offline": "Nem elérhető"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Név",
|
||||||
"systems": "Rendszerek",
|
"systems": "Rendszerek",
|
||||||
"up": "Up",
|
"up": "Fel",
|
||||||
"down": "Down",
|
"down": "Le",
|
||||||
"paused": "Paused",
|
"paused": "Szünetel",
|
||||||
"pending": "Pending",
|
"pending": "Függőben",
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"updated": "Updated",
|
"updated": "Frissített",
|
||||||
"cpu": "CPU",
|
"cpu": "Processzor",
|
||||||
"memory": "MEM",
|
"memory": "RAM",
|
||||||
"disk": "Lemez",
|
"disk": "Lemez",
|
||||||
"network": "Hálózat"
|
"network": "Hálózat"
|
||||||
},
|
},
|
||||||
@@ -1012,26 +1005,26 @@
|
|||||||
"apps": "Alkalmazások",
|
"apps": "Alkalmazások",
|
||||||
"synced": "Szinkronizált",
|
"synced": "Szinkronizált",
|
||||||
"outOfSync": "Nincs szinkronban",
|
"outOfSync": "Nincs szinkronban",
|
||||||
"healthy": "Healthy",
|
"healthy": "Egészséges",
|
||||||
"degraded": "Leépült",
|
"degraded": "Leépült",
|
||||||
"progressing": "Halad",
|
"progressing": "Halad",
|
||||||
"missing": "Missing",
|
"missing": "Hiányzik",
|
||||||
"suspended": "Felfüggesztett"
|
"suspended": "Felfüggesztett"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Betöltés"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Csoportok",
|
"groups": "Csoportok",
|
||||||
"issues": "Issues",
|
"issues": "Problémák",
|
||||||
"merges": "Merge kérések",
|
"merges": "Merge kérések",
|
||||||
"projects": "Projektek"
|
"projects": "Projektek"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Státusz",
|
||||||
"load": "Load",
|
"load": "Terhelés",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Akku töltöttsége",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Hátralévő idő"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1039,85 +1032,27 @@
|
|||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Lists",
|
"lists": "Lists",
|
||||||
"tags": "Tags"
|
"tags": "Címkék"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Hálózat",
|
||||||
"connected": "Connected",
|
"connected": "Csatlakozva",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Kapcsolat bontva",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Elérhető",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Naprakész",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Fájlok"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Zeneszám",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"episodes": "Episodes",
|
"episodes": "Epizód",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,9 +61,9 @@
|
|||||||
"wlan_devices": "Perangkat WLAN",
|
"wlan_devices": "Perangkat WLAN",
|
||||||
"lan_users": "Pengguna LAN",
|
"lan_users": "Pengguna LAN",
|
||||||
"wlan_users": "Pengguna WLAN",
|
"wlan_users": "Pengguna WLAN",
|
||||||
"up": "UP",
|
"up": "Waktu Aktif",
|
||||||
"down": "Mati",
|
"down": "Mati",
|
||||||
"wait": "Please wait",
|
"wait": "Harap tunggu",
|
||||||
"empty_data": "Status subsistem tdk diketahui"
|
"empty_data": "Status subsistem tdk diketahui"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -93,9 +93,9 @@
|
|||||||
"http_status": "HTTP Status",
|
"http_status": "HTTP Status",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"response": "Respons",
|
"response": "Respons",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"not_available": "Not Available"
|
"not_available": "Tidak Tersedia"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Sedang Diputar",
|
"playing": "Sedang Diputar",
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"unknown": "Unknown"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produksi",
|
"pv_power": "Produksi",
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Sedan Memutus",
|
"connectionStatusDisconnecting": "Sedan Memutus",
|
||||||
"connectionStatusDisconnected": "Terputus",
|
"connectionStatusDisconnected": "Terputus",
|
||||||
"connectionStatusConnected": "Tersambung",
|
"connectionStatusConnected": "Tersambung",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"maxDown": "Maks Unduh",
|
"maxDown": "Maks Unduh",
|
||||||
"maxUp": "Maks Unggah",
|
"maxUp": "Maks Unggah",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"received": "Diterima",
|
"received": "Diterima",
|
||||||
"sent": "Terkirim",
|
"sent": "Terkirim",
|
||||||
"externalIPAddress": "IP Eksternal",
|
"externalIPAddress": "IP Eksternal",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Tiket"
|
"passes": "Tiket"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Sedang Diputar",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Mentranskode",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Tidak ada Strim Aktif",
|
||||||
"plex_connection_error": "Cek Koneksi ke Plex"
|
"plex_connection_error": "Cek Koneksi ke Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -189,28 +189,28 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Stream Berjalan",
|
"streams": "Stream Berjalan",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"tv": "Acara TV"
|
"tv": "Acara TV"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Laju Bandwidth",
|
||||||
"queue": "Antrian",
|
"queue": "Antrian",
|
||||||
"timeleft": "Sisa Waktu"
|
"timeleft": "Sisa Waktu"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktif",
|
"active": "Aktif",
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"download": "Download"
|
"download": "Unduh"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Tidak valid"
|
"invalid": "Tidak valid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,34 +233,34 @@
|
|||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Dicari",
|
"wanted": "Dicari",
|
||||||
"queued": "Terantrikan",
|
"queued": "Terantrikan",
|
||||||
"series": "Series",
|
"series": "Seri",
|
||||||
"queue": "Queue",
|
"queue": "Antrian",
|
||||||
"unknown": "Unknown"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dicari",
|
||||||
"missing": "Tidak Ditemukan",
|
"missing": "Tidak Ditemukan",
|
||||||
"queued": "Queued",
|
"queued": "Terantrikan",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"queue": "Queue",
|
"queue": "Antrian",
|
||||||
"unknown": "Unknown"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dicari",
|
||||||
"queued": "Queued",
|
"queued": "Terantrikan",
|
||||||
"artists": "Artis"
|
"artists": "Artis"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dicari",
|
||||||
"queued": "Queued",
|
"queued": "Terantrikan",
|
||||||
"books": "Buku"
|
"books": "Buku"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -274,19 +274,18 @@
|
|||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Tersetujui",
|
||||||
"available": "Available",
|
"available": "Tersedia"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"processing": "Memproses",
|
"processing": "Memproses",
|
||||||
"approved": "Approved",
|
"approved": "Tersetujui",
|
||||||
"available": "Available"
|
"available": "Tersedia"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Tersambung",
|
||||||
"new_devices": "Perangkat Baru",
|
"new_devices": "Perangkat Baru",
|
||||||
"down_alerts": "Peringatan Pemadaman"
|
"down_alerts": "Peringatan Pemadaman"
|
||||||
},
|
},
|
||||||
@@ -297,26 +296,26 @@
|
|||||||
"gravity": "Gravitasi"
|
"gravity": "Gravitasi"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Kueri",
|
||||||
"blocked": "Blocked",
|
"blocked": "Terblokir",
|
||||||
"filtered": "Terfilter",
|
"filtered": "Terfilter",
|
||||||
"latency": "Latensi"
|
"latency": "Latensi"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Unggah",
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Berjalan",
|
||||||
"stopped": "Terhenti",
|
"stopped": "Terhenti",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Terunduh",
|
||||||
"nondownload": "Belum Diunduh",
|
"nondownload": "Belum Diunduh",
|
||||||
"read": "Read",
|
"read": "Baca",
|
||||||
"unread": "Unread",
|
"unread": "Belum Dibaca",
|
||||||
"downloadedread": "Diunduh & Dibaca",
|
"downloadedread": "Diunduh & Dibaca",
|
||||||
"downloadedunread": "Diunduh & Belum Dibaca",
|
"downloadedunread": "Diunduh & Belum Dibaca",
|
||||||
"nondownloadedread": "Belum Diunduh & Dibaca",
|
"nondownloadedread": "Belum Diunduh & Dibaca",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Yang Lalu"
|
"ago": "{{value}} Yang Lalu"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Kueri",
|
||||||
"totalNoError": "Berhasil",
|
"totalNoError": "Berhasil",
|
||||||
"totalServerFailure": "Gagal",
|
"totalServerFailure": "Gagal",
|
||||||
"totalNxDomain": "Domain NX",
|
"totalNxDomain": "Domain NX",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Rekursif",
|
"totalRecursive": "Rekursif",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Terblokir",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Klien"
|
"totalClients": "Klien"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Antrian",
|
||||||
"processed": "Terproses",
|
"processed": "Terproses",
|
||||||
"errored": "Error",
|
"errored": "Error",
|
||||||
"saved": "Tersimpan"
|
"saved": "Tersimpan"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Layanan",
|
"services": "Layanan",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Tidak ada Strim Aktif",
|
||||||
"please_wait": "Mohon menunggu"
|
"please_wait": "Mohon menunggu"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -384,35 +377,35 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Aplikasi",
|
"apps": "Aplikasi",
|
||||||
"clients": "Clients",
|
"clients": "Klien",
|
||||||
"messages": "Pesan"
|
"messages": "Pesan"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Pengindeks",
|
"enableIndexers": "Pengindeks",
|
||||||
"numberOfGrabs": "Jumlah Ambilan",
|
"numberOfGrabs": "Jumlah Ambilan",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Kueri",
|
||||||
"numberOfFailGrabs": "Ambilan Gagal",
|
"numberOfFailGrabs": "Ambilan Gagal",
|
||||||
"numberOfFailQueries": "Jumlah Kueri Gagal"
|
"numberOfFailQueries": "Jumlah Kueri Gagal"
|
||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Konfigurasi",
|
"configured": "Konfigurasi",
|
||||||
"errored": "Errored"
|
"errored": "Error"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sesi",
|
"numActiveSessions": "Sesi",
|
||||||
"numConnections": "Jumlah Koneksi",
|
"numConnections": "Jumlah Koneksi",
|
||||||
"dataRelayed": "Data Diteruskan",
|
"dataRelayed": "Data Diteruskan",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Laju Bandwidth"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Pengguna",
|
||||||
"status_count": "Jumlah Posting",
|
"status_count": "Jumlah Posting",
|
||||||
"domain_count": "Jumlah Domain"
|
"domain_count": "Jumlah Domain"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dicari",
|
||||||
"queued": "Queued",
|
"queued": "Terantrikan",
|
||||||
"series": "Series"
|
"series": "Seri"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Jumlah Pemain",
|
"players": "Jumlah Pemain",
|
||||||
@@ -423,10 +416,10 @@
|
|||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Baca",
|
"read": "Baca",
|
||||||
"unread": "Unread"
|
"unread": "Belum Dibaca"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Pengguna",
|
||||||
"loginsLast24H": "Login (24j)",
|
"loginsLast24H": "Login (24j)",
|
||||||
"failedLoginsLast24H": "Login Gagal (24j)"
|
"failedLoginsLast24H": "Login Gagal (24j)"
|
||||||
},
|
},
|
||||||
@@ -438,19 +431,19 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Beban",
|
||||||
"wait": "Please wait",
|
"wait": "Harap tunggu",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Suhu",
|
"_temp": "Suhu",
|
||||||
"warn": "Peringatan",
|
"warn": "Peringatan",
|
||||||
"uptime": "UP",
|
"uptime": "Waktu Aktif",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Luang",
|
||||||
"used": "Used",
|
"used": "Digunakan",
|
||||||
"days": "d",
|
"days": "h",
|
||||||
"hours": "h",
|
"hours": "j",
|
||||||
"crit": "Penting",
|
"crit": "Penting",
|
||||||
"read": "Read",
|
"read": "Baca",
|
||||||
"write": "Tulis",
|
"write": "Tulis",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Mem",
|
||||||
@@ -471,57 +464,57 @@
|
|||||||
"1-day": "Cerah",
|
"1-day": "Cerah",
|
||||||
"1-night": "Cerah",
|
"1-night": "Cerah",
|
||||||
"2-day": "Sedikit Berawan",
|
"2-day": "Sedikit Berawan",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Sedikit Berawan",
|
||||||
"3-day": "Berawan",
|
"3-day": "Berawan",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Berawan",
|
||||||
"45-day": "Berkabut",
|
"45-day": "Berkabut",
|
||||||
"45-night": "Foggy",
|
"45-night": "Berkabut",
|
||||||
"48-day": "Foggy",
|
"48-day": "Berkabut",
|
||||||
"48-night": "Foggy",
|
"48-night": "Berkabut",
|
||||||
"51-day": "Gerimis Ringan",
|
"51-day": "Gerimis Ringan",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Gerimis Ringan",
|
||||||
"53-day": "Gerimis",
|
"53-day": "Gerimis",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Gerimis",
|
||||||
"55-day": "Gerimis Lebat",
|
"55-day": "Gerimis Lebat",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Gerimis Lebat",
|
||||||
"56-day": "Gerimis Membeku Ringan",
|
"56-day": "Gerimis Membeku Ringan",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Gerimis Membeku Ringan",
|
||||||
"57-day": "Gerimis Membeku",
|
"57-day": "Gerimis Membeku",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Gerimis Membeku",
|
||||||
"61-day": "Hujan Ringan",
|
"61-day": "Hujan Ringan",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Hujan Ringan",
|
||||||
"63-day": "Hujan",
|
"63-day": "Hujan",
|
||||||
"63-night": "Rain",
|
"63-night": "Hujan",
|
||||||
"65-day": "Hujan Deras",
|
"65-day": "Hujan Deras",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Hujan Deras",
|
||||||
"66-day": "Hujan Dingin",
|
"66-day": "Hujan Dingin",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Hujan Dingin",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Hujan Dingin",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Hujan Dingin",
|
||||||
"71-day": "Hujan Salju Ringan",
|
"71-day": "Hujan Salju Ringan",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Hujan Salju Ringan",
|
||||||
"73-day": "Hujan Salju",
|
"73-day": "Hujan Salju",
|
||||||
"73-night": "Snow",
|
"73-night": "Hujan Salju",
|
||||||
"75-day": "Hujan Salju Lebat",
|
"75-day": "Hujan Salju Lebat",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Hujan Salju Lebat",
|
||||||
"77-day": "Hujan Salju Butiran",
|
"77-day": "Hujan Salju Butiran",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Hujan Salju Butiran",
|
||||||
"80-day": "Hujan Ringan",
|
"80-day": "Hujan Ringan",
|
||||||
"80-night": "Light Showers",
|
"80-night": "Hujan Ringan",
|
||||||
"81-day": "Hujan",
|
"81-day": "Hujan",
|
||||||
"81-night": "Showers",
|
"81-night": "Hujan",
|
||||||
"82-day": "Hujan Lebat",
|
"82-day": "Hujan Lebat",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "Hujan Lebat",
|
||||||
"85-day": "Hujan Salju",
|
"85-day": "Hujan Salju",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "Hujan Salju",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "Hujan Salju",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Hujan Salju",
|
||||||
"95-day": "Badai Petir",
|
"95-day": "Badai Petir",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Badai Petir",
|
||||||
"96-day": "Badai Petir Hujan Es",
|
"96-day": "Badai Petir Hujan Es",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Badai Petir Hujan Es",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Badai Petir Hujan Es",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "Badai Petir Hujan Es"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Sistem",
|
"available_update": "Sistem",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Terbaru",
|
"up_to_date": "Terbaru",
|
||||||
"child_bridges": "Bridge Turunan",
|
"child_bridges": "Bridge Turunan",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"down": "Down"
|
"down": "Mati"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Baru",
|
"new": "Baru",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"grace": "Dalam Masa Tenggang",
|
"grace": "Dalam Masa Tenggang",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"paused": "Pause",
|
"paused": "Pause",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"last_ping": "Ping Terakhir",
|
"last_ping": "Ping Terakhir",
|
||||||
@@ -550,26 +543,26 @@
|
|||||||
"containers_failed": "Gagal"
|
"containers_failed": "Gagal"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Tersetujui",
|
||||||
"rejectedPushes": "Tertolak",
|
"rejectedPushes": "Tertolak",
|
||||||
"filters": "Filter",
|
"filters": "Filter",
|
||||||
"indexers": "Indexers"
|
"indexers": "Pengindeks"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Antrian",
|
||||||
"videos": "Video",
|
"videos": "Video",
|
||||||
"channels": "Channel",
|
"channels": "Channel",
|
||||||
"playlists": "Daftar Putar"
|
"playlists": "Daftar Putar"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Beban Sistem",
|
"load": "Beban Sistem",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"alerts": "Alerts"
|
"alerts": "Peringatan"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Kecepatan",
|
"speed": "Kecepatan",
|
||||||
"active": "Active",
|
"active": "Aktif",
|
||||||
"queue": "Queue",
|
"queue": "Antrian",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -579,21 +572,21 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channel",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tuner",
|
"tunerCount": "Tuner",
|
||||||
"channelNumber": "Channel",
|
"channelNumber": "Channel",
|
||||||
"channelNetwork": "Jaringan",
|
"channelNetwork": "Jaringan",
|
||||||
"signalStrength": "Kekuatan Signal",
|
"signalStrength": "Kekuatan Signal",
|
||||||
"signalQuality": "Kualitas",
|
"signalQuality": "Kualitas",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Kualitas",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitrate",
|
||||||
"clientIP": "Klien"
|
"clientIP": "Klien"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Sukses",
|
"passed": "Sukses",
|
||||||
"failed": "Failed",
|
"failed": "Gagal",
|
||||||
"unknown": "Unknown"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Kotak Masuk",
|
"inbox": "Kotak Masuk",
|
||||||
@@ -608,18 +601,18 @@
|
|||||||
"low_battery": "Baterai Lemah"
|
"low_battery": "Baterai Lemah"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Mohon menunggu",
|
||||||
"no_devices": "Tidak ada Data Perangkat Diterima"
|
"no_devices": "Tidak ada Data Perangkat Diterima"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Beban CPU",
|
"cpuLoad": "Beban CPU",
|
||||||
"memoryUsed": "Memori Terpakai",
|
"memoryUsed": "Memori Terpakai",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"numberOfLeases": "Leases"
|
"numberOfLeases": "Leases"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Semua Strim",
|
"streams_all": "Semua Strim",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Stream Berjalan",
|
||||||
"streams_xepg": "Channel XEPG"
|
"streams_xepg": "Channel XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Batas"
|
"limit": "Batas"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Beban CPU",
|
||||||
"memory": "Memori Aktif",
|
"memory": "Memori Aktif",
|
||||||
"wanUpload": "WAN Unggan",
|
"wanUpload": "WAN Unggan",
|
||||||
"wanDownload": "WAN Unduh"
|
"wanDownload": "WAN Unduh"
|
||||||
@@ -654,9 +647,9 @@
|
|||||||
"load": "Beban Rata-rata",
|
"load": "Beban Rata-rata",
|
||||||
"memory": "Penggunaan Memory",
|
"memory": "Penggunaan Memory",
|
||||||
"wanStatus": "Status WAN",
|
"wanStatus": "Status WAN",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"temp": "Temp",
|
"temp": "Suhu",
|
||||||
"disk": "Penggunaan Disk",
|
"disk": "Penggunaan Disk",
|
||||||
"wanIP": "IP WAN"
|
"wanIP": "IP WAN"
|
||||||
},
|
},
|
||||||
@@ -667,49 +660,49 @@
|
|||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Pengguna",
|
||||||
"photos": "Foto",
|
"photos": "Foto",
|
||||||
"videos": "Videos",
|
"videos": "Video",
|
||||||
"storage": "Penyimpanan"
|
"storage": "Penyimpanan"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Situs Hidup",
|
"up": "Situs Hidup",
|
||||||
"down": "Situs Mati",
|
"down": "Situs Mati",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"incident": "Insiden",
|
"incident": "Insiden",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Seri",
|
||||||
"archives": "Arsip",
|
"archives": "Arsip",
|
||||||
"chapters": "Bab",
|
"chapters": "Bab",
|
||||||
"categories": "Kategori"
|
"categories": "Kategori"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Perpustakaan",
|
"libraries": "Perpustakaan",
|
||||||
"series": "Series",
|
"series": "Seri",
|
||||||
"books": "Books"
|
"books": "Buku"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Hari-hari",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Tersedia"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Seri",
|
||||||
"issues": "Isu",
|
"issues": "Isu",
|
||||||
"wanted": "Wanted"
|
"wanted": "Dicari"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"photos": "Photos",
|
"photos": "Foto",
|
||||||
"videos": "Videos",
|
"videos": "Video",
|
||||||
"people": "Orang"
|
"people": "Orang"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Antrian",
|
||||||
"processing": "Processing",
|
"processing": "Memproses",
|
||||||
"processed": "Processed",
|
"processed": "Terproses",
|
||||||
"time": "Waktu"
|
"time": "Waktu"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -735,7 +728,7 @@
|
|||||||
"size": "Ukuran",
|
"size": "Ukuran",
|
||||||
"lastrun": "Terakhir Dijalankan",
|
"lastrun": "Terakhir Dijalankan",
|
||||||
"nextrun": "Akan Dijalankan Dalam",
|
"nextrun": "Akan Dijalankan Dalam",
|
||||||
"failed": "Failed"
|
"failed": "Gagal"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Pengguna Aktif",
|
"active_workers": "Pengguna Aktif",
|
||||||
@@ -752,20 +745,20 @@
|
|||||||
"targets_total": "Target Total"
|
"targets_total": "Target Total"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Situs Hidup",
|
||||||
"down": "Sites Down",
|
"down": "Situs Mati",
|
||||||
"uptime": "Uptime"
|
"uptime": "Waktu Aktif"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Hari ini",
|
||||||
"gross_percent_1y": "Satu Tahun",
|
"gross_percent_1y": "Satu Tahun",
|
||||||
"gross_percent_max": "Sepanjang Masa"
|
"gross_percent_max": "Sepanjang Masa"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcast",
|
"podcasts": "Podcast",
|
||||||
"books": "Books",
|
"books": "Buku",
|
||||||
"podcastsDuration": "Durasi",
|
"podcastsDuration": "Durasi",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Durasi"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Orang Di Rumah",
|
"people_home": "Orang Di Rumah",
|
||||||
@@ -774,23 +767,23 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Pengawasan",
|
"monitoring": "Pengawasan",
|
||||||
"updates": "Updates"
|
"updates": "Pembaruan"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Buku",
|
||||||
"authors": "Penulis",
|
"authors": "Penulis",
|
||||||
"categories": "Categories",
|
"categories": "Kategori",
|
||||||
"series": "Series"
|
"series": "Seri"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Antrian",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Sisa",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Ukuran",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Kecepatan"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Seri",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "File"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Hasil",
|
"result": "Hasil",
|
||||||
@@ -798,12 +791,12 @@
|
|||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Berhasil",
|
"succeeded": "Berhasil",
|
||||||
"notStarted": "Belum Dimulai",
|
"notStarted": "Belum Dimulai",
|
||||||
"failed": "Failed",
|
"failed": "Gagal",
|
||||||
"canceled": "Dibatalkan",
|
"canceled": "Dibatalkan",
|
||||||
"inProgress": "Sedang Berlangsung",
|
"inProgress": "Sedang Berlangsung",
|
||||||
"totalPrs": "PR Total",
|
"totalPrs": "PR Total",
|
||||||
"myPrs": "PR Saya",
|
"myPrs": "PR Saya",
|
||||||
"approved": "Approved"
|
"approved": "Tersetujui"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
@@ -812,7 +805,7 @@
|
|||||||
"name": "Nama",
|
"name": "Nama",
|
||||||
"map": "Peta",
|
"map": "Peta",
|
||||||
"currentPlayers": "Jumlah pemain",
|
"currentPlayers": "Jumlah pemain",
|
||||||
"players": "Players",
|
"players": "Jumlah Pemain",
|
||||||
"maxPlayers": "Maksimum pemain",
|
"maxPlayers": "Maksimum pemain",
|
||||||
"bots": "Bot",
|
"bots": "Bot",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -825,39 +818,39 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Resep",
|
"recipes": "Resep",
|
||||||
"users": "Users",
|
"users": "Pengguna",
|
||||||
"categories": "Categories",
|
"categories": "Kategori",
|
||||||
"tags": "Tag"
|
"tags": "Tag"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Mengunduh",
|
"downloading": "Mengunduh",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "Berjalan",
|
||||||
"stopped": "Stopped",
|
"stopped": "Terhenti",
|
||||||
"passed": "Passed",
|
"passed": "Sukses",
|
||||||
"failed": "Failed"
|
"failed": "Gagal"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"cpuLoad": "Beban rata2 CPU (5m)",
|
"cpuLoad": "Beban rata2 CPU (5m)",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"bytesTx": "Tersalur",
|
"bytesTx": "Tersalur",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Diterima"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"lastDown": "Terakhir Terhenti",
|
"lastDown": "Terakhir Terhenti",
|
||||||
"downDuration": "Jumlah Waktu Terhenti",
|
"downDuration": "Jumlah Waktu Terhenti",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Situs Hidup",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Situs Mati",
|
||||||
"paused": "Paused",
|
"paused": "Pause",
|
||||||
"notyetchecked": "Belum Di Cek",
|
"notyetchecked": "Belum Di Cek",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"seemsdown": "Sepertinya Mati",
|
"seemsdown": "Sepertinya Mati",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"unknown": "Unknown"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "Tersedia Di Bioskop",
|
"inCinemas": "Tersedia Di Bioskop",
|
||||||
@@ -876,10 +869,10 @@
|
|||||||
"totalfilesize": "Total Ukuran"
|
"totalfilesize": "Total Ukuran"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Jumlah Domain",
|
||||||
"mailboxes": "Kotak surat",
|
"mailboxes": "Kotak surat",
|
||||||
"mails": "Surat",
|
"mails": "Surat",
|
||||||
"storage": "Storage"
|
"storage": "Penyimpanan"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Peringatan",
|
"warnings": "Peringatan",
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Acara",
|
"events": "Acara",
|
||||||
"plants": "Tanaman",
|
"plants": "Tanaman",
|
||||||
"photos": "Photos",
|
"photos": "Foto",
|
||||||
"species": "Spesies"
|
"species": "Spesies"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notifikasi",
|
"notifications": "Notifikasi",
|
||||||
"issues": "Issues",
|
"issues": "Isu",
|
||||||
"pulls": "Pull Requests",
|
"pulls": "Pull Requests",
|
||||||
"repositories": "Repositories"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
@@ -909,13 +902,13 @@
|
|||||||
"galleries": "Galeri",
|
"galleries": "Galeri",
|
||||||
"performers": "Pemain",
|
"performers": "Pemain",
|
||||||
"studios": "Studio",
|
"studios": "Studio",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"tags": "Tags",
|
"tags": "Tag",
|
||||||
"oCount": "Jumlah O"
|
"oCount": "Jumlah O"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Pengguna",
|
||||||
"recipes": "Recipes",
|
"recipes": "Resep",
|
||||||
"keywords": "Kata Kunci"
|
"keywords": "Kata Kunci"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -923,17 +916,17 @@
|
|||||||
"totalWithWarranty": "Dengan Garansi",
|
"totalWithWarranty": "Dengan Garansi",
|
||||||
"locations": "Lokasi",
|
"locations": "Lokasi",
|
||||||
"labels": "Label",
|
"labels": "Label",
|
||||||
"users": "Users",
|
"users": "Pengguna",
|
||||||
"totalValue": "Total Nilai"
|
"totalValue": "Total Nilai"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Peringatan",
|
||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Tersambung",
|
||||||
"enabled": "Enabled",
|
"enabled": "Aktif",
|
||||||
"disabled": "Disabled",
|
"disabled": "Nonaktif",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"download": "Download",
|
"download": "Unduh",
|
||||||
"upload": "Upload"
|
"upload": "Unggah"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Saham",
|
"stocks": "Saham",
|
||||||
@@ -956,17 +949,17 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Kamera",
|
"cameras": "Kamera",
|
||||||
"uptime": "Uptime",
|
"uptime": "Waktu Aktif",
|
||||||
"version": "Version"
|
"version": "Versi"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Tautan",
|
"links": "Tautan",
|
||||||
"collections": "Koleksi",
|
"collections": "Koleksi",
|
||||||
"tags": "Tags"
|
"tags": "Tag"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "Informasi",
|
||||||
"warning": "Peringatan",
|
"warning": "Peringatan",
|
||||||
"average": "Rata-rata",
|
"average": "Rata-rata",
|
||||||
"high": "Tinggi",
|
"high": "Tinggi",
|
||||||
@@ -987,22 +980,22 @@
|
|||||||
"tasksInProgress": "Tugas Berlangsung"
|
"tasksInProgress": "Tugas Berlangsung"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Nama",
|
||||||
"address": "Address",
|
"address": "Alamat",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Terakhir terlihat",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Nama",
|
||||||
"systems": "Sistem",
|
"systems": "Sistem",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"paused": "Paused",
|
"paused": "Pause",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"updated": "Updated",
|
"updated": "Terbarui",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Diska",
|
"disk": "Diska",
|
||||||
@@ -1012,26 +1005,26 @@
|
|||||||
"apps": "Apl",
|
"apps": "Apl",
|
||||||
"synced": "Tersinkron",
|
"synced": "Tersinkron",
|
||||||
"outOfSync": "Tidak Sinkron",
|
"outOfSync": "Tidak Sinkron",
|
||||||
"healthy": "Healthy",
|
"healthy": "Lancar",
|
||||||
"degraded": "Terdegradasi",
|
"degraded": "Terdegradasi",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Tidak Ditemukan",
|
||||||
"suspended": "Ditangguhkan"
|
"suspended": "Ditangguhkan"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Memuat"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Grup",
|
"groups": "Grup",
|
||||||
"issues": "Issues",
|
"issues": "Isu",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Proyek"
|
"projects": "Proyek"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"load": "Load",
|
"load": "Beban",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Sisa Baterai",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Sisa Waktu"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1039,85 +1032,27 @@
|
|||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Lists",
|
"lists": "Lists",
|
||||||
"tags": "Tags"
|
"tags": "Tag"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Jaringan",
|
||||||
"connected": "Connected",
|
"connected": "Tersambung",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Terputus",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Tersedia",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Terbaru",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "File"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Lagu",
|
||||||
"movies": "Movies",
|
"movies": "Film",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episode",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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,7 +63,7 @@
|
|||||||
"wlan_users": "WLAN lietotāji",
|
"wlan_users": "WLAN lietotāji",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "NEDARBOJAS",
|
"down": "NEDARBOJAS",
|
||||||
"wait": "Please wait",
|
"wait": "Lūdzu, uzgaidiet",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Partial"
|
"partial": "Partial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Kļūda",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "HTTP status",
|
||||||
"error": "Error",
|
"error": "Kļūda",
|
||||||
"response": "Response",
|
"response": "Response",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Bezsaistē",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Bezsaistē",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Kopā",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nezināms"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Statuss",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Unconfigured",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Atskaņo",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Pārkodē",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Nav aktīvu straumju",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -199,20 +199,20 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktīvs",
|
"active": "Aktīvs",
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"download": "Download"
|
"download": "Lejupielāde"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"leech": "Leech",
|
"leech": "Ņēmēji",
|
||||||
"seed": "Seed"
|
"seed": "Devēji"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"leech": "Leech",
|
"leech": "Ņēmēji",
|
||||||
"seed": "Seed"
|
"seed": "Devēji"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "CPU Usage",
|
"cpuUsage": "CPU Usage",
|
||||||
@@ -223,35 +223,35 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"leech": "Leech",
|
"leech": "Ņēmēji",
|
||||||
"seed": "Seed"
|
"seed": "Devēji"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Cache Hit Bytes",
|
"cachehitbytes": "Cache Hit Bytes",
|
||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"leech": "Leech",
|
"leech": "Ņēmēji",
|
||||||
"seed": "Seed"
|
"seed": "Devēji"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Rindā",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nezināms"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Rindā",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nezināms"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
@@ -285,7 +284,7 @@
|
|||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Kopā",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -303,17 +302,17 @@
|
|||||||
"latency": "Latency"
|
"latency": "Latency"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Augšupielāde",
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "Kopā"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Lejupielādēts",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Unread",
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Clients"
|
"totalClients": "Clients"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Rindā",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
@@ -360,20 +359,14 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Nav aktīvu straumju",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Kopā"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Configure one or more crypto currencies to track",
|
"configure": "Configure one or more crypto currencies to track",
|
||||||
@@ -405,7 +398,7 @@
|
|||||||
"transferRate": "Rate"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Lietotāji",
|
||||||
"status_count": "Posts",
|
"status_count": "Posts",
|
||||||
"domain_count": "Domains"
|
"domain_count": "Domains"
|
||||||
},
|
},
|
||||||
@@ -417,16 +410,16 @@
|
|||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Bezsaistē"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Lietotāji",
|
||||||
"loginsLast24H": "Logins (24h)",
|
"loginsLast24H": "Logins (24h)",
|
||||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||||
},
|
},
|
||||||
@@ -438,15 +431,15 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Ielādē",
|
||||||
"wait": "Please wait",
|
"wait": "Lūdzu, uzgaidiet",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Kopā",
|
||||||
"free": "Free",
|
"free": "Brīvs",
|
||||||
"used": "Used",
|
"used": "Izmantojas",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -471,37 +464,37 @@
|
|||||||
"1-day": "Galvenokārt saulains",
|
"1-day": "Galvenokārt saulains",
|
||||||
"1-night": "Galvenokārt skaidrs",
|
"1-night": "Galvenokārt skaidrs",
|
||||||
"2-day": "Daļēji apmācies",
|
"2-day": "Daļēji apmācies",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Daļēji apmācies",
|
||||||
"3-day": "Apmācies",
|
"3-day": "Apmācies",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Apmācies",
|
||||||
"45-day": "Miglains",
|
"45-day": "Miglains",
|
||||||
"45-night": "Foggy",
|
"45-night": "Miglains",
|
||||||
"48-day": "Foggy",
|
"48-day": "Miglains",
|
||||||
"48-night": "Foggy",
|
"48-night": "Miglains",
|
||||||
"51-day": "Neliels lietus",
|
"51-day": "Neliels lietus",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Neliels lietus",
|
||||||
"53-day": "Lietus",
|
"53-day": "Lietus",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Lietus",
|
||||||
"55-day": "Spēcīgs lietus",
|
"55-day": "Spēcīgs lietus",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Spēcīgs lietus",
|
||||||
"56-day": "Neliels stindzinošs lietus",
|
"56-day": "Neliels stindzinošs lietus",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Neliels stindzinošs lietus",
|
||||||
"57-day": "Sasalstošs lietus",
|
"57-day": "Sasalstošs lietus",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Sasalstošs lietus",
|
||||||
"61-day": "Viegls lietus",
|
"61-day": "Viegls lietus",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Viegls lietus",
|
||||||
"63-day": "Lietus",
|
"63-day": "Lietus",
|
||||||
"63-night": "Rain",
|
"63-night": "Lietus",
|
||||||
"65-day": "Spēcīgs lietus",
|
"65-day": "Spēcīgs lietus",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Spēcīgs lietus",
|
||||||
"66-day": "Ledains lietus",
|
"66-day": "Ledains lietus",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Ledains lietus",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Ledains lietus",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Ledains lietus",
|
||||||
"71-day": "Neliels sniegs",
|
"71-day": "Neliels sniegs",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Neliels sniegs",
|
||||||
"73-day": "Sniegs",
|
"73-day": "Sniegs",
|
||||||
"73-night": "Snow",
|
"73-night": "Sniegs",
|
||||||
"75-day": "Heavy Snow",
|
"75-day": "Heavy Snow",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Heavy Snow",
|
||||||
"77-day": "Snow Grains",
|
"77-day": "Snow Grains",
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -556,7 +549,7 @@
|
|||||||
"indexers": "Indexers"
|
"indexers": "Indexers"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Rindā",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -564,13 +557,13 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "System Load",
|
"load": "System Load",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"alerts": "Alerts"
|
"alerts": "Paziņojumi"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Aktīvs",
|
||||||
"queue": "Queue",
|
"queue": "Rindā",
|
||||||
"total": "Total"
|
"total": "Kopā"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -593,11 +586,11 @@
|
|||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nezināms"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Kopā"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "All Streams",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktīvās straumes",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "XEPG Channels"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Statuss",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Statuss"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -667,7 +660,7 @@
|
|||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Lietotāji",
|
||||||
"photos": "Photos",
|
"photos": "Photos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -688,10 +681,10 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Grāmatas"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Dienas",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Available"
|
||||||
},
|
},
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Rindā",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
@@ -731,7 +724,7 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Grāmatas",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -777,14 +770,14 @@
|
|||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Grāmatas",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Rindā",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Palika",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Size",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
@@ -794,7 +787,7 @@
|
|||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
@@ -806,9 +799,9 @@
|
|||||||
"approved": "Approved"
|
"approved": "Approved"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Bezsaistē",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
@@ -825,13 +818,13 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "Lietotāji",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Kopā",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -846,7 +839,7 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
@@ -857,7 +850,7 @@
|
|||||||
"up": "Up",
|
"up": "Up",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nezināms"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "In cinemas",
|
||||||
@@ -914,7 +907,7 @@
|
|||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Lietotāji",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
@@ -923,18 +916,18 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "Lietotāji",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Paziņojumi",
|
||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Kopā"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"download": "Download",
|
"download": "Lejupielāde",
|
||||||
"upload": "Upload"
|
"upload": "Augšupielāde"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
@@ -966,7 +959,7 @@
|
|||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "Informācija",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"average": "Average",
|
"average": "Average",
|
||||||
"high": "High",
|
"high": "High",
|
||||||
@@ -990,9 +983,9 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Bezsaistē"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
@@ -1001,7 +994,7 @@
|
|||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
@@ -1028,10 +1021,10 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Statuss",
|
||||||
"load": "Load",
|
"load": "Ielādē",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Atlikušais laiks"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "WLAN Apparaten",
|
"wlan_devices": "WLAN Apparaten",
|
||||||
"lan_users": "LAN Gebruikers",
|
"lan_users": "LAN Gebruikers",
|
||||||
"wlan_users": "WLAN Gebruikers",
|
"wlan_users": "WLAN Gebruikers",
|
||||||
"up": "Online",
|
"up": "UP",
|
||||||
"down": "OFFLINE",
|
"down": "OFFLINE",
|
||||||
"wait": "Even geduld",
|
"wait": "Even geduld",
|
||||||
"empty_data": "Subsysteem status onbekend"
|
"empty_data": "Subsysteem status onbekend"
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
"connectionStatusDisconnecting": "Verbinding verbreken",
|
"connectionStatusDisconnecting": "Verbinding verbreken",
|
||||||
"connectionStatusDisconnected": "Verbinding verbroken",
|
"connectionStatusDisconnected": "Verbinding verbroken",
|
||||||
"connectionStatusConnected": "Verbonden",
|
"connectionStatusConnected": "Verbonden",
|
||||||
"uptime": "Tijd online",
|
"uptime": "Online",
|
||||||
"maxDown": "Max. Download",
|
"maxDown": "Max. Download",
|
||||||
"maxUp": "Max. Upload",
|
"maxUp": "Max. Upload",
|
||||||
"down": "Offline",
|
"down": "Offline",
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
"passes": "Gepasseerd"
|
"passes": "Gepasseerd"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Speelt",
|
"playing": "Afspelen",
|
||||||
"transcoding": "Bezig met transcoderen",
|
"transcoding": "Transcodering",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "Geen Actieve Streams",
|
"no_active": "Geen Actieve Streams",
|
||||||
"plex_connection_error": "Controleer Plex Connectie"
|
"plex_connection_error": "Controleer Plex Connectie"
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
"connectedAp": "Verbonden APs",
|
"connectedAp": "Verbonden APs",
|
||||||
"activeUser": "Actieve apparaten",
|
"activeUser": "Actieve apparaten",
|
||||||
"alerts": "Meldingen",
|
"alerts": "Meldingen",
|
||||||
"connectedGateways": "Verbonden gateways",
|
"connectedGateways": "Connected gateways",
|
||||||
"connectedSwitches": "Verbonden switches"
|
"connectedSwitches": "Verbonden switches"
|
||||||
},
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Delen"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Cache Hit Bytes",
|
"cachehitbytes": "Cache Hit Bytes",
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
"download": "Download",
|
"download": "Download",
|
||||||
"upload": "Upload",
|
"upload": "Upload",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Delen"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Gezocht",
|
"wanted": "Gezocht",
|
||||||
@@ -248,19 +248,19 @@
|
|||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Gezocht",
|
"wanted": "Gezocht",
|
||||||
"missing": "Ontbreekt",
|
"missing": "Ontbreekt",
|
||||||
"queued": "In de wachtrij",
|
"queued": "Wachtrij",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"queue": "Wachtrij",
|
"queue": "Wachtrij",
|
||||||
"unknown": "Onbekend"
|
"unknown": "Onbekend"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Gezocht",
|
"wanted": "Gezocht",
|
||||||
"queued": "In de wachtrij",
|
"queued": "Wachtrij",
|
||||||
"artists": "Artiesten"
|
"artists": "Artiesten"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Gezocht",
|
"wanted": "Gezocht",
|
||||||
"queued": "In de wachtrij",
|
"queued": "Wachtrij",
|
||||||
"books": "Boeken"
|
"books": "Boeken"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "In afwachting",
|
"pending": "In afwachting",
|
||||||
"approved": "Goedgekeurd",
|
"approved": "Goedgekeurd",
|
||||||
"available": "Beschikbaar",
|
"available": "Beschikbaar"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "In afwachting",
|
"pending": "In afwachting",
|
||||||
@@ -315,7 +314,7 @@
|
|||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Gedownload",
|
"download": "Gedownload",
|
||||||
"nondownload": "Niet gedownload",
|
"nondownload": "Niet gedownload",
|
||||||
"read": "Lezen",
|
"read": "Gelezen",
|
||||||
"unread": "Ongelezen",
|
"unread": "Ongelezen",
|
||||||
"downloadedread": "Gedownload & gelezen",
|
"downloadedread": "Gedownload & gelezen",
|
||||||
"downloadedunread": "Gedownload & ongelezen",
|
"downloadedunread": "Gedownload & ongelezen",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Diensten",
|
"services": "Diensten",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Versie",
|
|
||||||
"notesCount": "Notities",
|
|
||||||
"dbSize": "Database grootte",
|
|
||||||
"unknown": "Onbekend"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Geen Actieve Streams",
|
"nothing_streaming": "Geen Actieve Streams",
|
||||||
"please_wait": "Even geduld aub"
|
"please_wait": "Even geduld aub"
|
||||||
@@ -396,13 +389,13 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Geconfigureerd",
|
"configured": "Geconfigureerd",
|
||||||
"errored": "Mislukt"
|
"errored": "Fout"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessies",
|
"numActiveSessions": "Sessies",
|
||||||
"numConnections": "Verbindingen",
|
"numConnections": "Verbindingen",
|
||||||
"dataRelayed": "Omgeleid",
|
"dataRelayed": "Omgeleid",
|
||||||
"transferRate": "Doorvoersnelheid"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Gebruikers",
|
"user_count": "Gebruikers",
|
||||||
@@ -411,14 +404,14 @@
|
|||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Gezocht",
|
"wanted": "Gezocht",
|
||||||
"queued": "In de wachtrij",
|
"queued": "Wachtrij",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Spelers",
|
"players": "Spelers",
|
||||||
"version": "Versie",
|
"version": "Versie",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"up": "Online",
|
"up": "Bereikbaar",
|
||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
@@ -443,14 +436,14 @@
|
|||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Waarschuwing",
|
"warn": "Waarschuwing",
|
||||||
"uptime": "Online",
|
"uptime": "UP",
|
||||||
"total": "Totaal",
|
"total": "Totaal",
|
||||||
"free": "Vrij",
|
"free": "Vrij",
|
||||||
"used": "Gebruikt",
|
"used": "Gebruikt",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "u",
|
"hours": "u",
|
||||||
"crit": "Kritiek",
|
"crit": "Kritiek",
|
||||||
"read": "Lezen",
|
"read": "Gelezen",
|
||||||
"write": "Schrijven",
|
"write": "Schrijven",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Mem",
|
||||||
@@ -507,9 +500,9 @@
|
|||||||
"77-day": "Sneeuw korrels",
|
"77-day": "Sneeuw korrels",
|
||||||
"77-night": "Sneeuw korrels",
|
"77-night": "Sneeuw korrels",
|
||||||
"80-day": "Lichte regenbui",
|
"80-day": "Lichte regenbui",
|
||||||
"80-night": "Lichte buien",
|
"80-night": "Lichte regenbui",
|
||||||
"81-day": "Regenbui",
|
"81-day": "Regenbui",
|
||||||
"81-night": "Buien",
|
"81-night": "Regenbui",
|
||||||
"82-day": "Zware Regenbuien",
|
"82-day": "Zware Regenbuien",
|
||||||
"82-night": "Zware Regenbuien",
|
"82-night": "Zware Regenbuien",
|
||||||
"85-day": "Sneeuwbuien",
|
"85-day": "Sneeuwbuien",
|
||||||
@@ -563,8 +556,8 @@
|
|||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Belasting",
|
"load": "Belasting",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"alerts": "Waarschuwingen"
|
"alerts": "Meldingen"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Snelheid",
|
"speed": "Snelheid",
|
||||||
@@ -576,7 +569,7 @@
|
|||||||
"public_ip": "Publiek IP",
|
"public_ip": "Publiek IP",
|
||||||
"region": "Regio",
|
"region": "Regio",
|
||||||
"country": "Land",
|
"country": "Land",
|
||||||
"port_forwarded": "Poort doorgeschakeld"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanalen",
|
"channels": "Kanalen",
|
||||||
@@ -603,18 +596,18 @@
|
|||||||
"battery_charge": "Batterij opladen",
|
"battery_charge": "Batterij opladen",
|
||||||
"ups_load": "UPS-belasting",
|
"ups_load": "UPS-belasting",
|
||||||
"ups_status": "UPS status",
|
"ups_status": "UPS status",
|
||||||
"online": "Online",
|
"online": "Bereikbaar",
|
||||||
"on_battery": "Op batterij",
|
"on_battery": "Op batterij",
|
||||||
"low_battery": "Batterij bijna leeg"
|
"low_battery": "Batterij bijna leeg"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Even geduld",
|
"wait": "Even geduld aub",
|
||||||
"no_devices": "Geen Apparaat Data Ontvangen"
|
"no_devices": "Geen Apparaat Data Ontvangen"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU Belasting",
|
"cpuLoad": "CPU Belasting",
|
||||||
"memoryUsed": "Geheugen Gebruikt",
|
"memoryUsed": "Geheugen Gebruikt",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"numberOfLeases": "Leases"
|
"numberOfLeases": "Leases"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
@@ -675,7 +668,7 @@
|
|||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sites Bereikbaar",
|
"up": "Sites Bereikbaar",
|
||||||
"down": "Sites Onbereikbaar",
|
"down": "Sites Onbereikbaar",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"incident": "Incident",
|
"incident": "Incident",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
@@ -692,7 +685,7 @@
|
|||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Dagen",
|
"days": "Dagen",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"volumeAvailable": "Beschikbaar"
|
"volumeAvailable": "Beschikbaar"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
@@ -713,7 +706,7 @@
|
|||||||
"time": "Tijd"
|
"time": "Tijd"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"networth": "Totaal eigen vermogen",
|
"networth": "Net Worth",
|
||||||
"budget": "Budget"
|
"budget": "Budget"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
@@ -752,9 +745,9 @@
|
|||||||
"targets_total": "Totaal aantal doelen"
|
"targets_total": "Totaal aantal doelen"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Online",
|
"up": "Sites Bereikbaar",
|
||||||
"down": "Sites Offline",
|
"down": "Sites Onbereikbaar",
|
||||||
"uptime": "Uptime"
|
"uptime": "Online"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Vandaag",
|
"gross_percent_today": "Vandaag",
|
||||||
@@ -807,7 +800,7 @@
|
|||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Bereikbaar",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"name": "Naam",
|
"name": "Naam",
|
||||||
"map": "Kaart",
|
"map": "Kaart",
|
||||||
@@ -838,7 +831,7 @@
|
|||||||
"failed": "Gefaald"
|
"failed": "Gefaald"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"cpuLoad": "CPU Load Gem. (5m)",
|
"cpuLoad": "CPU Load Gem. (5m)",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline",
|
"down": "Offline",
|
||||||
@@ -847,11 +840,11 @@
|
|||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"lastDown": "Laatste Downtime",
|
"lastDown": "Laatste Downtime",
|
||||||
"downDuration": "Duur Downtime",
|
"downDuration": "Duur Downtime",
|
||||||
"sitesUp": "Sites Online",
|
"sitesUp": "Sites Bereikbaar",
|
||||||
"sitesDown": "Sites Offline",
|
"sitesDown": "Sites Onbereikbaar",
|
||||||
"paused": "Gepauzeerd",
|
"paused": "Gepauzeerd",
|
||||||
"notyetchecked": "Nog niet gecontroleerd",
|
"notyetchecked": "Nog niet gecontroleerd",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
@@ -865,7 +858,7 @@
|
|||||||
"digitalRelease": "Digitale versie",
|
"digitalRelease": "Digitale versie",
|
||||||
"noEventsToday": "Geen gebeurtenissen voor vandaag!",
|
"noEventsToday": "Geen gebeurtenissen voor vandaag!",
|
||||||
"noEventsFound": "Geen gebeurtenissen gevonden",
|
"noEventsFound": "Geen gebeurtenissen gevonden",
|
||||||
"errorWhenLoadingData": "Fout bij het laden van kalender gegevens"
|
"errorWhenLoadingData": "Error when loading calendar data"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platformen",
|
"platforms": "Platformen",
|
||||||
@@ -893,9 +886,9 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notificaties",
|
"notifications": "Notificaties",
|
||||||
"issues": "Issues",
|
"issues": "Problemen",
|
||||||
"pulls": "Pull Requests",
|
"pulls": "Pull Requests",
|
||||||
"repositories": "Bronnen"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
"stash": {
|
"stash": {
|
||||||
"scenes": "Scènes",
|
"scenes": "Scènes",
|
||||||
@@ -910,7 +903,7 @@
|
|||||||
"performers": "Uitvoerenden",
|
"performers": "Uitvoerenden",
|
||||||
"studios": "Studio's",
|
"studios": "Studio's",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"tags": "Labels",
|
"tags": "Label",
|
||||||
"oCount": "O Aantal"
|
"oCount": "O Aantal"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -927,7 +920,7 @@
|
|||||||
"totalValue": "Totale waarde"
|
"totalValue": "Totale waarde"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Waarschuwingen",
|
"alerts": "Meldingen",
|
||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
@@ -956,13 +949,13 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Camera's",
|
"cameras": "Camera's",
|
||||||
"uptime": "Uptime",
|
"uptime": "Online",
|
||||||
"version": "Versie"
|
"version": "Versie"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"collections": "Collections",
|
"collections": "Collections",
|
||||||
"tags": "Labels"
|
"tags": "Label"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Niet geclassificeerd",
|
"unclassified": "Niet geclassificeerd",
|
||||||
@@ -991,7 +984,7 @@
|
|||||||
"address": "Adres",
|
"address": "Adres",
|
||||||
"last_seen": "Laatst Gezien",
|
"last_seen": "Laatst Gezien",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Bereikbaar",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
@@ -1023,7 +1016,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groepen",
|
"groups": "Groepen",
|
||||||
"issues": "Issues",
|
"issues": "Problemen",
|
||||||
"merges": "Merge Verzoeken",
|
"merges": "Merge Verzoeken",
|
||||||
"projects": "Projecten"
|
"projects": "Projecten"
|
||||||
},
|
},
|
||||||
@@ -1034,12 +1027,12 @@
|
|||||||
"timeleft": "Resterende Tijd"
|
"timeleft": "Resterende Tijd"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bladwijzers",
|
"bookmarks": "Bookmarks",
|
||||||
"favorites": "Favorieten",
|
"favorites": "Favorites",
|
||||||
"archived": "Gearchiveerd",
|
"archived": "Archived",
|
||||||
"highlights": "Hoogtepunten",
|
"highlights": "Highlights",
|
||||||
"lists": "Lijsten",
|
"lists": "Lists",
|
||||||
"tags": "Labels"
|
"tags": "Label"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Netwerk",
|
"slskStatus": "Netwerk",
|
||||||
@@ -1047,7 +1040,7 @@
|
|||||||
"disconnected": "Verbinding verbroken",
|
"disconnected": "Verbinding verbroken",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Beschikbaar",
|
"update_yes": "Beschikbaar",
|
||||||
"update_no": "Up to date",
|
"update_no": "Bijgewerkt",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Bestanden"
|
"sharedFiles": "Bestanden"
|
||||||
@@ -1056,68 +1049,10 @@
|
|||||||
"songs": "Nummers",
|
"songs": "Nummers",
|
||||||
"movies": "Films",
|
"movies": "Films",
|
||||||
"episodes": "Afleveringen",
|
"episodes": "Afleveringen",
|
||||||
"other": "Overig"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service problemen",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host problemen"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Totaal",
|
|
||||||
"running": "Actief",
|
|
||||||
"stopped": "Gestopt",
|
|
||||||
"down": "Offline",
|
|
||||||
"unhealthy": "Ongezond",
|
|
||||||
"unknown": "Onbekend",
|
|
||||||
"servers": "Servers",
|
|
||||||
"stacks": "Stacks",
|
|
||||||
"containers": "Containers"
|
|
||||||
},
|
|
||||||
"filebrowser": {
|
|
||||||
"available": "Beschikbaar",
|
|
||||||
"used": "Gebruikt",
|
|
||||||
"total": "Totaal"
|
|
||||||
},
|
|
||||||
"wallos": {
|
|
||||||
"activeSubscriptions": "Inschrijvingen",
|
|
||||||
"thisMonthlyCost": "Deze maand",
|
|
||||||
"nextMonthlyCost": "Volgende maand",
|
|
||||||
"previousMonthlyCost": "Vorige maand",
|
|
||||||
"nextRenewingSubscription": "Volgende betaling"
|
|
||||||
},
|
|
||||||
"unraid": {
|
|
||||||
"STARTED": "Gestart",
|
|
||||||
"STOPPED": "Gestopt",
|
|
||||||
"NEW_ARRAY": "Nieuwe array",
|
|
||||||
"RECON_DISK": "Reconstrueer Schijf",
|
|
||||||
"DISABLE_DISK": "Schijf uitgeschakeld",
|
|
||||||
"SWAP_DSBL": "Swap uitschakelen",
|
|
||||||
"INVALID_EXPANSION": "Ongeldige Uitbreiding",
|
|
||||||
"PARITY_NOT_BIGGEST": "Pariteit niet Grootste",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Te veel ontbrekende schijven",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Nieuwe schijf te klein",
|
|
||||||
"NO_DATA_DISKS": "Geen data-schijven",
|
|
||||||
"notifications": "Meldingen",
|
|
||||||
"status": "Status",
|
|
||||||
"cpu": "CPU",
|
|
||||||
"memoryUsed": "Geheugen Gebruikt",
|
|
||||||
"memoryAvailable": "Geheugen Beschikbaar",
|
|
||||||
"arrayUsed": "Array Gebruikt",
|
|
||||||
"arrayFree": "Array beschikbaar",
|
|
||||||
"poolUsed": "{{pool}} gebruikt",
|
|
||||||
"poolFree": "{{pool}} Beschikbaar"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Pakketten",
|
|
||||||
"num_success_30": "Geslaagd",
|
|
||||||
"num_failure_30": "Gefaald",
|
|
||||||
"num_success_latest": "Geslaagd",
|
|
||||||
"num_failure_latest": "Mislukt",
|
|
||||||
"bytes_added_30": "Bytes toegevoegd"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Nummers",
|
|
||||||
"time": "Tijd",
|
|
||||||
"artists": "Artiesten"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "Urządzenia WLAN",
|
"wlan_devices": "Urządzenia WLAN",
|
||||||
"lan_users": "Użytkownicy LAN",
|
"lan_users": "Użytkownicy LAN",
|
||||||
"wlan_users": "Użytkownicy WLAN",
|
"wlan_users": "Użytkownicy WLAN",
|
||||||
"up": "UP",
|
"up": "CZAS",
|
||||||
"down": "Pobieranie",
|
"down": "Pobieranie",
|
||||||
"wait": "Proszę czekać",
|
"wait": "Proszę czekać",
|
||||||
"empty_data": "Status podsystemu nieznany"
|
"empty_data": "Status podsystemu nieznany"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Rx",
|
"rx": "Rx",
|
||||||
"tx": "Tx",
|
"tx": "Tx",
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "Procesor",
|
"cpu": "Procesor",
|
||||||
"running": "Działa",
|
"running": "Działa",
|
||||||
"offline": "Nieosiągalny",
|
"offline": "Nieosiągalny",
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"http_status": "Status HTTP",
|
"http_status": "Status HTTP",
|
||||||
"error": "Błąd",
|
"error": "Błąd",
|
||||||
"response": "Odpowiedź",
|
"response": "Odpowiedź",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"not_available": "Niedostępny"
|
"not_available": "Niedostępny"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"songs": "Piosenki"
|
"songs": "Piosenki"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Nieosiągalny",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Nieosiągalny",
|
||||||
"online": "Dostępny",
|
"online": "Dostępny",
|
||||||
"total": "Total",
|
"total": "Całkowite",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nieznany"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkcja",
|
"pv_power": "Produkcja",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Nieprzeczytane"
|
"unread": "Nieprzeczytane"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Stan",
|
||||||
"connectionStatusUnconfigured": "Nieskonfigurowane",
|
"connectionStatusUnconfigured": "Nieskonfigurowane",
|
||||||
"connectionStatusConnecting": "Łączenie",
|
"connectionStatusConnecting": "Łączenie",
|
||||||
"connectionStatusAuthenticating": "Uwierzytelnianie",
|
"connectionStatusAuthenticating": "Uwierzytelnianie",
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Rozłączanie",
|
"connectionStatusDisconnecting": "Rozłączanie",
|
||||||
"connectionStatusDisconnected": "Rozłączono",
|
"connectionStatusDisconnected": "Rozłączono",
|
||||||
"connectionStatusConnected": "Połączono",
|
"connectionStatusConnected": "Połączono",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"maxDown": "Maks. Pobieranie",
|
"maxDown": "Maks. Pobieranie",
|
||||||
"maxUp": "Maks. Wysyłanie",
|
"maxUp": "Maks. Wysyłanie",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"received": "Odebrane",
|
"received": "Odebrane",
|
||||||
"sent": "Wysłane",
|
"sent": "Wysłane",
|
||||||
"externalIPAddress": "Pub. IP",
|
"externalIPAddress": "Pub. IP",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Przebiegi"
|
"passes": "Przebiegi"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Odtwarzanie",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transkodowanie",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Brak aktywnych strumieni",
|
||||||
"plex_connection_error": "Sprawdź połączenie z Plex"
|
"plex_connection_error": "Sprawdź połączenie z Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -193,24 +193,24 @@
|
|||||||
"tv": "Seriale"
|
"tv": "Seriale"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Szybkość",
|
||||||
"queue": "Kolejka",
|
"queue": "Kolejka",
|
||||||
"timeleft": "Pozostało"
|
"timeleft": "Pozostało"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktywny",
|
"active": "Aktywny",
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"download": "Pobieranie"
|
"download": "Pobieranie"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Pobieranie",
|
"download": "Pobieranie",
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Pobieranie",
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Nieprawidłowy"
|
"invalid": "Nieprawidłowy"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Pobieranie",
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,8 +233,8 @@
|
|||||||
"cachemissbytes": "Straty cache'u"
|
"cachemissbytes": "Straty cache'u"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Pobieranie",
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -251,16 +251,16 @@
|
|||||||
"queued": "W kolejce",
|
"queued": "W kolejce",
|
||||||
"movies": "Filmy",
|
"movies": "Filmy",
|
||||||
"queue": "Kolejka",
|
"queue": "Kolejka",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nieznany"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Poszukiwane",
|
||||||
"queued": "Queued",
|
"queued": "W kolejce",
|
||||||
"artists": "Artyści"
|
"artists": "Artyści"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Poszukiwane",
|
||||||
"queued": "Queued",
|
"queued": "W kolejce",
|
||||||
"books": "Książki"
|
"books": "Książki"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,20 +273,19 @@
|
|||||||
"available": "Dostępne"
|
"available": "Dostępne"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Oczekujące",
|
"pending": "Oczekiwane",
|
||||||
"approved": "Zaakceptowane",
|
"approved": "Zaakceptowane",
|
||||||
"available": "Dostępne",
|
"available": "Dostępne"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Oczekujące",
|
"pending": "Oczekiwane",
|
||||||
"processing": "Przetwarzane",
|
"processing": "Przetwarzane",
|
||||||
"approved": "Zaakceptowane",
|
"approved": "Zaakceptowane",
|
||||||
"available": "Dostępne"
|
"available": "Dostępne"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Całkowite",
|
||||||
"connected": "Connected",
|
"connected": "Połączono",
|
||||||
"new_devices": "Nowe urządzenia",
|
"new_devices": "Nowe urządzenia",
|
||||||
"down_alerts": "Alerty niedostępności"
|
"down_alerts": "Alerty niedostępności"
|
||||||
},
|
},
|
||||||
@@ -303,20 +302,20 @@
|
|||||||
"latency": "Opóźnienia"
|
"latency": "Opóźnienia"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Wysyłanie",
|
||||||
"download": "Download",
|
"download": "Pobieranie",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Działa",
|
||||||
"stopped": "Zatrzymane",
|
"stopped": "Zatrzymane",
|
||||||
"total": "Total"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Pobrano",
|
"download": "Pobrano",
|
||||||
"nondownload": "Niepobrane",
|
"nondownload": "Niepobrane",
|
||||||
"read": "Read",
|
"read": "Przeczytane",
|
||||||
"unread": "Unread",
|
"unread": "Nieprzeczytane",
|
||||||
"downloadedread": "Pobrane i przeczytane",
|
"downloadedread": "Pobrane i przeczytane",
|
||||||
"downloadedunread": "Pobrane i nieprzeczytane",
|
"downloadedunread": "Pobrane i nieprzeczytane",
|
||||||
"nondownloadedread": "Niepobrane i przeczytane",
|
"nondownloadedread": "Niepobrane i przeczytane",
|
||||||
@@ -337,35 +336,29 @@
|
|||||||
"ago": "{{value}} temu"
|
"ago": "{{value}} temu"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Zapytania",
|
||||||
"totalNoError": "Sukces",
|
"totalNoError": "Sukces",
|
||||||
"totalServerFailure": "Porażki",
|
"totalServerFailure": "Porażki",
|
||||||
"totalNxDomain": "Domeny NX",
|
"totalNxDomain": "Domeny NX",
|
||||||
"totalRefused": "Odrzuconych",
|
"totalRefused": "Odrzucone",
|
||||||
"totalAuthoritative": "Autorytatywne",
|
"totalAuthoritative": "Autorytatywne",
|
||||||
"totalRecursive": "Rekursywne",
|
"totalRecursive": "Rekursywne",
|
||||||
"totalCached": "Zbuforowane",
|
"totalCached": "Zbuforowane",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Zablokowane",
|
||||||
"totalDropped": "Upuszczone",
|
"totalDropped": "Upuszczone",
|
||||||
"totalClients": "Klienci"
|
"totalClients": "Klienci"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Kolejka",
|
||||||
"processed": "Przetworzone",
|
"processed": "Przetworzone",
|
||||||
"errored": "Błędne",
|
"errored": "Błędne",
|
||||||
"saved": "Zapisane"
|
"saved": "Zapisane"
|
||||||
},
|
},
|
||||||
"traefik": {
|
"traefik": {
|
||||||
"routers": "Routery",
|
"routers": "Routery",
|
||||||
"services": "Usługi",
|
"services": "Serwisy",
|
||||||
"middleware": "Pośrednicy"
|
"middleware": "Pośrednicy"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Wersja",
|
|
||||||
"notesCount": "Notatki",
|
|
||||||
"dbSize": "Rozmiar bazy danych",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Brak aktywnych strumieni",
|
"nothing_streaming": "Brak aktywnych strumieni",
|
||||||
"please_wait": "Proszę czekać"
|
"please_wait": "Proszę czekać"
|
||||||
@@ -373,7 +366,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Włączone",
|
"enabled": "Włączone",
|
||||||
"disabled": "Wyłączone",
|
"disabled": "Wyłączone",
|
||||||
"total": "Total"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Wybierz jedną lub więcej kryptowalut do śledzenia",
|
"configure": "Wybierz jedną lub więcej kryptowalut do śledzenia",
|
||||||
@@ -390,19 +383,19 @@
|
|||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indeksery",
|
"enableIndexers": "Indeksery",
|
||||||
"numberOfGrabs": "Pochwycenia",
|
"numberOfGrabs": "Pochwycenia",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Zapytania",
|
||||||
"numberOfFailGrabs": "Nieudane pochwycenia",
|
"numberOfFailGrabs": "Nieudane pochwycenia",
|
||||||
"numberOfFailQueries": "Nieudane zapytania"
|
"numberOfFailQueries": "Nieudane zapytania"
|
||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Skonfigurowane",
|
"configured": "Skonfigurowane",
|
||||||
"errored": "Errored"
|
"errored": "Błędne"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sesje",
|
"numActiveSessions": "Sesje",
|
||||||
"numConnections": "Połączenia",
|
"numConnections": "Połączenia",
|
||||||
"dataRelayed": "Przekazane",
|
"dataRelayed": "Przekazane",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Szybkość"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Użytkownicy",
|
"user_count": "Użytkownicy",
|
||||||
@@ -410,20 +403,20 @@
|
|||||||
"domain_count": "Domeny"
|
"domain_count": "Domeny"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Poszukiwane",
|
||||||
"queued": "Queued",
|
"queued": "W kolejce",
|
||||||
"series": "Series"
|
"series": "Seriale"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Gracze",
|
"players": "Gracze",
|
||||||
"version": "Wersja",
|
"version": "Wersja",
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"up": "Online",
|
"up": "Dostępny",
|
||||||
"down": "Offline"
|
"down": "Nieosiągalny"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Przeczytane",
|
"read": "Przeczytane",
|
||||||
"unread": "Unread"
|
"unread": "Nieprzeczytane"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Użytkownicy",
|
"users": "Użytkownicy",
|
||||||
@@ -443,16 +436,16 @@
|
|||||||
"temp": "TEMP.",
|
"temp": "TEMP.",
|
||||||
"_temp": "Temperatura",
|
"_temp": "Temperatura",
|
||||||
"warn": "Ostrzeżenie",
|
"warn": "Ostrzeżenie",
|
||||||
"uptime": "UP",
|
"uptime": "CZAS",
|
||||||
"total": "Total",
|
"total": "Całkowite",
|
||||||
"free": "Wolne",
|
"free": "Wolne",
|
||||||
"used": "Used",
|
"used": "Użyte",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "g",
|
||||||
"crit": "Krytyczyny",
|
"crit": "Krytyczyny",
|
||||||
"read": "Read",
|
"read": "Przeczytane",
|
||||||
"write": "Zapis",
|
"write": "Zapis",
|
||||||
"gpu": "GPU",
|
"gpu": "Karta graficzna",
|
||||||
"mem": "Pamięć",
|
"mem": "Pamięć",
|
||||||
"swap": "Swap"
|
"swap": "Swap"
|
||||||
},
|
},
|
||||||
@@ -462,7 +455,7 @@
|
|||||||
"search": "Wyszukaj",
|
"search": "Wyszukaj",
|
||||||
"custom": "Niestandardowe",
|
"custom": "Niestandardowe",
|
||||||
"visit": "Odwiedź",
|
"visit": "Odwiedź",
|
||||||
"url": "URL",
|
"url": "Adres URL",
|
||||||
"searchsuggestion": "Sugestia"
|
"searchsuggestion": "Sugestia"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -530,17 +523,17 @@
|
|||||||
"up_to_date": "Aktualny",
|
"up_to_date": "Aktualny",
|
||||||
"child_bridges": "Mostki podrzędne",
|
"child_bridges": "Mostki podrzędne",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"pending": "Pending",
|
"pending": "Oczekiwane",
|
||||||
"down": "Down"
|
"down": "Niedostępny"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nowy",
|
"new": "Nowy",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"grace": "W okresie karencji",
|
"grace": "W okresie karencji",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"paused": "Wstrzymane",
|
"paused": "Zatrzymane",
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"last_ping": "Ostatni ping",
|
"last_ping": "Ostatni ping",
|
||||||
"never": "Brak pingów"
|
"never": "Brak pingów"
|
||||||
},
|
},
|
||||||
@@ -550,27 +543,27 @@
|
|||||||
"containers_failed": "Niepowodzenie"
|
"containers_failed": "Niepowodzenie"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Zaakceptowane",
|
||||||
"rejectedPushes": "Odrzucone",
|
"rejectedPushes": "Odrzucone",
|
||||||
"filters": "Filtry",
|
"filters": "Filtry",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indeksery"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Kolejka",
|
||||||
"videos": "Pliki wideo",
|
"videos": "Pliki wideo",
|
||||||
"channels": "Kanały",
|
"channels": "Kanały",
|
||||||
"playlists": "Playlisty"
|
"playlists": "Playlisty"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Obciążenie systemu",
|
"load": "Obciążenie systemu",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"alerts": "Alerts"
|
"alerts": "Alarmy"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Prędkość",
|
"speed": "Prędkość",
|
||||||
"active": "Active",
|
"active": "Aktywny",
|
||||||
"queue": "Queue",
|
"queue": "Kolejka",
|
||||||
"total": "Total"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Adres publiczny",
|
"public_ip": "Adres publiczny",
|
||||||
@@ -579,47 +572,47 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Kanały",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tunery",
|
"tunerCount": "Tunery",
|
||||||
"channelNumber": "Kanał",
|
"channelNumber": "Kanał",
|
||||||
"channelNetwork": "Sieć",
|
"channelNetwork": "Sieć",
|
||||||
"signalStrength": "Siła sygnału",
|
"signalStrength": "Siła",
|
||||||
"signalQuality": "Jakość",
|
"signalQuality": "Jakość",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Jakość",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitrate",
|
||||||
"clientIP": "Klient"
|
"clientIP": "Klient"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Powodzenie",
|
"passed": "Powodzenie",
|
||||||
"failed": "Failed",
|
"failed": "Niepowodzenie",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nieznany"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Skrzynka odbiorcza",
|
"inbox": "Skrzynka odbiorcza",
|
||||||
"total": "Total"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Stan baterii",
|
"battery_charge": "Stan baterii",
|
||||||
"ups_load": "Obciążenie UPS",
|
"ups_load": "Obciążenie UPS",
|
||||||
"ups_status": "Status UPS",
|
"ups_status": "Status UPS",
|
||||||
"online": "Online",
|
"online": "Dostępny",
|
||||||
"on_battery": "Na baterii",
|
"on_battery": "Na baterii",
|
||||||
"low_battery": "Niski poziom baterii"
|
"low_battery": "Niski poziom baterii"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Proszę czekać",
|
||||||
"no_devices": "Nie otrzymano danych urządzenia"
|
"no_devices": "Nie otrzymano danych urządzenia"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Obciążenie procesora",
|
"cpuLoad": "Obciążenie procesora",
|
||||||
"memoryUsed": "Zużyta pamięć",
|
"memoryUsed": "Zużyta pamięć",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"numberOfLeases": "Dzierżawy"
|
"numberOfLeases": "Dzierżawy"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Wszystkie strumienie",
|
"streams_all": "Wszystkie strumienie",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktywne strumienie",
|
||||||
"streams_xepg": "Kanały XEPG"
|
"streams_xepg": "Kanały XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "Procesor",
|
"cpu": "Obciążenie procesora",
|
||||||
"memory": "Pamięć rzeczywista",
|
"memory": "Pamięć rzeczywista",
|
||||||
"wanUpload": "WAN wysyłanie",
|
"wanUpload": "WAN wysyłanie",
|
||||||
"wanDownload": "WAN pobieranie"
|
"wanDownload": "WAN pobieranie"
|
||||||
@@ -641,22 +634,22 @@
|
|||||||
"layers": "Warstwy"
|
"layers": "Warstwy"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Stan",
|
||||||
"temp_tool": "Temperatura narzędzia",
|
"temp_tool": "Temperatura narzędzia",
|
||||||
"temp_bed": "Temp. łóżka",
|
"temp_bed": "Temp. łóżka",
|
||||||
"job_completion": "Ukończono"
|
"job_completion": "Ukończono"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "IP Źródła",
|
"origin_ip": "IP Źródła",
|
||||||
"status": "Status"
|
"status": "Stan"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Śr. Obciążenie",
|
"load": "Śr. Obciążenie",
|
||||||
"memory": "Użycie pamięci",
|
"memory": "Użycie pamięci",
|
||||||
"wanStatus": "Status WAN",
|
"wanStatus": "Status WAN",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"temp": "Temp",
|
"temp": "Temperatura",
|
||||||
"disk": "Użycie dysku",
|
"disk": "Użycie dysku",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
@@ -667,38 +660,38 @@
|
|||||||
"memory_usage": "Pamięć"
|
"memory_usage": "Pamięć"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Użytkownicy",
|
||||||
"photos": "Zdjęcia",
|
"photos": "Zdjęcia",
|
||||||
"videos": "Videos",
|
"videos": "Pliki wideo",
|
||||||
"storage": "Pamięć"
|
"storage": "Pamięć"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Działające",
|
"up": "Działające",
|
||||||
"down": "Niedziałające",
|
"down": "Niedziałające",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"incident": "Incydent",
|
"incident": "Incydent",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Seriale",
|
||||||
"archives": "Archiwa",
|
"archives": "Archiwa",
|
||||||
"chapters": "Rozdziały",
|
"chapters": "Rozdziały",
|
||||||
"categories": "Kategorie"
|
"categories": "Kategorie"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Biblioteki",
|
"libraries": "Biblioteki",
|
||||||
"series": "Series",
|
"series": "Seriale",
|
||||||
"books": "Books"
|
"books": "Książki"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Dni",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Dostępne"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Seriale",
|
||||||
"issues": "Zgłoszenia",
|
"issues": "Zgłoszenia",
|
||||||
"wanted": "Wanted"
|
"wanted": "Poszukiwane"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albumy",
|
"albums": "Albumy",
|
||||||
@@ -707,9 +700,9 @@
|
|||||||
"people": "Ludzie"
|
"people": "Ludzie"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Kolejka",
|
||||||
"processing": "Processing",
|
"processing": "Przetwarzane",
|
||||||
"processed": "Processed",
|
"processed": "Przetworzone",
|
||||||
"time": "Czas"
|
"time": "Czas"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
@@ -731,11 +724,11 @@
|
|||||||
"numshares": "Udostępnione elementy"
|
"numshares": "Udostępnione elementy"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"size": "Rozmiar",
|
"size": "Rozmiar",
|
||||||
"lastrun": "Ostatnie uruchomienie",
|
"lastrun": "Ostatnie uruchomienie",
|
||||||
"nextrun": "Następne uruchomienie",
|
"nextrun": "Następne uruchomienie",
|
||||||
"failed": "Failed"
|
"failed": "Niepowodzenie"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktywni pracownicy",
|
"active_workers": "Aktywni pracownicy",
|
||||||
@@ -752,9 +745,9 @@
|
|||||||
"targets_total": "Wszystkich Celi"
|
"targets_total": "Wszystkich Celi"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Działające",
|
||||||
"down": "Sites Down",
|
"down": "Niedziałające",
|
||||||
"uptime": "Uptime"
|
"uptime": "Czas działania"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Dzisiaj",
|
"gross_percent_today": "Dzisiaj",
|
||||||
@@ -774,27 +767,27 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"updates": "Updates"
|
"updates": "Aktualizacje"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Książki",
|
"books": "Książki",
|
||||||
"authors": "Autorzy",
|
"authors": "Autorzy",
|
||||||
"categories": "Kategorie",
|
"categories": "Kategorie",
|
||||||
"series": "Series"
|
"series": "Seriale"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Kolejka",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Pozostało",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Rozmiar",
|
||||||
"downloadSpeed": "Prędkość"
|
"downloadSpeed": "Prędkość"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Seriale",
|
||||||
"totalFiles": "Pliki"
|
"totalFiles": "Pliki"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Wynik",
|
"result": "Wynik",
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"buildId": "ID kompilacji",
|
"buildId": "ID kompilacji",
|
||||||
"succeeded": "Ukończono",
|
"succeeded": "Ukończono",
|
||||||
"notStarted": "Nierozpoczęte",
|
"notStarted": "Nierozpoczęte",
|
||||||
@@ -803,12 +796,12 @@
|
|||||||
"inProgress": "W trakcie",
|
"inProgress": "W trakcie",
|
||||||
"totalPrs": "Łącznie PRs",
|
"totalPrs": "Łącznie PRs",
|
||||||
"myPrs": "Moje PRs",
|
"myPrs": "Moje PRs",
|
||||||
"approved": "Approved"
|
"approved": "Zaakceptowane"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"online": "Online",
|
"online": "Dostępny",
|
||||||
"offline": "Offline",
|
"offline": "Nieosiągalny",
|
||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Gracze online",
|
"currentPlayers": "Gracze online",
|
||||||
@@ -831,33 +824,33 @@
|
|||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Pobieranie",
|
"downloading": "Pobieranie",
|
||||||
"total": "Total",
|
"total": "Całkowite",
|
||||||
"running": "Running",
|
"running": "Działa",
|
||||||
"stopped": "Stopped",
|
"stopped": "Zatrzymane",
|
||||||
"passed": "Passed",
|
"passed": "Powodzenie",
|
||||||
"failed": "Failed"
|
"failed": "Niepowodzenie"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"cpuLoad": "Śr. obciążenie CPU (5m)",
|
"cpuLoad": "Śr. obciążenie CPU (5m)",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"bytesTx": "Przesłane",
|
"bytesTx": "Przesłane",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Odebrane"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"lastDown": "Ostatni downtime",
|
"lastDown": "Ostatni downtime",
|
||||||
"downDuration": "Długość downtime'u",
|
"downDuration": "Długość downtime'u",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Działające",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Niedziałające",
|
||||||
"paused": "Paused",
|
"paused": "Zatrzymane",
|
||||||
"notyetchecked": "Nie sprawdzono",
|
"notyetchecked": "Nie sprawdzono",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"seemsdown": "Możliwe, że wyłączony",
|
"seemsdown": "Możliwe, że wyłączony",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"unknown": "Unknown"
|
"unknown": "Nieznany"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "W kinach",
|
"inCinemas": "W kinach",
|
||||||
@@ -876,10 +869,10 @@
|
|||||||
"totalfilesize": "Rozmiar całkowity"
|
"totalfilesize": "Rozmiar całkowity"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domeny",
|
||||||
"mailboxes": "Skrzynki",
|
"mailboxes": "Skrzynki",
|
||||||
"mails": "Poczta",
|
"mails": "Poczta",
|
||||||
"storage": "Storage"
|
"storage": "Pamięć"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Ostrzeżenia",
|
"warnings": "Ostrzeżenia",
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Wydarzenia",
|
"events": "Wydarzenia",
|
||||||
"plants": "Rośliny",
|
"plants": "Rośliny",
|
||||||
"photos": "Photos",
|
"photos": "Zdjęcia",
|
||||||
"species": "Gatunki"
|
"species": "Gatunki"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Powiadomienia",
|
"notifications": "Powiadomienia",
|
||||||
"issues": "Issues",
|
"issues": "Zgłoszenia",
|
||||||
"pulls": "Żądania Pull",
|
"pulls": "Żądania Pull",
|
||||||
"repositories": "Repozytoria"
|
"repositories": "Repozytoria"
|
||||||
},
|
},
|
||||||
@@ -909,13 +902,13 @@
|
|||||||
"galleries": "Galerie",
|
"galleries": "Galerie",
|
||||||
"performers": "Artyści",
|
"performers": "Artyści",
|
||||||
"studios": "Studia",
|
"studios": "Studia",
|
||||||
"movies": "Movies",
|
"movies": "Filmy",
|
||||||
"tags": "Tags",
|
"tags": "Tagi",
|
||||||
"oCount": "O Licznik"
|
"oCount": "O Licznik"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Użytkownicy",
|
||||||
"recipes": "Recipes",
|
"recipes": "Przepisy",
|
||||||
"keywords": "Słowa kluczowe"
|
"keywords": "Słowa kluczowe"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
@@ -923,18 +916,18 @@
|
|||||||
"totalWithWarranty": "Z gwarancją",
|
"totalWithWarranty": "Z gwarancją",
|
||||||
"locations": "Lokalizacje",
|
"locations": "Lokalizacje",
|
||||||
"labels": "Etykiety",
|
"labels": "Etykiety",
|
||||||
"users": "Users",
|
"users": "Użytkownicy",
|
||||||
"totalValue": "Wartość całkowita"
|
"totalValue": "Wartość całkowita"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Alarmy",
|
||||||
"bans": "Bany"
|
"bans": "Bany"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Połączono",
|
||||||
"enabled": "Enabled",
|
"enabled": "Włączone",
|
||||||
"disabled": "Disabled",
|
"disabled": "Wyłączone",
|
||||||
"total": "Total"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxy",
|
"proxied": "Proxy",
|
||||||
@@ -956,17 +949,17 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Kamery",
|
"cameras": "Kamery",
|
||||||
"uptime": "Uptime",
|
"uptime": "Czas działania",
|
||||||
"version": "Wersja"
|
"version": "Wersja"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Zapisane linki",
|
"links": "Łącza",
|
||||||
"collections": "Kolekcje",
|
"collections": "Kolekcje",
|
||||||
"tags": "Tagi"
|
"tags": "Tagi"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Niezaklasyfikowane",
|
"unclassified": "Niezaklasyfikowane",
|
||||||
"information": "Information",
|
"information": "Informacje",
|
||||||
"warning": "Ostrzeżenie",
|
"warning": "Ostrzeżenie",
|
||||||
"average": "Średnia",
|
"average": "Średnia",
|
||||||
"high": "Wysokie",
|
"high": "Wysokie",
|
||||||
@@ -990,21 +983,21 @@
|
|||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"address": "Adres",
|
"address": "Adres",
|
||||||
"last_seen": "Ostatnio dostępny",
|
"last_seen": "Ostatnio dostępny",
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"online": "Online",
|
"online": "Dostępny",
|
||||||
"offline": "Offline"
|
"offline": "Nieosiągalny"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"systems": "Systemy",
|
"systems": "Systemy",
|
||||||
"up": "Up",
|
"up": "Dostępny",
|
||||||
"down": "Down",
|
"down": "Niedostępny",
|
||||||
"paused": "Paused",
|
"paused": "Zatrzymane",
|
||||||
"pending": "Pending",
|
"pending": "Oczekiwane",
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"updated": "Updated",
|
"updated": "Zaktualizowane",
|
||||||
"cpu": "Procesor",
|
"cpu": "Procesor",
|
||||||
"memory": "MEM",
|
"memory": "RAM",
|
||||||
"disk": "Dysk",
|
"disk": "Dysk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
@@ -1012,14 +1005,14 @@
|
|||||||
"apps": "Aplikacje",
|
"apps": "Aplikacje",
|
||||||
"synced": "Synchronizowane",
|
"synced": "Synchronizowane",
|
||||||
"outOfSync": "Bez synchronizacji",
|
"outOfSync": "Bez synchronizacji",
|
||||||
"healthy": "Healthy",
|
"healthy": "Zdrowy",
|
||||||
"degraded": "Zdegradowane",
|
"degraded": "Zdegradowane",
|
||||||
"progressing": "Postępujące",
|
"progressing": "Postępujące",
|
||||||
"missing": "Missing",
|
"missing": "Brakujące",
|
||||||
"suspended": "Zawieszone"
|
"suspended": "Zawieszone"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Wczytywanie"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Grupy",
|
"groups": "Grupy",
|
||||||
@@ -1028,10 +1021,10 @@
|
|||||||
"projects": "Projekty"
|
"projects": "Projekty"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Stan",
|
||||||
"load": "Load",
|
"load": "Obciążenie",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Stan baterii",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Pozostało"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Zakładki",
|
"bookmarks": "Zakładki",
|
||||||
@@ -1042,11 +1035,11 @@
|
|||||||
"tags": "Tagi"
|
"tags": "Tagi"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Sieć",
|
||||||
"connected": "Connected",
|
"connected": "Połączono",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Rozłączono",
|
||||||
"updateStatus": "Aktualizacja",
|
"updateStatus": "Aktualizacja",
|
||||||
"update_yes": "Available",
|
"update_yes": "Dostępne",
|
||||||
"update_no": "Aktualny",
|
"update_no": "Aktualny",
|
||||||
"downloads": "Pobieranie",
|
"downloads": "Pobieranie",
|
||||||
"uploads": "Przesyłanie",
|
"uploads": "Przesyłanie",
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host issues"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Total",
|
|
||||||
"running": "Running",
|
|
||||||
"stopped": "Stopped",
|
|
||||||
"down": "Down",
|
|
||||||
"unhealthy": "Unhealthy",
|
|
||||||
"unknown": "Unknown",
|
|
||||||
"servers": "Serwery",
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -141,7 +141,7 @@
|
|||||||
"connectionStatusDisconnecting": "Desconectando",
|
"connectionStatusDisconnecting": "Desconectando",
|
||||||
"connectionStatusDisconnected": "Desconectado",
|
"connectionStatusDisconnected": "Desconectado",
|
||||||
"connectionStatusConnected": "Conectado",
|
"connectionStatusConnected": "Conectado",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"maxDown": "Tempo de inatividade máximo",
|
"maxDown": "Tempo de inatividade máximo",
|
||||||
"maxUp": "Máx. Acima",
|
"maxUp": "Máx. Acima",
|
||||||
"down": "Inativo",
|
"down": "Inativo",
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Tocando",
|
"playing": "A reproduzir",
|
||||||
"transcoding": "Transcodificando",
|
"transcoding": "Transcodificação",
|
||||||
"bitrate": "Taxa de bits",
|
"bitrate": "Taxa de bits",
|
||||||
"no_active": "Sem Streams Ativos",
|
"no_active": "Sem Streams Ativos",
|
||||||
"plex_connection_error": "Verifique a conexão do Plex"
|
"plex_connection_error": "Verifique a conexão do Plex"
|
||||||
@@ -206,13 +206,13 @@
|
|||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
"upload": "Carregar",
|
"upload": "Carregar",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semente"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
"upload": "Carregar",
|
"upload": "Carregar",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semente"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "Uso de CPU",
|
"cpuUsage": "Uso de CPU",
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
"upload": "Carregar",
|
"upload": "Carregar",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semente"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Bytes de Acerto de Cache",
|
"cachehitbytes": "Bytes de Acerto de Cache",
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
"upload": "Carregar",
|
"upload": "Carregar",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Semente"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Desejada",
|
"wanted": "Desejada",
|
||||||
@@ -246,7 +246,7 @@
|
|||||||
"unknown": "Desconhecido"
|
"unknown": "Desconhecido"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Desejado",
|
"wanted": "Desejada",
|
||||||
"missing": "Faltando",
|
"missing": "Faltando",
|
||||||
"queued": "Em fila",
|
"queued": "Em fila",
|
||||||
"movies": "Filmes",
|
"movies": "Filmes",
|
||||||
@@ -254,13 +254,13 @@
|
|||||||
"unknown": "Desconhecido"
|
"unknown": "Desconhecido"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Desejado",
|
"wanted": "Desejada",
|
||||||
"queued": "Na fila",
|
"queued": "Em fila",
|
||||||
"artists": "Artistas"
|
"artists": "Artistas"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Desejado",
|
"wanted": "Desejada",
|
||||||
"queued": "Na fila",
|
"queued": "Em fila",
|
||||||
"books": "Livros"
|
"books": "Livros"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -274,14 +274,13 @@
|
|||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pendente",
|
"pending": "Pendente",
|
||||||
"approved": "Aprovado",
|
"approved": "Aprovada",
|
||||||
"available": "Disponível",
|
"available": "Disponível"
|
||||||
"issues": "Incidentes Abertos"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pendente",
|
"pending": "Pendente",
|
||||||
"processing": "Processando",
|
"processing": "Processando",
|
||||||
"approved": "Aprovado",
|
"approved": "Aprovada",
|
||||||
"available": "Disponível"
|
"available": "Disponível"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
@@ -303,9 +302,9 @@
|
|||||||
"latency": "Latência"
|
"latency": "Latência"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Enviar",
|
"upload": "Carregar",
|
||||||
"download": "Baixar",
|
"download": "Descarregar",
|
||||||
"ping": "Ping"
|
"ping": "Tempo de resposta"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Executando",
|
"running": "Executando",
|
||||||
@@ -316,7 +315,7 @@
|
|||||||
"download": "Baixado",
|
"download": "Baixado",
|
||||||
"nondownload": "Não Baixado",
|
"nondownload": "Não Baixado",
|
||||||
"read": "Lido",
|
"read": "Lido",
|
||||||
"unread": "Não lido",
|
"unread": "Não lida",
|
||||||
"downloadedread": "Baixado e Lido",
|
"downloadedread": "Baixado e Lido",
|
||||||
"downloadedunread": "Baixado e Não Lido",
|
"downloadedunread": "Baixado e Não Lido",
|
||||||
"nondownloadedread": "Não Baixado e Lido",
|
"nondownloadedread": "Não Baixado e Lido",
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Clientes"
|
"totalClients": "Clientes"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Fila de espera",
|
"queue": "Fila",
|
||||||
"processed": "Processado",
|
"processed": "Processado",
|
||||||
"errored": "Erro",
|
"errored": "Erro",
|
||||||
"saved": "Guardado"
|
"saved": "Guardado"
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Serviços",
|
"services": "Serviços",
|
||||||
"middleware": ""
|
"middleware": ""
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Versão",
|
|
||||||
"notesCount": "Notas",
|
|
||||||
"dbSize": "Tamanho do banco de dados",
|
|
||||||
"unknown": "Desconhecido"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Sem Streams Ativos",
|
"nothing_streaming": "Sem Streams Ativos",
|
||||||
"please_wait": "Por favor, aguarde"
|
"please_wait": "Por favor, aguarde"
|
||||||
@@ -396,7 +389,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Configurado",
|
"configured": "Configurado",
|
||||||
"errored": "Falhou"
|
"errored": "Erro"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessões",
|
"numActiveSessions": "Sessões",
|
||||||
@@ -410,20 +403,20 @@
|
|||||||
"domain_count": "Domínios"
|
"domain_count": "Domínios"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Desejado",
|
"wanted": "Desejada",
|
||||||
"queued": "Na fila",
|
"queued": "Em fila",
|
||||||
"series": "Séries"
|
"series": "Séries"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Reprodutores",
|
"players": "Reprodutores",
|
||||||
"version": "Versão",
|
"version": "Versão",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"up": "Online",
|
"up": "Disponível",
|
||||||
"down": "Desconectado"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Lido",
|
"read": "Lido",
|
||||||
"unread": "Não lido"
|
"unread": "Não lida"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Usuários",
|
"users": "Usuários",
|
||||||
@@ -440,7 +433,7 @@
|
|||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Carga",
|
"load": "Carga",
|
||||||
"wait": "Por favor, aguarde",
|
"wait": "Por favor, aguarde",
|
||||||
"temp": "TEMPERATURA",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatura",
|
"_temp": "Temperatura",
|
||||||
"warn": "Aviso",
|
"warn": "Aviso",
|
||||||
"uptime": "ATIVO",
|
"uptime": "ATIVO",
|
||||||
@@ -450,7 +443,7 @@
|
|||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crítico",
|
"crit": "Crítico",
|
||||||
"read": "Leitura",
|
"read": "Lido",
|
||||||
"write": "Escrita",
|
"write": "Escrita",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Memória",
|
"mem": "Memória",
|
||||||
@@ -462,7 +455,7 @@
|
|||||||
"search": "Busca",
|
"search": "Busca",
|
||||||
"custom": "Personalizado",
|
"custom": "Personalizado",
|
||||||
"visit": "Visitar",
|
"visit": "Visitar",
|
||||||
"url": "URL",
|
"url": "Endereço URL",
|
||||||
"searchsuggestion": "Sugestão"
|
"searchsuggestion": "Sugestão"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -479,49 +472,49 @@
|
|||||||
"48-day": "Nevoeiro",
|
"48-day": "Nevoeiro",
|
||||||
"48-night": "Nevoeiro",
|
"48-night": "Nevoeiro",
|
||||||
"51-day": "Aguaceiros",
|
"51-day": "Aguaceiros",
|
||||||
"51-night": "Leve Garoa",
|
"51-night": "Aguaceiros",
|
||||||
"53-day": "Chuvisco",
|
"53-day": "Chuvisco",
|
||||||
"53-night": "Garoa",
|
"53-night": "Chuvisco",
|
||||||
"55-day": "Aguaceiro Forte",
|
"55-day": "Aguaceiro Forte",
|
||||||
"55-night": "Garoa Forte",
|
"55-night": "Aguaceiro Forte",
|
||||||
"56-day": "Leve Garoa Congelante",
|
"56-day": "Leve Garoa Congelante",
|
||||||
"56-night": "Garoa Congelante Fraca",
|
"56-night": "Leve Garoa Congelante",
|
||||||
"57-day": "Garoa Congelante",
|
"57-day": "Garoa Congelante",
|
||||||
"57-night": "Garoa Congelante",
|
"57-night": "Garoa Congelante",
|
||||||
"61-day": "Chuva fraca",
|
"61-day": "Chuva fraca",
|
||||||
"61-night": "Chuva Fraca",
|
"61-night": "Chuva fraca",
|
||||||
"63-day": "Chuva",
|
"63-day": "Chuva",
|
||||||
"63-night": "Chuva",
|
"63-night": "Chuva",
|
||||||
"65-day": "Chuva forte",
|
"65-day": "Chuva forte",
|
||||||
"65-night": "Chuva Forte",
|
"65-night": "Chuva forte",
|
||||||
"66-day": "Chuva Congelante",
|
"66-day": "Chuva Congelante",
|
||||||
"66-night": "Chuva Congelante",
|
"66-night": "Chuva Congelante",
|
||||||
"67-day": "Chuva Congelante",
|
"67-day": "Chuva Congelante",
|
||||||
"67-night": "Chuva Congelante",
|
"67-night": "Chuva Congelante",
|
||||||
"71-day": "Neve fraca",
|
"71-day": "Neve fraca",
|
||||||
"71-night": "Neve Fraca",
|
"71-night": "Neve fraca",
|
||||||
"73-day": "Neve",
|
"73-day": "Neve",
|
||||||
"73-night": "Neve",
|
"73-night": "Neve",
|
||||||
"75-day": "Neve forte",
|
"75-day": "Neve forte",
|
||||||
"75-night": "Neve Forte",
|
"75-night": "Neve forte",
|
||||||
"77-day": "Grãos de Neve",
|
"77-day": "Grãos de Neve",
|
||||||
"77-night": "Grãos de Neve",
|
"77-night": "Grãos de Neve",
|
||||||
"80-day": "Neve fraca",
|
"80-day": "Neve fraca",
|
||||||
"80-night": "Pancadas de Chuva Leves",
|
"80-night": "Neve fraca",
|
||||||
"81-day": "Chuviscos",
|
"81-day": "Chuviscos",
|
||||||
"81-night": "Pancadas de Chuva",
|
"81-night": "Chuviscos",
|
||||||
"82-day": "Chuviscos fortes",
|
"82-day": "Chuviscos fortes",
|
||||||
"82-night": "Pancadas de Chuva Forte",
|
"82-night": "Chuviscos fortes",
|
||||||
"85-day": "Precipitação de Neve",
|
"85-day": "Precipitação de Neve",
|
||||||
"85-night": "Pancadas de Neve",
|
"85-night": "Precipitação de Neve",
|
||||||
"86-day": "Pancadas de Neve",
|
"86-day": "Precipitação de Neve",
|
||||||
"86-night": "Pancadas de Neve",
|
"86-night": "Precipitação de Neve",
|
||||||
"95-day": "Trovoada",
|
"95-day": "Trovoada",
|
||||||
"95-night": "Tempestade Com Raios",
|
"95-night": "Trovoada",
|
||||||
"96-day": "Trovoada com granizo",
|
"96-day": "Trovoada com granizo",
|
||||||
"96-night": "Tempestade Com Raios e Granizo",
|
"96-night": "Trovoada com granizo",
|
||||||
"99-day": "Tempestade Com Raios e Granizo",
|
"99-day": "Trovoada com granizo",
|
||||||
"99-night": "Tempestade Com Raios e Granizo"
|
"99-night": "Trovoada com granizo"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Sistema",
|
"available_update": "Sistema",
|
||||||
@@ -550,26 +543,26 @@
|
|||||||
"containers_failed": "Falhou"
|
"containers_failed": "Falhou"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Aprovado",
|
"approvedPushes": "Aprovada",
|
||||||
"rejectedPushes": "Rejeitado",
|
"rejectedPushes": "Rejeitado",
|
||||||
"filters": "Filtros",
|
"filters": "Filtros",
|
||||||
"indexers": "Indexadores"
|
"indexers": "Indexadores"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Fila de espera",
|
"downloads": "Fila",
|
||||||
"videos": "Vídeos",
|
"videos": "Vídeos",
|
||||||
"channels": "Canais",
|
"channels": "Canais",
|
||||||
"playlists": "Listas"
|
"playlists": "Listas"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Carga do sistema",
|
"load": "Carga do sistema",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"alerts": "Alertas"
|
"alerts": "Alertas"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Velocidade",
|
"speed": "Velocidade",
|
||||||
"active": "Ativo",
|
"active": "Ativo",
|
||||||
"queue": "Fila de espera",
|
"queue": "Fila",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -587,7 +580,7 @@
|
|||||||
"signalStrength": "Potência",
|
"signalStrength": "Potência",
|
||||||
"signalQuality": "Qualidade",
|
"signalQuality": "Qualidade",
|
||||||
"symbolQuality": "Qualidade",
|
"symbolQuality": "Qualidade",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Taxa de bits",
|
||||||
"clientIP": "Cliente"
|
"clientIP": "Cliente"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
@@ -603,7 +596,7 @@
|
|||||||
"battery_charge": "Carga da bateria",
|
"battery_charge": "Carga da bateria",
|
||||||
"ups_load": "Carga do UPS",
|
"ups_load": "Carga do UPS",
|
||||||
"ups_status": "Estado UPS",
|
"ups_status": "Estado UPS",
|
||||||
"online": "Online",
|
"online": "Disponível",
|
||||||
"on_battery": "Na bateria",
|
"on_battery": "Na bateria",
|
||||||
"low_battery": "Bateria Fraca"
|
"low_battery": "Bateria Fraca"
|
||||||
},
|
},
|
||||||
@@ -614,7 +607,7 @@
|
|||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Carga do CPU",
|
"cpuLoad": "Carga do CPU",
|
||||||
"memoryUsed": "Memória Utilizada",
|
"memoryUsed": "Memória Utilizada",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"numberOfLeases": "Concessões"
|
"numberOfLeases": "Concessões"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
@@ -656,7 +649,7 @@
|
|||||||
"wanStatus": "Estado WAN",
|
"wanStatus": "Estado WAN",
|
||||||
"up": "Ativo",
|
"up": "Ativo",
|
||||||
"down": "Inativo",
|
"down": "Inativo",
|
||||||
"temp": "Temp.",
|
"temp": "Temperatura",
|
||||||
"disk": "Uso do disco",
|
"disk": "Uso do disco",
|
||||||
"wanIP": "IP WAN"
|
"wanIP": "IP WAN"
|
||||||
},
|
},
|
||||||
@@ -675,7 +668,7 @@
|
|||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sites no Ar",
|
"up": "Sites no Ar",
|
||||||
"down": "Sites Fora do Ar",
|
"down": "Sites Fora do Ar",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"incident": "Incidente",
|
"incident": "Incidente",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
@@ -692,13 +685,13 @@
|
|||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Dias",
|
"days": "Dias",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"volumeAvailable": "Disponível"
|
"volumeAvailable": "Disponível"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Séries",
|
"series": "Séries",
|
||||||
"issues": "Problemas",
|
"issues": "Problemas",
|
||||||
"wanted": "Desejado"
|
"wanted": "Desejada"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Álbuns",
|
"albums": "Álbuns",
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "Pessoa"
|
"people": "Pessoa"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Fila de espera",
|
"queue": "Fila",
|
||||||
"processing": "Processando",
|
"processing": "Processando",
|
||||||
"processed": "Processado",
|
"processed": "Processado",
|
||||||
"time": "Hora"
|
"time": "Hora"
|
||||||
@@ -754,7 +747,7 @@
|
|||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites no Ar",
|
"up": "Sites no Ar",
|
||||||
"down": "Sites Fora do Ar",
|
"down": "Sites Fora do Ar",
|
||||||
"uptime": "Tempo ativo"
|
"uptime": "Ligado"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Hoje",
|
"gross_percent_today": "Hoje",
|
||||||
@@ -783,7 +776,7 @@
|
|||||||
"series": "Séries"
|
"series": "Séries"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Fila de espera",
|
"downloadCount": "Fila",
|
||||||
"downloadBytesRemaining": "Restante",
|
"downloadBytesRemaining": "Restante",
|
||||||
"downloadTotalBytes": "Tamanho",
|
"downloadTotalBytes": "Tamanho",
|
||||||
"downloadSpeed": "Velocidade"
|
"downloadSpeed": "Velocidade"
|
||||||
@@ -803,19 +796,19 @@
|
|||||||
"inProgress": "Em Progresso",
|
"inProgress": "Em Progresso",
|
||||||
"totalPrs": "Total de PRs",
|
"totalPrs": "Total de PRs",
|
||||||
"myPrs": "Minhas PRs",
|
"myPrs": "Minhas PRs",
|
||||||
"approved": "Aprovado"
|
"approved": "Aprovada"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Disponível",
|
||||||
"offline": "Desconectado",
|
"offline": "Offline",
|
||||||
"name": "Nome",
|
"name": "Nome",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Jogadores atuais",
|
"currentPlayers": "Jogadores atuais",
|
||||||
"players": "Jogadores",
|
"players": "Reprodutores",
|
||||||
"maxPlayers": "Número Máximo de Jogadores",
|
"maxPlayers": "Número Máximo de Jogadores",
|
||||||
"bots": "Robôs",
|
"bots": "Robôs",
|
||||||
"ping": "Ping"
|
"ping": "Tempo de resposta"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
@@ -838,7 +831,7 @@
|
|||||||
"failed": "Falhou"
|
"failed": "Falhou"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"cpuLoad": "Carga da CPU média (5m)",
|
"cpuLoad": "Carga da CPU média (5m)",
|
||||||
"up": "Ativo",
|
"up": "Ativo",
|
||||||
"down": "Inativo",
|
"down": "Inativo",
|
||||||
@@ -847,7 +840,7 @@
|
|||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"lastDown": "Última inatividade",
|
"lastDown": "Última inatividade",
|
||||||
"downDuration": "Duração de inatividade",
|
"downDuration": "Duração de inatividade",
|
||||||
"sitesUp": "Sites no Ar",
|
"sitesUp": "Sites no Ar",
|
||||||
@@ -910,7 +903,7 @@
|
|||||||
"performers": "Atores",
|
"performers": "Atores",
|
||||||
"studios": "Estúdios",
|
"studios": "Estúdios",
|
||||||
"movies": "Filmes",
|
"movies": "Filmes",
|
||||||
"tags": "Etiquetas",
|
"tags": "Marcadores",
|
||||||
"oCount": "Contagem 0"
|
"oCount": "Contagem 0"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
@@ -933,7 +926,7 @@
|
|||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Conectado",
|
"connected": "Conectado",
|
||||||
"enabled": "Ativo",
|
"enabled": "Ativo",
|
||||||
"disabled": "Desativado",
|
"disabled": "Desabilitado",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -943,9 +936,9 @@
|
|||||||
"banned": "Banido"
|
"banned": "Banido"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Tempo de resposta",
|
||||||
"download": "Baixar",
|
"download": "Descarregar",
|
||||||
"upload": "Enviar"
|
"upload": "Carregar"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Ações",
|
"stocks": "Ações",
|
||||||
@@ -956,13 +949,13 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Câmeras",
|
"cameras": "Câmeras",
|
||||||
"uptime": "Tempo ativo",
|
"uptime": "Ligado",
|
||||||
"version": "Versão"
|
"version": "Versão"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"collections": "Coleções",
|
"collections": "Coleções",
|
||||||
"tags": "Etiquetas"
|
"tags": "Marcadores"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Não classificado",
|
"unclassified": "Não classificado",
|
||||||
@@ -991,8 +984,8 @@
|
|||||||
"address": "Endereço",
|
"address": "Endereço",
|
||||||
"last_seen": "Visto por último",
|
"last_seen": "Visto por último",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Disponível",
|
||||||
"offline": "Desconectado"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Nome",
|
"name": "Nome",
|
||||||
@@ -1004,7 +997,7 @@
|
|||||||
"status": "Status",
|
"status": "Status",
|
||||||
"updated": "Atualizado",
|
"updated": "Atualizado",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM.",
|
"memory": "MEM",
|
||||||
"disk": "Disco",
|
"disk": "Disco",
|
||||||
"network": "Rede"
|
"network": "Rede"
|
||||||
},
|
},
|
||||||
@@ -1030,8 +1023,8 @@
|
|||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"load": "Carga",
|
"load": "Carga",
|
||||||
"bcharge": "Carga da Bateria",
|
"bcharge": "Carga da bateria",
|
||||||
"timeleft": "Tempo Restante"
|
"timeleft": "Tempo restante"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Marcadores",
|
"bookmarks": "Marcadores",
|
||||||
@@ -1039,7 +1032,7 @@
|
|||||||
"archived": "Arquivados",
|
"archived": "Arquivados",
|
||||||
"highlights": "Destaques",
|
"highlights": "Destaques",
|
||||||
"lists": "Listas",
|
"lists": "Listas",
|
||||||
"tags": "Etiquetas"
|
"tags": "Marcadores"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Rede",
|
"slskStatus": "Rede",
|
||||||
@@ -1053,71 +1046,13 @@
|
|||||||
"sharedFiles": "Arquivos"
|
"sharedFiles": "Arquivos"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Músicas",
|
"songs": "Canções",
|
||||||
"movies": "Filmes",
|
"movies": "Filmes",
|
||||||
"episodes": "Episódios",
|
"episodes": "Episódios",
|
||||||
"other": "Outro"
|
"other": "Outro"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Problemas de serviço",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Problemas do host"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Total",
|
|
||||||
"running": "Executando",
|
|
||||||
"stopped": "Parado",
|
|
||||||
"down": "Inativo",
|
|
||||||
"unhealthy": "Não-saudável",
|
|
||||||
"unknown": "Desconhecido",
|
|
||||||
"servers": "Servidores",
|
|
||||||
"stacks": "Pilhas",
|
|
||||||
"containers": "Contêineres"
|
|
||||||
},
|
|
||||||
"filebrowser": {
|
|
||||||
"available": "Disponível",
|
|
||||||
"used": "Utilizado",
|
|
||||||
"total": "Total"
|
|
||||||
},
|
|
||||||
"wallos": {
|
|
||||||
"activeSubscriptions": "Assinaturas",
|
|
||||||
"thisMonthlyCost": "Este Mês",
|
|
||||||
"nextMonthlyCost": "Próximo Mês",
|
|
||||||
"previousMonthlyCost": "Mês Anterior",
|
|
||||||
"nextRenewingSubscription": "Próximo Pagamento"
|
|
||||||
},
|
|
||||||
"unraid": {
|
|
||||||
"STARTED": "Iniciado",
|
|
||||||
"STOPPED": "Parado",
|
|
||||||
"NEW_ARRAY": "Nova Array",
|
|
||||||
"RECON_DISK": "Reconstruindo Disco",
|
|
||||||
"DISABLE_DISK": "Disco Desativado",
|
|
||||||
"SWAP_DSBL": "Swap Desabilitado",
|
|
||||||
"INVALID_EXPANSION": "Expansão Inválida",
|
|
||||||
"PARITY_NOT_BIGGEST": "Paridade Não É O Maior Disco",
|
|
||||||
"TOO_MANY_MISSING_DISKS": "Muitos Discos Ausentes",
|
|
||||||
"NEW_DISK_TOO_SMALL": "Novo Disco É Muito Pequeno",
|
|
||||||
"NO_DATA_DISKS": "Sem Discos de Dados",
|
|
||||||
"notifications": "Notificações",
|
|
||||||
"status": "Status",
|
|
||||||
"cpu": "CPU",
|
|
||||||
"memoryUsed": "Memória Utilizada",
|
|
||||||
"memoryAvailable": "Memória Disponível",
|
|
||||||
"arrayUsed": "Array Utilizado",
|
|
||||||
"arrayFree": "Array Disponível",
|
|
||||||
"poolUsed": "{{pool}} Utilizado",
|
|
||||||
"poolFree": "{{pool}} Livre"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Planos",
|
|
||||||
"num_success_30": "Sucessos",
|
|
||||||
"num_failure_30": "Falhas",
|
|
||||||
"num_success_latest": "Executando com sucesso",
|
|
||||||
"num_failure_latest": "Falhando",
|
|
||||||
"bytes_added_30": "Bytes Adicionados"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Músicas",
|
|
||||||
"time": "Tempo",
|
|
||||||
"artists": "Artistas"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,14 +63,14 @@
|
|||||||
"wlan_users": "Utilizatori WLAN",
|
"wlan_users": "Utilizatori WLAN",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "Oprit",
|
"down": "Oprit",
|
||||||
"wait": "Please wait",
|
"wait": "Va rugăm așteptați",
|
||||||
"empty_data": "Starea subsistemului este necunoscut"
|
"empty_data": "Starea subsistemului este necunoscut"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "Procesor",
|
||||||
"running": "Rulează",
|
"running": "Rulează",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"error": "Eroare",
|
"error": "Eroare",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Parțial"
|
"partial": "Parțial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Eroare",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Jos",
|
"down": "Jos",
|
||||||
"up": "Sus",
|
"up": "Sus",
|
||||||
@@ -91,11 +91,11 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "Stare HTTP",
|
"http_status": "Stare HTTP",
|
||||||
"error": "Error",
|
"error": "Eroare",
|
||||||
"response": "Răspuns",
|
"response": "Răspuns",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"not_available": "Not Available"
|
"not_available": "Indisponibil"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Activ",
|
"playing": "Activ",
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"offline_alt": "Offline",
|
"offline_alt": "Offline",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"unknown": "Unknown"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Producție",
|
"pv_power": "Producție",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Necitit"
|
"unread": "Necitit"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Stare",
|
||||||
"connectionStatusUnconfigured": "Neconfigurat",
|
"connectionStatusUnconfigured": "Neconfigurat",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -144,8 +144,8 @@
|
|||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"received": "Primit",
|
"received": "Primit",
|
||||||
"sent": "Trimis",
|
"sent": "Trimis",
|
||||||
"externalIPAddress": "Ext. IP",
|
"externalIPAddress": "Ext. IP",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Activ",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transcodare",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Rata de biți",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Niciun stream activ",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -189,28 +189,28 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Fluxuri active",
|
"streams": "Fluxuri active",
|
||||||
"albums": "Albume",
|
"albums": "Albume",
|
||||||
"movies": "Movies",
|
"movies": "Filme",
|
||||||
"tv": "Seriale"
|
"tv": "Seriale"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Rată",
|
||||||
"queue": "Coadă",
|
"queue": "Coadă",
|
||||||
"timeleft": "Timp rămas"
|
"timeleft": "Timp rămas"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Activ",
|
"active": "Activ",
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"download": "Download"
|
"download": "Descarcă"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,34 +233,34 @@
|
|||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Dorite",
|
"wanted": "Dorite",
|
||||||
"queued": "În coadă",
|
"queued": "În coadă",
|
||||||
"series": "Series",
|
"series": "Serie",
|
||||||
"queue": "Queue",
|
"queue": "Coadă",
|
||||||
"unknown": "Unknown"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dorite",
|
||||||
"missing": "Lipsește",
|
"missing": "Lipsește",
|
||||||
"queued": "Queued",
|
"queued": "În coadă",
|
||||||
"movies": "Movies",
|
"movies": "Filme",
|
||||||
"queue": "Queue",
|
"queue": "Coadă",
|
||||||
"unknown": "Unknown"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dorite",
|
||||||
"queued": "Queued",
|
"queued": "În coadă",
|
||||||
"artists": "Artiști"
|
"artists": "Artiști"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dorite",
|
||||||
"queued": "Queued",
|
"queued": "În coadă",
|
||||||
"books": "Cărți"
|
"books": "Cărți"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,20 +273,19 @@
|
|||||||
"available": "Disponibile"
|
"available": "Disponibile"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "În așteptare",
|
||||||
"approved": "Approved",
|
"approved": "Aprobate",
|
||||||
"available": "Available",
|
"available": "Disponibile"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "În așteptare",
|
||||||
"processing": "Procesare",
|
"processing": "Procesare",
|
||||||
"approved": "Approved",
|
"approved": "Aprobate",
|
||||||
"available": "Available"
|
"available": "Disponibile"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Conectat",
|
||||||
"new_devices": "Dispozitive Noi",
|
"new_devices": "Dispozitive Noi",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
@@ -297,26 +296,26 @@
|
|||||||
"gravity": "Gravitație"
|
"gravity": "Gravitație"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Cereri",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blocate",
|
||||||
"filtered": "Filtrate",
|
"filtered": "Filtrate",
|
||||||
"latency": "Latentă"
|
"latency": "Latentă"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Încarcă",
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Rulează",
|
||||||
"stopped": "Oprit",
|
"stopped": "Oprit",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Descărcat",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Necitit",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Ago"
|
"ago": "{{value}} Ago"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Cereri",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursiv",
|
"totalRecursive": "Recursiv",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Blocate",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Clienți"
|
"totalClients": "Clienți"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Coadă",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Salvat"
|
"saved": "Salvat"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Servicii",
|
"services": "Servicii",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Niciun stream activ",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -384,13 +377,13 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Aplicații",
|
"apps": "Aplicații",
|
||||||
"clients": "Clients",
|
"clients": "Clienți",
|
||||||
"messages": "Mesaje"
|
"messages": "Mesaje"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indexatori",
|
"enableIndexers": "Indexatori",
|
||||||
"numberOfGrabs": "Descărcate",
|
"numberOfGrabs": "Descărcate",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Cereri",
|
||||||
"numberOfFailGrabs": "Descărcări eșuate",
|
"numberOfFailGrabs": "Descărcări eșuate",
|
||||||
"numberOfFailQueries": "Cereri eșuate"
|
"numberOfFailQueries": "Cereri eșuate"
|
||||||
},
|
},
|
||||||
@@ -402,51 +395,51 @@
|
|||||||
"numActiveSessions": "Sesiuni",
|
"numActiveSessions": "Sesiuni",
|
||||||
"numConnections": "Conexiuni",
|
"numConnections": "Conexiuni",
|
||||||
"dataRelayed": "Retransmise",
|
"dataRelayed": "Retransmise",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Rată"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Utilizatori",
|
||||||
"status_count": "Postări",
|
"status_count": "Postări",
|
||||||
"domain_count": "Domenii"
|
"domain_count": "Domenii"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Dorite",
|
||||||
"queued": "Queued",
|
"queued": "În coadă",
|
||||||
"series": "Series"
|
"series": "Serie"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Jucători",
|
"players": "Jucători",
|
||||||
"version": "Versiune",
|
"version": "Versiune",
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "Necitit"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Utilizatori",
|
||||||
"loginsLast24H": "Autentificări (24h)",
|
"loginsLast24H": "Autentificări (24h)",
|
||||||
"failedLoginsLast24H": "Conectări eșuate (24h)"
|
"failedLoginsLast24H": "Conectări eșuate (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "Procesor",
|
||||||
"lxc": "Container",
|
"lxc": "Container",
|
||||||
"vms": "Masini Virtuale"
|
"vms": "Masini Virtuale"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "Procesor",
|
||||||
"load": "Load",
|
"load": "Sarcină",
|
||||||
"wait": "Please wait",
|
"wait": "Va rugăm așteptați",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temperatură",
|
"_temp": "Temperatură",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Disponibili",
|
||||||
"used": "Used",
|
"used": "Utilizați",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -471,13 +464,13 @@
|
|||||||
"1-day": "Aproape însorit",
|
"1-day": "Aproape însorit",
|
||||||
"1-night": "Aproape fără nori",
|
"1-night": "Aproape fără nori",
|
||||||
"2-day": "Parţial Înnorat",
|
"2-day": "Parţial Înnorat",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Parţial Înnorat",
|
||||||
"3-day": "Înnorat",
|
"3-day": "Înnorat",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Înnorat",
|
||||||
"45-day": "Ceaţă",
|
"45-day": "Ceaţă",
|
||||||
"45-night": "Foggy",
|
"45-night": "Ceaţă",
|
||||||
"48-day": "Foggy",
|
"48-day": "Ceaţă",
|
||||||
"48-night": "Foggy",
|
"48-night": "Ceaţă",
|
||||||
"51-day": "Light Drizzle",
|
"51-day": "Light Drizzle",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Light Drizzle",
|
||||||
"53-day": "Drizzle",
|
"53-day": "Drizzle",
|
||||||
@@ -489,9 +482,9 @@
|
|||||||
"57-day": "Freezing Drizzle",
|
"57-day": "Freezing Drizzle",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Freezing Drizzle",
|
||||||
"61-day": "Ploaie Ușoară",
|
"61-day": "Ploaie Ușoară",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Ploaie Ușoară",
|
||||||
"63-day": "Ploaie",
|
"63-day": "Ploaie",
|
||||||
"63-night": "Rain",
|
"63-night": "Ploaie",
|
||||||
"65-day": "Heavy Rain",
|
"65-day": "Heavy Rain",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Heavy Rain",
|
||||||
"66-day": "Freezing Rain",
|
"66-day": "Freezing Rain",
|
||||||
@@ -530,17 +523,17 @@
|
|||||||
"up_to_date": "Actualizat",
|
"up_to_date": "Actualizat",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"pending": "Pending",
|
"pending": "În așteptare",
|
||||||
"down": "Down"
|
"down": "Jos"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nou",
|
"new": "Nou",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"paused": "Pauză",
|
"paused": "Pauză",
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"last_ping": "Ultimul Ping",
|
"last_ping": "Ultimul Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -550,13 +543,13 @@
|
|||||||
"containers_failed": "Eșuat"
|
"containers_failed": "Eșuat"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Aprobate",
|
||||||
"rejectedPushes": "Respinse",
|
"rejectedPushes": "Respinse",
|
||||||
"filters": "Filtre",
|
"filters": "Filtre",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexatori"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Coadă",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Canale",
|
"channels": "Canale",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -564,12 +557,12 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "System Load",
|
"load": "System Load",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"alerts": "Alerts"
|
"alerts": "Alerte"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Viteză",
|
"speed": "Viteză",
|
||||||
"active": "Active",
|
"active": "Activ",
|
||||||
"queue": "Queue",
|
"queue": "Coadă",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -579,21 +572,21 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Canale",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tunere",
|
"tunerCount": "Tunere",
|
||||||
"channelNumber": "Canal",
|
"channelNumber": "Canal",
|
||||||
"channelNetwork": "Rețea",
|
"channelNetwork": "Rețea",
|
||||||
"signalStrength": "Putere",
|
"signalStrength": "Putere",
|
||||||
"signalQuality": "Calitate",
|
"signalQuality": "Calitate",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Calitate",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Rata de biți",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Eșuat",
|
||||||
"unknown": "Unknown"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "All Streams",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Fluxuri active",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "XEPG Channels"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -641,33 +634,33 @@
|
|||||||
"layers": "Straturi"
|
"layers": "Straturi"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Stare",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Stare"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
"memory": "Mem Usage",
|
"memory": "Mem Usage",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Status",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"temp": "Temp",
|
"temp": "Temperatură",
|
||||||
"disk": "Utilizare Disc",
|
"disk": "Utilizare Disc",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Failed Tasks 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "Procesor",
|
||||||
"memory_usage": "Memorie"
|
"memory_usage": "Memorie"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Utilizatori",
|
||||||
"photos": "Fotografii",
|
"photos": "Fotografii",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -680,35 +673,35 @@
|
|||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Serie",
|
||||||
"archives": "Arhive",
|
"archives": "Arhive",
|
||||||
"chapters": "Chapters",
|
"chapters": "Chapters",
|
||||||
"categories": "Categorii"
|
"categories": "Categorii"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Biblioteci",
|
"libraries": "Biblioteci",
|
||||||
"series": "Series",
|
"series": "Serie",
|
||||||
"books": "Books"
|
"books": "Cărți"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Zile",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Disponibile"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Serie",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Wanted"
|
"wanted": "Dorite"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albume",
|
||||||
"photos": "Photos",
|
"photos": "Fotografii",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"people": "Oameni"
|
"people": "Oameni"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Coadă",
|
||||||
"processing": "Processing",
|
"processing": "Procesare",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Timp"
|
"time": "Timp"
|
||||||
},
|
},
|
||||||
@@ -731,11 +724,11 @@
|
|||||||
"numshares": "Articole Partajate"
|
"numshares": "Articole Partajate"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"size": "Mărime",
|
"size": "Mărime",
|
||||||
"lastrun": "Ultima Rulare",
|
"lastrun": "Ultima Rulare",
|
||||||
"nextrun": "Următoarea Rulare",
|
"nextrun": "Următoarea Rulare",
|
||||||
"failed": "Failed"
|
"failed": "Eșuat"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Muncitori activi",
|
"active_workers": "Muncitori activi",
|
||||||
@@ -757,15 +750,15 @@
|
|||||||
"uptime": "Uptime"
|
"uptime": "Uptime"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Astăzi",
|
||||||
"gross_percent_1y": "Un an",
|
"gross_percent_1y": "Un an",
|
||||||
"gross_percent_max": "Tot timpul"
|
"gross_percent_max": "Tot timpul"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasturi",
|
"podcasts": "Podcasturi",
|
||||||
"books": "Books",
|
"books": "Cărți",
|
||||||
"podcastsDuration": "Durată",
|
"podcastsDuration": "Durată",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Durată"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "People Home",
|
"people_home": "People Home",
|
||||||
@@ -774,45 +767,45 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"updates": "Updates"
|
"updates": "Actualizări"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Cărți",
|
||||||
"authors": "Autori",
|
"authors": "Autori",
|
||||||
"categories": "Categories",
|
"categories": "Categorii",
|
||||||
"series": "Series"
|
"series": "Serie"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Coadă",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Rămas",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Mărime",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Viteză"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Serie",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Fișiere"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Rezultat",
|
"result": "Rezultat",
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
"failed": "Failed",
|
"failed": "Eșuat",
|
||||||
"canceled": "Anulat",
|
"canceled": "Anulat",
|
||||||
"inProgress": "În Progres",
|
"inProgress": "În Progres",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Aprobate"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"name": "Nume",
|
"name": "Nume",
|
||||||
"map": "Hartă",
|
"map": "Hartă",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
"players": "Players",
|
"players": "Jucători",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Max players",
|
||||||
"bots": "Boți",
|
"bots": "Boți",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -825,39 +818,39 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "Utilizatori",
|
||||||
"categories": "Categories",
|
"categories": "Categorii",
|
||||||
"tags": "Etichete"
|
"tags": "Etichete"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "Rulează",
|
||||||
"stopped": "Stopped",
|
"stopped": "Oprit",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Eșuat"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"cpuLoad": "CPU Load Avg (5m)",
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"bytesTx": "Transmis",
|
"bytesTx": "Transmis",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Primit"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sites Down",
|
||||||
"paused": "Paused",
|
"paused": "Pauză",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Not Yet Checked",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"unknown": "Unknown"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "În cinematografe",
|
"inCinemas": "În cinematografe",
|
||||||
@@ -876,7 +869,7 @@
|
|||||||
"totalfilesize": "Mărime Totală"
|
"totalfilesize": "Mărime Totală"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domenii",
|
||||||
"mailboxes": "Cutii poştale",
|
"mailboxes": "Cutii poştale",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -888,7 +881,7 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Evenimente",
|
"events": "Evenimente",
|
||||||
"plants": "Plante",
|
"plants": "Plante",
|
||||||
"photos": "Photos",
|
"photos": "Fotografii",
|
||||||
"species": "Specii"
|
"species": "Specii"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
@@ -909,12 +902,12 @@
|
|||||||
"galleries": "Galerii",
|
"galleries": "Galerii",
|
||||||
"performers": "Performers",
|
"performers": "Performers",
|
||||||
"studios": "Studios",
|
"studios": "Studios",
|
||||||
"movies": "Movies",
|
"movies": "Filme",
|
||||||
"tags": "Tags",
|
"tags": "Etichete",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Utilizatori",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Cuvinte cheie"
|
"keywords": "Cuvinte cheie"
|
||||||
},
|
},
|
||||||
@@ -923,17 +916,17 @@
|
|||||||
"totalWithWarranty": "Cu Garanție",
|
"totalWithWarranty": "Cu Garanție",
|
||||||
"locations": "Locaţii",
|
"locations": "Locaţii",
|
||||||
"labels": "Etichete",
|
"labels": "Etichete",
|
||||||
"users": "Users",
|
"users": "Utilizatori",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Alerts",
|
"alerts": "Alerte",
|
||||||
"bans": "Bans"
|
"bans": "Bans"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Conectat",
|
||||||
"enabled": "Enabled",
|
"enabled": "Activat",
|
||||||
"disabled": "Disabled",
|
"disabled": "Dezactivat",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -944,8 +937,8 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"download": "Download",
|
"download": "Descarcă",
|
||||||
"upload": "Upload"
|
"upload": "Încarcă"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Acțiuni",
|
"stocks": "Acțiuni",
|
||||||
@@ -957,16 +950,16 @@
|
|||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Camere",
|
"cameras": "Camere",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"version": "Version"
|
"version": "Versiune"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
"collections": "Colecții",
|
"collections": "Colecții",
|
||||||
"tags": "Tags"
|
"tags": "Etichete"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "Informație",
|
||||||
"warning": "Atenție",
|
"warning": "Atenție",
|
||||||
"average": "Medie",
|
"average": "Medie",
|
||||||
"high": "Înalt",
|
"high": "Înalt",
|
||||||
@@ -987,23 +980,23 @@
|
|||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Nume",
|
||||||
"address": "Address",
|
"address": "Adresă",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Nume",
|
||||||
"systems": "Sistem",
|
"systems": "Sistem",
|
||||||
"up": "Up",
|
"up": "Sus",
|
||||||
"down": "Down",
|
"down": "Jos",
|
||||||
"paused": "Paused",
|
"paused": "Pauză",
|
||||||
"pending": "Pending",
|
"pending": "În așteptare",
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"updated": "Updated",
|
"updated": "Actualizat",
|
||||||
"cpu": "CPU",
|
"cpu": "Procesor",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
@@ -1012,10 +1005,10 @@
|
|||||||
"apps": "Aplicaţii",
|
"apps": "Aplicaţii",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Healthy",
|
"healthy": "Sănătos",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Lipsește",
|
||||||
"suspended": "Suspendat"
|
"suspended": "Suspendat"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1028,10 +1021,10 @@
|
|||||||
"projects": "Proiecte"
|
"projects": "Proiecte"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Stare",
|
||||||
"load": "Load",
|
"load": "Sarcină",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Încărcare Baterie",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Timp rămas"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Marcaje",
|
"bookmarks": "Marcaje",
|
||||||
@@ -1039,85 +1032,27 @@
|
|||||||
"archived": "Arhivat",
|
"archived": "Arhivat",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Liste",
|
"lists": "Liste",
|
||||||
"tags": "Tags"
|
"tags": "Etichete"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Rețea",
|
||||||
"connected": "Connected",
|
"connected": "Conectat",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Deconectat",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Disponibile",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Actualizat",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Fișiere"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Melodii",
|
||||||
"movies": "Movies",
|
"movies": "Filme",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episoade",
|
||||||
"other": "Altele"
|
"other": "Altele"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "WLAN устройства",
|
"wlan_devices": "WLAN устройства",
|
||||||
"lan_users": "LAN пользователи",
|
"lan_users": "LAN пользователи",
|
||||||
"wlan_users": "WLAN пользователи",
|
"wlan_users": "WLAN пользователи",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"down": "Скачивание",
|
"down": "Скачивание",
|
||||||
"wait": "Пожалуйста, подождите",
|
"wait": "Пожалуйста, подождите",
|
||||||
"empty_data": "Статус подсистемы неизвестен"
|
"empty_data": "Статус подсистемы неизвестен"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "Память",
|
"mem": "ОЗУ",
|
||||||
"cpu": "ЦП",
|
"cpu": "ЦП",
|
||||||
"running": "Запущено",
|
"running": "Запущено",
|
||||||
"offline": "Не в сети",
|
"offline": "Не в сети",
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"http_status": "HTTP статус",
|
"http_status": "HTTP статус",
|
||||||
"error": "Ошибка",
|
"error": "Ошибка",
|
||||||
"response": "Ответ",
|
"response": "Ответ",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"not_available": "Недоступен"
|
"not_available": "Недоступен"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"offline_alt": "Не в сети",
|
"offline_alt": "Не в сети",
|
||||||
"online": "В сети",
|
"online": "В сети",
|
||||||
"total": "Всего",
|
"total": "Всего",
|
||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестен"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Прод",
|
"pv_power": "Прод",
|
||||||
@@ -144,8 +144,8 @@
|
|||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"maxDown": "Макс. Загрузка",
|
"maxDown": "Макс. Загрузка",
|
||||||
"maxUp": "Макс. Отдача",
|
"maxUp": "Макс. Отдача",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"received": "Получено",
|
"received": "Получено",
|
||||||
"sent": "Отправлено",
|
"sent": "Отправлено",
|
||||||
"externalIPAddress": "Внеш. IP",
|
"externalIPAddress": "Внеш. IP",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Пропущено"
|
"passes": "Пропущено"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Играет",
|
"playing": "Воспроизводится",
|
||||||
"transcoding": "Транскодируется",
|
"transcoding": "Перекодирование",
|
||||||
"bitrate": "Битрейт",
|
"bitrate": "Битрейт",
|
||||||
"no_active": "Нет активных стримов",
|
"no_active": "Нет активных потоков",
|
||||||
"plex_connection_error": "Проверка соединения Plex"
|
"plex_connection_error": "Проверка соединения Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "Сериалы"
|
"tv": "Сериалы"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Скорость",
|
||||||
"queue": "Очередь",
|
"queue": "Очередь",
|
||||||
"timeleft": "Осталось"
|
"timeleft": "Осталось"
|
||||||
},
|
},
|
||||||
@@ -241,25 +241,25 @@
|
|||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Розыск",
|
"wanted": "Розыск",
|
||||||
"queued": "В очереди",
|
"queued": "В очереди",
|
||||||
"series": "Сериалы",
|
"series": "Серии",
|
||||||
"queue": "Очередь",
|
"queue": "Очередь",
|
||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестен"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Требуется",
|
"wanted": "Розыск",
|
||||||
"missing": "Отсутствует",
|
"missing": "Отсутствует",
|
||||||
"queued": "В очереди",
|
"queued": "В очереди",
|
||||||
"movies": "Фильмы",
|
"movies": "Фильмы",
|
||||||
"queue": "Очередь",
|
"queue": "Очередь",
|
||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестен"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Требуется",
|
"wanted": "Розыск",
|
||||||
"queued": "В очереди",
|
"queued": "В очереди",
|
||||||
"artists": "Исполнители"
|
"artists": "Исполнители"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Требуется",
|
"wanted": "Розыск",
|
||||||
"queued": "В очереди",
|
"queued": "В очереди",
|
||||||
"books": "Книги"
|
"books": "Книги"
|
||||||
},
|
},
|
||||||
@@ -273,13 +273,12 @@
|
|||||||
"available": "Доступно"
|
"available": "Доступно"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Ожидают",
|
"pending": "В обработке",
|
||||||
"approved": "Одобрено",
|
"approved": "Одобрено",
|
||||||
"available": "Доступно",
|
"available": "Доступно"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Ожидают",
|
"pending": "В обработке",
|
||||||
"processing": "В процессе",
|
"processing": "В процессе",
|
||||||
"approved": "Одобрено",
|
"approved": "Одобрено",
|
||||||
"available": "Доступно"
|
"available": "Доступно"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Сервисы",
|
"services": "Сервисы",
|
||||||
"middleware": "Связующее ПО"
|
"middleware": "Связующее ПО"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Версия",
|
|
||||||
"notesCount": "Заметки",
|
|
||||||
"dbSize": "Размер БД",
|
|
||||||
"unknown": "Неизвестно"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Нет активных стримов",
|
"nothing_streaming": "Нет активных потоков",
|
||||||
"please_wait": "Пожалуйста, подождите"
|
"please_wait": "Пожалуйста, подождите"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -402,7 +395,7 @@
|
|||||||
"numActiveSessions": "Сессии",
|
"numActiveSessions": "Сессии",
|
||||||
"numConnections": "Соединения",
|
"numConnections": "Соединения",
|
||||||
"dataRelayed": "Ретранслировано",
|
"dataRelayed": "Ретранслировано",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Скорость"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Пользователи",
|
"user_count": "Пользователи",
|
||||||
@@ -410,7 +403,7 @@
|
|||||||
"domain_count": "Домены"
|
"domain_count": "Домены"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Требуется",
|
"wanted": "Розыск",
|
||||||
"queued": "В очереди",
|
"queued": "В очереди",
|
||||||
"series": "Серии"
|
"series": "Серии"
|
||||||
},
|
},
|
||||||
@@ -431,7 +424,7 @@
|
|||||||
"failedLoginsLast24H": "Неудачные входы (24ч)"
|
"failedLoginsLast24H": "Неудачные входы (24ч)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "Память",
|
"mem": "ОЗУ",
|
||||||
"cpu": "ЦП",
|
"cpu": "ЦП",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "Виртуальные машины"
|
"vms": "Виртуальные машины"
|
||||||
@@ -443,14 +436,14 @@
|
|||||||
"temp": "Температура",
|
"temp": "Температура",
|
||||||
"_temp": "Температура",
|
"_temp": "Температура",
|
||||||
"warn": "Предупреждение",
|
"warn": "Предупреждение",
|
||||||
"uptime": "Время работы",
|
"uptime": "Онлайн",
|
||||||
"total": "Всего",
|
"total": "Всего",
|
||||||
"free": "Свободно",
|
"free": "Свободно",
|
||||||
"used": "Использовано",
|
"used": "Использовано",
|
||||||
"days": "д",
|
"days": "дней",
|
||||||
"hours": "ч",
|
"hours": "час",
|
||||||
"crit": "Крит",
|
"crit": "Крит",
|
||||||
"read": "Чтение",
|
"read": "Прочитано",
|
||||||
"write": "Запись",
|
"write": "Запись",
|
||||||
"gpu": "ГП",
|
"gpu": "ГП",
|
||||||
"mem": "ОЗУ",
|
"mem": "ОЗУ",
|
||||||
@@ -462,7 +455,7 @@
|
|||||||
"search": "Поиск",
|
"search": "Поиск",
|
||||||
"custom": "Пользовательский",
|
"custom": "Пользовательский",
|
||||||
"visit": "Посетите",
|
"visit": "Посетите",
|
||||||
"url": "URL",
|
"url": "Ссылка",
|
||||||
"searchsuggestion": "Предложение"
|
"searchsuggestion": "Предложение"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -479,15 +472,15 @@
|
|||||||
"48-day": "Туманно",
|
"48-day": "Туманно",
|
||||||
"48-night": "Туманно",
|
"48-night": "Туманно",
|
||||||
"51-day": "Легкая морось",
|
"51-day": "Легкая морось",
|
||||||
"51-night": "Легкая изморось",
|
"51-night": "Легкая морось",
|
||||||
"53-day": "Морось",
|
"53-day": "Морось",
|
||||||
"53-night": "Изморось",
|
"53-night": "Морось",
|
||||||
"55-day": "Сильная морось",
|
"55-day": "Сильная морось",
|
||||||
"55-night": "Сильная изморось",
|
"55-night": "Сильная морось",
|
||||||
"56-day": "Легкая морозная морось",
|
"56-day": "Легкая морозная морось",
|
||||||
"56-night": "Легкая морозная изморось",
|
"56-night": "Легкая морозная морось",
|
||||||
"57-day": "Морозная морось",
|
"57-day": "Морозная морось",
|
||||||
"57-night": "Морозная изморось",
|
"57-night": "Морозная морось",
|
||||||
"61-day": "Слабый дождь",
|
"61-day": "Слабый дождь",
|
||||||
"61-night": "Слабый дождь",
|
"61-night": "Слабый дождь",
|
||||||
"63-day": "Дождь",
|
"63-day": "Дождь",
|
||||||
@@ -495,9 +488,9 @@
|
|||||||
"65-day": "Сильный дождь",
|
"65-day": "Сильный дождь",
|
||||||
"65-night": "Сильный дождь",
|
"65-night": "Сильный дождь",
|
||||||
"66-day": "Град",
|
"66-day": "Град",
|
||||||
"66-night": "Ледяной дождь",
|
"66-night": "Град",
|
||||||
"67-day": "Ледяной дождь",
|
"67-day": "Град",
|
||||||
"67-night": "Ледяной дождь",
|
"67-night": "Град",
|
||||||
"71-day": "Легкий снег",
|
"71-day": "Легкий снег",
|
||||||
"71-night": "Легкий снег",
|
"71-night": "Легкий снег",
|
||||||
"73-day": "Снег",
|
"73-day": "Снег",
|
||||||
@@ -507,15 +500,15 @@
|
|||||||
"77-day": "Снежная крупа",
|
"77-day": "Снежная крупа",
|
||||||
"77-night": "Снежная крупа",
|
"77-night": "Снежная крупа",
|
||||||
"80-day": "Лёгкие ливни",
|
"80-day": "Лёгкие ливни",
|
||||||
"80-night": "Легкие ливни",
|
"80-night": "Лёгкие ливни",
|
||||||
"81-day": "Ливни",
|
"81-day": "Ливни",
|
||||||
"81-night": "Ливни",
|
"81-night": "Ливни",
|
||||||
"82-day": "Сильные ливни",
|
"82-day": "Сильные ливни",
|
||||||
"82-night": "Сильные ливни",
|
"82-night": "Сильные ливни",
|
||||||
"85-day": "Снегопады",
|
"85-day": "Снегопады",
|
||||||
"85-night": "Снегопад",
|
"85-night": "Снегопады",
|
||||||
"86-day": "Снегопад",
|
"86-day": "Снегопады",
|
||||||
"86-night": "Снегопад",
|
"86-night": "Снегопады",
|
||||||
"95-day": "Гроза",
|
"95-day": "Гроза",
|
||||||
"95-night": "Гроза",
|
"95-night": "Гроза",
|
||||||
"96-day": "Гроза с градом",
|
"96-day": "Гроза с градом",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Последняя версия",
|
"up_to_date": "Последняя версия",
|
||||||
"child_bridges": "Дочерние мосты",
|
"child_bridges": "Дочерние мосты",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"pending": "Ожидают",
|
"pending": "В обработке",
|
||||||
"down": "Не в сети"
|
"down": "Офлайн"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Новый",
|
"new": "Новый",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"grace": "Пробный период",
|
"grace": "Пробный период",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"paused": "Приостановлено",
|
"paused": "Приостановлено",
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"last_ping": "Последний пинг",
|
"last_ping": "Последний пинг",
|
||||||
@@ -564,7 +557,7 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Нагрузка системы",
|
"load": "Нагрузка системы",
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"alerts": "Оповещения"
|
"alerts": "Предупреждения"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Скорость",
|
"speed": "Скорость",
|
||||||
@@ -593,7 +586,7 @@
|
|||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Успешно",
|
"passed": "Успешно",
|
||||||
"failed": "Провалено",
|
"failed": "Провалено",
|
||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестен"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Входящие",
|
"inbox": "Входящие",
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Все потоки",
|
"streams_all": "Все потоки",
|
||||||
"streams_active": "Активные стримы",
|
"streams_active": "Активные потоки",
|
||||||
"streams_xepg": "Каналы XEPG"
|
"streams_xepg": "Каналы XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Лимит"
|
"limit": "Лимит"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "ЦП",
|
"cpu": "Загрузка ЦПУ",
|
||||||
"memory": "Активно ОЗУ",
|
"memory": "Активно ОЗУ",
|
||||||
"wanUpload": "WAN Загрузка",
|
"wanUpload": "WAN Загрузка",
|
||||||
"wanDownload": "WAN скачивание"
|
"wanDownload": "WAN скачивание"
|
||||||
@@ -654,8 +647,8 @@
|
|||||||
"load": "Средняя нагрузка",
|
"load": "Средняя нагрузка",
|
||||||
"memory": "Использование ОЗУ",
|
"memory": "Использование ОЗУ",
|
||||||
"wanStatus": "Статус WAN",
|
"wanStatus": "Статус WAN",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"temp": "Температура",
|
"temp": "Температура",
|
||||||
"disk": "Использование диска",
|
"disk": "Использование диска",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
@@ -677,7 +670,7 @@
|
|||||||
"down": "Неактивные сайты",
|
"down": "Неактивные сайты",
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"incident": "Происшествия",
|
"incident": "Происшествия",
|
||||||
"m": "м"
|
"m": "мин"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Серии",
|
"series": "Серии",
|
||||||
@@ -698,7 +691,7 @@
|
|||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Серии",
|
"series": "Серии",
|
||||||
"issues": "Вопросы",
|
"issues": "Вопросы",
|
||||||
"wanted": "Требуется"
|
"wanted": "Розыск"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Альбомы",
|
"albums": "Альбомы",
|
||||||
@@ -708,7 +701,7 @@
|
|||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Очередь",
|
"queue": "Очередь",
|
||||||
"processing": "Обрабатывается",
|
"processing": "В процессе",
|
||||||
"processed": "Обработано",
|
"processed": "Обработано",
|
||||||
"time": "Время"
|
"time": "Время"
|
||||||
},
|
},
|
||||||
@@ -812,7 +805,7 @@
|
|||||||
"name": "Имя",
|
"name": "Имя",
|
||||||
"map": "Карта",
|
"map": "Карта",
|
||||||
"currentPlayers": "Текущее количество игроков",
|
"currentPlayers": "Текущее количество игроков",
|
||||||
"players": "Игроков",
|
"players": "Игроки",
|
||||||
"maxPlayers": "Максимум игроков",
|
"maxPlayers": "Максимум игроков",
|
||||||
"bots": "Ботов",
|
"bots": "Ботов",
|
||||||
"ping": "Пинг"
|
"ping": "Пинг"
|
||||||
@@ -840,8 +833,8 @@
|
|||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"cpuLoad": "Средняя нагрузка ЦП (5м)",
|
"cpuLoad": "Средняя нагрузка ЦП (5м)",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"bytesTx": "Передано",
|
"bytesTx": "Передано",
|
||||||
"bytesRx": "Получено"
|
"bytesRx": "Получено"
|
||||||
},
|
},
|
||||||
@@ -852,12 +845,12 @@
|
|||||||
"downDuration": "Длительность падения",
|
"downDuration": "Длительность падения",
|
||||||
"sitesUp": "Активные сайты",
|
"sitesUp": "Активные сайты",
|
||||||
"sitesDown": "Неактивные сайты",
|
"sitesDown": "Неактивные сайты",
|
||||||
"paused": "Приостановлен",
|
"paused": "Приостановлено",
|
||||||
"notyetchecked": "Ещё не проверено",
|
"notyetchecked": "Ещё не проверено",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"seemsdown": "Кажется упал :с",
|
"seemsdown": "Кажется упал :с",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестен"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "В кинотеатрах",
|
"inCinemas": "В кинотеатрах",
|
||||||
@@ -893,7 +886,7 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Уведомления",
|
"notifications": "Уведомления",
|
||||||
"issues": "Проблемы",
|
"issues": "Вопросы",
|
||||||
"pulls": "Запросы на слияние (Pull Request)",
|
"pulls": "Запросы на слияние (Pull Request)",
|
||||||
"repositories": "Репозитории"
|
"repositories": "Репозитории"
|
||||||
},
|
},
|
||||||
@@ -927,13 +920,13 @@
|
|||||||
"totalValue": "Общая стоимость"
|
"totalValue": "Общая стоимость"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Оповещения",
|
"alerts": "Предупреждения",
|
||||||
"bans": "Блокировки"
|
"bans": "Блокировки"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Подключено",
|
"connected": "Подключено",
|
||||||
"enabled": "Включено",
|
"enabled": "Включено",
|
||||||
"disabled": "Отключено",
|
"disabled": "Выключено",
|
||||||
"total": "Всего"
|
"total": "Всего"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -989,7 +982,7 @@
|
|||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Имя",
|
"name": "Имя",
|
||||||
"address": "Адрес",
|
"address": "Адрес",
|
||||||
"last_seen": "Был в посл. раз",
|
"last_seen": "Последнее посещение",
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"online": "В сети",
|
"online": "В сети",
|
||||||
"offline": "Не в сети"
|
"offline": "Не в сети"
|
||||||
@@ -997,14 +990,14 @@
|
|||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Имя",
|
"name": "Имя",
|
||||||
"systems": "Системы",
|
"systems": "Системы",
|
||||||
"up": "В сети",
|
"up": "Онлайн",
|
||||||
"down": "Не в сети",
|
"down": "Офлайн",
|
||||||
"paused": "На паузе",
|
"paused": "Приостановлено",
|
||||||
"pending": "Ожидают",
|
"pending": "В обработке",
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"updated": "Обновлено",
|
"updated": "Обновленно",
|
||||||
"cpu": "ЦП",
|
"cpu": "ЦП",
|
||||||
"memory": "Память",
|
"memory": "ОЗУ",
|
||||||
"disk": "Диск",
|
"disk": "Диск",
|
||||||
"network": "Сеть"
|
"network": "Сеть"
|
||||||
},
|
},
|
||||||
@@ -1012,24 +1005,24 @@
|
|||||||
"apps": "Приложения",
|
"apps": "Приложения",
|
||||||
"synced": "Синхронизированные",
|
"synced": "Синхронизированные",
|
||||||
"outOfSync": "Не синхронизированные",
|
"outOfSync": "Не синхронизированные",
|
||||||
"healthy": "Healthy",
|
"healthy": "Здоровый",
|
||||||
"degraded": "Деградированные",
|
"degraded": "Деградированные",
|
||||||
"progressing": "Выполняются",
|
"progressing": "Выполняются",
|
||||||
"missing": "Отсутствует",
|
"missing": "Отсутствует",
|
||||||
"suspended": "Приостановленные"
|
"suspended": "Приостановленные"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Идет загрузка"
|
"loading": "Загрузка"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Группы",
|
"groups": "Группы",
|
||||||
"issues": "Issues",
|
"issues": "Вопросы",
|
||||||
"merges": "Мердж-реквесты",
|
"merges": "Мердж-реквесты",
|
||||||
"projects": "Проекты"
|
"projects": "Проекты"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"load": "Нагрузка",
|
"load": "Загрузка",
|
||||||
"bcharge": "Заряд батареи",
|
"bcharge": "Заряд батареи",
|
||||||
"timeleft": "Осталось"
|
"timeleft": "Осталось"
|
||||||
},
|
},
|
||||||
@@ -1047,7 +1040,7 @@
|
|||||||
"disconnected": "Отключено",
|
"disconnected": "Отключено",
|
||||||
"updateStatus": "Обновление",
|
"updateStatus": "Обновление",
|
||||||
"update_yes": "Доступно",
|
"update_yes": "Доступно",
|
||||||
"update_no": "Актуально",
|
"update_no": "Последняя версия",
|
||||||
"downloads": "Скачивания",
|
"downloads": "Скачивания",
|
||||||
"uploads": "Загрузки",
|
"uploads": "Загрузки",
|
||||||
"sharedFiles": "Файлов"
|
"sharedFiles": "Файлов"
|
||||||
@@ -1056,68 +1049,10 @@
|
|||||||
"songs": "Песни",
|
"songs": "Песни",
|
||||||
"movies": "Фильмы",
|
"movies": "Фильмы",
|
||||||
"episodes": "Эпизоды",
|
"episodes": "Эпизоды",
|
||||||
"other": "Другое"
|
"other": "Другой"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"current": "Aktuálna poloha",
|
"current": "Aktuálna poloha",
|
||||||
"allow": "Kliknutím povolíte",
|
"allow": "Klikni pre povolenie",
|
||||||
"updating": "Prebieha aktualizácia",
|
"updating": "Prebieha aktualizácia",
|
||||||
"wait": "Počkajte prosím"
|
"wait": "Počkajte prosím"
|
||||||
},
|
},
|
||||||
@@ -63,12 +63,12 @@
|
|||||||
"wlan_users": "Použ. WLAN",
|
"wlan_users": "Použ. WLAN",
|
||||||
"up": "BEŽÍ",
|
"up": "BEŽÍ",
|
||||||
"down": "NEBEŽÍ",
|
"down": "NEBEŽÍ",
|
||||||
"wait": "Čakajte, prosím",
|
"wait": "Počkajte prosím",
|
||||||
"empty_data": "Stav podsystému neznámy"
|
"empty_data": "Stav podsystému neznámy"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Prijaté",
|
"rx": "RX",
|
||||||
"tx": "Odoslané",
|
"tx": "TX",
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Beží",
|
"running": "Beží",
|
||||||
@@ -93,9 +93,9 @@
|
|||||||
"http_status": "HTTP stavový kód",
|
"http_status": "HTTP stavový kód",
|
||||||
"error": "Chyba",
|
"error": "Chyba",
|
||||||
"response": "Odpoveď",
|
"response": "Odpoveď",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"not_available": "Nedostupné"
|
"not_available": "Nedostupný"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Prehrávané",
|
"playing": "Prehrávané",
|
||||||
@@ -108,10 +108,10 @@
|
|||||||
"songs": "Skladby"
|
"songs": "Skladby"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Nedostupný",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Nedostupný",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Celkom",
|
"total": "Celkovo",
|
||||||
"unknown": "Neznáme"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
@@ -141,11 +141,11 @@
|
|||||||
"connectionStatusDisconnecting": "Odpájanie",
|
"connectionStatusDisconnecting": "Odpájanie",
|
||||||
"connectionStatusDisconnected": "Odpojené",
|
"connectionStatusDisconnected": "Odpojené",
|
||||||
"connectionStatusConnected": "Pripojené",
|
"connectionStatusConnected": "Pripojené",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"maxDown": "Max. sťahovanie",
|
"maxDown": "Max. sťahovanie",
|
||||||
"maxUp": "Max. nahrávanie",
|
"maxUp": "Max. nahrávanie",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"received": "Prijaté",
|
"received": "Prijaté",
|
||||||
"sent": "Odoslané",
|
"sent": "Odoslané",
|
||||||
"externalIPAddress": "Ext. IP",
|
"externalIPAddress": "Ext. IP",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Odvysielané"
|
"passes": "Odvysielané"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Prehrávané",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Prekódovávané",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Prenosová rýchlosť",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Žiadny aktívny stream",
|
||||||
"plex_connection_error": "Skontroluj spojenie s Plex"
|
"plex_connection_error": "Skontroluj spojenie s Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -189,30 +189,30 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Aktívne vysielanie",
|
"streams": "Aktívne vysielanie",
|
||||||
"albums": "Albumy",
|
"albums": "Albumy",
|
||||||
"movies": "Filmov",
|
"movies": "Filmy",
|
||||||
"tv": "Seriály"
|
"tv": "Seriály"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Rýchlosť",
|
||||||
"queue": "V poradí",
|
"queue": "V poradí",
|
||||||
"timeleft": "Zostávajúci čas"
|
"timeleft": "Zostávajúci čas"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktívne",
|
"active": "Aktívne",
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"download": "Download"
|
"download": "Sťahovanie"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leechované",
|
||||||
"seed": "Seed"
|
"seed": "Seedované"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leechované",
|
||||||
"seed": "Seed"
|
"seed": "Seedované"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "Využitie CPU",
|
"cpuUsage": "Využitie CPU",
|
||||||
@@ -223,43 +223,43 @@
|
|||||||
"invalid": "Neplatný"
|
"invalid": "Neplatný"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leechované",
|
||||||
"seed": "Seed"
|
"seed": "Seedované"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Cache Hit Bytes",
|
"cachehitbytes": "Cache Hit Bytes",
|
||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"leech": "Leech",
|
"leech": "Leechované",
|
||||||
"seed": "Seed"
|
"seed": "Seedované"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Žiadané",
|
"wanted": "Žiadané",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"series": "Series",
|
"series": "Seriály",
|
||||||
"queue": "Poradie",
|
"queue": "V poradí",
|
||||||
"unknown": "Neznáme"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Žiadané",
|
||||||
"missing": "Chýbajúce",
|
"missing": "Chýbajúce",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"movies": "Filmov",
|
"movies": "Filmy",
|
||||||
"queue": "Poradie",
|
"queue": "V poradí",
|
||||||
"unknown": "Neznáme"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Žiadané",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"artists": "Interpreti"
|
"artists": "Interpreti"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Žiadané",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"books": "Knihy"
|
"books": "Knihy"
|
||||||
},
|
},
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Čakajúce",
|
"pending": "Čakajúce",
|
||||||
"approved": "Schválené",
|
"approved": "Schválené",
|
||||||
"available": "Dostupné",
|
"available": "Dostupné"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Čakajúce",
|
"pending": "Čakajúce",
|
||||||
@@ -285,7 +284,7 @@
|
|||||||
"available": "Dostupné"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Celkom",
|
"total": "Celkovo",
|
||||||
"connected": "Pripojené",
|
"connected": "Pripojené",
|
||||||
"new_devices": "Nové zariadenia",
|
"new_devices": "Nové zariadenia",
|
||||||
"down_alerts": "Upozornenia o výpadkoch"
|
"down_alerts": "Upozornenia o výpadkoch"
|
||||||
@@ -297,25 +296,25 @@
|
|||||||
"gravity": "Gravity"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Požiadaviek",
|
"queries": "Dopyty",
|
||||||
"blocked": "Blokované",
|
"blocked": "Zablokované",
|
||||||
"filtered": "Filtrované",
|
"filtered": "Filtrované",
|
||||||
"latency": "Odozva"
|
"latency": "Odozva"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Nahrávanie",
|
"upload": "Nahrávanie",
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"ping": "Odozva"
|
"ping": "Odozva"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Beží",
|
"running": "Beží",
|
||||||
"stopped": "Zastavené",
|
"stopped": "Zastavené",
|
||||||
"total": "Celkom"
|
"total": "Celkovo"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Stiahnuté",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Prečítané",
|
||||||
"unread": "Neprečítané",
|
"unread": "Neprečítané",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "Pred {{value}}"
|
"ago": "Pred {{value}}"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Požiadaviek",
|
"totalQueries": "Dopyty",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blokované",
|
"totalBlocked": "Zablokované",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Klienti"
|
"totalClients": "Klienti"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Poradie",
|
"queue": "V poradí",
|
||||||
"processed": "Spracované",
|
"processed": "Spracované",
|
||||||
"errored": "Chybné",
|
"errored": "Chybné",
|
||||||
"saved": "Uložené"
|
"saved": "Uložené"
|
||||||
@@ -360,20 +359,14 @@
|
|||||||
"services": "Služby",
|
"services": "Služby",
|
||||||
"middleware": "Midlvér"
|
"middleware": "Midlvér"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Verzia",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Neznáme"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Žiadny aktívny stream",
|
||||||
"please_wait": "Počkajte prosím"
|
"please_wait": "Počkajte prosím"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Povolené",
|
"enabled": "Povolené",
|
||||||
"disabled": "Zakázané",
|
"disabled": "Zakázané",
|
||||||
"total": "Celkom"
|
"total": "Celkovo"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Nastavte jednu alebo viac kryptomien na sledovanie",
|
"configure": "Nastavte jednu alebo viac kryptomien na sledovanie",
|
||||||
@@ -390,43 +383,43 @@
|
|||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indexery",
|
"enableIndexers": "Indexery",
|
||||||
"numberOfGrabs": "Zachytení",
|
"numberOfGrabs": "Zachytení",
|
||||||
"numberOfQueries": "Požiadaviek",
|
"numberOfQueries": "Dopyty",
|
||||||
"numberOfFailGrabs": "Neúspešné zachytenia",
|
"numberOfFailGrabs": "Neúspešné zachytenia",
|
||||||
"numberOfFailQueries": "Neúspešné dopyty"
|
"numberOfFailQueries": "Neúspešné dopyty"
|
||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Nastavený",
|
"configured": "Nastavený",
|
||||||
"errored": "Errored"
|
"errored": "Chybné"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Relácie",
|
"numActiveSessions": "Relácie",
|
||||||
"numConnections": "Spojenia",
|
"numConnections": "Spojenia",
|
||||||
"dataRelayed": "Prenesené",
|
"dataRelayed": "Prenesené",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Rýchlosť"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Používateľov",
|
"user_count": "Používatelia",
|
||||||
"status_count": "Príspevky",
|
"status_count": "Príspevky",
|
||||||
"domain_count": "Domény"
|
"domain_count": "Domény"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Žiadané",
|
||||||
"queued": "V poradí",
|
"queued": "V poradí",
|
||||||
"series": "Series"
|
"series": "Seriály"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Hráči",
|
"players": "Hráči",
|
||||||
"version": "Verzia",
|
"version": "Verzia",
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Nedostupný"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Prečítané",
|
"read": "Prečítané",
|
||||||
"unread": "Neprečítané"
|
"unread": "Neprečítané"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Používateľov",
|
"users": "Používatelia",
|
||||||
"loginsLast24H": "Prihlás. (24 hod.)",
|
"loginsLast24H": "Prihlás. (24 hod.)",
|
||||||
"failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)"
|
"failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)"
|
||||||
},
|
},
|
||||||
@@ -439,18 +432,18 @@
|
|||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Záťaž",
|
"load": "Záťaž",
|
||||||
"wait": "Čakajte, prosím",
|
"wait": "Počkajte prosím",
|
||||||
"temp": "TEMP",
|
"temp": "TEPLOTA",
|
||||||
"_temp": "Teplota",
|
"_temp": "Teplota",
|
||||||
"warn": "Upozornení",
|
"warn": "Upozornení",
|
||||||
"uptime": "BEŽÍ",
|
"uptime": "BEŽÍ",
|
||||||
"total": "Celkom",
|
"total": "Celkovo",
|
||||||
"free": "Voľné",
|
"free": "Voľné",
|
||||||
"used": "Využité",
|
"used": "Využité",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Kritické",
|
"crit": "Kritické",
|
||||||
"read": "Read",
|
"read": "Prečítané",
|
||||||
"write": "Zápis",
|
"write": "Zápis",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Pamäť",
|
"mem": "Pamäť",
|
||||||
@@ -462,7 +455,7 @@
|
|||||||
"search": "Hľadať",
|
"search": "Hľadať",
|
||||||
"custom": "Vlastné",
|
"custom": "Vlastné",
|
||||||
"visit": "Navštíviť",
|
"visit": "Navštíviť",
|
||||||
"url": "URL adresa",
|
"url": "Odkaz",
|
||||||
"searchsuggestion": "Návrh"
|
"searchsuggestion": "Návrh"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
@@ -479,15 +472,15 @@
|
|||||||
"48-day": "Hmlisto",
|
"48-day": "Hmlisto",
|
||||||
"48-night": "Hmlisto",
|
"48-night": "Hmlisto",
|
||||||
"51-day": "Mierne mrholenie",
|
"51-day": "Mierne mrholenie",
|
||||||
"51-night": "Slabé mrholenie",
|
"51-night": "Mierne mrholenie",
|
||||||
"53-day": "Mrholenie",
|
"53-day": "Mrholenie",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Mrholenie",
|
||||||
"55-day": "Silné mrholenie",
|
"55-day": "Silné mrholenie",
|
||||||
"55-night": "Silné mrholenie",
|
"55-night": "Silné mrholenie",
|
||||||
"56-day": "Mierne mrazivé mrholenie",
|
"56-day": "Mierne mrazivé mrholenie",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Mierne mrazivé mrholenie",
|
||||||
"57-day": "Mrazivé mrholenie",
|
"57-day": "Mrazivé mrholenie",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Mrazivé mrholenie",
|
||||||
"61-day": "Slabý dážď",
|
"61-day": "Slabý dážď",
|
||||||
"61-night": "Slabý dážď",
|
"61-night": "Slabý dážď",
|
||||||
"63-day": "Dážď",
|
"63-day": "Dážď",
|
||||||
@@ -495,17 +488,17 @@
|
|||||||
"65-day": "Silný dážď",
|
"65-day": "Silný dážď",
|
||||||
"65-night": "Silný dážď",
|
"65-night": "Silný dážď",
|
||||||
"66-day": "Mrazivý dážď",
|
"66-day": "Mrazivý dážď",
|
||||||
"66-night": "Mrznúci dážď",
|
"66-night": "Mrazivý dážď",
|
||||||
"67-day": "Mrznúci dážď",
|
"67-day": "Mrazivý dážď",
|
||||||
"67-night": "Mrznúci dážď",
|
"67-night": "Mrazivý dážď",
|
||||||
"71-day": "Mierne sneženie",
|
"71-day": "Mierne sneženie",
|
||||||
"71-night": "Slabé sneženie",
|
"71-night": "Mierne sneženie",
|
||||||
"73-day": "Sneženie",
|
"73-day": "Sneženie",
|
||||||
"73-night": "Sneženie",
|
"73-night": "Sneženie",
|
||||||
"75-day": "Silné sneženie",
|
"75-day": "Silné sneženie",
|
||||||
"75-night": "Husté sneženie",
|
"75-night": "Silné sneženie",
|
||||||
"77-day": "Snehové vločky",
|
"77-day": "Snehové vločky",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Snehové vločky",
|
||||||
"80-day": "Mierne prehánky",
|
"80-day": "Mierne prehánky",
|
||||||
"80-night": "Mierne prehánky",
|
"80-night": "Mierne prehánky",
|
||||||
"81-day": "Prehánky",
|
"81-day": "Prehánky",
|
||||||
@@ -530,15 +523,15 @@
|
|||||||
"up_to_date": "Aktuálny",
|
"up_to_date": "Aktuálny",
|
||||||
"child_bridges": "Podradené premostenia",
|
"child_bridges": "Podradené premostenia",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"pending": "Čakajúce",
|
"pending": "Čakajúce",
|
||||||
"down": "Down"
|
"down": "Sťahovanie"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nový",
|
"new": "Nový",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"grace": "V dodatočnej lehote",
|
"grace": "V dodatočnej lehote",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"paused": "Pozastavené",
|
"paused": "Pozastavené",
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"last_ping": "Poslendný ping",
|
"last_ping": "Poslendný ping",
|
||||||
@@ -553,24 +546,24 @@
|
|||||||
"approvedPushes": "Schválené",
|
"approvedPushes": "Schválené",
|
||||||
"rejectedPushes": "Odmietnuté",
|
"rejectedPushes": "Odmietnuté",
|
||||||
"filters": "Filtre",
|
"filters": "Filtre",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexery"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Poradie",
|
"downloads": "V poradí",
|
||||||
"videos": "Videá",
|
"videos": "Videá",
|
||||||
"channels": "Kanály",
|
"channels": "Kanály",
|
||||||
"playlists": "Playlisty"
|
"playlists": "Playlisty"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Záťaž systému",
|
"load": "Záťaž systému",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"alerts": "Upozornenia"
|
"alerts": "Upozornenia"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Rýchlosť",
|
"speed": "Rýchlosť",
|
||||||
"active": "Active",
|
"active": "Aktívne",
|
||||||
"queue": "Poradie",
|
"queue": "V poradí",
|
||||||
"total": "Celkom"
|
"total": "Celkovo"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Verejná IP",
|
"public_ip": "Verejná IP",
|
||||||
@@ -579,7 +572,7 @@
|
|||||||
"port_forwarded": "Port Forwarded"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Kanály",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
"tunerCount": "Tunery",
|
"tunerCount": "Tunery",
|
||||||
"channelNumber": "Kanál",
|
"channelNumber": "Kanál",
|
||||||
@@ -587,17 +580,17 @@
|
|||||||
"signalStrength": "Sila",
|
"signalStrength": "Sila",
|
||||||
"signalQuality": "Kvalita",
|
"signalQuality": "Kvalita",
|
||||||
"symbolQuality": "Kvalita",
|
"symbolQuality": "Kvalita",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Prenosová rýchlosť",
|
||||||
"clientIP": "Klient"
|
"clientIP": "Klient"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Úspešný",
|
"passed": "Úspešný",
|
||||||
"failed": "Failed",
|
"failed": "Zlyhané",
|
||||||
"unknown": "Neznáme"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Schránka správ",
|
"inbox": "Schránka správ",
|
||||||
"total": "Celkom"
|
"total": "Celkovo"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Nabitie batérie",
|
"battery_charge": "Nabitie batérie",
|
||||||
@@ -608,18 +601,18 @@
|
|||||||
"low_battery": "Slabá batéria"
|
"low_battery": "Slabá batéria"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Čakajte, prosím",
|
"wait": "Počkajte prosím",
|
||||||
"no_devices": "Informácie o zariadení nezískané"
|
"no_devices": "Informácie o zariadení nezískané"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Využitie CPU",
|
"cpuLoad": "Využitie CPU",
|
||||||
"memoryUsed": "Využitie pamäte",
|
"memoryUsed": "Využitie pamäte",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"numberOfLeases": "Pridelené adresy"
|
"numberOfLeases": "Pridelené adresy"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Všetky vysielania",
|
"streams_all": "Všetky vysielania",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktívne vysielanie",
|
||||||
"streams_xepg": "XEPG kanály"
|
"streams_xepg": "XEPG kanály"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "Zátaž procesora",
|
"cpu": "Využitie CPU",
|
||||||
"memory": "Aktívna pamäť",
|
"memory": "Aktívna pamäť",
|
||||||
"wanUpload": "WAN nahrávanie",
|
"wanUpload": "WAN nahrávanie",
|
||||||
"wanDownload": "WAN sťahovanie"
|
"wanDownload": "WAN sťahovanie"
|
||||||
@@ -654,9 +647,9 @@
|
|||||||
"load": "Priemerné zaťaženie",
|
"load": "Priemerné zaťaženie",
|
||||||
"memory": "Využitie pamäte",
|
"memory": "Využitie pamäte",
|
||||||
"wanStatus": "Stav WAN",
|
"wanStatus": "Stav WAN",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"temp": "Temp",
|
"temp": "Teplota",
|
||||||
"disk": "Využitie disku",
|
"disk": "Využitie disku",
|
||||||
"wanIP": "IP adresa WAN"
|
"wanIP": "IP adresa WAN"
|
||||||
},
|
},
|
||||||
@@ -667,48 +660,48 @@
|
|||||||
"memory_usage": "Pamäť"
|
"memory_usage": "Pamäť"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Používateľov",
|
"users": "Používatelia",
|
||||||
"photos": "Fotografií",
|
"photos": "Fotografie",
|
||||||
"videos": "Videí",
|
"videos": "Videá",
|
||||||
"storage": "Úložisko"
|
"storage": "Úložisko"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Weby dostupné",
|
"up": "Weby dostupné",
|
||||||
"down": "Weby nedostupné",
|
"down": "Weby nedostupné",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"incident": "Udalosť",
|
"incident": "Udalosť",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Seriály",
|
||||||
"archives": "Archívy",
|
"archives": "Archívy",
|
||||||
"chapters": "Kapitoly",
|
"chapters": "Kapitoly",
|
||||||
"categories": "Kategórie"
|
"categories": "Kategórie"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Knižnice",
|
"libraries": "Knižnice",
|
||||||
"series": "Series",
|
"series": "Seriály",
|
||||||
"books": "Books"
|
"books": "Knihy"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Dní",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"volumeAvailable": "Dostupné"
|
"volumeAvailable": "Dostupné"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Seriály",
|
||||||
"issues": "Problémy",
|
"issues": "Problémy",
|
||||||
"wanted": "Wanted"
|
"wanted": "Žiadané"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albumov",
|
"albums": "Albumy",
|
||||||
"photos": "Fotografií",
|
"photos": "Fotografie",
|
||||||
"videos": "Videí",
|
"videos": "Videá",
|
||||||
"people": "Ľudia"
|
"people": "Ľudia"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Poradie",
|
"queue": "V poradí",
|
||||||
"processing": "Processing",
|
"processing": "Spracovávané",
|
||||||
"processed": "Spracované",
|
"processed": "Spracované",
|
||||||
"time": "Čas"
|
"time": "Čas"
|
||||||
},
|
},
|
||||||
@@ -735,7 +728,7 @@
|
|||||||
"size": "Veľkosť",
|
"size": "Veľkosť",
|
||||||
"lastrun": "Naposledy spustené",
|
"lastrun": "Naposledy spustené",
|
||||||
"nextrun": "Nasledujúce spustenie",
|
"nextrun": "Nasledujúce spustenie",
|
||||||
"failed": "Failed"
|
"failed": "Zlyhané"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktívne Worker-y",
|
"active_workers": "Aktívne Worker-y",
|
||||||
@@ -752,9 +745,9 @@
|
|||||||
"targets_total": "Cieľov spolu"
|
"targets_total": "Cieľov spolu"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Weby dostupné",
|
||||||
"down": "Sites Down",
|
"down": "Weby nedostupné",
|
||||||
"uptime": "Dostupnosť"
|
"uptime": "Prevádzka"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Dnes",
|
"gross_percent_today": "Dnes",
|
||||||
@@ -763,9 +756,9 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasty",
|
"podcasts": "Podcasty",
|
||||||
"books": "Books",
|
"books": "Knihy",
|
||||||
"podcastsDuration": "Dĺžka",
|
"podcastsDuration": "Dĺžka",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Dĺžka"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Ľudia doma",
|
"people_home": "Ľudia doma",
|
||||||
@@ -774,22 +767,22 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"updates": "Updates"
|
"updates": "Aktualizácie"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Knihy",
|
||||||
"authors": "Autori",
|
"authors": "Autori",
|
||||||
"categories": "Kategórie",
|
"categories": "Kategórie",
|
||||||
"series": "Series"
|
"series": "Seriály"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Poradie",
|
"downloadCount": "V poradí",
|
||||||
"downloadBytesRemaining": "Zostávajúce",
|
"downloadBytesRemaining": "Zostávajúce",
|
||||||
"downloadTotalBytes": "Veľkosť",
|
"downloadTotalBytes": "Veľkosť",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Rýchlosť"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Seriály",
|
||||||
"totalFiles": "Súborov"
|
"totalFiles": "Súborov"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
@@ -798,7 +791,7 @@
|
|||||||
"buildId": "ID zostavy",
|
"buildId": "ID zostavy",
|
||||||
"succeeded": "Úspešný",
|
"succeeded": "Úspešný",
|
||||||
"notStarted": "Nespustený",
|
"notStarted": "Nespustený",
|
||||||
"failed": "Failed",
|
"failed": "Zlyhané",
|
||||||
"canceled": "Zrušený",
|
"canceled": "Zrušený",
|
||||||
"inProgress": "Prebieha",
|
"inProgress": "Prebieha",
|
||||||
"totalPrs": "Počet PR-ok",
|
"totalPrs": "Počet PR-ok",
|
||||||
@@ -808,11 +801,11 @@
|
|||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Nedostupný",
|
||||||
"name": "Meno",
|
"name": "Meno",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Počet hráčov",
|
"currentPlayers": "Počet hráčov",
|
||||||
"players": "Players",
|
"players": "Hráči",
|
||||||
"maxPlayers": "Maximálny počet hráčov",
|
"maxPlayers": "Maximálny počet hráčov",
|
||||||
"bots": "Boti",
|
"bots": "Boti",
|
||||||
"ping": "Odozva"
|
"ping": "Odozva"
|
||||||
@@ -825,38 +818,38 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recepty",
|
"recipes": "Recepty",
|
||||||
"users": "Používateľov",
|
"users": "Používatelia",
|
||||||
"categories": "Kategórie",
|
"categories": "Kategórie",
|
||||||
"tags": "Štítky"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Sťahovanie",
|
"downloading": "Sťahovanie",
|
||||||
"total": "Celkom",
|
"total": "Celkovo",
|
||||||
"running": "Beží",
|
"running": "Beží",
|
||||||
"stopped": "Stopped",
|
"stopped": "Zastavené",
|
||||||
"passed": "Passed",
|
"passed": "Úspešný",
|
||||||
"failed": "Failed"
|
"failed": "Zlyhané"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"cpuLoad": "Záťaž CPU priem. (5m)",
|
"cpuLoad": "Záťaž CPU priem. (5m)",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"bytesTx": "Prenesených",
|
"bytesTx": "Prenesených",
|
||||||
"bytesRx": "Prijaté"
|
"bytesRx": "Prijaté"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"lastDown": "Posledný čas nedostupnosti",
|
"lastDown": "Posledný čas nedostupnosti",
|
||||||
"downDuration": "Trvanie nedostupnosti",
|
"downDuration": "Trvanie nedostupnosti",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Weby dostupné",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Weby nedostupné",
|
||||||
"paused": "Pozastavené",
|
"paused": "Pozastavené",
|
||||||
"notyetchecked": "Neskontrolované",
|
"notyetchecked": "Neskontrolované",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"seemsdown": "Javí sa nedostupný",
|
"seemsdown": "Javí sa nedostupný",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"unknown": "Neznáme"
|
"unknown": "Neznáme"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -873,10 +866,10 @@
|
|||||||
"saves": "Saves",
|
"saves": "Saves",
|
||||||
"states": "States",
|
"states": "States",
|
||||||
"screenshots": "Screenshots",
|
"screenshots": "Screenshots",
|
||||||
"totalfilesize": "Celková veľkosť"
|
"totalfilesize": "Total Size"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domény",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Úložisko"
|
"storage": "Úložisko"
|
||||||
@@ -888,12 +881,12 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Udalosti",
|
"events": "Udalosti",
|
||||||
"plants": "Rastliny",
|
"plants": "Rastliny",
|
||||||
"photos": "Fotografií",
|
"photos": "Fotografie",
|
||||||
"species": "Druhy"
|
"species": "Druhy"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Oznámenia",
|
"notifications": "Oznámenia",
|
||||||
"issues": "Issues",
|
"issues": "Problémy",
|
||||||
"pulls": "Pull requesty",
|
"pulls": "Pull requesty",
|
||||||
"repositories": "Repositories"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
@@ -909,12 +902,12 @@
|
|||||||
"galleries": "Galérie",
|
"galleries": "Galérie",
|
||||||
"performers": "Herci",
|
"performers": "Herci",
|
||||||
"studios": "Štúdiá",
|
"studios": "Štúdiá",
|
||||||
"movies": "Filmov",
|
"movies": "Filmy",
|
||||||
"tags": "Štítky",
|
"tags": "Štítky",
|
||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Používateľov",
|
"users": "Používatelia",
|
||||||
"recipes": "Recepty",
|
"recipes": "Recepty",
|
||||||
"keywords": "Kľúčové slová"
|
"keywords": "Kľúčové slová"
|
||||||
},
|
},
|
||||||
@@ -923,7 +916,7 @@
|
|||||||
"totalWithWarranty": "So zárukou",
|
"totalWithWarranty": "So zárukou",
|
||||||
"locations": "Umiestnenia",
|
"locations": "Umiestnenia",
|
||||||
"labels": "Štítky",
|
"labels": "Štítky",
|
||||||
"users": "Používateľov",
|
"users": "Používatelia",
|
||||||
"totalValue": "Celková hodnota"
|
"totalValue": "Celková hodnota"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
@@ -932,9 +925,9 @@
|
|||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Pripojené",
|
"connected": "Pripojené",
|
||||||
"enabled": "Enabled",
|
"enabled": "Povolené",
|
||||||
"disabled": "Disabled",
|
"disabled": "Zakázané",
|
||||||
"total": "Celkom"
|
"total": "Celkovo"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -944,65 +937,65 @@
|
|||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Odozva",
|
"ping": "Odozva",
|
||||||
"download": "Download",
|
"download": "Sťahovanie",
|
||||||
"upload": "Nahrávanie"
|
"upload": "Nahrávanie"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
"loading": "Načítava sa",
|
"loading": "Loading",
|
||||||
"open": "Open - US Market",
|
"open": "Open - US Market",
|
||||||
"closed": "Closed - US Market",
|
"closed": "Closed - US Market",
|
||||||
"invalidConfiguration": "Invalid Configuration"
|
"invalidConfiguration": "Invalid Configuration"
|
||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Kamery",
|
"cameras": "Cameras",
|
||||||
"uptime": "Dostupnosť",
|
"uptime": "Prevádzka",
|
||||||
"version": "Verzia"
|
"version": "Verzia"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Odkazy",
|
"links": "Links",
|
||||||
"collections": "Collections",
|
"collections": "Collections",
|
||||||
"tags": "Štítky"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Informácie",
|
"information": "Informácia",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"average": "Average",
|
"average": "Average",
|
||||||
"high": "High",
|
"high": "High",
|
||||||
"disaster": "Disaster"
|
"disaster": "Disaster"
|
||||||
},
|
},
|
||||||
"lubelogger": {
|
"lubelogger": {
|
||||||
"vehicle": "Vozidlo",
|
"vehicle": "Vehicle",
|
||||||
"vehicles": "Vozidlá",
|
"vehicles": "Vehicles",
|
||||||
"serviceRecords": "Service Records",
|
"serviceRecords": "Service Records",
|
||||||
"reminders": "Reminders",
|
"reminders": "Reminders",
|
||||||
"nextReminder": "Next Reminder",
|
"nextReminder": "Next Reminder",
|
||||||
"none": "Žiadne"
|
"none": "None"
|
||||||
},
|
},
|
||||||
"vikunja": {
|
"vikunja": {
|
||||||
"projects": "Aktívne projekty",
|
"projects": "Active Projects",
|
||||||
"tasks7d": "Tasks Due This Week",
|
"tasks7d": "Tasks Due This Week",
|
||||||
"tasksOverdue": "Overdue Tasks",
|
"tasksOverdue": "Overdue Tasks",
|
||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Meno",
|
||||||
"address": "Adresa",
|
"address": "Adresa",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Naposledy videné",
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Nedostupný"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Meno",
|
||||||
"systems": "Systems",
|
"systems": "Systems",
|
||||||
"up": "Beží",
|
"up": "Nahrávanie",
|
||||||
"down": "Down",
|
"down": "Sťahovanie",
|
||||||
"paused": "Pozastavené",
|
"paused": "Pozastavené",
|
||||||
"pending": "Čakajúce",
|
"pending": "Čakajúce",
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"updated": "Updated",
|
"updated": "Aktualizované",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "RAM",
|
"memory": "RAM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
@@ -1015,109 +1008,51 @@
|
|||||||
"healthy": "Zdravý",
|
"healthy": "Zdravý",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "Chýbajúce",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Načítava sa"
|
"loading": "Loading"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
"issues": "Issues",
|
"issues": "Problémy",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"load": "Záťaž",
|
"load": "Záťaž",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Nabitie batérie",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Zostávajúci čas"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
"favorites": "Favorites",
|
"favorites": "Favorites",
|
||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Zoznamy",
|
"lists": "Lists",
|
||||||
"tags": "Štítky"
|
"tags": "Štítky"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Sieť",
|
||||||
"connected": "Pripojené",
|
"connected": "Pripojené",
|
||||||
"disconnected": "Odpojené",
|
"disconnected": "Odpojené",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Dostupné",
|
"update_yes": "Dostupné",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Aktuálny",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Súborov"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Skladieb",
|
"songs": "Skladby",
|
||||||
"movies": "Filmov",
|
"movies": "Filmy",
|
||||||
"episodes": "Epizód",
|
"episodes": "Epizódy",
|
||||||
"other": "Ostatné"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@
|
|||||||
"api_error": "API Грешка",
|
"api_error": "API Грешка",
|
||||||
"information": "Информација",
|
"information": "Информација",
|
||||||
"status": "Стање",
|
"status": "Стање",
|
||||||
"url": "URL адреса",
|
"url": "УРЛ адреса",
|
||||||
"raw_error": "Оригинална грешка",
|
"raw_error": "Оригинална грешка",
|
||||||
"response_data": "Подаци о одговору"
|
"response_data": "Подаци о одговору"
|
||||||
},
|
},
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "На чекању",
|
"pending": "На чекању",
|
||||||
"approved": "Одобрено",
|
"approved": "Одобрено",
|
||||||
"available": "Доступно",
|
"available": "Доступно"
|
||||||
"issues": "Отворених питања"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "На чекању",
|
"pending": "На чекању",
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Сервиси",
|
"services": "Сервиси",
|
||||||
"middleware": "Мидлвер"
|
"middleware": "Мидлвер"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Верзија",
|
|
||||||
"notesCount": "Белешке",
|
|
||||||
"dbSize": "Величина базе података",
|
|
||||||
"unknown": "Непознато"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Нема активних стримова",
|
"nothing_streaming": "Нема активних стримова",
|
||||||
"please_wait": "Молим сачекајте"
|
"please_wait": "Молим сачекајте"
|
||||||
@@ -573,7 +566,7 @@
|
|||||||
"total": "Укупно"
|
"total": "Укупно"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Јавна IP адреса",
|
"public_ip": "Јавна ИП адреса",
|
||||||
"region": "Регион",
|
"region": "Регион",
|
||||||
"country": "Држава",
|
"country": "Држава",
|
||||||
"port_forwarded": "Порт прослеђен"
|
"port_forwarded": "Порт прослеђен"
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Проблеми са услугом",
|
"serviceErrors": "Проблеми са услугом",
|
||||||
"hostErrors": "Проблеми са хостом"
|
"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": "Планови",
|
|
||||||
"num_success_30": "Успешно",
|
|
||||||
"num_failure_30": "Неуспешно",
|
|
||||||
"num_success_latest": "Успевајући",
|
|
||||||
"num_failure_latest": "Неуспешно",
|
|
||||||
"bytes_added_30": "Додати бајтови"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Песме",
|
|
||||||
"time": "Време",
|
|
||||||
"artists": "Извођачи"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
"wlan_users": "WLAN-användare",
|
"wlan_users": "WLAN-användare",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "MOTTAGIT",
|
"down": "MOTTAGIT",
|
||||||
"wait": "Please wait",
|
"wait": "Vänligen vänta",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Spelar",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Omkodning",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Inga aktiva strömmar",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "TV-serier"
|
"tv": "TV-serier"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Hastighet",
|
||||||
"queue": "Kö",
|
"queue": "Kö",
|
||||||
"timeleft": "Tid kvar"
|
"timeleft": "Tid kvar"
|
||||||
},
|
},
|
||||||
@@ -242,25 +242,25 @@
|
|||||||
"wanted": "Eftersöker",
|
"wanted": "Eftersöker",
|
||||||
"queued": "I kö",
|
"queued": "I kö",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Kö",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Eftersöker",
|
||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "I kö",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Kö",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Eftersöker",
|
||||||
"queued": "Queued",
|
"queued": "I kö",
|
||||||
"artists": "Artists"
|
"artists": "Artists"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Eftersöker",
|
||||||
"queued": "Queued",
|
"queued": "I kö",
|
||||||
"books": "Böcker"
|
"books": "Böcker"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,16 +273,15 @@
|
|||||||
"available": "Tillgänglig"
|
"available": "Tillgänglig"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Avvaktar",
|
||||||
"approved": "Approved",
|
"approved": "Godkända",
|
||||||
"available": "Available",
|
"available": "Tillgänglig"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Avvaktar",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"approved": "Approved",
|
"approved": "Godkända",
|
||||||
"available": "Available"
|
"available": "Tillgänglig"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@@ -297,8 +296,8 @@
|
|||||||
"gravity": "Gravity"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Förfrågningar",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blockerad",
|
||||||
"filtered": "Filtrerad",
|
"filtered": "Filtrerad",
|
||||||
"latency": "Svarstid"
|
"latency": "Svarstid"
|
||||||
},
|
},
|
||||||
@@ -313,7 +312,7 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Nedladdat",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Unread",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Ago"
|
"ago": "{{value}} Ago"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Förfrågningar",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Blockerad",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "Klienter"
|
"totalClients": "Klienter"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Kö",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
@@ -360,14 +359,8 @@
|
|||||||
"services": "Tjänster",
|
"services": "Tjänster",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "Inga aktiva strömmar",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -384,13 +377,13 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Program",
|
"apps": "Program",
|
||||||
"clients": "Clients",
|
"clients": "Klienter",
|
||||||
"messages": "Meddelande"
|
"messages": "Meddelande"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "Indexerare",
|
"enableIndexers": "Indexerare",
|
||||||
"numberOfGrabs": "Hämtningar",
|
"numberOfGrabs": "Hämtningar",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "Förfrågningar",
|
||||||
"numberOfFailGrabs": "Misslyckade hämtningar",
|
"numberOfFailGrabs": "Misslyckade hämtningar",
|
||||||
"numberOfFailQueries": "Misslyckade hämtningar"
|
"numberOfFailQueries": "Misslyckade hämtningar"
|
||||||
},
|
},
|
||||||
@@ -402,16 +395,16 @@
|
|||||||
"numActiveSessions": "Sessioner",
|
"numActiveSessions": "Sessioner",
|
||||||
"numConnections": "Anslutningar",
|
"numConnections": "Anslutningar",
|
||||||
"dataRelayed": "Relayed",
|
"dataRelayed": "Relayed",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Hastighet"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "Användare",
|
||||||
"status_count": "Posts",
|
"status_count": "Posts",
|
||||||
"domain_count": "Domains"
|
"domain_count": "Domains"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Eftersöker",
|
||||||
"queued": "Queued",
|
"queued": "I kö",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
@@ -426,7 +419,7 @@
|
|||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "Användare",
|
||||||
"loginsLast24H": "Inloggningar (24h)",
|
"loginsLast24H": "Inloggningar (24h)",
|
||||||
"failedLoginsLast24H": "Misslyckade inloggningar (24h)"
|
"failedLoginsLast24H": "Misslyckade inloggningar (24h)"
|
||||||
},
|
},
|
||||||
@@ -438,15 +431,15 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Laddar",
|
||||||
"wait": "Please wait",
|
"wait": "Vänligen vänta",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Ledigt",
|
||||||
"used": "Used",
|
"used": "Använt",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -531,7 +524,7 @@
|
|||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"pending": "Pending",
|
"pending": "Avvaktar",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
@@ -550,13 +543,13 @@
|
|||||||
"containers_failed": "Failed"
|
"containers_failed": "Failed"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Godkända",
|
||||||
"rejectedPushes": "Rejected",
|
"rejectedPushes": "Rejected",
|
||||||
"filters": "Filters",
|
"filters": "Filters",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexerare"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Kö",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -568,8 +561,8 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Aktiva",
|
||||||
"queue": "Queue",
|
"queue": "Kö",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "All Streams",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "Aktiva strömmar",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "XEPG Channels"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -667,7 +660,7 @@
|
|||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Användare",
|
||||||
"photos": "Photos",
|
"photos": "Photos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -688,17 +681,17 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Böcker"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Dagar",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Tillgänglig"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Wanted"
|
"wanted": "Eftersöker"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Kö",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Böcker",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -777,14 +770,14 @@
|
|||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Böcker",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Kö",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Återstående",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Size",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
@@ -803,7 +796,7 @@
|
|||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Godkända"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
@@ -825,7 +818,7 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "Användare",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
@@ -833,7 +826,7 @@
|
|||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stoppade",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
@@ -914,7 +907,7 @@
|
|||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Användare",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
@@ -923,7 +916,7 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "Användare",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
@@ -932,8 +925,8 @@
|
|||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Aktiverad",
|
||||||
"disabled": "Disabled",
|
"disabled": "Inaktiverad",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -1000,7 +993,7 @@
|
|||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Avvaktar",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
@@ -1029,9 +1022,9 @@
|
|||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"load": "Load",
|
"load": "Laddar",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Tid kvar"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1046,7 +1039,7 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "Tillgänglig",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Up to Date",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
@@ -1055,69 +1048,11 @@
|
|||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "Songs",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"episodes": "Episodes",
|
"episodes": "Avsnitt",
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,14 +63,14 @@
|
|||||||
"wlan_users": "WLAN వినియోగదారులు",
|
"wlan_users": "WLAN వినియోగదారులు",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "డౌన్",
|
"down": "డౌన్",
|
||||||
"wait": "Please wait",
|
"wait": "దయచేసి వేచి ఉండండి",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "సీపియూ",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"offline": "ఆఫ్లైన్",
|
"offline": "ఆఫ్లైన్",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
@@ -108,10 +108,10 @@
|
|||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "ఆఫ్లైన్",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "ఆఫ్లైన్",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "మొత్తం",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "హోదా",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Unconfigured",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "ఆడుతున్నారు",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "ట్రాన్స్కోడింగ్",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "బిట్రేట్",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "యాక్టివ్ స్ట్రీమ్లు లేవు",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
"tv": "దూరదర్శిని కార్యక్రమాలు"
|
"tv": "దూరదర్శిని కార్యక్రమాలు"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "రేట్",
|
||||||
"queue": "వరుస",
|
"queue": "వరుస",
|
||||||
"timeleft": "మిగిలి వున్న సమయం"
|
"timeleft": "మిగిలి వున్న సమయం"
|
||||||
},
|
},
|
||||||
@@ -242,25 +242,25 @@
|
|||||||
"wanted": "కావలెను",
|
"wanted": "కావలెను",
|
||||||
"queued": "క్యూయూఎడ్",
|
"queued": "క్యూయూఎడ్",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "వరుస",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "కావలెను",
|
||||||
"missing": "మిస్సింగ్",
|
"missing": "మిస్సింగ్",
|
||||||
"queued": "Queued",
|
"queued": "క్యూయూఎడ్",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "వరుస",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "కావలెను",
|
||||||
"queued": "Queued",
|
"queued": "క్యూయూఎడ్",
|
||||||
"artists": "Artists"
|
"artists": "Artists"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "కావలెను",
|
||||||
"queued": "Queued",
|
"queued": "క్యూయూఎడ్",
|
||||||
"books": "పుస్తకాలు"
|
"books": "పుస్తకాలు"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -273,19 +273,18 @@
|
|||||||
"available": "అందుబాటులో వున్నవి"
|
"available": "అందుబాటులో వున్నవి"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "పెండింగ్",
|
||||||
"approved": "Approved",
|
"approved": "ఆమోదించబడింది",
|
||||||
"available": "Available",
|
"available": "అందుబాటులో వున్నవి"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "పెండింగ్",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"approved": "Approved",
|
"approved": "ఆమోదించబడింది",
|
||||||
"available": "Available"
|
"available": "అందుబాటులో వున్నవి"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "మొత్తం",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -297,8 +296,8 @@
|
|||||||
"gravity": "గురుత్వాకర్షణ"
|
"gravity": "గురుత్వాకర్షణ"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "ప్రశ్నలు",
|
||||||
"blocked": "Blocked",
|
"blocked": "నిరోధించబడింది",
|
||||||
"filtered": "ఫిల్టర్ చేయబడింది",
|
"filtered": "ఫిల్టర్ చేయబడింది",
|
||||||
"latency": "జాప్యం"
|
"latency": "జాప్యం"
|
||||||
},
|
},
|
||||||
@@ -310,10 +309,10 @@
|
|||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "ఆగిపోయినవి",
|
"stopped": "ఆగిపోయినవి",
|
||||||
"total": "Total"
|
"total": "మొత్తం"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "డౌన్లోడ్ చేయబడింది",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Unread",
|
||||||
@@ -337,7 +336,7 @@
|
|||||||
"ago": "{{value}} Ago"
|
"ago": "{{value}} Ago"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "ప్రశ్నలు",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Success",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Failures",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "NX Domains",
|
||||||
@@ -345,12 +344,12 @@
|
|||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Authoritative",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "నిరోధించబడింది",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Dropped",
|
||||||
"totalClients": "ఖాతాదారులు"
|
"totalClients": "ఖాతాదారులు"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "వరుస",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
@@ -360,20 +359,14 @@
|
|||||||
"services": "సేవలు",
|
"services": "సేవలు",
|
||||||
"middleware": "మిడిల్వేర్"
|
"middleware": "మిడిల్వేర్"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "యాక్టివ్ స్ట్రీమ్లు లేవు",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "ప్రారంభించబడింది",
|
"enabled": "ప్రారంభించబడింది",
|
||||||
"disabled": "డిసేబ్లెడ్",
|
"disabled": "డిసేబ్లెడ్",
|
||||||
"total": "Total"
|
"total": "మొత్తం"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "ట్రాక్ చేయడానికి ఒకటి లేదా అంతకంటే ఎక్కువ క్రిప్టో కరెన్సీలను కాన్ఫిగర్ చేయండి",
|
"configure": "ట్రాక్ చేయడానికి ఒకటి లేదా అంతకంటే ఎక్కువ క్రిప్టో కరెన్సీలను కాన్ఫిగర్ చేయండి",
|
||||||
@@ -384,13 +377,13 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "అప్లికేషన్లు",
|
"apps": "అప్లికేషన్లు",
|
||||||
"clients": "Clients",
|
"clients": "ఖాతాదారులు",
|
||||||
"messages": "సందేశాలు"
|
"messages": "సందేశాలు"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "సూచికలు",
|
"enableIndexers": "సూచికలు",
|
||||||
"numberOfGrabs": "గ్రాబ్స్",
|
"numberOfGrabs": "గ్రాబ్స్",
|
||||||
"numberOfQueries": "Queries",
|
"numberOfQueries": "ప్రశ్నలు",
|
||||||
"numberOfFailGrabs": "ఫెయిల్ గ్రాబ్స్",
|
"numberOfFailGrabs": "ఫెయిల్ గ్రాబ్స్",
|
||||||
"numberOfFailQueries": "విఫలమైన ప్రశ్నలు"
|
"numberOfFailQueries": "విఫలమైన ప్రశ్నలు"
|
||||||
},
|
},
|
||||||
@@ -402,51 +395,51 @@
|
|||||||
"numActiveSessions": "సెషన్స్",
|
"numActiveSessions": "సెషన్స్",
|
||||||
"numConnections": "కనెక్షన్లు",
|
"numConnections": "కనెక్షన్లు",
|
||||||
"dataRelayed": "రెలయెడఁ",
|
"dataRelayed": "రెలయెడఁ",
|
||||||
"transferRate": "Rate"
|
"transferRate": "రేట్"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "వినియోగదారులు",
|
||||||
"status_count": "పోస్ట్లు",
|
"status_count": "పోస్ట్లు",
|
||||||
"domain_count": "డొమైన్లు"
|
"domain_count": "డొమైన్లు"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Wanted",
|
"wanted": "కావలెను",
|
||||||
"queued": "Queued",
|
"queued": "క్యూయూఎడ్",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "ఆఫ్లైన్"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "వినియోగదారులు",
|
||||||
"loginsLast24H": "లాగిన్లు (24గం)",
|
"loginsLast24H": "లాగిన్లు (24గం)",
|
||||||
"failedLoginsLast24H": "విఫలమైన లాగిన్లు (24గం)"
|
"failedLoginsLast24H": "విఫలమైన లాగిన్లు (24గం)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "సీపియూ",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "విఎంలు"
|
"vms": "విఎంలు"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "సీపియూ",
|
||||||
"load": "Load",
|
"load": "లోడ్",
|
||||||
"wait": "Please wait",
|
"wait": "దయచేసి వేచి ఉండండి",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "మొత్తం",
|
||||||
"free": "Free",
|
"free": "మిగిలింది",
|
||||||
"used": "Used",
|
"used": "ఉపయోగించబడిన",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -471,57 +464,57 @@
|
|||||||
"1-day": "ప్రధానంగా ఎండ",
|
"1-day": "ప్రధానంగా ఎండ",
|
||||||
"1-night": "ప్రధానంగా స్పష్టంగా",
|
"1-night": "ప్రధానంగా స్పష్టంగా",
|
||||||
"2-day": "పాక్షికంగా మేఘావృతమై ఉంటుంది",
|
"2-day": "పాక్షికంగా మేఘావృతమై ఉంటుంది",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "పాక్షికంగా మేఘావృతమై ఉంటుంది",
|
||||||
"3-day": "మేఘావృతం",
|
"3-day": "మేఘావృతం",
|
||||||
"3-night": "Cloudy",
|
"3-night": "మేఘావృతం",
|
||||||
"45-day": "పొగమంచు",
|
"45-day": "పొగమంచు",
|
||||||
"45-night": "Foggy",
|
"45-night": "పొగమంచు",
|
||||||
"48-day": "Foggy",
|
"48-day": "పొగమంచు",
|
||||||
"48-night": "Foggy",
|
"48-night": "పొగమంచు",
|
||||||
"51-day": "తేలికపాటి చినుకులు",
|
"51-day": "తేలికపాటి చినుకులు",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "తేలికపాటి చినుకులు",
|
||||||
"53-day": "చినుకులు",
|
"53-day": "చినుకులు",
|
||||||
"53-night": "Drizzle",
|
"53-night": "చినుకులు",
|
||||||
"55-day": "భారీ చినుకులు",
|
"55-day": "భారీ చినుకులు",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "భారీ చినుకులు",
|
||||||
"56-day": "తేలికపాటి గడ్డకట్టే చినుకులు",
|
"56-day": "తేలికపాటి గడ్డకట్టే చినుకులు",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "తేలికపాటి గడ్డకట్టే చినుకులు",
|
||||||
"57-day": "గడ్డకట్టే చినుకులు",
|
"57-day": "గడ్డకట్టే చినుకులు",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "గడ్డకట్టే చినుకులు",
|
||||||
"61-day": "తేలికపాటి వర్షం",
|
"61-day": "తేలికపాటి వర్షం",
|
||||||
"61-night": "Light Rain",
|
"61-night": "తేలికపాటి వర్షం",
|
||||||
"63-day": "వర్షం",
|
"63-day": "వర్షం",
|
||||||
"63-night": "Rain",
|
"63-night": "వర్షం",
|
||||||
"65-day": "భారీవర్షం",
|
"65-day": "భారీవర్షం",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "భారీవర్షం",
|
||||||
"66-day": "గడ్డకట్టే వర్షం",
|
"66-day": "గడ్డకట్టే వర్షం",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "గడ్డకట్టే వర్షం",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "గడ్డకట్టే వర్షం",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "గడ్డకట్టే వర్షం",
|
||||||
"71-day": "తేలికపాటి మంచు",
|
"71-day": "తేలికపాటి మంచు",
|
||||||
"71-night": "Light Snow",
|
"71-night": "తేలికపాటి మంచు",
|
||||||
"73-day": "మంచు",
|
"73-day": "మంచు",
|
||||||
"73-night": "Snow",
|
"73-night": "మంచు",
|
||||||
"75-day": "భారీ మంచు",
|
"75-day": "భారీ మంచు",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "భారీ మంచు",
|
||||||
"77-day": "మంచు గింజలు",
|
"77-day": "మంచు గింజలు",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "మంచు గింజలు",
|
||||||
"80-day": "తేలికపాటి జల్లులు",
|
"80-day": "తేలికపాటి జల్లులు",
|
||||||
"80-night": "Light Showers",
|
"80-night": "తేలికపాటి జల్లులు",
|
||||||
"81-day": "జల్లులు",
|
"81-day": "జల్లులు",
|
||||||
"81-night": "Showers",
|
"81-night": "జల్లులు",
|
||||||
"82-day": "భారీ వర్షాలు",
|
"82-day": "భారీ వర్షాలు",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "భారీ వర్షాలు",
|
||||||
"85-day": "మంచు జల్లులు",
|
"85-day": "మంచు జల్లులు",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "మంచు జల్లులు",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "మంచు జల్లులు",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "మంచు జల్లులు",
|
||||||
"95-day": "ఉరుము",
|
"95-day": "ఉరుము",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "ఉరుము",
|
||||||
"96-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
"96-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "వ్యవస్థ",
|
"available_update": "వ్యవస్థ",
|
||||||
@@ -531,7 +524,7 @@
|
|||||||
"child_bridges": "పిల్ల వంతెనలు",
|
"child_bridges": "పిల్ల వంతెనలు",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"pending": "Pending",
|
"pending": "పెండింగ్",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -550,13 +543,13 @@
|
|||||||
"containers_failed": "విఫలమయ్యారు"
|
"containers_failed": "విఫలమయ్యారు"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "ఆమోదించబడింది",
|
||||||
"rejectedPushes": "తిరస్కరించారు",
|
"rejectedPushes": "తిరస్కరించారు",
|
||||||
"filters": "ఫిల్టర్లు",
|
"filters": "ఫిల్టర్లు",
|
||||||
"indexers": "Indexers"
|
"indexers": "సూచికలు"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "వరుస",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -568,9 +561,9 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "చురుకుగా",
|
||||||
"queue": "Queue",
|
"queue": "వరుస",
|
||||||
"total": "Total"
|
"total": "మొత్తం"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -587,17 +580,17 @@
|
|||||||
"signalStrength": "Strength",
|
"signalStrength": "Strength",
|
||||||
"signalQuality": "Quality",
|
"signalQuality": "Quality",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "బిట్రేట్",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "విఫలమయ్యారు",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "మొత్తం"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -619,7 +612,7 @@
|
|||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "All Streams",
|
||||||
"streams_active": "Active Streams",
|
"streams_active": "యాక్టివ్ స్ట్రీమ్లు",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "XEPG Channels"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "హోదా",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "హోదా"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -663,11 +656,11 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Failed Tasks 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "సీపియూ",
|
||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "వినియోగదారులు",
|
||||||
"photos": "Photos",
|
"photos": "Photos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -688,17 +681,17 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "పుస్తకాలు"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "రోజులు",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "అందుబాటులో వున్నవి"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Wanted"
|
"wanted": "కావలెను"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "వరుస",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
@@ -731,11 +724,11 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
"failed": "Failed"
|
"failed": "విఫలమయ్యారు"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Active Workers",
|
"active_workers": "Active Workers",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "పుస్తకాలు",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -774,17 +767,17 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"updates": "Updates"
|
"updates": "నవీకరణలు"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "పుస్తకాలు",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "వరుస",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "మిగిలింది",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Size",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
@@ -794,21 +787,21 @@
|
|||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
"failed": "Failed",
|
"failed": "విఫలమయ్యారు",
|
||||||
"canceled": "Canceled",
|
"canceled": "Canceled",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "ఆమోదించబడింది"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "ఆఫ్లైన్",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
@@ -825,17 +818,17 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "వినియోగదారులు",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "మొత్తం",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "ఆగిపోయినవి",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "విఫలమయ్యారు"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -846,7 +839,7 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
@@ -876,7 +869,7 @@
|
|||||||
"totalfilesize": "Total Size"
|
"totalfilesize": "Total Size"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "డొమైన్లు",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -914,7 +907,7 @@
|
|||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "వినియోగదారులు",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
@@ -923,7 +916,7 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "వినియోగదారులు",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
@@ -932,9 +925,9 @@
|
|||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "ప్రారంభించబడింది",
|
||||||
"disabled": "Disabled",
|
"disabled": "డిసేబ్లెడ్",
|
||||||
"total": "Total"
|
"total": "మొత్తం"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -990,9 +983,9 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "ఆఫ్లైన్"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
@@ -1000,10 +993,10 @@
|
|||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "పెండింగ్",
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"updated": "Updated",
|
"updated": "నవీకరించబడింది",
|
||||||
"cpu": "CPU",
|
"cpu": "సీపియూ",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
@@ -1015,7 +1008,7 @@
|
|||||||
"healthy": "Healthy",
|
"healthy": "Healthy",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "మిస్సింగ్",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1028,10 +1021,10 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "హోదా",
|
||||||
"load": "Load",
|
"load": "లోడ్",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "మిగిలి వున్న సమయం"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
@@ -1046,8 +1039,8 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Available",
|
"update_yes": "అందుబాటులో వున్నవి",
|
||||||
"update_no": "Up to Date",
|
"update_no": "తాజాగా",
|
||||||
"downloads": "Downloads",
|
"downloads": "Downloads",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Files"
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,14 +63,14 @@
|
|||||||
"wlan_users": "WLAN Users",
|
"wlan_users": "WLAN Users",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "DOWN",
|
"down": "DOWN",
|
||||||
"wait": "Please wait",
|
"wait": "โปรดรอ",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "เมม",
|
||||||
"cpu": "CPU",
|
"cpu": "ซีพียู",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"offline": "ออฟไลน์",
|
"offline": "ออฟไลน์",
|
||||||
"error": "ข้อผิดพลาด",
|
"error": "ข้อผิดพลาด",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"partial": "Partial"
|
"partial": "Partial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "ข้อผิดพลาด",
|
||||||
"ping": "ปิง",
|
"ping": "ปิง",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "HTTP status",
|
||||||
"error": "Error",
|
"error": "ข้อผิดพลาด",
|
||||||
"response": "Response",
|
"response": "Response",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "ออฟไลน์",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "ออฟไลน์",
|
||||||
"online": "ออนไลน์",
|
"online": "ออนไลน์",
|
||||||
"total": "Total",
|
"total": "ทั้งหมด",
|
||||||
"unknown": "Unknown"
|
"unknown": "ไม่ทราบ"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"unread": "ยังไม่ได้อ่าน"
|
"unread": "ยังไม่ได้อ่าน"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "สถานะ",
|
||||||
"connectionStatusUnconfigured": "ยังไม่ได้กำหนดค่า",
|
"connectionStatusUnconfigured": "ยังไม่ได้กำหนดค่า",
|
||||||
"connectionStatusConnecting": "กำลังเชื่อมต่อ",
|
"connectionStatusConnecting": "กำลังเชื่อมต่อ",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
@@ -168,10 +168,10 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "กำลังเล่น",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "การแปลงรหัส",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "อัตราบิต",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "ไม่มีสตรีมที่ใช้งานอยู่",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
@@ -199,18 +199,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"download": "Download"
|
"download": "ดาวน์โหลด"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -223,8 +223,8 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -233,8 +233,8 @@
|
|||||||
"cachemissbytes": "Cache Miss Bytes"
|
"cachemissbytes": "Cache Miss Bytes"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "ไม่ทราบ"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -251,7 +251,7 @@
|
|||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "ไม่ทราบ"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -275,8 +275,7 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
@@ -285,7 +284,7 @@
|
|||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "ทั้งหมด",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -303,20 +302,20 @@
|
|||||||
"latency": "Latency"
|
"latency": "Latency"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "อัพโหลด",
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"ping": "Ping"
|
"ping": "ปิง"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "ทั้งหมด"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Downloaded",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "ยังไม่ได้อ่าน",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
@@ -360,20 +359,14 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "ไม่มีสตรีมที่ใช้งานอยู่",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "เปิด",
|
"enabled": "เปิด",
|
||||||
"disabled": "ปิด",
|
"disabled": "ปิด",
|
||||||
"total": "Total"
|
"total": "ทั้งหมด"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Configure one or more crypto currencies to track",
|
"configure": "Configure one or more crypto currencies to track",
|
||||||
@@ -405,7 +398,7 @@
|
|||||||
"transferRate": "Rate"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"user_count": "Users",
|
"user_count": "ผู้ใช้",
|
||||||
"status_count": "Posts",
|
"status_count": "Posts",
|
||||||
"domain_count": "Domains"
|
"domain_count": "Domains"
|
||||||
},
|
},
|
||||||
@@ -417,36 +410,36 @@
|
|||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "เวอร์ชั่น",
|
"version": "เวอร์ชั่น",
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"up": "Online",
|
"up": "ออนไลน์",
|
||||||
"down": "Offline"
|
"down": "ออฟไลน์"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread"
|
"unread": "ยังไม่ได้อ่าน"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Users",
|
"users": "ผู้ใช้",
|
||||||
"loginsLast24H": "Logins (24h)",
|
"loginsLast24H": "Logins (24h)",
|
||||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "เมม",
|
||||||
"cpu": "CPU",
|
"cpu": "ซีพียู",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "ซีพียู",
|
||||||
"load": "Load",
|
"load": "โหลด",
|
||||||
"wait": "Please wait",
|
"wait": "โปรดรอ",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "ทั้งหมด",
|
||||||
"free": "Free",
|
"free": "ฟรี",
|
||||||
"used": "Used",
|
"used": "ใช้แล้ว",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -570,7 +563,7 @@
|
|||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"total": "Total"
|
"total": "ทั้งหมด"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -587,23 +580,23 @@
|
|||||||
"signalStrength": "Strength",
|
"signalStrength": "Strength",
|
||||||
"signalQuality": "Quality",
|
"signalQuality": "Quality",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "อัตราบิต",
|
||||||
"clientIP": "Client"
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
"unknown": "Unknown"
|
"unknown": "ไม่ทราบ"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "ทั้งหมด"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS Load",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS Status",
|
||||||
"online": "Online",
|
"online": "ออนไลน์",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "On Battery",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Low Battery"
|
||||||
},
|
},
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "สถานะ",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "สถานะ"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -663,11 +656,11 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Failed Tasks 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "ซีพียู",
|
||||||
"memory_usage": "Memory"
|
"memory_usage": "Memory"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "ผู้ใช้",
|
||||||
"photos": "Photos",
|
"photos": "Photos",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"storage": "Storage"
|
"storage": "Storage"
|
||||||
@@ -691,7 +684,7 @@
|
|||||||
"books": "Books"
|
"books": "Books"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "วัน",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Available"
|
||||||
},
|
},
|
||||||
@@ -731,7 +724,7 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
@@ -753,7 +746,7 @@
|
|||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Sites Up",
|
||||||
"down": "Sites Down",
|
"down": "เว็บไซต์ ล่ม",
|
||||||
"uptime": "Uptime"
|
"uptime": "Uptime"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
@@ -794,7 +787,7 @@
|
|||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
@@ -806,16 +799,16 @@
|
|||||||
"approved": "Approved"
|
"approved": "Approved"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"online": "Online",
|
"online": "ออนไลน์",
|
||||||
"offline": "Offline",
|
"offline": "ออฟไลน์",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Max players",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "ปิง"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
@@ -825,13 +818,13 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"users": "Users",
|
"users": "ผู้ใช้",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "ทั้งหมด",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -846,18 +839,18 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "เว็บไซต์ ล่ม",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Not Yet Checked",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unknown": "Unknown"
|
"unknown": "ไม่ทราบ"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "In cinemas",
|
||||||
@@ -914,7 +907,7 @@
|
|||||||
"oCount": "O Count"
|
"oCount": "O Count"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "ผู้ใช้",
|
||||||
"recipes": "Recipes",
|
"recipes": "Recipes",
|
||||||
"keywords": "Keywords"
|
"keywords": "Keywords"
|
||||||
},
|
},
|
||||||
@@ -923,7 +916,7 @@
|
|||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "With Warranty",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "ผู้ใช้",
|
||||||
"totalValue": "Total Value"
|
"totalValue": "Total Value"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
@@ -932,9 +925,9 @@
|
|||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "เปิด",
|
||||||
"disabled": "Disabled",
|
"disabled": "ปิด",
|
||||||
"total": "Total"
|
"total": "ทั้งหมด"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -943,9 +936,9 @@
|
|||||||
"banned": "Banned"
|
"banned": "Banned"
|
||||||
},
|
},
|
||||||
"myspeed": {
|
"myspeed": {
|
||||||
"ping": "Ping",
|
"ping": "ปิง",
|
||||||
"download": "Download",
|
"download": "ดาวน์โหลด",
|
||||||
"upload": "Upload"
|
"upload": "อัพโหลด"
|
||||||
},
|
},
|
||||||
"stocks": {
|
"stocks": {
|
||||||
"stocks": "Stocks",
|
"stocks": "Stocks",
|
||||||
@@ -957,7 +950,7 @@
|
|||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Cameras",
|
"cameras": "Cameras",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"version": "Version"
|
"version": "เวอร์ชั่น"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Links",
|
"links": "Links",
|
||||||
@@ -966,7 +959,7 @@
|
|||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Not classified",
|
"unclassified": "Not classified",
|
||||||
"information": "Information",
|
"information": "ข้อมูล",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"average": "Average",
|
"average": "Average",
|
||||||
"high": "High",
|
"high": "High",
|
||||||
@@ -990,9 +983,9 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"online": "Online",
|
"online": "ออนไลน์",
|
||||||
"offline": "Offline"
|
"offline": "ออฟไลน์"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
@@ -1001,10 +994,10 @@
|
|||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"updated": "Updated",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "ซีพียู",
|
||||||
"memory": "MEM",
|
"memory": "เมม",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
@@ -1015,7 +1008,7 @@
|
|||||||
"healthy": "Healthy",
|
"healthy": "Healthy",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Missing",
|
"missing": "หายไป",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
@@ -1028,8 +1021,8 @@
|
|||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "สถานะ",
|
||||||
"load": "Load",
|
"load": "โหลด",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Time Left"
|
||||||
},
|
},
|
||||||
@@ -1061,63 +1054,5 @@
|
|||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
"placeholder": "Ara…"
|
"placeholder": "Ara…"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "İşlemci",
|
"cpu": "CPU",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"free": "Boş",
|
"free": "Boş",
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
"wlan_devices": "WLAN Aygıtları",
|
"wlan_devices": "WLAN Aygıtları",
|
||||||
"lan_users": "LAN Kullanıcıları",
|
"lan_users": "LAN Kullanıcıları",
|
||||||
"wlan_users": "WLAN Kullanıcıları",
|
"wlan_users": "WLAN Kullanıcıları",
|
||||||
"up": "ÇALIŞIYOR",
|
"up": "Çalışıyor",
|
||||||
"down": "Aşağı",
|
"down": "Aşağı",
|
||||||
"wait": "Lütfen bekleyin",
|
"wait": "Lütfen bekleyin",
|
||||||
"empty_data": "Alt sistem durumu bilinmiyor"
|
"empty_data": "Alt sistem durumu bilinmiyor"
|
||||||
@@ -69,8 +69,8 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Gelen Veri",
|
"rx": "Gelen Veri",
|
||||||
"tx": "Giden Veri",
|
"tx": "Giden Veri",
|
||||||
"mem": "Bellek",
|
"mem": "MEM",
|
||||||
"cpu": "İşlemci",
|
"cpu": "CPU",
|
||||||
"running": "Çalışıyor",
|
"running": "Çalışıyor",
|
||||||
"offline": "Çevrimdışı",
|
"offline": "Çevrimdışı",
|
||||||
"error": "Hata",
|
"error": "Hata",
|
||||||
@@ -87,21 +87,21 @@
|
|||||||
"ping": "Gecikme",
|
"ping": "Gecikme",
|
||||||
"down": "İndirme",
|
"down": "İndirme",
|
||||||
"up": "Yükleme",
|
"up": "Yükleme",
|
||||||
"not_available": "Uygun değil"
|
"not_available": "Mevcut Değil"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTPS durumu",
|
"http_status": "HTTPS durumu",
|
||||||
"error": "Hata",
|
"error": "Hata",
|
||||||
"response": "Yanıt",
|
"response": "Yanıt",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"not_available": "Uygun değil"
|
"not_available": "Mevcut Değil"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Oynatılıyor",
|
"playing": "Oynatılıyor",
|
||||||
"transcoding": "Dönüştürülüyor",
|
"transcoding": "Dönüştürülüyor",
|
||||||
"bitrate": "Bit Oranı",
|
"bitrate": "Bit Oranı",
|
||||||
"no_active": "Etkin akış yok",
|
"no_active": "Aktif akış yok",
|
||||||
"movies": "Filmler",
|
"movies": "Filmler",
|
||||||
"series": "Diziler",
|
"series": "Diziler",
|
||||||
"episodes": "Bölümler",
|
"episodes": "Bölümler",
|
||||||
@@ -139,18 +139,18 @@
|
|||||||
"connectionStatusAuthenticating": "Kimlik doğrulanıyor",
|
"connectionStatusAuthenticating": "Kimlik doğrulanıyor",
|
||||||
"connectionStatusPendingDisconnect": "Bağlantının Kesilmesi Bekleniyor",
|
"connectionStatusPendingDisconnect": "Bağlantının Kesilmesi Bekleniyor",
|
||||||
"connectionStatusDisconnecting": "Bağlantı kesiliyor...",
|
"connectionStatusDisconnecting": "Bağlantı kesiliyor...",
|
||||||
"connectionStatusDisconnected": "Bağlı değil",
|
"connectionStatusDisconnected": "Bağlantı kesildi",
|
||||||
"connectionStatusConnected": "Bağlı",
|
"connectionStatusConnected": "Bağlandı",
|
||||||
"uptime": "Çalışma Süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"maxDown": "Max. Indirme",
|
"maxDown": "Max. Indirme",
|
||||||
"maxUp": "Max. Gönderme",
|
"maxUp": "Max. Gönderme",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"received": "Alınan",
|
"received": "Alınan",
|
||||||
"sent": "Gönderilen",
|
"sent": "Gönderilen",
|
||||||
"externalIPAddress": "Harici IP",
|
"externalIPAddress": "Harici IP",
|
||||||
"externalIPv6Address": "Dış IPv6",
|
"externalIPv6Address": "Ext. IPv6",
|
||||||
"externalIPv6Prefix": "Dış IPv6-Önek"
|
"externalIPv6Prefix": "Ext. IPv6-Prefix"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Akış",
|
"upstreams": "Akış",
|
||||||
@@ -171,14 +171,14 @@
|
|||||||
"playing": "Oynatılıyor",
|
"playing": "Oynatılıyor",
|
||||||
"transcoding": "Dönüştürülüyor",
|
"transcoding": "Dönüştürülüyor",
|
||||||
"bitrate": "Bit Oranı",
|
"bitrate": "Bit Oranı",
|
||||||
"no_active": "Etkin akış yok",
|
"no_active": "Aktif akış yok",
|
||||||
"plex_connection_error": "Plex Bağlantısı Kontrol Ediliyor"
|
"plex_connection_error": "Plex Bağlantısı Kontrol Ediliyor"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "Bağlı AP'ler",
|
"connectedAp": "Bağlı AP'ler",
|
||||||
"activeUser": "Etkin aygıtlar",
|
"activeUser": "Aktif cihazlar",
|
||||||
"alerts": "Alarmlar",
|
"alerts": "Alarmlar",
|
||||||
"connectedGateways": "Bağlı ağ geçitleri",
|
"connectedGateways": "Connected gateways",
|
||||||
"connectedSwitches": "Bağlı anahtarlar"
|
"connectedSwitches": "Bağlı anahtarlar"
|
||||||
},
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
"downloaded": "İndirilen"
|
"downloaded": "İndirilen"
|
||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Etkin akış",
|
"streams": "Aktif Akış",
|
||||||
"albums": "Albümler",
|
"albums": "Albümler",
|
||||||
"movies": "Filmler",
|
"movies": "Filmler",
|
||||||
"tv": "TV Showları"
|
"tv": "TV Showları"
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
"timeleft": "Kalan Zaman"
|
"timeleft": "Kalan Zaman"
|
||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Etkin",
|
"active": "Aktif",
|
||||||
"upload": "Yükleme",
|
"upload": "Yükleme",
|
||||||
"download": "İndirme"
|
"download": "İndirme"
|
||||||
},
|
},
|
||||||
@@ -225,8 +225,8 @@
|
|||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "İndirme",
|
"download": "İndirme",
|
||||||
"upload": "Yükleme",
|
"upload": "Yükleme",
|
||||||
"leech": "Leech",
|
"leech": "Tüketici",
|
||||||
"seed": "Seed"
|
"seed": "Sağlayıcı"
|
||||||
},
|
},
|
||||||
"develancacheui": {
|
"develancacheui": {
|
||||||
"cachehitbytes": "Önbellek İsabetli Byte",
|
"cachehitbytes": "Önbellek İsabetli Byte",
|
||||||
@@ -240,27 +240,27 @@
|
|||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "İstendi",
|
"wanted": "İstendi",
|
||||||
"queued": "Kuyrukta",
|
"queued": "Sırada",
|
||||||
"series": "Seriler",
|
"series": "Diziler",
|
||||||
"queue": "Kuyruk",
|
"queue": "Kuyruk",
|
||||||
"unknown": "Bilinmeyen"
|
"unknown": "Bilinmiyor"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "İstendi",
|
"wanted": "İstendi",
|
||||||
"missing": "Eksik",
|
"missing": "Eksik",
|
||||||
"queued": "Kuyrukta",
|
"queued": "Sırada",
|
||||||
"movies": "Filmler",
|
"movies": "Filmler",
|
||||||
"queue": "Kuyruk",
|
"queue": "Kuyruk",
|
||||||
"unknown": "Bilinmeyen"
|
"unknown": "Bilinmiyor"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "İstendi",
|
"wanted": "İstendi",
|
||||||
"queued": "Kuyrukta",
|
"queued": "Sırada",
|
||||||
"artists": "Sanatçılar"
|
"artists": "Sanatçılar"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "İstendi",
|
"wanted": "İstendi",
|
||||||
"queued": "Kuyrukta",
|
"queued": "Sırada",
|
||||||
"books": "Kitaplar"
|
"books": "Kitaplar"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -275,18 +275,17 @@
|
|||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Bekleyen",
|
"pending": "Bekleyen",
|
||||||
"approved": "Onaylı",
|
"approved": "Onaylı",
|
||||||
"available": "Uygun",
|
"available": "Kullanılabilir"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Bekleyen",
|
||||||
"processing": "İşleniyor",
|
"processing": "İşleniyor",
|
||||||
"approved": "Onaylı",
|
"approved": "Onaylı",
|
||||||
"available": "Uygun"
|
"available": "Kullanılabilir"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"connected": "Bağlı",
|
"connected": "Bağlandı",
|
||||||
"new_devices": "Yeni Cihazlar",
|
"new_devices": "Yeni Cihazlar",
|
||||||
"down_alerts": "Hata Uyarıları"
|
"down_alerts": "Hata Uyarıları"
|
||||||
},
|
},
|
||||||
@@ -297,7 +296,7 @@
|
|||||||
"gravity": "Gravity"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Sorgular",
|
||||||
"blocked": "Engellenen",
|
"blocked": "Engellenen",
|
||||||
"filtered": "Filtrelendi",
|
"filtered": "Filtrelendi",
|
||||||
"latency": "Gecikme"
|
"latency": "Gecikme"
|
||||||
@@ -309,18 +308,18 @@
|
|||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Çalışıyor",
|
"running": "Çalışıyor",
|
||||||
"stopped": "Durdu",
|
"stopped": "Durduruldu",
|
||||||
"total": "Toplam"
|
"total": "Toplam"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "İndirilen",
|
"download": "İndirilen",
|
||||||
"nondownload": "İndirilmemiş",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Okunan",
|
"read": "Okunan",
|
||||||
"unread": "Okunmamış",
|
"unread": "Okunmamış",
|
||||||
"downloadedread": "İndirildi ve okundu",
|
"downloadedread": "Downloaded & Read",
|
||||||
"downloadedunread": "İndirildi ve okunmadı",
|
"downloadedunread": "Downloaded & Unread",
|
||||||
"nondownloadedread": "İndirilmedi ve okundu",
|
"nondownloadedread": "Non-Downloaded & Read",
|
||||||
"nondownloadedunread": "İndirilmedi ve okunmadı"
|
"nondownloadedunread": "Non-Downloaded & Unread"
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"address": "Adres",
|
"address": "Adres",
|
||||||
@@ -360,19 +359,13 @@
|
|||||||
"services": "Hizmetler",
|
"services": "Hizmetler",
|
||||||
"middleware": "Ara Katman"
|
"middleware": "Ara Katman"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Sürüm",
|
|
||||||
"notesCount": "Notlar",
|
|
||||||
"dbSize": "Veritabanı Boyutu",
|
|
||||||
"unknown": "Bilinmeyen"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Etkin akış yok",
|
"nothing_streaming": "Aktif akış yok",
|
||||||
"please_wait": "Lütfen Bekleyin"
|
"please_wait": "Lütfen Bekleyin"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Etkin",
|
"enabled": "Etkin",
|
||||||
"disabled": "Devre dışı",
|
"disabled": "Devre Dışı",
|
||||||
"total": "Toplam"
|
"total": "Toplam"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
@@ -384,11 +377,11 @@
|
|||||||
},
|
},
|
||||||
"gotify": {
|
"gotify": {
|
||||||
"apps": "Uygulamalar",
|
"apps": "Uygulamalar",
|
||||||
"clients": "İstemciler",
|
"clients": "Alıcılar",
|
||||||
"messages": "İletiler"
|
"messages": "İletiler"
|
||||||
},
|
},
|
||||||
"prowlarr": {
|
"prowlarr": {
|
||||||
"enableIndexers": "İndeksleyici",
|
"enableIndexers": "Dizin Oluşturucular",
|
||||||
"numberOfGrabs": "Yakalamalar",
|
"numberOfGrabs": "Yakalamalar",
|
||||||
"numberOfQueries": "Sorgular",
|
"numberOfQueries": "Sorgular",
|
||||||
"numberOfFailGrabs": "Başarısız Yakalamalar",
|
"numberOfFailGrabs": "Başarısız Yakalamalar",
|
||||||
@@ -399,7 +392,7 @@
|
|||||||
"errored": "Hatalı"
|
"errored": "Hatalı"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Oturumlar",
|
"numActiveSessions": "Aktif Sezonlar",
|
||||||
"numConnections": "Bağlantı Sayısı",
|
"numConnections": "Bağlantı Sayısı",
|
||||||
"dataRelayed": "Aktarılan",
|
"dataRelayed": "Aktarılan",
|
||||||
"transferRate": "Oran"
|
"transferRate": "Oran"
|
||||||
@@ -411,18 +404,18 @@
|
|||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "İstendi",
|
"wanted": "İstendi",
|
||||||
"queued": "Kuyrukta",
|
"queued": "Sırada",
|
||||||
"series": "Diziler"
|
"series": "Diziler"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Oyuncular",
|
"players": "Oyuncular",
|
||||||
"version": "Sürüm",
|
"version": "Versiyon",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"up": "Çevrimiçi",
|
"up": "Çevrimiçi",
|
||||||
"down": "Çevrimdışı"
|
"down": "Çevrimdışı"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Okunmuş",
|
"read": "Okunan",
|
||||||
"unread": "Okunmamış"
|
"unread": "Okunmamış"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
@@ -431,33 +424,33 @@
|
|||||||
"failedLoginsLast24H": "Başarısız Girişler (24 Saat)"
|
"failedLoginsLast24H": "Başarısız Girişler (24 Saat)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "Bellek",
|
"mem": "MEM",
|
||||||
"cpu": "İşlemci",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "Sanal Makineler"
|
"vms": "Sanal Makineler"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "İşlemci",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Yük",
|
||||||
"wait": "Lütfen bekleyin",
|
"wait": "Lütfen bekleyin",
|
||||||
"temp": "TEMP",
|
"temp": "Sıcaklık",
|
||||||
"_temp": "Sıcaklık",
|
"_temp": "Sıcaklık",
|
||||||
"warn": "Uyarı",
|
"warn": "Uyarı",
|
||||||
"uptime": "ÇALIŞIYOR",
|
"uptime": "Çalışıyor",
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"free": "Boş",
|
"free": "Boş",
|
||||||
"used": "Kullanılıyor",
|
"used": "Kullanımda",
|
||||||
"days": "g.",
|
"days": "g",
|
||||||
"hours": "s.",
|
"hours": "sa",
|
||||||
"crit": "Kritik",
|
"crit": "Kritik",
|
||||||
"read": "Okundu",
|
"read": "Okunan",
|
||||||
"write": "Yazma",
|
"write": "Yazma",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Hafıza",
|
"mem": "Hafıza",
|
||||||
"swap": "Swap"
|
"swap": "Swap"
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Yer imi",
|
"bookmark": "Yer İmi",
|
||||||
"service": "Hizmet",
|
"service": "Hizmet",
|
||||||
"search": "Ara",
|
"search": "Ara",
|
||||||
"custom": "Özel",
|
"custom": "Özel",
|
||||||
@@ -479,21 +472,21 @@
|
|||||||
"48-day": "Sisli",
|
"48-day": "Sisli",
|
||||||
"48-night": "Sisli",
|
"48-night": "Sisli",
|
||||||
"51-day": "Az Çiseleyen Yağmur",
|
"51-day": "Az Çiseleyen Yağmur",
|
||||||
"51-night": "Hafif Çiseleme",
|
"51-night": "Az Çiseleyen Yağmur",
|
||||||
"53-day": "Çiseleyen Yağmur",
|
"53-day": "Çiseleyen Yağmur",
|
||||||
"53-night": "Çiseleme",
|
"53-night": "Çiseleyen Yağmur",
|
||||||
"55-day": "Çok Çiseleyen Yağmur",
|
"55-day": "Çok Çiseleyen Yağmur",
|
||||||
"55-night": "Yoğun Çiseleme",
|
"55-night": "Çok Çiseleyen Yağmur",
|
||||||
"56-day": "Soğuk Az Çiseleyen Yağmur",
|
"56-day": "Soğuk Az Çiseleyen Yağmur",
|
||||||
"56-night": "Hafif Dondurucu Çiseleme",
|
"56-night": "Soğuk Az Çiseleyen Yağmur",
|
||||||
"57-day": "Soğuk Çiseleyen Yağmur",
|
"57-day": "Soğuk Çiseleyen Yağmur",
|
||||||
"57-night": "Dondurucu Çiseleme",
|
"57-night": "Soğuk Çiseleyen Yağmur",
|
||||||
"61-day": "Hafif Yağmur",
|
"61-day": "Hafif Yağmur",
|
||||||
"61-night": "Hafif Yağmur",
|
"61-night": "Hafif Yağmur",
|
||||||
"63-day": "Yağmur",
|
"63-day": "Yağmur",
|
||||||
"63-night": "Yağmur",
|
"63-night": "Yağmur",
|
||||||
"65-day": "Çok Yağmur",
|
"65-day": "Çok Yağmur",
|
||||||
"65-night": "Şiddetli Yağmur",
|
"65-night": "Çok Yağmur",
|
||||||
"66-day": "Dondurucu Yağmur",
|
"66-day": "Dondurucu Yağmur",
|
||||||
"66-night": "Dondurucu Yağmur",
|
"66-night": "Dondurucu Yağmur",
|
||||||
"67-day": "Dondurucu Yağmur",
|
"67-day": "Dondurucu Yağmur",
|
||||||
@@ -503,7 +496,7 @@
|
|||||||
"73-day": "Kar",
|
"73-day": "Kar",
|
||||||
"73-night": "Kar",
|
"73-night": "Kar",
|
||||||
"75-day": "Çok Kar",
|
"75-day": "Çok Kar",
|
||||||
"75-night": "Yoğun Kar",
|
"75-night": "Çok Kar",
|
||||||
"77-day": "Kar Taneleri",
|
"77-day": "Kar Taneleri",
|
||||||
"77-night": "Kar Taneleri",
|
"77-night": "Kar Taneleri",
|
||||||
"80-day": "Hafif Sağanak",
|
"80-day": "Hafif Sağanak",
|
||||||
@@ -517,11 +510,11 @@
|
|||||||
"86-day": "Karlı Sağanak",
|
"86-day": "Karlı Sağanak",
|
||||||
"86-night": "Karlı Sağanak",
|
"86-night": "Karlı Sağanak",
|
||||||
"95-day": "Gök Gürültülü Fırtına",
|
"95-day": "Gök Gürültülü Fırtına",
|
||||||
"95-night": "Fırtına",
|
"95-night": "Gök Gürültülü Fırtına",
|
||||||
"96-day": "Dolu İle Gök Gürültülü Fırtına",
|
"96-day": "Dolu İle Gök Gürültülü Fırtına",
|
||||||
"96-night": "Dolu Yağışlı Fırtına",
|
"96-night": "Dolu İle Gök Gürültülü Fırtına",
|
||||||
"99-day": "Dolu Yağışlı Fırtına",
|
"99-day": "Dolu İle Gök Gürültülü Fırtına",
|
||||||
"99-night": "Dolu Yağışlı Fırtına"
|
"99-night": "Dolu İle Gök Gürültülü Fırtına"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Sistem",
|
"available_update": "Sistem",
|
||||||
@@ -530,19 +523,19 @@
|
|||||||
"up_to_date": "Güncel",
|
"up_to_date": "Güncel",
|
||||||
"child_bridges": "Alt Köprüler",
|
"child_bridges": "Alt Köprüler",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"pending": "Bekleyen",
|
"pending": "Bekleyen",
|
||||||
"down": "Çalışmayan"
|
"down": "İndirme"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Yeni",
|
"new": "Yeni",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"grace": "Tolerans Döneminde",
|
"grace": "Tolerans Döneminde",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"paused": "Durduruldu",
|
"paused": "Duraklatıldı",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"last_ping": "Son gecikme",
|
"last_ping": "Son Ping",
|
||||||
"never": "Henüz gecikme yok"
|
"never": "Henüz ping yok"
|
||||||
},
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Tarandı",
|
"containers_scanned": "Tarandı",
|
||||||
@@ -553,11 +546,11 @@
|
|||||||
"approvedPushes": "Onaylı",
|
"approvedPushes": "Onaylı",
|
||||||
"rejectedPushes": "Reddedildi",
|
"rejectedPushes": "Reddedildi",
|
||||||
"filters": "Süzgeçler",
|
"filters": "Süzgeçler",
|
||||||
"indexers": "İndeksleyici"
|
"indexers": "Dizin Oluşturucular"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Kuyruk",
|
"downloads": "Kuyruk",
|
||||||
"videos": "Video",
|
"videos": "Videolar",
|
||||||
"channels": "Kanallar",
|
"channels": "Kanallar",
|
||||||
"playlists": "Oynatma Listeleri"
|
"playlists": "Oynatma Listeleri"
|
||||||
},
|
},
|
||||||
@@ -568,7 +561,7 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Hız",
|
"speed": "Hız",
|
||||||
"active": "Etkin",
|
"active": "Aktif",
|
||||||
"queue": "Kuyruk",
|
"queue": "Kuyruk",
|
||||||
"total": "Toplam"
|
"total": "Toplam"
|
||||||
},
|
},
|
||||||
@@ -576,7 +569,7 @@
|
|||||||
"public_ip": "Açık IP",
|
"public_ip": "Açık IP",
|
||||||
"region": "Bölge",
|
"region": "Bölge",
|
||||||
"country": "Ülke",
|
"country": "Ülke",
|
||||||
"port_forwarded": "Yönlendirilen Port"
|
"port_forwarded": "Port Forwarded"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanallar",
|
"channels": "Kanallar",
|
||||||
@@ -593,7 +586,7 @@
|
|||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Geçti",
|
"passed": "Geçti",
|
||||||
"failed": "Başarısız",
|
"failed": "Başarısız",
|
||||||
"unknown": "Bilinmeyen"
|
"unknown": "Bilinmiyor"
|
||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Gelen Kutusu",
|
"inbox": "Gelen Kutusu",
|
||||||
@@ -612,14 +605,14 @@
|
|||||||
"no_devices": "Cihaz Verisi Alınamadı"
|
"no_devices": "Cihaz Verisi Alınamadı"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "İşlemci yükü",
|
"cpuLoad": "CPU Yükü",
|
||||||
"memoryUsed": "Bellek Kullanımı",
|
"memoryUsed": "Bellek Kullanımı",
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"numberOfLeases": "Kiralama"
|
"numberOfLeases": "Kiralama"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Tüm Akışlar",
|
"streams_all": "Tüm Akışlar",
|
||||||
"streams_active": "Etkin akışlar",
|
"streams_active": "Aktif Akış",
|
||||||
"streams_xepg": "XEPG Kanalları"
|
"streams_xepg": "XEPG Kanalları"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
@@ -629,7 +622,7 @@
|
|||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "İşlemci yükü",
|
"cpu": "CPU Yükü",
|
||||||
"memory": "Aktif Bellek",
|
"memory": "Aktif Bellek",
|
||||||
"wanUpload": "WAN Yükleme",
|
"wanUpload": "WAN Yükleme",
|
||||||
"wanDownload": "WAN İndirme"
|
"wanDownload": "WAN İndirme"
|
||||||
@@ -654,30 +647,30 @@
|
|||||||
"load": "Ort. Yükleme",
|
"load": "Ort. Yükleme",
|
||||||
"memory": "Bellek Kullanımı",
|
"memory": "Bellek Kullanımı",
|
||||||
"wanStatus": "WAN Durumu",
|
"wanStatus": "WAN Durumu",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"temp": "Temp",
|
"temp": "Sıcaklık",
|
||||||
"disk": "Disk Kullanımı",
|
"disk": "Disk Kullanımı",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Veri deposu",
|
"datastore_usage": "Veri deposu",
|
||||||
"failed_tasks_24h": "Başarısız Görevler 24h",
|
"failed_tasks_24h": "Başarısız Görevler 24h",
|
||||||
"cpu_usage": "İşlemci",
|
"cpu_usage": "CPU",
|
||||||
"memory_usage": "Bellek"
|
"memory_usage": "Bellek"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Kullanıcılar",
|
"users": "Kullanıcılar",
|
||||||
"photos": "Fotoğraf",
|
"photos": "Fotoğraflar",
|
||||||
"videos": "Video",
|
"videos": "Videolar",
|
||||||
"storage": "Depolama"
|
"storage": "Depo"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Site çalışıyor",
|
"up": "Siteler Çalışıyor",
|
||||||
"down": "Çalışmayan site",
|
"down": "Siteler Çalışmıyor",
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"incident": "Olay",
|
"incident": "Olay",
|
||||||
"m": "m"
|
"m": "dk"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Diziler",
|
"series": "Diziler",
|
||||||
@@ -687,13 +680,13 @@
|
|||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Kütüphane",
|
"libraries": "Kütüphane",
|
||||||
"series": "Seriler",
|
"series": "Diziler",
|
||||||
"books": "Kitap"
|
"books": "Kitaplar"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Gün",
|
"days": "Günler",
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"volumeAvailable": "Uygun"
|
"volumeAvailable": "Kullanılabilir"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Diziler",
|
"series": "Diziler",
|
||||||
@@ -702,8 +695,8 @@
|
|||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albümler",
|
"albums": "Albümler",
|
||||||
"photos": "Fotoğraf",
|
"photos": "Fotoğraflar",
|
||||||
"videos": "Video",
|
"videos": "Videolar",
|
||||||
"people": "İnsan"
|
"people": "İnsan"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
@@ -713,8 +706,8 @@
|
|||||||
"time": "Zaman"
|
"time": "Zaman"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"networth": "Net değer",
|
"networth": "Net Worth",
|
||||||
"budget": "Bütçe"
|
"budget": "Budget"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Kontrol Paneli",
|
"dashboards": "Kontrol Paneli",
|
||||||
@@ -723,10 +716,10 @@
|
|||||||
"alertstriggered": "Uyarılar Tetiklendi"
|
"alertstriggered": "Uyarılar Tetiklendi"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"cpuload": "İşlemci yükü",
|
"cpuload": "Cpu Yükü",
|
||||||
"memoryusage": "Bellek Kullanımı",
|
"memoryusage": "Bellek Kullanımı",
|
||||||
"freespace": "Boş Alan",
|
"freespace": "Boş Alan",
|
||||||
"activeusers": "Etkin kullanıcılar",
|
"activeusers": "Aktif Kullanıcılar",
|
||||||
"numfiles": "Dosyalar",
|
"numfiles": "Dosyalar",
|
||||||
"numshares": "Paylaşılan Öğeler"
|
"numshares": "Paylaşılan Öğeler"
|
||||||
},
|
},
|
||||||
@@ -738,7 +731,7 @@
|
|||||||
"failed": "Başarısız"
|
"failed": "Başarısız"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Etkin kullanıcılar",
|
"active_workers": "Aktif Kullanıcılar",
|
||||||
"total_workers": "Toplam Kullanıcılar",
|
"total_workers": "Toplam Kullanıcılar",
|
||||||
"records_total": "Sıra Uzunluğu"
|
"records_total": "Sıra Uzunluğu"
|
||||||
},
|
},
|
||||||
@@ -748,13 +741,13 @@
|
|||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Hedef Çalışıyor",
|
"targets_up": "Hedef Çalışıyor",
|
||||||
"targets_down": "Çalışmayan hedef",
|
"targets_down": "Hedef Çalışmıyor",
|
||||||
"targets_total": "Toplam Hedef"
|
"targets_total": "Toplam Hedef"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Siteler Çalışıyor",
|
||||||
"down": "Çalışmayan site",
|
"down": "Siteler Çalışmıyor",
|
||||||
"uptime": "Çalışma süresi"
|
"uptime": "Çalışma Süresi"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Bugün",
|
"gross_percent_today": "Bugün",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcast",
|
"podcasts": "Podcast",
|
||||||
"books": "Kitap",
|
"books": "Kitaplar",
|
||||||
"podcastsDuration": "Süre",
|
"podcastsDuration": "Süre",
|
||||||
"booksDuration": "Süre"
|
"booksDuration": "Süre"
|
||||||
},
|
},
|
||||||
@@ -780,7 +773,7 @@
|
|||||||
"books": "Kitaplar",
|
"books": "Kitaplar",
|
||||||
"authors": "Yazarlar",
|
"authors": "Yazarlar",
|
||||||
"categories": "Kategoriler",
|
"categories": "Kategoriler",
|
||||||
"series": "Seriler"
|
"series": "Diziler"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Kuyruk",
|
"downloadCount": "Kuyruk",
|
||||||
@@ -789,7 +782,7 @@
|
|||||||
"downloadSpeed": "Hız"
|
"downloadSpeed": "Hız"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Seriler",
|
"seriesCount": "Diziler",
|
||||||
"totalFiles": "Dosyalar"
|
"totalFiles": "Dosyalar"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
@@ -809,7 +802,7 @@
|
|||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"online": "Çevrimiçi",
|
"online": "Çevrimiçi",
|
||||||
"offline": "Çevrimdışı",
|
"offline": "Çevrimdışı",
|
||||||
"name": "Ad",
|
"name": "İsim",
|
||||||
"map": "Harita",
|
"map": "Harita",
|
||||||
"currentPlayers": "Mevcut oyuncular",
|
"currentPlayers": "Mevcut oyuncular",
|
||||||
"players": "Oyuncular",
|
"players": "Oyuncular",
|
||||||
@@ -833,31 +826,31 @@
|
|||||||
"downloading": "İndiriliyor",
|
"downloading": "İndiriliyor",
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"running": "Çalışıyor",
|
"running": "Çalışıyor",
|
||||||
"stopped": "Durdu",
|
"stopped": "Durduruldu",
|
||||||
"passed": "Passed",
|
"passed": "Geçti",
|
||||||
"failed": "Başarısız"
|
"failed": "Başarısız"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"cpuLoad": "İşlemci yükü ortalaması (5dk)",
|
"cpuLoad": "CPU Yükü Ortalaması (5dk)",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"bytesTx": "İletilen",
|
"bytesTx": "İletilen",
|
||||||
"bytesRx": "Received"
|
"bytesRx": "Alınan"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"lastDown": "Son Kesinti",
|
"lastDown": "Son Kesinti",
|
||||||
"downDuration": "Kesinti Süresi",
|
"downDuration": "Kesinti Süresi",
|
||||||
"sitesUp": "Site çalışıyor",
|
"sitesUp": "Siteler Çalışıyor",
|
||||||
"sitesDown": "Çalışmayan site",
|
"sitesDown": "Siteler Çalışmıyor",
|
||||||
"paused": "Durduruldu",
|
"paused": "Duraklatıldı",
|
||||||
"notyetchecked": "Henüz Kontrol Edilmedi",
|
"notyetchecked": "Henüz Kontrol Edilmedi",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"seemsdown": "Kapalı görünüyor",
|
"seemsdown": "Kapalı görünüyor",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"unknown": "Bilinmeyen"
|
"unknown": "Bilinmiyor"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "Sinemalarda",
|
"inCinemas": "Sinemalarda",
|
||||||
@@ -865,7 +858,7 @@
|
|||||||
"digitalRelease": "Dijitalde Yayınlandı",
|
"digitalRelease": "Dijitalde Yayınlandı",
|
||||||
"noEventsToday": "Bugün için etkinlik yok!",
|
"noEventsToday": "Bugün için etkinlik yok!",
|
||||||
"noEventsFound": "Etkinlik bulunamadı",
|
"noEventsFound": "Etkinlik bulunamadı",
|
||||||
"errorWhenLoadingData": "Takvim verileri yüklenirken hata"
|
"errorWhenLoadingData": "Error when loading calendar data"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platformlar",
|
"platforms": "Platformlar",
|
||||||
@@ -876,10 +869,10 @@
|
|||||||
"totalfilesize": "Toplam Kapasite"
|
"totalfilesize": "Toplam Kapasite"
|
||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Alan Adları",
|
"domains": "Etki Alanları",
|
||||||
"mailboxes": "Posta kutuları",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Postalar",
|
"mails": "Postalar",
|
||||||
"storage": "Depolama"
|
"storage": "Depo"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Uyarılar",
|
"warnings": "Uyarılar",
|
||||||
@@ -888,14 +881,14 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Etkinlikler",
|
"events": "Etkinlikler",
|
||||||
"plants": "Bitkiler",
|
"plants": "Bitkiler",
|
||||||
"photos": "Fotoğraf",
|
"photos": "Fotoğraflar",
|
||||||
"species": "Türler"
|
"species": "Türler"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Bildirimler",
|
"notifications": "Bildirimler",
|
||||||
"issues": "Issues",
|
"issues": "Sorunlar",
|
||||||
"pulls": "Değişiklik İstekleri",
|
"pulls": "Değişiklik İstekleri",
|
||||||
"repositories": "Depolar"
|
"repositories": "Repositories"
|
||||||
},
|
},
|
||||||
"stash": {
|
"stash": {
|
||||||
"scenes": "Sahneler",
|
"scenes": "Sahneler",
|
||||||
@@ -927,13 +920,13 @@
|
|||||||
"totalValue": "Toplam Değer"
|
"totalValue": "Toplam Değer"
|
||||||
},
|
},
|
||||||
"crowdsec": {
|
"crowdsec": {
|
||||||
"alerts": "Uyarılar",
|
"alerts": "Alarmlar",
|
||||||
"bans": "Yasaklar"
|
"bans": "Yasaklar"
|
||||||
},
|
},
|
||||||
"wgeasy": {
|
"wgeasy": {
|
||||||
"connected": "Bağlı",
|
"connected": "Bağlandı",
|
||||||
"enabled": "Etkin",
|
"enabled": "Etkin",
|
||||||
"disabled": "Devre dışı",
|
"disabled": "Devre Dışı",
|
||||||
"total": "Toplam"
|
"total": "Toplam"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
@@ -956,8 +949,8 @@
|
|||||||
},
|
},
|
||||||
"frigate": {
|
"frigate": {
|
||||||
"cameras": "Kameralar",
|
"cameras": "Kameralar",
|
||||||
"uptime": "Çalışma süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"version": "Sürüm"
|
"version": "Versiyon"
|
||||||
},
|
},
|
||||||
"linkwarden": {
|
"linkwarden": {
|
||||||
"links": "Bağlantılar",
|
"links": "Bağlantılar",
|
||||||
@@ -965,7 +958,7 @@
|
|||||||
"tags": "Etiketler"
|
"tags": "Etiketler"
|
||||||
},
|
},
|
||||||
"zabbix": {
|
"zabbix": {
|
||||||
"unclassified": "Sınıflandırılmamış",
|
"unclassified": "Not classified",
|
||||||
"information": "Bilgi",
|
"information": "Bilgi",
|
||||||
"warning": "Uyarı",
|
"warning": "Uyarı",
|
||||||
"average": "Ortalama",
|
"average": "Ortalama",
|
||||||
@@ -973,151 +966,93 @@
|
|||||||
"disaster": "Felaket"
|
"disaster": "Felaket"
|
||||||
},
|
},
|
||||||
"lubelogger": {
|
"lubelogger": {
|
||||||
"vehicle": "Taşıt",
|
"vehicle": "Vehicle",
|
||||||
"vehicles": "Taşıtlar",
|
"vehicles": "Vehicles",
|
||||||
"serviceRecords": "Service Records",
|
"serviceRecords": "Service Records",
|
||||||
"reminders": "Hatırlatıcılar",
|
"reminders": "Reminders",
|
||||||
"nextReminder": "Sonraki hatırlatıcı",
|
"nextReminder": "Next Reminder",
|
||||||
"none": "None"
|
"none": "None"
|
||||||
},
|
},
|
||||||
"vikunja": {
|
"vikunja": {
|
||||||
"projects": "Etkin projeler",
|
"projects": "Active Projects",
|
||||||
"tasks7d": "Bitişi Bu Hafta Olan Görevler",
|
"tasks7d": "Bitişi Bu Hafta Olan Görevler",
|
||||||
"tasksOverdue": "Overdue Tasks",
|
"tasksOverdue": "Overdue Tasks",
|
||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Tasks In Progress"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Ad",
|
"name": "İsim",
|
||||||
"address": "Adres",
|
"address": "Adres",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Son Görülme",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"online": "Çevrimiçi",
|
"online": "Çevrimiçi",
|
||||||
"offline": "Çevrimdışı"
|
"offline": "Çevrimdışı"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Ad",
|
"name": "İsim",
|
||||||
"systems": "Sistemler",
|
"systems": "Systems",
|
||||||
"up": "Çalışıyor",
|
"up": "Yükleme",
|
||||||
"down": "Çalışmayan",
|
"down": "İndirme",
|
||||||
"paused": "Durduruldu",
|
"paused": "Duraklatıldı",
|
||||||
"pending": "Pending",
|
"pending": "Bekleyen",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"updated": "Güncellendi",
|
"updated": "Güncellendi",
|
||||||
"cpu": "İşlemci",
|
"cpu": "CPU",
|
||||||
"memory": "Bellek",
|
"memory": "MEM",
|
||||||
"disk": "Disk",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"apps": "Uygulamalar",
|
"apps": "Apps",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Sağlıklı",
|
"healthy": "Sağlıklı",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Eksik",
|
"missing": "Eksik",
|
||||||
"suspended": "Askıya Alındı"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Yükleniyor"
|
"loading": "Yükleniyor"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
"issues": "Issues",
|
"issues": "Sorunlar",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"load": "Load",
|
"load": "Yük",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Pil Yüzdesi",
|
||||||
"timeleft": "Kalan zaman"
|
"timeleft": "Kalan Zaman"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Yer imleri",
|
"bookmarks": "Bookmarks",
|
||||||
"favorites": "Gözdeler",
|
"favorites": "Favorites",
|
||||||
"archived": "Archived",
|
"archived": "Archived",
|
||||||
"highlights": "Highlights",
|
"highlights": "Highlights",
|
||||||
"lists": "Listeler",
|
"lists": "Lists",
|
||||||
"tags": "Etiketler"
|
"tags": "Etiketler"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Ağ",
|
"slskStatus": "Ağ",
|
||||||
"connected": "Bağlı",
|
"connected": "Bağlandı",
|
||||||
"disconnected": "Bağlı değil",
|
"disconnected": "Bağlantı kesildi",
|
||||||
"updateStatus": "Güncelleme",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Uygun",
|
"update_yes": "Kullanılabilir",
|
||||||
"update_no": "Güncel",
|
"update_no": "Güncel",
|
||||||
"downloads": "İndirmeler",
|
"downloads": "Downloads",
|
||||||
"uploads": "Yüklemeler",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Dosyalar"
|
"sharedFiles": "Dosyalar"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Şarkılar",
|
"songs": "Şarkılar",
|
||||||
"movies": "Filmler",
|
"movies": "Filmler",
|
||||||
"episodes": "Bölümler",
|
"episodes": "Bölümler",
|
||||||
"other": "Diğer"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host 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"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Songs",
|
|
||||||
"time": "Time",
|
|
||||||
"artists": "Artists"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -14,20 +14,20 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"duration": "{{value, duration}}",
|
"duration": "{{value, duration}}",
|
||||||
"months": "tháng",
|
"months": "mo",
|
||||||
"days": "ngày",
|
"days": "d",
|
||||||
"hours": "giờ",
|
"hours": "h",
|
||||||
"minutes": "phút",
|
"minutes": "m",
|
||||||
"seconds": "giây"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Thiếu loại Widget: {{type}}",
|
"missing_type": "Thiếu loại Widget: {{type}}",
|
||||||
"api_error": "Lỗi API",
|
"api_error": "Lỗi API",
|
||||||
"information": "Thông tin",
|
"information": "Information",
|
||||||
"status": "Trạng thái",
|
"status": "Trạng thái",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"raw_error": "Lỗi thô",
|
"raw_error": "Raw Error",
|
||||||
"response_data": "Dữ liệu phản hồi"
|
"response_data": "Response Data"
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"current": "Vị trí hiện tại",
|
"current": "Vị trí hiện tại",
|
||||||
@@ -44,106 +44,106 @@
|
|||||||
"total": "Tổng",
|
"total": "Tổng",
|
||||||
"free": "Dư",
|
"free": "Dư",
|
||||||
"used": "Đã dùng",
|
"used": "Đã dùng",
|
||||||
"load": "\n",
|
"load": "Load",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"max": "Tối đa",
|
"max": "Max",
|
||||||
"uptime": "UP"
|
"uptime": "UP"
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Người dùng",
|
"users": "Users",
|
||||||
"uptime": "Thời gian hoạt động",
|
"uptime": "Uptime",
|
||||||
"days": "Ngày",
|
"days": "Days",
|
||||||
"wan": "WAN",
|
"wan": "WAN",
|
||||||
"lan": "LAN",
|
"lan": "LAN",
|
||||||
"wlan": "WLAN",
|
"wlan": "WLAN",
|
||||||
"devices": "Thiết bị",
|
"devices": "Devices",
|
||||||
"lan_devices": "Thiết bị trong mạng LAN",
|
"lan_devices": "LAN Devices",
|
||||||
"wlan_devices": "Thiết bị trong mạng WLAN",
|
"wlan_devices": "WLAN Devices",
|
||||||
"lan_users": "Người dùng mạng LAN",
|
"lan_users": "LAN Users",
|
||||||
"wlan_users": "Người dùng mạng WLAN",
|
"wlan_users": "WLAN Users",
|
||||||
"up": "UP",
|
"up": "UP",
|
||||||
"down": "DOWN",
|
"down": "DOWN",
|
||||||
"wait": "Vui lòng chờ",
|
"wait": "Vui lòng chờ",
|
||||||
"empty_data": "Trạng thái hệ thống phụ không xác định"
|
"empty_data": "Subsystem status unknown"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "Bộ nhớ",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Đang hoạt động",
|
"running": "Running",
|
||||||
"offline": "Ngoại tuyến",
|
"offline": "Ngoại tuyến",
|
||||||
"error": "Lỗi",
|
"error": "Error",
|
||||||
"unknown": "Không xác định",
|
"unknown": "Unknown",
|
||||||
"healthy": "Ổn định",
|
"healthy": "Healthy",
|
||||||
"starting": "Đang bắt đầu",
|
"starting": "Starting",
|
||||||
"unhealthy": "Bất thường",
|
"unhealthy": "Unhealthy",
|
||||||
"not_found": "Không tìm thấy",
|
"not_found": "Not Found",
|
||||||
"exited": "Exited",
|
"exited": "Exited",
|
||||||
"partial": "Partial"
|
"partial": "Partial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Lỗi",
|
"error": "Error",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"not_available": "Không khả dụng"
|
"not_available": "Không khả dụng"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "Trạng thái HTTP",
|
"http_status": "HTTP status",
|
||||||
"error": "Lỗi",
|
"error": "Error",
|
||||||
"response": "Phản hồi",
|
"response": "Response",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"not_available": "Không có sẵn"
|
"not_available": "Không khả dụng"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Đang chơi",
|
"playing": "Đang chơi",
|
||||||
"transcoding": "Chuyển định dạng",
|
"transcoding": "Chuyển định dạng",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "No Active Streams",
|
||||||
"movies": "Phim ảnh",
|
"movies": "Movies",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Bài hát"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Ngoại tuyến",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Ngoại tuyến",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"total": "Total",
|
"total": "Tổng",
|
||||||
"unknown": "Không xác định"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Pin",
|
"battery_soc": "Battery",
|
||||||
"grid_power": "Lưới",
|
"grid_power": "Grid",
|
||||||
"home_power": "Consumption",
|
"home_power": "Consumption",
|
||||||
"charge_power": "Bộ sạc",
|
"charge_power": "Charger",
|
||||||
"kilowatt": "kW"
|
"kilowatt": "kW"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
"download": "Tải xuống",
|
"download": "Download",
|
||||||
"upload": "Tải lên",
|
"upload": "Upload",
|
||||||
"leech": "",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"freshrss": {
|
"freshrss": {
|
||||||
"subscriptions": "Đăng ký",
|
"subscriptions": "Subscriptions",
|
||||||
"unread": "Chưa đọc"
|
"unread": "Unread"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Trạng thái",
|
"connectionStatus": "Trạng thái",
|
||||||
"connectionStatusUnconfigured": "Chưa được cấu hình",
|
"connectionStatusUnconfigured": "Unconfigured",
|
||||||
"connectionStatusConnecting": "Đang kết nối",
|
"connectionStatusConnecting": "Connecting",
|
||||||
"connectionStatusAuthenticating": "Đang uỷ quyền",
|
"connectionStatusAuthenticating": "Authenticating",
|
||||||
"connectionStatusPendingDisconnect": "Đang chờ ngắt kết nối",
|
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
||||||
"connectionStatusDisconnecting": "Đang ngắt kết nối",
|
"connectionStatusDisconnecting": "Disconnecting",
|
||||||
"connectionStatusDisconnected": "Đã ngắt kết nối",
|
"connectionStatusDisconnected": "Disconnected",
|
||||||
"connectionStatusConnected": "Đã kết nối",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Thời gian hoạt động",
|
"uptime": "Uptime",
|
||||||
"maxDown": "Tải xuống tối đa",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Tải lên tối đa",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"received": "Received",
|
"received": "Received",
|
||||||
@@ -168,8 +168,8 @@
|
|||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Đang chơi",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Chuyển định dạng",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Bitrate",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "No Active Streams",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
@@ -242,7 +242,7 @@
|
|||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Hàng chờ",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
@@ -250,7 +250,7 @@
|
|||||||
"missing": "Missing",
|
"missing": "Missing",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Hàng chờ",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
@@ -273,19 +273,18 @@
|
|||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Đang xử lý",
|
||||||
"approved": "Approved",
|
"approved": "Đã duyệt",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"issues": "Open Issues"
|
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Pending",
|
"pending": "Đang xử lý",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"approved": "Approved",
|
"approved": "Đã duyệt",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Tổng",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
@@ -310,10 +309,10 @@
|
|||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "Tổng"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Đã tải",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Non-Downloaded",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"unread": "Unread",
|
"unread": "Unread",
|
||||||
@@ -350,7 +349,7 @@
|
|||||||
"totalClients": "Clients"
|
"totalClients": "Clients"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Queue",
|
"queue": "Hàng chờ",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"errored": "Errored",
|
"errored": "Errored",
|
||||||
"saved": "Saved"
|
"saved": "Saved"
|
||||||
@@ -360,12 +359,6 @@
|
|||||||
"services": "Services",
|
"services": "Services",
|
||||||
"middleware": "Middleware"
|
"middleware": "Middleware"
|
||||||
},
|
},
|
||||||
"trilium": {
|
|
||||||
"version": "Version",
|
|
||||||
"notesCount": "Notes",
|
|
||||||
"dbSize": "Database Size",
|
|
||||||
"unknown": "Unknown"
|
|
||||||
},
|
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
@@ -373,7 +366,7 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Tổng"
|
||||||
},
|
},
|
||||||
"coinmarketcap": {
|
"coinmarketcap": {
|
||||||
"configure": "Configure one or more crypto currencies to track",
|
"configure": "Configure one or more crypto currencies to track",
|
||||||
@@ -417,9 +410,9 @@
|
|||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"up": "Online",
|
"up": "Online",
|
||||||
"down": "Offline"
|
"down": "Ngoại tuyến"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
@@ -439,14 +432,14 @@
|
|||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "Load",
|
||||||
"wait": "Please wait",
|
"wait": "Vui lòng chờ",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Tổng",
|
||||||
"free": "Free",
|
"free": "Dư",
|
||||||
"used": "Used",
|
"used": "Đã dùng",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
@@ -531,7 +524,7 @@
|
|||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Child Bridges",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"pending": "Pending",
|
"pending": "Đang xử lý",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
@@ -540,7 +533,7 @@
|
|||||||
"grace": "In Grace Period",
|
"grace": "In Grace Period",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Last Ping",
|
||||||
"never": "No pings yet"
|
"never": "No pings yet"
|
||||||
},
|
},
|
||||||
@@ -550,13 +543,13 @@
|
|||||||
"containers_failed": "Failed"
|
"containers_failed": "Failed"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Đã duyệt",
|
||||||
"rejectedPushes": "Rejected",
|
"rejectedPushes": "Rejected",
|
||||||
"filters": "Filters",
|
"filters": "Filters",
|
||||||
"indexers": "Indexers"
|
"indexers": "Indexers"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Hàng chờ",
|
||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"playlists": "Playlists"
|
"playlists": "Playlists"
|
||||||
@@ -568,9 +561,9 @@
|
|||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
"active": "Active",
|
"active": "Hoạt động",
|
||||||
"queue": "Queue",
|
"queue": "Hàng chờ",
|
||||||
"total": "Total"
|
"total": "Tổng"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "Public IP",
|
"public_ip": "Public IP",
|
||||||
@@ -597,7 +590,7 @@
|
|||||||
},
|
},
|
||||||
"paperlessngx": {
|
"paperlessngx": {
|
||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Tổng"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Battery Charge",
|
||||||
@@ -641,14 +634,14 @@
|
|||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Trạng thái",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Bed temp",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Completion"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Trạng thái"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
@@ -688,7 +681,7 @@
|
|||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Sách"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Days",
|
||||||
@@ -707,7 +700,7 @@
|
|||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Hàng chờ",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Processed",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
@@ -731,7 +724,7 @@
|
|||||||
"numshares": "Shared Items"
|
"numshares": "Shared Items"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Last Run",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Next Run",
|
||||||
@@ -763,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Sách",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Duration",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Duration"
|
||||||
},
|
},
|
||||||
@@ -777,13 +770,13 @@
|
|||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Sách",
|
||||||
"authors": "Authors",
|
"authors": "Authors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Series"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Hàng chờ",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Remaining",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Size",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Speed"
|
||||||
@@ -794,7 +787,7 @@
|
|||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Succeeded",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Not Started",
|
||||||
@@ -803,12 +796,12 @@
|
|||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Đã duyệt"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Ngoại tuyến",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"map": "Map",
|
"map": "Map",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Current players",
|
||||||
@@ -831,7 +824,7 @@
|
|||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Tổng",
|
||||||
"running": "Running",
|
"running": "Running",
|
||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -846,7 +839,7 @@
|
|||||||
"bytesRx": "Received"
|
"bytesRx": "Received"
|
||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Last Downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Downtime Duration",
|
||||||
@@ -934,7 +927,7 @@
|
|||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"total": "Total"
|
"total": "Tổng"
|
||||||
},
|
},
|
||||||
"swagdashboard": {
|
"swagdashboard": {
|
||||||
"proxied": "Proxied",
|
"proxied": "Proxied",
|
||||||
@@ -990,134 +983,76 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Last Seen",
|
||||||
"status": "Status",
|
"status": "Trạng thái",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline"
|
"offline": "Ngoại tuyến"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"systems": "Systems",
|
"systems": "Systems",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"paused": "Đã tạm dừng",
|
"paused": "Paused",
|
||||||
"pending": "Đang xử lý",
|
"pending": "Đang xử lý",
|
||||||
"status": "Trạng thái",
|
"status": "Trạng thái",
|
||||||
"updated": "Đã cập nhật",
|
"updated": "Updated",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Ổ đĩa",
|
"disk": "Disk",
|
||||||
"network": "NET"
|
"network": "NET"
|
||||||
},
|
},
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"apps": "Ứng dụng",
|
"apps": "Apps",
|
||||||
"synced": "Synced",
|
"synced": "Synced",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Out Of Sync",
|
||||||
"healthy": "Ổn định",
|
"healthy": "Healthy",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Progressing",
|
||||||
"missing": "Bị thiếu",
|
"missing": "Missing",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Đang tải"
|
"loading": "Loading"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Nhóm",
|
"groups": "Groups",
|
||||||
"issues": "Vấn đề",
|
"issues": "Issues",
|
||||||
"merges": "Yêu cầu Hợp nhất",
|
"merges": "Merge Requests",
|
||||||
"projects": "Dự án"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Trạng thái",
|
"status": "Trạng thái",
|
||||||
"load": "Đang tải\n",
|
"load": "Load",
|
||||||
"bcharge": "Sạc pin",
|
"bcharge": "Battery Charge",
|
||||||
"timeleft": "Thời gian còn lại"
|
"timeleft": "Thời gian còn lại"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Dấu trang",
|
"bookmarks": "Bookmarks",
|
||||||
"favorites": "Mục yêu thích",
|
"favorites": "Favorites",
|
||||||
"archived": "Đã lưu trữ",
|
"archived": "Archived",
|
||||||
"highlights": "Tâm điểm",
|
"highlights": "Highlights",
|
||||||
"lists": "Danh sách",
|
"lists": "Lists",
|
||||||
"tags": "Thẻ"
|
"tags": "Tags"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Mạng",
|
"slskStatus": "Network",
|
||||||
"connected": "Đã kết nối",
|
"connected": "Connected",
|
||||||
"disconnected": "Mất kết nối",
|
"disconnected": "Disconnected",
|
||||||
"updateStatus": "Cập nhật",
|
"updateStatus": "Update",
|
||||||
"update_yes": "Khả dụng",
|
"update_yes": "Available",
|
||||||
"update_no": "Đã cập nhật",
|
"update_no": "Up to Date",
|
||||||
"downloads": "Tải xuống",
|
"downloads": "Downloads",
|
||||||
"uploads": "Tải lên",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Tập tin"
|
"sharedFiles": "Files"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Bài hát",
|
"songs": "Songs",
|
||||||
"movies": "Phim ảnh",
|
"movies": "Movies",
|
||||||
"episodes": "Tập",
|
"episodes": "Episodes",
|
||||||
"other": "Khác"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
"hostErrors": "Host issues"
|
"hostErrors": "Host issues"
|
||||||
},
|
|
||||||
"komodo": {
|
|
||||||
"total": "Total",
|
|
||||||
"running": "Running",
|
|
||||||
"stopped": "Stopped",
|
|
||||||
"down": "Down",
|
|
||||||
"unhealthy": "Không ổn định",
|
|
||||||
"unknown": "Không xác định",
|
|
||||||
"servers": "Servers",
|
|
||||||
"stacks": "Stacks",
|
|
||||||
"containers": "Containers"
|
|
||||||
},
|
|
||||||
"filebrowser": {
|
|
||||||
"available": "Available",
|
|
||||||
"used": "Used",
|
|
||||||
"total": "Tổng"
|
|
||||||
},
|
|
||||||
"wallos": {
|
|
||||||
"activeSubscriptions": "Đăng ký",
|
|
||||||
"thisMonthlyCost": "Tháng này",
|
|
||||||
"nextMonthlyCost": "Tháng sau",
|
|
||||||
"previousMonthlyCost": "Tháng trước",
|
|
||||||
"nextRenewingSubscription": "Lần thanh toán kế tiếp"
|
|
||||||
},
|
|
||||||
"unraid": {
|
|
||||||
"STARTED": "Đã bắt đầu",
|
|
||||||
"STOPPED": "Đã dừng",
|
|
||||||
"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": "Không có dữ liệu ổ đĩa",
|
|
||||||
"notifications": "Thông báo",
|
|
||||||
"status": "Trạng thái",
|
|
||||||
"cpu": "CPU",
|
|
||||||
"memoryUsed": "Memory Used",
|
|
||||||
"memoryAvailable": "Memory Available",
|
|
||||||
"arrayUsed": "Array Used",
|
|
||||||
"arrayFree": "Array Free",
|
|
||||||
"poolUsed": "{{pool}} Used",
|
|
||||||
"poolFree": "{{pool}} Free"
|
|
||||||
},
|
|
||||||
"backrest": {
|
|
||||||
"num_plans": "Các kế hoạch",
|
|
||||||
"num_success_30": "Thành công",
|
|
||||||
"num_failure_30": "Thất bại",
|
|
||||||
"num_success_latest": "Succeeding",
|
|
||||||
"num_failure_latest": "Failing",
|
|
||||||
"bytes_added_30": "Bytes Added"
|
|
||||||
},
|
|
||||||
"yourspotify": {
|
|
||||||
"songs": "Bài hát",
|
|
||||||
"time": "Thời gian",
|
|
||||||
"artists": "Nghệ sĩ"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
750
public/locales/zh-CN/common.json
Normal file
750
public/locales/zh-CN/common.json
Normal file
@@ -0,0 +1,750 @@
|
|||||||
|
{
|
||||||
|
"widget": {
|
||||||
|
"missing_type": "缺少小部件类型:{{type}}",
|
||||||
|
"api_error": "API错误",
|
||||||
|
"status": "状态",
|
||||||
|
"information": "信息",
|
||||||
|
"url": "URL",
|
||||||
|
"raw_error": "原始错误",
|
||||||
|
"response_data": "返回数据"
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"placeholder": "搜索…"
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"total": "总计",
|
||||||
|
"free": "空闲",
|
||||||
|
"used": "已用",
|
||||||
|
"load": "负载",
|
||||||
|
"cpu": "处理器",
|
||||||
|
"mem": "内存",
|
||||||
|
"temp": "温度",
|
||||||
|
"max": "最大",
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"months": "月",
|
||||||
|
"days": "天",
|
||||||
|
"hours": "时",
|
||||||
|
"minutes": "分"
|
||||||
|
},
|
||||||
|
"docker": {
|
||||||
|
"rx": "接收",
|
||||||
|
"tx": "发送",
|
||||||
|
"mem": "内存",
|
||||||
|
"cpu": "处理器",
|
||||||
|
"offline": "离线",
|
||||||
|
"error": "错误",
|
||||||
|
"unknown": "未知问题",
|
||||||
|
"starting": "启动中",
|
||||||
|
"unhealthy": "不健康的",
|
||||||
|
"not_found": "未找到",
|
||||||
|
"running": "运行中",
|
||||||
|
"exited": "已退出",
|
||||||
|
"partial": "部分",
|
||||||
|
"healthy": "健康的"
|
||||||
|
},
|
||||||
|
"emby": {
|
||||||
|
"playing": "播放中",
|
||||||
|
"transcoding": "转码",
|
||||||
|
"bitrate": "比特率",
|
||||||
|
"no_active": "暂无播放",
|
||||||
|
"movies": "电影",
|
||||||
|
"series": "系列",
|
||||||
|
"episodes": "剧集",
|
||||||
|
"songs": "歌曲"
|
||||||
|
},
|
||||||
|
"tautulli": {
|
||||||
|
"playing": "播放中",
|
||||||
|
"transcoding": "转码",
|
||||||
|
"bitrate": "比特率",
|
||||||
|
"no_active": "暂无播放",
|
||||||
|
"plex_connection_error": "Check Plex Connection"
|
||||||
|
},
|
||||||
|
"rutorrent": {
|
||||||
|
"active": "活动中",
|
||||||
|
"upload": "上传",
|
||||||
|
"download": "下载"
|
||||||
|
},
|
||||||
|
"sonarr": {
|
||||||
|
"wanted": "想看",
|
||||||
|
"queued": "排队",
|
||||||
|
"series": "系列",
|
||||||
|
"queue": "Queue",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
|
"radarr": {
|
||||||
|
"wanted": "想看",
|
||||||
|
"queued": "队列",
|
||||||
|
"movies": "电影",
|
||||||
|
"missing": "丢失",
|
||||||
|
"queue": "Queue",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
|
"readarr": {
|
||||||
|
"wanted": "订阅",
|
||||||
|
"queued": "队列",
|
||||||
|
"books": "书籍"
|
||||||
|
},
|
||||||
|
"ombi": {
|
||||||
|
"pending": "待办的",
|
||||||
|
"approved": "已批准",
|
||||||
|
"available": "可用的"
|
||||||
|
},
|
||||||
|
"jellyseerr": {
|
||||||
|
"pending": "待办的",
|
||||||
|
"approved": "得到正式认可的",
|
||||||
|
"available": "可用的"
|
||||||
|
},
|
||||||
|
"pihole": {
|
||||||
|
"queries": "查询",
|
||||||
|
"blocked": "阻止",
|
||||||
|
"gravity": "重力",
|
||||||
|
"blocked_percent": "拦截 %"
|
||||||
|
},
|
||||||
|
"speedtest": {
|
||||||
|
"upload": "上传",
|
||||||
|
"download": "下载",
|
||||||
|
"ping": "ping"
|
||||||
|
},
|
||||||
|
"portainer": {
|
||||||
|
"running": "运行中",
|
||||||
|
"stopped": "停止",
|
||||||
|
"total": "总计"
|
||||||
|
},
|
||||||
|
"traefik": {
|
||||||
|
"routers": "路由器",
|
||||||
|
"services": "服务",
|
||||||
|
"middleware": "中间件"
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"enabled": "已启用",
|
||||||
|
"disabled": "禁用",
|
||||||
|
"total": "全部的"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"current": "当前定位",
|
||||||
|
"allow": "点击并允许",
|
||||||
|
"updating": "更新中",
|
||||||
|
"wait": "请稍候"
|
||||||
|
},
|
||||||
|
"overseerr": {
|
||||||
|
"pending": "待办",
|
||||||
|
"approved": "已批准",
|
||||||
|
"available": "可用",
|
||||||
|
"processing": "处理中"
|
||||||
|
},
|
||||||
|
"sabnzbd": {
|
||||||
|
"rate": "速率",
|
||||||
|
"queue": "队列",
|
||||||
|
"timeleft": "剩余时间"
|
||||||
|
},
|
||||||
|
"nzbget": {
|
||||||
|
"rate": "速率",
|
||||||
|
"remaining": "剩余",
|
||||||
|
"downloaded": "下载"
|
||||||
|
},
|
||||||
|
"coinmarketcap": {
|
||||||
|
"configure": "配置一个或多个需要追踪的加密",
|
||||||
|
"1hour": "1小时",
|
||||||
|
"1day": "1天",
|
||||||
|
"7days": "7天",
|
||||||
|
"30days": "30天"
|
||||||
|
},
|
||||||
|
"gotify": {
|
||||||
|
"apps": "应用",
|
||||||
|
"clients": "客户端",
|
||||||
|
"messages": "信息"
|
||||||
|
},
|
||||||
|
"prowlarr": {
|
||||||
|
"enableIndexers": "索引器",
|
||||||
|
"numberOfGrabs": "抓取",
|
||||||
|
"numberOfQueries": "查询",
|
||||||
|
"numberOfFailGrabs": "抓取失败",
|
||||||
|
"numberOfFailQueries": "查询失败"
|
||||||
|
},
|
||||||
|
"transmission": {
|
||||||
|
"download": "下载",
|
||||||
|
"upload": "上传",
|
||||||
|
"leech": "下载中",
|
||||||
|
"seed": "做种"
|
||||||
|
},
|
||||||
|
"jackett": {
|
||||||
|
"configured": "已配置",
|
||||||
|
"errored": "出错了"
|
||||||
|
},
|
||||||
|
"bazarr": {
|
||||||
|
"missingEpisodes": "缺少的剧集",
|
||||||
|
"missingMovies": "缺少的电影"
|
||||||
|
},
|
||||||
|
"lidarr": {
|
||||||
|
"wanted": "订阅",
|
||||||
|
"queued": "队列",
|
||||||
|
"artists": "Artists"
|
||||||
|
},
|
||||||
|
"adguard": {
|
||||||
|
"queries": "查询",
|
||||||
|
"blocked": "阻止",
|
||||||
|
"filtered": "过滤",
|
||||||
|
"latency": "延迟"
|
||||||
|
},
|
||||||
|
"qbittorrent": {
|
||||||
|
"download": "下载",
|
||||||
|
"upload": "上传",
|
||||||
|
"leech": "下载中",
|
||||||
|
"seed": "做种"
|
||||||
|
},
|
||||||
|
"mastodon": {
|
||||||
|
"user_count": "用户",
|
||||||
|
"status_count": "帖子",
|
||||||
|
"domain_count": "域"
|
||||||
|
},
|
||||||
|
"strelaysrv": {
|
||||||
|
"numActiveSessions": "会话",
|
||||||
|
"dataRelayed": "中继",
|
||||||
|
"numConnections": "连接",
|
||||||
|
"transferRate": "速度"
|
||||||
|
},
|
||||||
|
"authentik": {
|
||||||
|
"users": "用户",
|
||||||
|
"loginsLast24H": "登录 (24h)",
|
||||||
|
"failedLoginsLast24H": "登录失败 (24h)"
|
||||||
|
},
|
||||||
|
"proxmox": {
|
||||||
|
"mem": "内存",
|
||||||
|
"cpu": "处理器",
|
||||||
|
"lxc": "容器",
|
||||||
|
"vms": "虚拟机"
|
||||||
|
},
|
||||||
|
"unifi": {
|
||||||
|
"users": "用户",
|
||||||
|
"uptime": "系统运行时间",
|
||||||
|
"days": "天",
|
||||||
|
"wan": "广域网",
|
||||||
|
"lan_users": "局域网用户",
|
||||||
|
"wlan_users": "无线局域网用户",
|
||||||
|
"up": "向上",
|
||||||
|
"down": "向下",
|
||||||
|
"wait": "请稍候",
|
||||||
|
"lan": "局域网",
|
||||||
|
"wlan": "无线局域网",
|
||||||
|
"devices": "设备",
|
||||||
|
"lan_devices": "局域网设备",
|
||||||
|
"wlan_devices": "无线局域网设备",
|
||||||
|
"empty_data": "子系统状态未知"
|
||||||
|
},
|
||||||
|
"plex": {
|
||||||
|
"streams": "活动流",
|
||||||
|
"movies": "电影",
|
||||||
|
"tv": "电视节目",
|
||||||
|
"albums": "专辑"
|
||||||
|
},
|
||||||
|
"glances": {
|
||||||
|
"cpu": "处理器",
|
||||||
|
"wait": "请稍等",
|
||||||
|
"temp": "温度",
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"days": "天",
|
||||||
|
"hours": "时",
|
||||||
|
"load": "Load",
|
||||||
|
"warn": "Warn",
|
||||||
|
"total": "Total",
|
||||||
|
"free": "Free",
|
||||||
|
"used": "Used",
|
||||||
|
"crit": "Crit",
|
||||||
|
"read": "Read",
|
||||||
|
"write": "Write",
|
||||||
|
"gpu": "GPU",
|
||||||
|
"mem": "Mem",
|
||||||
|
"swap": "Swap",
|
||||||
|
"_temp": "Temp"
|
||||||
|
},
|
||||||
|
"changedetectionio": {
|
||||||
|
"totalObserved": "观察到的总数",
|
||||||
|
"diffsDetected": "检测到差异"
|
||||||
|
},
|
||||||
|
"wmo": {
|
||||||
|
"0-day": "晴天",
|
||||||
|
"0-night": "晴朗",
|
||||||
|
"1-day": "主要是晴天",
|
||||||
|
"3-day": "阴天",
|
||||||
|
"3-night": "阴天",
|
||||||
|
"45-day": "有雾",
|
||||||
|
"48-day": "有雾",
|
||||||
|
"51-day": "小雨",
|
||||||
|
"73-night": "中雪",
|
||||||
|
"75-day": "大雪",
|
||||||
|
"1-night": "大部晴朗",
|
||||||
|
"2-day": "多云",
|
||||||
|
"2-night": "多云",
|
||||||
|
"45-night": "有雾",
|
||||||
|
"48-night": "有雾",
|
||||||
|
"51-night": "小雨",
|
||||||
|
"53-day": "小雨",
|
||||||
|
"53-night": "小雨",
|
||||||
|
"55-day": "毛毛雨",
|
||||||
|
"55-night": "毛毛雨",
|
||||||
|
"56-day": "小冻毛雨",
|
||||||
|
"56-night": "小冻毛雨",
|
||||||
|
"57-day": "冻毛雨",
|
||||||
|
"57-night": "冻毛雨",
|
||||||
|
"61-day": "小雨",
|
||||||
|
"61-night": "小雨",
|
||||||
|
"63-day": "雨",
|
||||||
|
"63-night": "雨",
|
||||||
|
"65-day": "大雨",
|
||||||
|
"65-night": "大雨",
|
||||||
|
"66-day": "冻雨",
|
||||||
|
"66-night": "冻雨",
|
||||||
|
"67-day": "冻雨",
|
||||||
|
"67-night": "冻雨",
|
||||||
|
"71-day": "小雪",
|
||||||
|
"71-night": "小雪",
|
||||||
|
"73-day": "中雪",
|
||||||
|
"75-night": "大雪",
|
||||||
|
"77-day": "雪粒",
|
||||||
|
"77-night": "雪粒",
|
||||||
|
"80-day": "微阵雨",
|
||||||
|
"80-night": "微阵雨",
|
||||||
|
"81-day": "阵雨",
|
||||||
|
"81-night": "阵雨",
|
||||||
|
"82-day": "强阵雨",
|
||||||
|
"82-night": "强阵雨",
|
||||||
|
"85-day": "阵雪",
|
||||||
|
"85-night": "阵雪",
|
||||||
|
"86-day": "阵雪",
|
||||||
|
"86-night": "阵雪",
|
||||||
|
"95-day": "雷雨",
|
||||||
|
"95-night": "雷雨",
|
||||||
|
"96-day": "雷雨伴随冰雹",
|
||||||
|
"96-night": "雷雨伴随冰雹",
|
||||||
|
"99-day": "雷雨伴随冰雹",
|
||||||
|
"99-night": "雷雨伴随冰雹"
|
||||||
|
},
|
||||||
|
"quicklaunch": {
|
||||||
|
"bookmark": "书签",
|
||||||
|
"service": "服务",
|
||||||
|
"search": "搜索",
|
||||||
|
"custom": "自定",
|
||||||
|
"visit": "访问",
|
||||||
|
"url": "网址"
|
||||||
|
},
|
||||||
|
"homebridge": {
|
||||||
|
"available_update": "System",
|
||||||
|
"updates": "更新",
|
||||||
|
"update_available": "有可用的更新",
|
||||||
|
"up_to_date": "Up to Date",
|
||||||
|
"child_bridges": "子网桥",
|
||||||
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
|
"up": "Up",
|
||||||
|
"pending": "待定中",
|
||||||
|
"down": "Down"
|
||||||
|
},
|
||||||
|
"autobrr": {
|
||||||
|
"approvedPushes": "已核准",
|
||||||
|
"rejectedPushes": "拒绝",
|
||||||
|
"filters": "Filters",
|
||||||
|
"indexers": "索引器"
|
||||||
|
},
|
||||||
|
"watchtower": {
|
||||||
|
"containers_scanned": "已扫描",
|
||||||
|
"containers_updated": "已升级",
|
||||||
|
"containers_failed": "失败"
|
||||||
|
},
|
||||||
|
"tubearchivist": {
|
||||||
|
"downloads": "队列",
|
||||||
|
"videos": "影片",
|
||||||
|
"channels": "频道",
|
||||||
|
"playlists": "播放清单"
|
||||||
|
},
|
||||||
|
"truenas": {
|
||||||
|
"load": "系统负载",
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"alerts": "警报",
|
||||||
|
"time": "{{value, number(style: unit; unitDisplay: long;)}}"
|
||||||
|
},
|
||||||
|
"navidrome": {
|
||||||
|
"nothing_streaming": "暂无播放",
|
||||||
|
"please_wait": "请等待"
|
||||||
|
},
|
||||||
|
"pyload": {
|
||||||
|
"speed": "速度",
|
||||||
|
"active": "Active",
|
||||||
|
"queue": "队列",
|
||||||
|
"total": "Total"
|
||||||
|
},
|
||||||
|
"gluetun": {
|
||||||
|
"public_ip": "公网 IP",
|
||||||
|
"region": "区域",
|
||||||
|
"country": "国家"
|
||||||
|
},
|
||||||
|
"hdhomerun": {
|
||||||
|
"channels": "频道",
|
||||||
|
"hd": "HD"
|
||||||
|
},
|
||||||
|
"ping": {
|
||||||
|
"error": "错误",
|
||||||
|
"ping": "Ping",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down"
|
||||||
|
},
|
||||||
|
"scrutiny": {
|
||||||
|
"passed": "通过",
|
||||||
|
"failed": "失败",
|
||||||
|
"unknown": "未知的"
|
||||||
|
},
|
||||||
|
"paperlessngx": {
|
||||||
|
"inbox": "收件箱",
|
||||||
|
"total": "Total"
|
||||||
|
},
|
||||||
|
"deluge": {
|
||||||
|
"download": "下载",
|
||||||
|
"upload": "上传",
|
||||||
|
"leech": "下载中",
|
||||||
|
"seed": "做种"
|
||||||
|
},
|
||||||
|
"flood": {
|
||||||
|
"leech": "下载中",
|
||||||
|
"download": "下载",
|
||||||
|
"upload": "上传",
|
||||||
|
"seed": "做种"
|
||||||
|
},
|
||||||
|
"tdarr": {
|
||||||
|
"saved": "已保存",
|
||||||
|
"queue": "队列",
|
||||||
|
"processed": "已处理",
|
||||||
|
"errored": "出错"
|
||||||
|
},
|
||||||
|
"miniflux": {
|
||||||
|
"read": "已读",
|
||||||
|
"unread": "未读"
|
||||||
|
},
|
||||||
|
"nextdns": {
|
||||||
|
"wait": "请稍候",
|
||||||
|
"no_devices": "没有接收到设备数据"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"bibyterate": "{{value, rate(bits: false; binary: true)}}",
|
||||||
|
"bibitrate": "{{value, rate(bits: true; binary: true)}}"
|
||||||
|
},
|
||||||
|
"omada": {
|
||||||
|
"connectedAp": "连接中的AP",
|
||||||
|
"activeUser": "活跃设备",
|
||||||
|
"alerts": "警报",
|
||||||
|
"connectedGateway": "已连接网关",
|
||||||
|
"connectedSwitches": "已连接开关"
|
||||||
|
},
|
||||||
|
"downloadstation": {
|
||||||
|
"download": "下载",
|
||||||
|
"upload": "上传",
|
||||||
|
"leech": "下载中",
|
||||||
|
"seed": "做种"
|
||||||
|
},
|
||||||
|
"mikrotik": {
|
||||||
|
"cpuLoad": "处理器",
|
||||||
|
"memoryUsed": "内存",
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"numberOfLeases": "租约"
|
||||||
|
},
|
||||||
|
"xteve": {
|
||||||
|
"streams_all": "所有播放活动",
|
||||||
|
"streams_active": "正在播放",
|
||||||
|
"streams_xepg": "XEPG 频道"
|
||||||
|
},
|
||||||
|
"opnsense": {
|
||||||
|
"cpu": "处理器",
|
||||||
|
"memory": "内存",
|
||||||
|
"wanUpload": "WAN上传",
|
||||||
|
"wanDownload": "WAN下载"
|
||||||
|
},
|
||||||
|
"moonraker": {
|
||||||
|
"printer_state": "打印机状态",
|
||||||
|
"print_status": "打印状态",
|
||||||
|
"print_progress": "打印进程",
|
||||||
|
"layers": "层"
|
||||||
|
},
|
||||||
|
"medusa": {
|
||||||
|
"wanted": "关注中",
|
||||||
|
"queued": "已加入队列",
|
||||||
|
"series": "Series"
|
||||||
|
},
|
||||||
|
"octoprint": {
|
||||||
|
"printer_state": "打印机状态",
|
||||||
|
"temp_tool": "喷头温度",
|
||||||
|
"temp_bed": "平台温度",
|
||||||
|
"job_completion": "完成度"
|
||||||
|
},
|
||||||
|
"cloudflared": {
|
||||||
|
"origin_ip": "源IP",
|
||||||
|
"status": "状态"
|
||||||
|
},
|
||||||
|
"proxmoxbackupserver": {
|
||||||
|
"datastore_usage": "数据存储",
|
||||||
|
"failed_tasks_24h": "24h失败任务",
|
||||||
|
"cpu_usage": "处理器",
|
||||||
|
"memory_usage": "内存"
|
||||||
|
},
|
||||||
|
"immich": {
|
||||||
|
"users": "使用者",
|
||||||
|
"photos": "照片",
|
||||||
|
"videos": "影片",
|
||||||
|
"storage": "储存空间"
|
||||||
|
},
|
||||||
|
"uptimekuma": {
|
||||||
|
"up": "在线网站",
|
||||||
|
"down": "离线网站",
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"incident": "严重事件",
|
||||||
|
"m": "m"
|
||||||
|
},
|
||||||
|
"komga": {
|
||||||
|
"libraries": "书库",
|
||||||
|
"series": "系列",
|
||||||
|
"books": "书刊"
|
||||||
|
},
|
||||||
|
"mylar": {
|
||||||
|
"series": "系列",
|
||||||
|
"issues": "问题",
|
||||||
|
"wanted": "关注中"
|
||||||
|
},
|
||||||
|
"photoprism": {
|
||||||
|
"albums": "相册",
|
||||||
|
"photos": "照片",
|
||||||
|
"videos": "视频",
|
||||||
|
"people": "人物"
|
||||||
|
},
|
||||||
|
"diskstation": {
|
||||||
|
"uptime": "运行时间",
|
||||||
|
"volumeAvailable": "剩余存储",
|
||||||
|
"days": "天"
|
||||||
|
},
|
||||||
|
"fileflows": {
|
||||||
|
"queue": "队列",
|
||||||
|
"processing": "处理中",
|
||||||
|
"processed": "已处理",
|
||||||
|
"time": "时间"
|
||||||
|
},
|
||||||
|
"grafana": {
|
||||||
|
"totalalerts": "警报总数",
|
||||||
|
"dashboards": "控制面板",
|
||||||
|
"datasources": "数据来源",
|
||||||
|
"alertstriggered": "触发的警报"
|
||||||
|
},
|
||||||
|
"nextcloud": {
|
||||||
|
"cpuload": "处理器",
|
||||||
|
"memoryusage": "内存",
|
||||||
|
"freespace": "剩余空间",
|
||||||
|
"activeusers": "活跃用户",
|
||||||
|
"numfiles": "Files",
|
||||||
|
"numshares": "共享项目"
|
||||||
|
},
|
||||||
|
"kopia": {
|
||||||
|
"status": "状态",
|
||||||
|
"size": "大小",
|
||||||
|
"lastrun": "最后运行",
|
||||||
|
"nextrun": "下次运行",
|
||||||
|
"failed": "失败"
|
||||||
|
},
|
||||||
|
"unmanic": {
|
||||||
|
"active_workers": "在线工作节点",
|
||||||
|
"total_workers": "工作节点总数",
|
||||||
|
"records_total": "队列长度"
|
||||||
|
},
|
||||||
|
"healthchecks": {
|
||||||
|
"new": "新建立",
|
||||||
|
"up": "在线的",
|
||||||
|
"grace": "延缓中",
|
||||||
|
"down": "离线",
|
||||||
|
"paused": "暂停",
|
||||||
|
"status": "状态",
|
||||||
|
"last_ping": "上次检查",
|
||||||
|
"never": "尚未检查"
|
||||||
|
},
|
||||||
|
"pterodactyl": {
|
||||||
|
"servers": "服务器",
|
||||||
|
"nodes": "节点"
|
||||||
|
},
|
||||||
|
"prometheus": {
|
||||||
|
"targets_up": "目标上线",
|
||||||
|
"targets_down": "目标在线",
|
||||||
|
"targets_total": "总目标"
|
||||||
|
},
|
||||||
|
"minecraft": {
|
||||||
|
"players": "玩家",
|
||||||
|
"version": "版本",
|
||||||
|
"status": "状态",
|
||||||
|
"up": "在线的",
|
||||||
|
"down": "离线"
|
||||||
|
},
|
||||||
|
"ghostfolio": {
|
||||||
|
"gross_percent_today": "今天",
|
||||||
|
"gross_percent_1y": "一年",
|
||||||
|
"gross_percent_max": "所有时间"
|
||||||
|
},
|
||||||
|
"audiobookshelf": {
|
||||||
|
"podcasts": "播客",
|
||||||
|
"books": "图书",
|
||||||
|
"podcastsDuration": "持续时间",
|
||||||
|
"booksDuration": "持续时间"
|
||||||
|
},
|
||||||
|
"homeassistant": {
|
||||||
|
"people_home": "房间",
|
||||||
|
"lights_on": "照明开",
|
||||||
|
"switches_on": "开关开"
|
||||||
|
},
|
||||||
|
"freshrss": {
|
||||||
|
"subscriptions": "订阅",
|
||||||
|
"unread": "未读"
|
||||||
|
},
|
||||||
|
"channelsdvrserver": {
|
||||||
|
"shows": "节目",
|
||||||
|
"recordings": "录像",
|
||||||
|
"scheduled": "已计划的",
|
||||||
|
"passes": "通行证"
|
||||||
|
},
|
||||||
|
"whatsupdocker": {
|
||||||
|
"monitoring": "监测中",
|
||||||
|
"updates": "可更新"
|
||||||
|
},
|
||||||
|
"tailscale": {
|
||||||
|
"address": "地址",
|
||||||
|
"expires": "失效",
|
||||||
|
"never": "从不",
|
||||||
|
"last_seen": "最后上线",
|
||||||
|
"days": "{{number}}d",
|
||||||
|
"hours": "{{number}}h",
|
||||||
|
"minutes": "{{number}}m",
|
||||||
|
"seconds": "{{number}}s",
|
||||||
|
"ago": "{{value}} 以前",
|
||||||
|
"now": "现在",
|
||||||
|
"years": "{{number}}年",
|
||||||
|
"weeks": "{{number}}周"
|
||||||
|
},
|
||||||
|
"qnap": {
|
||||||
|
"cpuUsage": "处理器",
|
||||||
|
"memUsage": "内存",
|
||||||
|
"systemTempC": "系统温度",
|
||||||
|
"poolUsage": "存储池",
|
||||||
|
"volumeUsage": "Volume Usage",
|
||||||
|
"invalid": "Invalid"
|
||||||
|
},
|
||||||
|
"pfsense": {
|
||||||
|
"load": "平均负载",
|
||||||
|
"memory": "内存",
|
||||||
|
"wanStatus": "WAN 状态",
|
||||||
|
"up": "上传",
|
||||||
|
"down": "下载",
|
||||||
|
"temp": "温度",
|
||||||
|
"disk": "磁盘",
|
||||||
|
"wanIP": "WAN IP"
|
||||||
|
},
|
||||||
|
"caddy": {
|
||||||
|
"upstreams": "上游",
|
||||||
|
"requests": "当前请求",
|
||||||
|
"requests_failed": "失败请求"
|
||||||
|
},
|
||||||
|
"evcc": {
|
||||||
|
"pv_power": "正式环境",
|
||||||
|
"battery_soc": "Battery",
|
||||||
|
"grid_power": "Grid",
|
||||||
|
"home_power": "Consumption",
|
||||||
|
"charge_power": "Charger",
|
||||||
|
"watt_hour": "Wh"
|
||||||
|
},
|
||||||
|
"pialert": {
|
||||||
|
"total": "Total",
|
||||||
|
"connected": "Connected",
|
||||||
|
"new_devices": "New Devices",
|
||||||
|
"down_alerts": "Down Alerts"
|
||||||
|
},
|
||||||
|
"jdownloader": {
|
||||||
|
"downloadCount": "Queue Count",
|
||||||
|
"downloadSpeed": "Download Speed",
|
||||||
|
"downloadBytesRemaining": "Remaining",
|
||||||
|
"downloadTotalBytes": "Size"
|
||||||
|
},
|
||||||
|
"kavita": {
|
||||||
|
"seriesCount": "系列",
|
||||||
|
"totalFiles": "文件"
|
||||||
|
},
|
||||||
|
"gamedig": {
|
||||||
|
"name": "Name",
|
||||||
|
"map": "Map",
|
||||||
|
"currentPlayers": "Current players",
|
||||||
|
"players": "Players",
|
||||||
|
"maxPlayers": "Max players",
|
||||||
|
"bots": "Bots",
|
||||||
|
"ping": "Ping",
|
||||||
|
"status": "Status",
|
||||||
|
"online": "Online",
|
||||||
|
"offline": "Offline"
|
||||||
|
},
|
||||||
|
"azuredevops": {
|
||||||
|
"canceled": "Canceled",
|
||||||
|
"inProgress": "In Progress",
|
||||||
|
"result": "Result",
|
||||||
|
"status": "Status",
|
||||||
|
"buildId": "Build ID",
|
||||||
|
"succeeded": "Succeeded",
|
||||||
|
"notStarted": "Not Started",
|
||||||
|
"failed": "Failed",
|
||||||
|
"totalPrs": "Total PRs",
|
||||||
|
"myPrs": "My PRs",
|
||||||
|
"approved": "Approved"
|
||||||
|
},
|
||||||
|
"urbackup": {
|
||||||
|
"ok": "Ok",
|
||||||
|
"errored": "Errors",
|
||||||
|
"noRecent": "Out of Date",
|
||||||
|
"totalUsed": "Used Storage"
|
||||||
|
},
|
||||||
|
"openmediavault": {
|
||||||
|
"downloading": "Downloading",
|
||||||
|
"total": "Total",
|
||||||
|
"running": "Running",
|
||||||
|
"stopped": "Stopped",
|
||||||
|
"passed": "Passed",
|
||||||
|
"failed": "Failed"
|
||||||
|
},
|
||||||
|
"mealie": {
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"users": "Users",
|
||||||
|
"categories": "Categories",
|
||||||
|
"tags": "Tags"
|
||||||
|
},
|
||||||
|
"atsumeru": {
|
||||||
|
"series": "Series",
|
||||||
|
"archives": "Archives",
|
||||||
|
"chapters": "Chapters",
|
||||||
|
"categories": "Categories"
|
||||||
|
},
|
||||||
|
"calibreweb": {
|
||||||
|
"books": "书籍",
|
||||||
|
"authors": "作者",
|
||||||
|
"categories": "分类",
|
||||||
|
"series": "丛书"
|
||||||
|
},
|
||||||
|
"uptimerobot": {
|
||||||
|
"status": "Status",
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"lastDown": "Last Downtime",
|
||||||
|
"downDuration": "Downtime Duration",
|
||||||
|
"sitesUp": "Sites Up",
|
||||||
|
"sitesDown": "Sites Down",
|
||||||
|
"paused": "Paused",
|
||||||
|
"notyetchecked": "Not Yet Checked",
|
||||||
|
"up": "Up",
|
||||||
|
"seemsdown": "Seems Down",
|
||||||
|
"down": "Down",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
|
"opendtu": {
|
||||||
|
"relativePower": "Power %",
|
||||||
|
"yieldDay": "Today",
|
||||||
|
"limit": "Limit",
|
||||||
|
"absolutePower": "Power"
|
||||||
|
},
|
||||||
|
"calendar": {
|
||||||
|
"physicalRelease": "Physical release",
|
||||||
|
"inCinemas": "In cinemas",
|
||||||
|
"digitalRelease": "Digital release"
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,37 +1,21 @@
|
|||||||
Babel==2.12.1
|
Babel==2.12.1
|
||||||
backrefs==5.9
|
|
||||||
cairocffi==1.7.1
|
|
||||||
CairoSVG==2.7.1
|
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
cffi==1.17.1
|
|
||||||
cfgv==3.4.0
|
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
cssselect2==0.7.0
|
|
||||||
defusedxml==0.7.1
|
|
||||||
distlib==0.3.9
|
|
||||||
filelock==3.17.0
|
|
||||||
ghp-import==2.1.0
|
ghp-import==2.1.0
|
||||||
identify==2.6.7
|
|
||||||
idna==3.4
|
idna==3.4
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
Markdown==3.4.4
|
Markdown==3.4.4
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
mergedeep==1.3.4
|
mergedeep==1.3.4
|
||||||
mkdocs==1.6.0
|
mkdocs==1.6
|
||||||
mkdocs-get-deps==0.2.0
|
mkdocs-material==9.5.26
|
||||||
mkdocs-material==9.6.18
|
|
||||||
mkdocs-material-extensions==1.3.1
|
mkdocs-material-extensions==1.3.1
|
||||||
mkdocs-redirects==1.2.1
|
|
||||||
nodeenv==1.9.1
|
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
paginate==0.5.6
|
paginate==0.5.6
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
pillow==10.4.0
|
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
pre-commit==3.5.0
|
|
||||||
pycparser==2.22
|
|
||||||
Pygments==2.16.1
|
Pygments==2.16.1
|
||||||
pymdown-extensions==10.3
|
pymdown-extensions==10.3
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
@@ -40,8 +24,8 @@ pyyaml_env_tag==0.1
|
|||||||
regex==2023.8.8
|
regex==2023.8.8
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
tinycss2==1.4.0
|
|
||||||
urllib3==2.0.5
|
urllib3==2.0.5
|
||||||
virtualenv==20.29.2
|
|
||||||
watchdog==3.0.0
|
watchdog==3.0.0
|
||||||
webencodings==0.5.1
|
pre-commit==3.5.0
|
||||||
|
mkdocs-material[imaging]==9.5.26
|
||||||
|
mkdocs-redirects==1.2.1
|
||||||
|
|||||||
@@ -1,21 +1,13 @@
|
|||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
import { useCallback, useContext, useEffect, useRef, useState } from "react";
|
import { useCallback, useContext, useEffect, useRef, useState } from "react";
|
||||||
import { FiSearch } from "react-icons/fi";
|
|
||||||
import useSWR from "swr";
|
import useSWR from "swr";
|
||||||
import { SettingsContext } from "utils/contexts/settings";
|
import { SettingsContext } from "utils/contexts/settings";
|
||||||
|
|
||||||
import ResolvedIcon from "./resolvedicon";
|
import ResolvedIcon from "./resolvedicon";
|
||||||
import { getStoredProvider, searchProviders } from "./widgets/search/search";
|
import { getStoredProvider, searchProviders } from "./widgets/search/search";
|
||||||
|
|
||||||
const MOBILE_BUTTON_POSITIONS = {
|
export default function QuickLaunch({ servicesAndBookmarks, searchString, setSearchString, isOpen, close }) {
|
||||||
"top-left": "top-4 left-4",
|
|
||||||
"top-right": "top-4 right-4",
|
|
||||||
"bottom-left": "bottom-4 left-4",
|
|
||||||
"bottom-right": "bottom-4 right-4",
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function QuickLaunch({ servicesAndBookmarks, searchString, setSearchString, isOpen, setSearching }) {
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
const { settings } = useContext(SettingsContext);
|
const { settings } = useContext(SettingsContext);
|
||||||
@@ -57,10 +49,6 @@ export default function QuickLaunch({ servicesAndBookmarks, searchString, setSea
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
let mobileButtonPosition = settings.quicklaunch?.mobileButtonPosition
|
|
||||||
? MOBILE_BUTTON_POSITIONS[settings.quicklaunch.mobileButtonPosition]
|
|
||||||
: null;
|
|
||||||
|
|
||||||
function openCurrentItem(newWindow) {
|
function openCurrentItem(newWindow) {
|
||||||
const result = results[currentItemIndex];
|
const result = results[currentItemIndex];
|
||||||
window.open(
|
window.open(
|
||||||
@@ -71,13 +59,13 @@ export default function QuickLaunch({ servicesAndBookmarks, searchString, setSea
|
|||||||
}
|
}
|
||||||
|
|
||||||
const closeAndReset = useCallback(() => {
|
const closeAndReset = useCallback(() => {
|
||||||
setSearching(false);
|
close(false);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setSearchString("");
|
setSearchString("");
|
||||||
setCurrentItemIndex(null);
|
setCurrentItemIndex(null);
|
||||||
setSearchSuggestions([]);
|
setSearchSuggestions([]);
|
||||||
}, 200); // delay a little for animations
|
}, 200); // delay a little for animations
|
||||||
}, [setSearching, setSearchString, setCurrentItemIndex, setSearchSuggestions]);
|
}, [close, setSearchString, setCurrentItemIndex, setSearchSuggestions]);
|
||||||
|
|
||||||
function handleSearchChange(event) {
|
function handleSearchChange(event) {
|
||||||
const rawSearchString = event.target.value;
|
const rawSearchString = event.target.value;
|
||||||
@@ -257,98 +245,86 @@ export default function QuickLaunch({ servicesAndBookmarks, searchString, setSea
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div
|
||||||
<div
|
className={classNames(
|
||||||
className={classNames(
|
"relative z-40 ease-in-out duration-300 transition-opacity",
|
||||||
"relative z-40 ease-in-out duration-300 transition-opacity",
|
hidden && !isOpen && "hidden",
|
||||||
hidden && !isOpen && "hidden",
|
!hidden && isOpen && "opacity-100",
|
||||||
!hidden && isOpen && "opacity-100",
|
!isOpen && "opacity-0",
|
||||||
!isOpen && "opacity-0",
|
)}
|
||||||
)}
|
role="dialog"
|
||||||
role="dialog"
|
aria-modal="true"
|
||||||
aria-modal="true"
|
>
|
||||||
>
|
<div className="fixed inset-0 bg-gray-500 opacity-50" />
|
||||||
<div className="fixed inset-0 bg-gray-500 opacity-50" />
|
<div className="fixed inset-0 z-20 overflow-y-auto">
|
||||||
<div className="fixed inset-0 z-20 overflow-y-auto">
|
<div className="flex min-h-full min-w-full items-start justify-center text-center">
|
||||||
<div className="flex min-h-full min-w-full items-start justify-center text-center">
|
<dialog className="mt-[10%] mx-auto min-w-[90%] max-w-[90%] md:min-w-[40%] md:max-w-[40%] rounded-md p-0 block font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-50 dark:bg-theme-800">
|
||||||
<dialog className="mt-[10%] mx-auto min-w-[90%] max-w-[90%] md:min-w-[40%] md:max-w-[40%] rounded-md p-0 block font-medium text-theme-700 dark:text-theme-200 dark:hover:text-theme-300 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 bg-theme-50 dark:bg-theme-800">
|
<input
|
||||||
<input
|
placeholder="Search"
|
||||||
placeholder="Search"
|
className={classNames(
|
||||||
className={classNames(
|
results.length > 0 && "rounded-t-md",
|
||||||
results.length > 0 && "rounded-t-md",
|
results.length === 0 && "rounded-md",
|
||||||
results.length === 0 && "rounded-md",
|
"w-full p-4 m-0 border-0 border-b border-slate-700 focus:border-slate-700 focus:outline-0 focus:ring-0 text-sm md:text-xl text-theme-700 dark:text-theme-200 bg-theme-60 dark:bg-theme-800",
|
||||||
"w-full p-4 m-0 border-0 border-b border-slate-700 focus:border-slate-700 focus:outline-0 focus:ring-0 text-sm md:text-xl text-theme-700 dark:text-theme-200 bg-theme-60 dark:bg-theme-800",
|
)}
|
||||||
)}
|
type="text"
|
||||||
type="text"
|
autoCorrect="false"
|
||||||
autoCorrect="false"
|
ref={searchField}
|
||||||
ref={searchField}
|
value={searchString}
|
||||||
value={searchString}
|
onChange={handleSearchChange}
|
||||||
onChange={handleSearchChange}
|
onKeyDown={handleSearchKeyDown}
|
||||||
onKeyDown={handleSearchKeyDown}
|
/>
|
||||||
/>
|
{results.length > 0 && (
|
||||||
{results.length > 0 && (
|
<ul className="max-h-[60vh] overflow-y-auto m-2">
|
||||||
<ul className="max-h-[60vh] overflow-y-auto m-2">
|
{results.map((r, i) => (
|
||||||
{results.map((r, i) => (
|
<li key={[r.name, r.container, r.app, r.href].filter((s) => s).join("-")}>
|
||||||
<li key={[r.name, r.container, r.app, r.href].filter((s) => s).join("-")}>
|
<button
|
||||||
<button
|
type="button"
|
||||||
type="button"
|
data-index={i}
|
||||||
data-index={i}
|
onMouseEnter={handleItemHover}
|
||||||
onMouseEnter={handleItemHover}
|
onClick={handleItemClick}
|
||||||
onClick={handleItemClick}
|
onKeyDown={handleItemKeyDown}
|
||||||
onKeyDown={handleItemKeyDown}
|
className={classNames(
|
||||||
className={classNames(
|
"flex flex-row w-full items-center justify-between rounded-md text-sm md:text-xl py-2 px-4 cursor-pointer text-theme-700 dark:text-theme-200",
|
||||||
"flex flex-row w-full items-center justify-between rounded-md text-sm md:text-xl py-2 px-4 cursor-pointer text-theme-700 dark:text-theme-200",
|
i === currentItemIndex && "bg-theme-300/50 dark:bg-theme-700/50",
|
||||||
i === currentItemIndex && "bg-theme-300/50 dark:bg-theme-700/50",
|
)}
|
||||||
|
>
|
||||||
|
<div className="flex flex-row items-center mr-4 pointer-events-none">
|
||||||
|
{(r.icon || r.abbr) && (
|
||||||
|
<div className="w-5 text-xs mr-4">
|
||||||
|
{r.icon && <ResolvedIcon icon={r.icon} />}
|
||||||
|
{r.abbr && r.abbr}
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
>
|
<div className="flex flex-col md:flex-row text-left items-baseline mr-4 pointer-events-none">
|
||||||
<div className="flex flex-row items-center mr-4 pointer-events-none">
|
{r.type !== "searchSuggestion" && <span className="mr-4">{r.name}</span>}
|
||||||
{(r.icon || r.abbr) && (
|
{r.type === "searchSuggestion" && (
|
||||||
<div className="w-5 text-xs mr-4">
|
<div className="flex-nowrap">
|
||||||
{r.icon && <ResolvedIcon icon={r.icon} />}
|
<span className="whitespace-pre">
|
||||||
{r.abbr && r.abbr}
|
{r.name.indexOf(searchString) === 0 ? searchString : ""}
|
||||||
|
</span>
|
||||||
|
<span className="whitespace-pre opacity-50">
|
||||||
|
{r.name.indexOf(searchString) === 0 ? r.name.substring(searchString.length) : r.name}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="flex flex-col md:flex-row text-left items-baseline mr-4 pointer-events-none">
|
{r.description && (
|
||||||
{r.type !== "searchSuggestion" && <span className="mr-4">{r.name}</span>}
|
<span className="text-xs text-theme-600 text-light">
|
||||||
{r.type === "searchSuggestion" && (
|
{searchDescriptions && r.priority < 2 ? highlightText(r.description) : r.description}
|
||||||
<div className="flex-nowrap">
|
</span>
|
||||||
<span className="whitespace-pre">
|
)}
|
||||||
{r.name.indexOf(searchString) === 0 ? searchString : ""}
|
|
||||||
</span>
|
|
||||||
<span className="whitespace-pre opacity-50">
|
|
||||||
{r.name.indexOf(searchString) === 0 ? r.name.substring(searchString.length) : r.name}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
{r.description && (
|
|
||||||
<span className="text-xs text-theme-600 text-light">
|
|
||||||
{searchDescriptions && r.priority < 2 ? highlightText(r.description) : r.description}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="text-xs text-theme-600 font-bold pointer-events-none">
|
</div>
|
||||||
{t(`quicklaunch.${r.type ? r.type.toLowerCase() : "bookmark"}`)}
|
<div className="text-xs text-theme-600 font-bold pointer-events-none">
|
||||||
</div>
|
{t(`quicklaunch.${r.type ? r.type.toLowerCase() : "bookmark"}`)}
|
||||||
</button>
|
</div>
|
||||||
</li>
|
</button>
|
||||||
))}
|
</li>
|
||||||
</ul>
|
))}
|
||||||
)}
|
</ul>
|
||||||
</dialog>
|
)}
|
||||||
</div>
|
</dialog>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{mobileButtonPosition && (
|
</div>
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
onClick={setSearching.bind(this, !isOpen)}
|
|
||||||
className={`fixed ${mobileButtonPosition} z-40 p-2 rounded-full sm:hidden text-theme-700 dark:text-theme-200 bg-theme-50 dark:bg-theme-800 shadow-md shadow-theme-900/10 dark:shadow-theme-900/20 transition-opacity duration-100`}
|
|
||||||
style={{ opacity: isOpen ? 0 : 1 }}
|
|
||||||
>
|
|
||||||
<FiSearch className="w-4 h-4" />
|
|
||||||
</button>
|
|
||||||
)}
|
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,47 +1,16 @@
|
|||||||
import classNames from "classnames";
|
import classNames from "classnames";
|
||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
import { useContext, useMemo } from "react";
|
|
||||||
|
|
||||||
import { BlockHighlightContext } from "./highlight-context";
|
export default function Block({ value, label }) {
|
||||||
|
|
||||||
import { evaluateHighlight, getHighlightClass } from "utils/highlights";
|
|
||||||
|
|
||||||
export default function Block({ value, label, field }) {
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const highlightConfig = useContext(BlockHighlightContext);
|
|
||||||
|
|
||||||
const highlight = useMemo(() => {
|
|
||||||
if (!highlightConfig) return null;
|
|
||||||
const labels = Array.isArray(label) ? label : [label];
|
|
||||||
const candidates = [];
|
|
||||||
if (typeof field === "string") candidates.push(field);
|
|
||||||
for (const candidateLabel of labels) {
|
|
||||||
if (typeof candidateLabel === "string") candidates.push(candidateLabel);
|
|
||||||
}
|
|
||||||
|
|
||||||
for (const candidate of candidates) {
|
|
||||||
const result = evaluateHighlight(candidate, value, highlightConfig);
|
|
||||||
if (result) return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}, [field, label, value, highlightConfig]);
|
|
||||||
|
|
||||||
const highlightClass = useMemo(() => {
|
|
||||||
if (!highlight?.level) return undefined;
|
|
||||||
return getHighlightClass(highlight.level, highlightConfig);
|
|
||||||
}, [highlight, highlightConfig]);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
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 p-1",
|
"bg-theme-200/50 dark:bg-theme-900/20 rounded-sm m-1 flex-1 flex flex-col items-center justify-center text-center p-1",
|
||||||
value === undefined ? "animate-pulse" : "",
|
value === undefined ? "animate-pulse" : "",
|
||||||
highlightClass,
|
|
||||||
"service-block",
|
"service-block",
|
||||||
)}
|
)}
|
||||||
data-highlight-level={highlight?.level}
|
|
||||||
data-highlight-source={highlight?.source}
|
|
||||||
>
|
>
|
||||||
<div className="font-thin text-sm">{value === undefined || value === null ? "-" : value}</div>
|
<div className="font-thin text-sm">{value === undefined || value === null ? "-" : value}</div>
|
||||||
<div className="font-bold text-xs uppercase">{t(label)}</div>
|
<div className="font-bold text-xs uppercase">{t(label)}</div>
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
import { useContext, useMemo } from "react";
|
import { useContext } from "react";
|
||||||
import { SettingsContext } from "utils/contexts/settings";
|
import { SettingsContext } from "utils/contexts/settings";
|
||||||
|
|
||||||
import Error from "./error";
|
import Error from "./error";
|
||||||
import { BlockHighlightContext } from "./highlight-context";
|
|
||||||
|
|
||||||
import { buildHighlightConfig } from "utils/highlights";
|
|
||||||
|
|
||||||
const ALIASED_WIDGETS = {
|
const ALIASED_WIDGETS = {
|
||||||
pialert: "netalertx",
|
pialert: "netalertx",
|
||||||
@@ -14,11 +11,6 @@ const ALIASED_WIDGETS = {
|
|||||||
export default function Container({ error = false, children, service }) {
|
export default function Container({ error = false, children, service }) {
|
||||||
const { settings } = useContext(SettingsContext);
|
const { settings } = useContext(SettingsContext);
|
||||||
|
|
||||||
const highlightConfig = useMemo(
|
|
||||||
() => buildHighlightConfig(settings?.blockHighlights, service?.widget?.highlight, service?.widget?.type),
|
|
||||||
[settings?.blockHighlights, service?.widget?.highlight, service?.widget?.type],
|
|
||||||
);
|
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
if (settings.hideErrors || service.widget.hide_errors) {
|
if (settings.hideErrors || service.widget.hide_errors) {
|
||||||
return null;
|
return null;
|
||||||
@@ -45,12 +37,12 @@ export default function Container({ error = false, children, service }) {
|
|||||||
if (!field.includes(".")) {
|
if (!field.includes(".")) {
|
||||||
fullField = `${type}.${field}`;
|
fullField = `${type}.${field}`;
|
||||||
}
|
}
|
||||||
let matches = fullField === (child?.props?.field || child?.props?.label);
|
let matches = fullField === child?.props?.label;
|
||||||
// check if the field is an 'alias'
|
// check if the field is an 'alias'
|
||||||
if (matches) {
|
if (matches) {
|
||||||
return true;
|
return true;
|
||||||
} else if (ALIASED_WIDGETS[type]) {
|
} else if (ALIASED_WIDGETS[type]) {
|
||||||
matches = fullField.replace(type, ALIASED_WIDGETS[type]) === (child?.props?.field || child?.props?.label);
|
matches = fullField.replace(type, ALIASED_WIDGETS[type]) === child?.props?.label;
|
||||||
|
|
||||||
return matches;
|
return matches;
|
||||||
}
|
}
|
||||||
@@ -59,11 +51,6 @@ export default function Container({ error = false, children, service }) {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const content = <div className="relative flex flex-row w-full service-container">{visibleChildren}</div>;
|
|
||||||
|
|
||||||
if (!highlightConfig) {
|
return <div className="relative flex flex-row w-full service-container">{visibleChildren}</div>;
|
||||||
return content;
|
|
||||||
}
|
|
||||||
|
|
||||||
return <BlockHighlightContext.Provider value={highlightConfig}>{content}</BlockHighlightContext.Provider>;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ export default function Error({ error }) {
|
|||||||
|
|
||||||
if (typeof error === "string") {
|
if (typeof error === "string") {
|
||||||
error = { message: error }; // eslint-disable-line no-param-reassign
|
error = { message: error }; // eslint-disable-line no-param-reassign
|
||||||
} else if (typeof error === "number") {
|
|
||||||
error = { message: `Error ${error}` }; // eslint-disable-line no-param-reassign
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (error?.data?.error) {
|
if (error?.data?.error) {
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
import { createContext } from "react";
|
|
||||||
|
|
||||||
export const BlockHighlightContext = createContext(null);
|
|
||||||
@@ -55,7 +55,8 @@ export default function Version({ disableUpdateCheck = false }) {
|
|||||||
</span>
|
</span>
|
||||||
{!validate(version)
|
{!validate(version)
|
||||||
? null
|
? null
|
||||||
: latestRelease &&
|
: releaseData &&
|
||||||
|
latestRelease &&
|
||||||
compareVersions(latestRelease.tag_name, version) > 0 && (
|
compareVersions(latestRelease.tag_name, version) > 0 && (
|
||||||
<a
|
<a
|
||||||
href={latestRelease.html_url}
|
href={latestRelease.html_url}
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ export default function Widget({ options }) {
|
|||||||
<Resource
|
<Resource
|
||||||
icon={FaMemory}
|
icon={FaMemory}
|
||||||
value={t("common.bytes", {
|
value={t("common.bytes", {
|
||||||
value: data.mem.available,
|
value: data.mem.free,
|
||||||
maximumFractionDigits: 1,
|
maximumFractionDigits: 1,
|
||||||
binary: true,
|
binary: true,
|
||||||
})}
|
})}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
import { useCallback, useEffect, useState } from "react";
|
import { useState } from "react";
|
||||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||||
import { WiCloudDown } from "react-icons/wi";
|
import { WiCloudDown } from "react-icons/wi";
|
||||||
import useSWR from "swr";
|
import useSWR from "swr";
|
||||||
@@ -64,7 +64,7 @@ export default function OpenMeteo({ options }) {
|
|||||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||||
}
|
}
|
||||||
|
|
||||||
const requestLocation = useCallback(() => {
|
const requestLocation = () => {
|
||||||
setRequesting(true);
|
setRequesting(true);
|
||||||
if (typeof window !== "undefined") {
|
if (typeof window !== "undefined") {
|
||||||
navigator.geolocation.getCurrentPosition(
|
navigator.geolocation.getCurrentPosition(
|
||||||
@@ -82,17 +82,7 @@ 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) {
|
if (!location) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
import { useCallback, useEffect, useState } from "react";
|
import { useState } from "react";
|
||||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||||
import { WiCloudDown } from "react-icons/wi";
|
import { WiCloudDown } from "react-icons/wi";
|
||||||
import useSWR from "swr";
|
import useSWR from "swr";
|
||||||
@@ -59,7 +59,7 @@ export default function OpenWeatherMap({ options }) {
|
|||||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||||
}
|
}
|
||||||
|
|
||||||
const requestLocation = useCallback(() => {
|
const requestLocation = () => {
|
||||||
setRequesting(true);
|
setRequesting(true);
|
||||||
if (typeof window !== "undefined") {
|
if (typeof window !== "undefined") {
|
||||||
navigator.geolocation.getCurrentPosition(
|
navigator.geolocation.getCurrentPosition(
|
||||||
@@ -77,17 +77,7 @@ 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) {
|
if (!location) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default function QueueEntry({ title, activity, timeLeft, progress, size }) {
|
export default function QueueEntry({ title, activity, timeLeft, progress }) {
|
||||||
return (
|
return (
|
||||||
<div className="text-theme-700 dark:text-theme-200 relative h-5 rounded-md bg-theme-200/50 dark:bg-theme-900/20 m-1 px-1 flex">
|
<div className="text-theme-700 dark:text-theme-200 relative h-5 rounded-md bg-theme-200/50 dark:bg-theme-900/20 m-1 px-1 flex">
|
||||||
<div
|
<div
|
||||||
@@ -11,7 +11,6 @@ export default function QueueEntry({ title, activity, timeLeft, progress, size }
|
|||||||
<div className="absolute w-full whitespace-nowrap text-ellipsis overflow-hidden text-left">{title}</div>
|
<div className="absolute w-full whitespace-nowrap text-ellipsis overflow-hidden text-left">{title}</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="self-center text-xs flex justify-end mr-1.5 pl-1 z-10 text-ellipsis overflow-hidden whitespace-nowrap">
|
<div className="self-center text-xs flex justify-end mr-1.5 pl-1 z-10 text-ellipsis overflow-hidden whitespace-nowrap">
|
||||||
{size && `${size} - `}
|
|
||||||
{timeLeft ? `${activity} - ${timeLeft}` : activity}
|
{timeLeft ? `${activity} - ${timeLeft}` : activity}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { useTranslation } from "next-i18next";
|
import { useTranslation } from "next-i18next";
|
||||||
import { useCallback, useEffect, useState } from "react";
|
import { useState } from "react";
|
||||||
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
import { MdLocationDisabled, MdLocationSearching } from "react-icons/md";
|
||||||
import { WiCloudDown } from "react-icons/wi";
|
import { WiCloudDown } from "react-icons/wi";
|
||||||
import useSWR from "swr";
|
import useSWR from "swr";
|
||||||
@@ -63,7 +63,7 @@ export default function WeatherApi({ options }) {
|
|||||||
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
setLocation({ latitude: options.latitude, longitude: options.longitude });
|
||||||
}
|
}
|
||||||
|
|
||||||
const requestLocation = useCallback(() => {
|
const requestLocation = () => {
|
||||||
setRequesting(true);
|
setRequesting(true);
|
||||||
if (typeof window !== "undefined") {
|
if (typeof window !== "undefined") {
|
||||||
navigator.geolocation.getCurrentPosition(
|
navigator.geolocation.getCurrentPosition(
|
||||||
@@ -81,17 +81,7 @@ 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) {
|
if (!location) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -24,28 +24,9 @@ export default async function handler(req, res) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prefer per-node config (new format), fall back to legacy flat creds.
|
const baseUrl = `${proxmoxConfig.url}/api2/json`;
|
||||||
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 = {
|
const headers = {
|
||||||
Authorization: `PVEAPIToken=${nodeConfig.token}=${nodeConfig.secret}`,
|
Authorization: `PVEAPIToken=${proxmoxConfig.token}=${proxmoxConfig.secret}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
const statusUrl = `${baseUrl}/nodes/${node}/${vmType}/${vmid}/status/current`;
|
const statusUrl = `${baseUrl}/nodes/${node}/${vmType}/${vmid}/status/current`;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import { existsSync } from "fs";
|
||||||
|
|
||||||
import createLogger from "utils/logger";
|
import createLogger from "utils/logger";
|
||||||
|
|
||||||
const logger = createLogger("resources");
|
const logger = createLogger("resources");
|
||||||
@@ -18,20 +20,17 @@ export default async function handler(req, res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (type === "disk") {
|
if (type === "disk") {
|
||||||
const requested = typeof target === "string" && target ? target : "/";
|
if (!existsSync(target)) {
|
||||||
const fsSize = await si.fsSize();
|
return res.status(404).json({
|
||||||
logger.debug("fsSize:", JSON.stringify(fsSize));
|
error: "Target not found",
|
||||||
|
});
|
||||||
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 });
|
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 === "/"),
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type === "memory") {
|
if (type === "memory") {
|
||||||
|
|||||||
@@ -41,17 +41,6 @@ const Version = dynamic(() => import("components/version"), {
|
|||||||
|
|
||||||
const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "openmeteo", "search", "datetime"];
|
const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "openmeteo", "search", "datetime"];
|
||||||
|
|
||||||
// Normalize language codes so older config values like zh-CN still point to Crowdin-provided ones
|
|
||||||
const LANGUAGE_ALIASES = {
|
|
||||||
"zh-cn": "zh-Hans",
|
|
||||||
};
|
|
||||||
|
|
||||||
const normalizeLanguage = (language) => {
|
|
||||||
if (!language) return "en";
|
|
||||||
const alias = LANGUAGE_ALIASES[language.toLowerCase()];
|
|
||||||
return alias || language;
|
|
||||||
};
|
|
||||||
|
|
||||||
export async function getStaticProps() {
|
export async function getStaticProps() {
|
||||||
let logger;
|
let logger;
|
||||||
try {
|
try {
|
||||||
@@ -61,7 +50,6 @@ export async function getStaticProps() {
|
|||||||
const services = await servicesResponse();
|
const services = await servicesResponse();
|
||||||
const bookmarks = await bookmarksResponse();
|
const bookmarks = await bookmarksResponse();
|
||||||
const widgets = await widgetsResponse();
|
const widgets = await widgetsResponse();
|
||||||
const language = normalizeLanguage(settings.language);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
@@ -72,7 +60,7 @@ export async function getStaticProps() {
|
|||||||
"/api/widgets": widgets,
|
"/api/widgets": widgets,
|
||||||
"/api/hash": false,
|
"/api/hash": false,
|
||||||
},
|
},
|
||||||
...(await serverSideTranslations(language)),
|
...(await serverSideTranslations(settings.language ?? "en")),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -230,9 +218,8 @@ function Home({ initialSettings }) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const language = normalizeLanguage(settings.language);
|
if (settings.language) {
|
||||||
if (language) {
|
i18n.changeLanguage(settings.language);
|
||||||
i18n.changeLanguage(language);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings.theme && theme !== settings.theme) {
|
if (settings.theme && theme !== settings.theme) {
|
||||||
@@ -413,7 +400,6 @@ function Home({ initialSettings }) {
|
|||||||
"A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
"A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
{settings.disableIndexing && <meta name="robots" content="noindex, nofollow" />}
|
|
||||||
{settings.base && <base href={settings.base} />}
|
{settings.base && <base href={settings.base} />}
|
||||||
{settings.favicon ? (
|
{settings.favicon ? (
|
||||||
<>
|
<>
|
||||||
@@ -431,7 +417,6 @@ function Home({ initialSettings }) {
|
|||||||
)}
|
)}
|
||||||
<meta name="msapplication-TileColor" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
<meta name="msapplication-TileColor" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
||||||
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
||||||
<meta name="color-scheme" content="dark light"></meta>
|
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<Script src="/api/config/custom.js" />
|
<Script src="/api/config/custom.js" />
|
||||||
@@ -439,7 +424,7 @@ function Home({ initialSettings }) {
|
|||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
settings.fullWidth ? "" : "container",
|
settings.fullWidth ? "" : "container",
|
||||||
"relative m-auto flex flex-col justify-start z-10 h-full min-h-screen",
|
"relative m-auto flex flex-col justify-start z-10 h-full",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<QuickLaunch
|
<QuickLaunch
|
||||||
@@ -447,7 +432,7 @@ function Home({ initialSettings }) {
|
|||||||
searchString={searchString}
|
searchString={searchString}
|
||||||
setSearchString={setSearchString}
|
setSearchString={setSearchString}
|
||||||
isOpen={searching}
|
isOpen={searching}
|
||||||
setSearching={setSearching}
|
close={setSearching}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
id="information-widgets"
|
id="information-widgets"
|
||||||
@@ -513,88 +498,60 @@ function Home({ initialSettings }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default function Wrapper({ initialSettings, fallback }) {
|
export default function Wrapper({ initialSettings, fallback }) {
|
||||||
const { theme } = useContext(ThemeContext);
|
const { themeContext } = useContext(ThemeContext);
|
||||||
const { color } = useContext(ColorContext);
|
const wrappedStyle = {};
|
||||||
let backgroundImage = "";
|
|
||||||
let opacity = initialSettings?.backgroundOpacity ?? 0;
|
|
||||||
let backgroundBlur = false;
|
let backgroundBlur = false;
|
||||||
let backgroundSaturate = false;
|
let backgroundSaturate = false;
|
||||||
let backgroundBrightness = false;
|
let backgroundBrightness = false;
|
||||||
if (initialSettings?.background) {
|
if (initialSettings && initialSettings.background) {
|
||||||
const bg = initialSettings.background;
|
let opacity = initialSettings.backgroundOpacity ?? 1;
|
||||||
if (typeof bg === "object") {
|
let backgroundImage = initialSettings.background;
|
||||||
backgroundImage = bg.image || "";
|
if (typeof initialSettings.background === "object") {
|
||||||
if (bg.opacity !== undefined) {
|
backgroundImage = initialSettings.background.image;
|
||||||
opacity = 1 - bg.opacity / 100;
|
backgroundBlur = initialSettings.background.blur !== undefined;
|
||||||
}
|
backgroundSaturate = initialSettings.background.saturate !== undefined;
|
||||||
backgroundBlur = bg.blur !== undefined;
|
backgroundBrightness = initialSettings.background.brightness !== undefined;
|
||||||
backgroundSaturate = bg.saturate !== undefined;
|
if (initialSettings.background.opacity !== undefined) opacity = initialSettings.background.opacity / 100;
|
||||||
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");
|
|
||||||
|
|
||||||
const desiredThemeClass = `theme-${color || initialSettings.color || "slate"}`;
|
|
||||||
const themeClassesToRemove = Array.from(html.classList).filter(
|
|
||||||
(cls) => cls.startsWith("theme-") && cls !== desiredThemeClass,
|
|
||||||
);
|
|
||||||
if (themeClassesToRemove.length) {
|
|
||||||
html.classList.remove(...themeClassesToRemove);
|
|
||||||
}
|
|
||||||
if (!html.classList.contains(desiredThemeClass)) {
|
|
||||||
html.classList.add(desiredThemeClass);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (backgroundImage) {
|
|
||||||
const safeBackgroundImage = backgroundImage.replace(/'/g, "\\'");
|
|
||||||
body.style.backgroundImage = `linear-gradient(rgb(var(--bg-color) / ${opacity}), rgb(var(--bg-color) / ${opacity})), url('${safeBackgroundImage}')`;
|
|
||||||
body.style.backgroundSize = "cover";
|
|
||||||
body.style.backgroundPosition = "center";
|
|
||||||
body.style.backgroundAttachment = "fixed";
|
|
||||||
body.style.backgroundRepeat = "no-repeat";
|
|
||||||
body.style.backgroundColor = "";
|
|
||||||
} else {
|
|
||||||
body.style.backgroundImage = "none";
|
|
||||||
body.style.backgroundColor = "rgb(var(--bg-color))";
|
|
||||||
body.style.backgroundSize = "";
|
|
||||||
body.style.backgroundPosition = "";
|
|
||||||
body.style.backgroundAttachment = "";
|
|
||||||
body.style.backgroundRepeat = "";
|
|
||||||
}
|
|
||||||
|
|
||||||
return () => {
|
|
||||||
body.style.backgroundImage = "";
|
|
||||||
body.style.backgroundColor = "";
|
|
||||||
body.style.backgroundSize = "";
|
|
||||||
body.style.backgroundPosition = "";
|
|
||||||
body.style.backgroundAttachment = "";
|
|
||||||
body.style.backgroundRepeat = "";
|
|
||||||
};
|
|
||||||
}, [backgroundImage, opacity, theme, color, initialSettings.color]);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="page_wrapper" className="relative min-h-screen">
|
<div
|
||||||
|
id="page_wrapper"
|
||||||
|
className={classNames(
|
||||||
|
"relative",
|
||||||
|
initialSettings.theme && initialSettings.theme,
|
||||||
|
initialSettings.color && `theme-${initialSettings.color}`,
|
||||||
|
themeContext === "dark" ? "scheme-dark" : "scheme-light",
|
||||||
|
)}
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
id="inner_wrapper"
|
id="page_container"
|
||||||
tabIndex="-1"
|
className="fixed overflow-auto w-full h-full bg-theme-50 dark:bg-theme-800 transition-all"
|
||||||
className={classNames(
|
style={wrappedStyle}
|
||||||
"w-full min-h-screen overflow-auto",
|
|
||||||
backgroundBlur &&
|
|
||||||
`backdrop-blur${initialSettings.background.blur?.length ? `-${initialSettings.background.blur}` : ""}`,
|
|
||||||
backgroundSaturate && `backdrop-saturate-${initialSettings.background.saturate}`,
|
|
||||||
backgroundBrightness && `backdrop-brightness-${initialSettings.background.brightness}`,
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
<Index initialSettings={initialSettings} fallback={fallback} />
|
<div
|
||||||
|
id="inner_wrapper"
|
||||||
|
tabIndex="-1"
|
||||||
|
className={classNames(
|
||||||
|
"fixed overflow-auto w-full h-full",
|
||||||
|
backgroundBlur &&
|
||||||
|
`backdrop-blur${initialSettings.background.blur.length ? "-" : ""}${initialSettings.background.blur}`,
|
||||||
|
backgroundSaturate && `backdrop-saturate-${initialSettings.background.saturate}`,
|
||||||
|
backgroundBrightness && `backdrop-brightness-${initialSettings.background.brightness}`,
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
<Index initialSettings={initialSettings} fallback={fallback} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
import { getSettings } from "utils/config/config";
|
|
||||||
|
|
||||||
export async function getServerSideProps({ res }) {
|
|
||||||
const settings = getSettings();
|
|
||||||
const content = ["User-agent: *", !!settings.disableIndexing ? "Disallow: /" : "Allow: /"].join("\n");
|
|
||||||
|
|
||||||
res.setHeader("Content-Type", "text/plain");
|
|
||||||
res.write(content);
|
|
||||||
res.end();
|
|
||||||
|
|
||||||
return {
|
|
||||||
props: {},
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export default function RobotsTxt() {
|
|
||||||
// placeholder component
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
# pve:
|
# url: https://proxmox.host.or.ip:8006
|
||||||
# url: https://proxmox.host.or.ip:8006
|
# token: username@pam!Token ID
|
||||||
# token: username@pam!Token ID
|
# secret: secret
|
||||||
# secret: secret
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user