mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Compare commits
121 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12ec1cfdcb | ||
|
|
303a62369f | ||
|
|
034f6d29d6 | ||
|
|
60098d3909 | ||
|
|
2c68f1e7ee | ||
|
|
bfd392026d | ||
|
|
c18fd02c8e | ||
|
|
ffad2b890e | ||
|
|
4239e8fe97 | ||
|
|
f82a122e26 | ||
|
|
d49a06efd9 | ||
|
|
9904c2db2f | ||
|
|
60db01cc57 | ||
|
|
4e69ea6088 | ||
|
|
268d8efa0e | ||
|
|
43bbb69d53 | ||
|
|
cdfb5a11f7 | ||
|
|
2ebcb311e8 | ||
|
|
0d7b77260f | ||
|
|
6f07acab15 | ||
|
|
29447c55ff | ||
|
|
dd819ad677 | ||
|
|
212e517ebb | ||
|
|
29ac7bfea7 | ||
|
|
b0d57866a0 | ||
|
|
97d193faf1 | ||
|
|
d4c0e482d3 | ||
|
|
def9b27006 | ||
|
|
4fe4ae9622 | ||
|
|
0af975b3d9 | ||
|
|
01a2495e47 | ||
|
|
e4b4eba445 | ||
|
|
885b2624a8 | ||
|
|
f06214a295 | ||
|
|
7627f9c5a7 | ||
|
|
556450c8de | ||
|
|
edc38c93e2 | ||
|
|
b9e1a514cb | ||
|
|
7e0fbed06b | ||
|
|
358633638f | ||
|
|
fa1d343f2a | ||
|
|
247f73f0db | ||
|
|
54db9ac551 | ||
|
|
c89c4884b6 | ||
|
|
2d5f93668a | ||
|
|
b5258c5200 | ||
|
|
83d1ea5ec4 | ||
|
|
a660b42095 | ||
|
|
8b029ac11c | ||
|
|
9caede1cc3 | ||
|
|
b05b9b1420 | ||
|
|
8e9920a9d8 | ||
|
|
4d68f55dfa | ||
|
|
89fe819681 | ||
|
|
bb311ce1a0 | ||
|
|
fc1bf53f8f | ||
|
|
70f0eb3af6 | ||
|
|
5892d7407c | ||
|
|
f0910a9e8b | ||
|
|
e92ccc30ba | ||
|
|
68e4b98ddb | ||
|
|
abce57379d | ||
|
|
da57b2779a | ||
|
|
708a67ad03 | ||
|
|
b07221b8e9 | ||
|
|
c5876f22fe | ||
|
|
000d06aa04 | ||
|
|
5a19640c83 | ||
|
|
1893c9b8da | ||
|
|
67d99a5512 | ||
|
|
8157b03380 | ||
|
|
45a9e2a6da | ||
|
|
fce694e2b9 | ||
|
|
291bf422f9 | ||
|
|
3fae59c2bd | ||
|
|
619f365c92 | ||
|
|
841c74d58a | ||
|
|
b0dd810b49 | ||
|
|
36585a2c44 | ||
|
|
c268739e1f | ||
|
|
0d47dcaac7 | ||
|
|
a251c34059 | ||
|
|
4dca4cc892 | ||
|
|
ea0310548a | ||
|
|
87d1ea4f2e | ||
|
|
35af27f209 | ||
|
|
1c529c0e7d | ||
|
|
187291eeca | ||
|
|
eda5b0f0cf | ||
|
|
3b76772f81 | ||
|
|
3955743590 | ||
|
|
74a52d9288 | ||
|
|
fc7ce0a253 | ||
|
|
ea6192e8c6 | ||
|
|
8eb61ef9ff | ||
|
|
259d0f1bb9 | ||
|
|
868335fa4f | ||
|
|
888349bd64 | ||
|
|
b9b9fb04aa | ||
|
|
4af2f9c229 | ||
|
|
1a724732c8 | ||
|
|
bdbc3cb0ba | ||
|
|
6c741c620c | ||
|
|
ee38b7c757 | ||
|
|
64ac19859c | ||
|
|
20d1d8f914 | ||
|
|
ef39fce1de | ||
|
|
1ddd528bd7 | ||
|
|
578def33f5 | ||
|
|
e652d8faa4 | ||
|
|
61ae891a1e | ||
|
|
d5af7eda63 | ||
|
|
f0635db51d | ||
|
|
aa882f9574 | ||
|
|
86740c6d7b | ||
|
|
d20cdbb9ab | ||
|
|
98af4ffaa3 | ||
|
|
0b475797da | ||
|
|
fe1928870b | ||
|
|
98499cdf69 | ||
|
|
7230b622a3 |
@@ -3,4 +3,10 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
|||||||
|
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get -y install --no-install-recommends \
|
||||||
|
python3-pip \
|
||||||
|
&& apt-get clean -y \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV PATH="${PATH}:./node_modules/.bin"
|
ENV PATH="${PATH}:./node_modules/.bin"
|
||||||
|
|||||||
@@ -1,27 +1,26 @@
|
|||||||
{
|
{
|
||||||
"name": "homepage",
|
"name": "homepage",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "18-bullseye"
|
"VARIANT": "18-bullseye",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
],
|
"esbenp.prettier-vscode",
|
||||||
"settings": {
|
],
|
||||||
"eslint.format.enable": true,
|
"settings": {
|
||||||
"eslint.lintTask.enable": true,
|
"eslint.format.enable": true,
|
||||||
"eslint.packageManager": "pnpm"
|
"eslint.lintTask.enable": true,
|
||||||
}
|
"eslint.packageManager": "pnpm",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"postCreateCommand": ".devcontainer/setup.sh",
|
},
|
||||||
"forwardPorts": [
|
"postCreateCommand": ".devcontainer/setup.sh",
|
||||||
3000
|
"forwardPorts": [3000],
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
# Install Node packages
|
# Install Node packages
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
# Copy in skeleton configuration if there is no existing configuration
|
# Copy in skeleton configuration if there is no existing configuration
|
||||||
if [ ! -d "config/" ]; then
|
if [ ! -d "config/" ]; then
|
||||||
echo "Adding skeleton config"
|
echo "Adding skeleton config"
|
||||||
|
|||||||
49
.github/DISCUSSION_TEMPLATE/support.yml
vendored
Normal file
49
.github/DISCUSSION_TEMPLATE/support.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: A clear and concise description of the issue or question. If applicable, add screenshots to help explain your problem.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: homepage version
|
||||||
|
placeholder: e.g. v0.4.18 (4ea2798)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: install-method
|
||||||
|
attributes:
|
||||||
|
label: Installation method
|
||||||
|
options:
|
||||||
|
- Docker
|
||||||
|
- Unraid
|
||||||
|
- Source
|
||||||
|
- Other (please describe above)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Configuration
|
||||||
|
description: Please provide any relevant service, widget or otherwise related configuration here
|
||||||
|
render: yaml
|
||||||
|
- type: textarea
|
||||||
|
id: container-logs
|
||||||
|
attributes:
|
||||||
|
label: Container Logs
|
||||||
|
description: Please review and provide any logs from the container, if relevant
|
||||||
|
- type: textarea
|
||||||
|
id: browser-logs
|
||||||
|
attributes:
|
||||||
|
label: Browser Logs
|
||||||
|
description: Please review and provide any logs from the browser, if relevant
|
||||||
|
- type: textarea
|
||||||
|
id: troubleshooting
|
||||||
|
attributes:
|
||||||
|
label: Troubleshooting
|
||||||
|
description: Please include output from your [troubleshooting tests](https://gethomepage.dev/latest/more/troubleshooting/#service-widget-errors), if relevant.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
@@ -1,3 +1,2 @@
|
|||||||
github: [gethomepage, benphelps, shamoon]
|
github: [gethomepage, benphelps, shamoon]
|
||||||
ko_fi: benphelps
|
open_collective: homepage
|
||||||
custom: ["https://paypal.me/phelpsben"]
|
|
||||||
|
|||||||
112
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
112
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,99 +1,33 @@
|
|||||||
name: Bug report
|
name: 🐛 Bug report
|
||||||
description: Create a report to help us improve
|
description: Please only raise an issue if you've been advised to do so in a GitHub discussion. Thanks! 🙏
|
||||||
title: "[Bug] Concise description of the issue"
|
labels: ["bug"]
|
||||||
labels: ["bug, unconfirmed"]
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## ⚠️ Please remember: issues are for *bugs*
|
## ⚠️ Please note
|
||||||
That is, something you believe affects every single homepage user, not just you. Otherwise, start with one of the other options below.
|
The starting point for a bug report should always be a [GitHub discussion](https://github.com/gethomepage/homepage/discussions/new?category=support)
|
||||||
- type: markdown
|
Thank you for contributing to homepage! ✊
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Have a question? 👉 [Start a new discussion](https://github.com/gethomepage/homepage/discussions/new) or [ask in chat](https://discord.gg/SaPGSzrEZC).
|
|
||||||
|
|
||||||
Before opening an issue, please double check:
|
|
||||||
|
|
||||||
- [The troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/).
|
|
||||||
- [The homepage documentation](https://gethomepage.dev/)
|
|
||||||
- [Existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions).
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.
|
|
||||||
placeholder: |
|
|
||||||
Currently homepage does not work when...
|
|
||||||
|
|
||||||
[Screenshot if applicable]
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: reproduction
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
description: Steps to reproduce the behavior.
|
|
||||||
placeholder: |
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. See error
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: homepage version
|
|
||||||
placeholder: e.g. v0.4.18 (4ea2798)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: install-method
|
|
||||||
attributes:
|
|
||||||
label: Installation method
|
|
||||||
options:
|
|
||||||
- Docker
|
|
||||||
- Unraid
|
|
||||||
- Source
|
|
||||||
- Other (please describe above)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: config
|
|
||||||
attributes:
|
|
||||||
label: Configuration
|
|
||||||
description: Please provide any relevant service, widget or otherwise related configuration here
|
|
||||||
render: yaml
|
|
||||||
- type: textarea
|
|
||||||
id: container-logs
|
|
||||||
attributes:
|
|
||||||
label: Container Logs
|
|
||||||
description: Please review and provide any logs from the container, if relevant
|
|
||||||
- type: textarea
|
|
||||||
id: browser-logs
|
|
||||||
attributes:
|
|
||||||
label: Browser Logs
|
|
||||||
description: Please review and provide any logs from the browser, if relevant
|
|
||||||
- type: textarea
|
|
||||||
id: troubleshooting
|
|
||||||
attributes:
|
|
||||||
label: Troubleshooting
|
|
||||||
description: Please include output from your [troubleshooting tests](https://gethomepage.dev/latest/more/troubleshooting/#service-widget-errors). If this is a service widget issue and you do not include any information here your issue will be closed. If it is not, indicate e.g. 'n/a'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: other
|
|
||||||
attributes:
|
|
||||||
label: Other
|
|
||||||
description: Include any other relevant details. E.g. service version or API version, docker version, etc.
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: pre-flight
|
id: pre-flight
|
||||||
attributes:
|
attributes:
|
||||||
label: Before submitting, I have made sure to
|
label: Before submitting, please confirm the following
|
||||||
options:
|
options:
|
||||||
- label: Check [the documentation](https://gethomepage.dev/)
|
- label: I confirm this was discussed, and the maintainers suggest I open an issue (note that AI bots are not maintainers).
|
||||||
required: true
|
required: true
|
||||||
- label: Follow [the troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/) (please include output above if applicable).
|
- label: I am aware that if I create this issue without a discussion, it will be removed without a response.
|
||||||
required: true
|
|
||||||
- label: Search [existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions).
|
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: discussion
|
||||||
|
attributes:
|
||||||
|
label: Discussion Link
|
||||||
|
description: |
|
||||||
|
Please link to the GitHub discussion that led to this issue.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Optional
|
||||||
|
render: Text
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -2,7 +2,7 @@ blank_issues_enabled: false
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: 🤔 Questions and Help
|
- name: 🤔 Questions and Help
|
||||||
url: https://github.com/gethomepage/homepage/discussions
|
url: https://github.com/gethomepage/homepage/discussions
|
||||||
about: This issue tracker is for bugs only, not general support questions. Please refer to our Discussions.
|
about: For support, possible bug reports or general questions.
|
||||||
- name: 💬 Chat
|
- name: 💬 Chat
|
||||||
url: https://discord.gg/k4ruYNrudu
|
url: https://discord.gg/k4ruYNrudu
|
||||||
about: Want to discuss homepage with others? Check out our chat.
|
about: Want to discuss homepage with others? Check out our chat.
|
||||||
|
|||||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,12 +1,12 @@
|
|||||||
## Proposed change
|
## Proposed change
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please include a summary of the change. Screenshots and / or videos can also be helpful if appropriate.
|
Please include a summary of the change. Screenshots and/or videos can also be helpful if appropriate.
|
||||||
|
|
||||||
*** Please see the development guidelines for new widgets: https://gethomepage.dev/latest/more/development/#service-widget-guidelines
|
*** Please see the development guidelines for new widgets: https://gethomepage.dev/latest/more/development/#service-widget-guidelines
|
||||||
*** If you do not follow these guidelines your PR will likely be closed without review.
|
*** If you do not follow these guidelines your PR will likely be closed without review.
|
||||||
|
|
||||||
New service widgets should include example(s) of relevant relevant API output as well updates to the docs for the new widget.
|
New service widgets should include example(s) of relevant API output as well as updates to the docs for the new widget.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Closes # (issue)
|
Closes # (issue)
|
||||||
|
|||||||
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -5,7 +5,11 @@
|
|||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions" # Maintain dependencies for GitHub Actions
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
|||||||
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
-
|
-
|
||||||
name: Check files
|
name: Check files
|
||||||
uses: pre-commit/action@v3.0.0
|
uses: pre-commit/action@v3.0.1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Docker Build & Push
|
name: Docker Build & Push
|
||||||
|
|||||||
2
.github/workflows/docs-publish.yml
vendored
2
.github/workflows/docs-publish.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
-
|
-
|
||||||
name: Check files
|
name: Check files
|
||||||
uses: pre-commit/action@v3.0.0
|
uses: pre-commit/action@v3.0.1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test Build
|
name: Test Build
|
||||||
|
|||||||
280
.github/workflows/repo-maintenance.yml
vendored
Normal file
280
.github/workflows/repo-maintenance.yml
vendored
Normal file
@@ -0,0 +1,280 @@
|
|||||||
|
name: 'Repository Maintenance'
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
discussions: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: lock
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
name: 'Stale'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v9
|
||||||
|
with:
|
||||||
|
days-before-stale: 7
|
||||||
|
days-before-close: 14
|
||||||
|
stale-issue-label: stale
|
||||||
|
stale-pr-label: stale
|
||||||
|
stale-issue-message: >
|
||||||
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
|
for your contributions. See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-respoistory-maintenance) for more details.
|
||||||
|
lock-threads:
|
||||||
|
name: 'Lock Old Threads'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: dessant/lock-threads@v5
|
||||||
|
with:
|
||||||
|
issue-inactive-days: '30'
|
||||||
|
pr-inactive-days: '30'
|
||||||
|
discussion-inactive-days: '30'
|
||||||
|
log-output: true
|
||||||
|
issue-comment: >
|
||||||
|
This issue has been automatically locked since there
|
||||||
|
has not been any recent activity after it was closed.
|
||||||
|
Please open a new discussion for related concerns.
|
||||||
|
See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.
|
||||||
|
pr-comment: >
|
||||||
|
This pull request has been automatically locked since there
|
||||||
|
has not been any recent activity after it was closed.
|
||||||
|
Please open a new discussion for related concerns.
|
||||||
|
See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.
|
||||||
|
discussion-comment: >
|
||||||
|
This discussion has been automatically locked since there
|
||||||
|
has not been any recent activity after it was closed.
|
||||||
|
Please open a new discussion for related concerns.
|
||||||
|
See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.
|
||||||
|
close-answered-discussions:
|
||||||
|
name: 'Close Answered Discussions'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/github-script@v7
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
function sleep(ms) {
|
||||||
|
return new Promise(resolve => setTimeout(resolve, ms));
|
||||||
|
}
|
||||||
|
|
||||||
|
const query = `query($owner:String!, $name:String!) {
|
||||||
|
repository(owner:$owner, name:$name){
|
||||||
|
discussions(first:100, answered:true, states:[OPEN]) {
|
||||||
|
nodes {
|
||||||
|
id,
|
||||||
|
number
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const variables = {
|
||||||
|
owner: context.repo.owner,
|
||||||
|
name: context.repo.repo,
|
||||||
|
}
|
||||||
|
const result = await github.graphql(query, variables)
|
||||||
|
|
||||||
|
console.log(`Found ${result.repository.discussions.nodes.length} open answered discussions`)
|
||||||
|
|
||||||
|
for (const discussion of result.repository.discussions.nodes) {
|
||||||
|
console.log(`Closing discussion #${discussion.number} (${discussion.id})`)
|
||||||
|
|
||||||
|
const addCommentMutation = `mutation($discussion:ID!, $body:String!) {
|
||||||
|
addDiscussionComment(input:{discussionId:$discussion, body:$body}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const commentVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
body: 'This discussion has been automatically closed because it was marked as answered. See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.',
|
||||||
|
}
|
||||||
|
await github.graphql(addCommentMutation, commentVariables)
|
||||||
|
|
||||||
|
const closeDiscussionMutation = `mutation($discussion:ID!, $reason:DiscussionCloseReason!) {
|
||||||
|
closeDiscussion(input:{discussionId:$discussion, reason:$reason}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const closeVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
reason: "RESOLVED",
|
||||||
|
}
|
||||||
|
await github.graphql(closeDiscussionMutation, closeVariables)
|
||||||
|
|
||||||
|
await sleep(1000)
|
||||||
|
}
|
||||||
|
close-outdated-discussions:
|
||||||
|
name: 'Close Outdated Discussions'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/github-script@v7
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
function sleep(ms) {
|
||||||
|
return new Promise(resolve => setTimeout(resolve, ms));
|
||||||
|
}
|
||||||
|
|
||||||
|
const CUTOFF_DAYS = 180;
|
||||||
|
const cutoff = new Date();
|
||||||
|
cutoff.setDate(cutoff.getDate() - CUTOFF_DAYS);
|
||||||
|
|
||||||
|
const query = `query(
|
||||||
|
$owner:String!,
|
||||||
|
$name:String!,
|
||||||
|
$supportCategory:ID!,
|
||||||
|
$generalCategory:ID!,
|
||||||
|
) {
|
||||||
|
supportDiscussions: repository(owner:$owner, name:$name){
|
||||||
|
discussions(
|
||||||
|
categoryId:$supportCategory,
|
||||||
|
last:50,
|
||||||
|
answered:false,
|
||||||
|
states:[OPEN],
|
||||||
|
) {
|
||||||
|
nodes {
|
||||||
|
id,
|
||||||
|
number,
|
||||||
|
updatedAt
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
generalDiscussions: repository(owner:$owner, name:$name){
|
||||||
|
discussions(
|
||||||
|
categoryId:$generalCategory,
|
||||||
|
last:50,
|
||||||
|
states:[OPEN],
|
||||||
|
) {
|
||||||
|
nodes {
|
||||||
|
id,
|
||||||
|
number,
|
||||||
|
updatedAt
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const variables = {
|
||||||
|
owner: context.repo.owner,
|
||||||
|
name: context.repo.repo,
|
||||||
|
supportCategory: "DIC_kwDOH31rQM4CRErR",
|
||||||
|
generalCategory: "DIC_kwDOH31rQM4CRErQ"
|
||||||
|
}
|
||||||
|
const result = await github.graphql(query, variables);
|
||||||
|
const combinedDiscussions = [
|
||||||
|
...result.supportDiscussions.discussions.nodes,
|
||||||
|
...result.generalDiscussions.discussions.nodes,
|
||||||
|
]
|
||||||
|
|
||||||
|
console.log(`Checking ${combinedDiscussions.length} open discussions`);
|
||||||
|
|
||||||
|
for (const discussion of combinedDiscussions) {
|
||||||
|
if (new Date(discussion.updatedAt) < cutoff) {
|
||||||
|
console.log(`Closing outdated discussion #${discussion.number} (${discussion.id}), last updated at ${discussion.updatedAt}`);
|
||||||
|
const addCommentMutation = `mutation($discussion:ID!, $body:String!) {
|
||||||
|
addDiscussionComment(input:{discussionId:$discussion, body:$body}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const commentVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
body: 'This discussion has been automatically closed due to inactivity. See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.',
|
||||||
|
}
|
||||||
|
await github.graphql(addCommentMutation, commentVariables);
|
||||||
|
|
||||||
|
const closeDiscussionMutation = `mutation($discussion:ID!, $reason:DiscussionCloseReason!) {
|
||||||
|
closeDiscussion(input:{discussionId:$discussion, reason:$reason}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const closeVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
reason: "OUTDATED",
|
||||||
|
}
|
||||||
|
await github.graphql(closeDiscussionMutation, closeVariables);
|
||||||
|
|
||||||
|
await sleep(1000);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
close-unsupported-feature-requests:
|
||||||
|
name: 'Close Unsupported Feature Requests'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/github-script@v7
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
function sleep(ms) {
|
||||||
|
return new Promise(resolve => setTimeout(resolve, ms));
|
||||||
|
}
|
||||||
|
|
||||||
|
const CUTOFF_1_DAYS = 180;
|
||||||
|
const CUTOFF_1_COUNT = 5;
|
||||||
|
const CUTOFF_2_DAYS = 365;
|
||||||
|
const CUTOFF_2_COUNT = 10;
|
||||||
|
|
||||||
|
const cutoff1Date = new Date();
|
||||||
|
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);
|
||||||
|
const cutoff2Date = new Date();
|
||||||
|
cutoff2Date.setDate(cutoff2Date.getDate() - CUTOFF_2_DAYS);
|
||||||
|
|
||||||
|
const query = `query(
|
||||||
|
$owner:String!,
|
||||||
|
$name:String!,
|
||||||
|
$featureRequestsCategory:ID!,
|
||||||
|
) {
|
||||||
|
repository(owner:$owner, name:$name){
|
||||||
|
discussions(
|
||||||
|
categoryId:$featureRequestsCategory,
|
||||||
|
last:100,
|
||||||
|
states:[OPEN],
|
||||||
|
) {
|
||||||
|
nodes {
|
||||||
|
id,
|
||||||
|
number,
|
||||||
|
updatedAt,
|
||||||
|
upvoteCount,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const variables = {
|
||||||
|
owner: context.repo.owner,
|
||||||
|
name: context.repo.repo,
|
||||||
|
featureRequestsCategory: "DIC_kwDOH31rQM4CRErS"
|
||||||
|
}
|
||||||
|
const result = await github.graphql(query, variables);
|
||||||
|
|
||||||
|
for (const discussion of result.repository.discussions.nodes) {
|
||||||
|
const discussionDate = new Date(discussion.updatedAt);
|
||||||
|
if ((discussionDate < cutoff1Date && discussion.upvoteCount < CUTOFF_1_COUNT) ||
|
||||||
|
(discussionDate < cutoff2Date && discussion.upvoteCount < CUTOFF_2_COUNT)) {
|
||||||
|
console.log(`Closing discussion #${discussion.number} (${discussion.id}), last updated at ${discussion.updatedAt} with votes ${discussion.upvoteCount}`);
|
||||||
|
const addCommentMutation = `mutation($discussion:ID!, $body:String!) {
|
||||||
|
addDiscussionComment(input:{discussionId:$discussion, body:$body}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const commentVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
body: 'This discussion has been automatically closed due to lack of community support. See our [contributing guidelines](https://github.com/gethomepage/homepage/blob/main/CONTRIBUTING.md#automatic-repository-maintenance) for more details.',
|
||||||
|
}
|
||||||
|
await github.graphql(addCommentMutation, commentVariables);
|
||||||
|
|
||||||
|
const closeDiscussionMutation = `mutation($discussion:ID!, $reason:DiscussionCloseReason!) {
|
||||||
|
closeDiscussion(input:{discussionId:$discussion, reason:$reason}) {
|
||||||
|
clientMutationId
|
||||||
|
}
|
||||||
|
}`;
|
||||||
|
const closeVariables = {
|
||||||
|
discussion: discussion.id,
|
||||||
|
reason: "OUTDATED",
|
||||||
|
}
|
||||||
|
await github.graphql(closeDiscussionMutation, closeVariables);
|
||||||
|
|
||||||
|
await sleep(1000);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -16,9 +16,9 @@ We use github to host code, to track issues and feature requests, as well as acc
|
|||||||
|
|
||||||
In short, when you submit code changes, your submissions are understood to be under the same [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
|
In short, when you submit code changes, your submissions are understood to be under the same [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
|
||||||
|
|
||||||
## Report bugs using Github's [issues](https://github.com/gethomepage/homepage/issues)
|
## Report bugs using Github [discussions](https://github.com/gethomepage/homepage/discussions)
|
||||||
|
|
||||||
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/gethomepage/homepage/issues/new); it's that easy!
|
We use GitHub discussions to triage bugs. Report a bug by [opening a new discussion](https://github.com/gethomepage/homepage/discussions/new?category=support); it's that easy! Please do not open an issue unless instructed to do so by a project maintainer.
|
||||||
|
|
||||||
## Write bug reports with detail, background, and sample configurations
|
## Write bug reports with detail, background, and sample configurations
|
||||||
|
|
||||||
@@ -48,6 +48,24 @@ Please see information in the docs regarding [code formatting with pre-commit ho
|
|||||||
|
|
||||||
By contributing, you agree that your contributions will be licensed under its GNU General Public License.
|
By contributing, you agree that your contributions will be licensed under its GNU General Public License.
|
||||||
|
|
||||||
|
## Use of AI for pull requests
|
||||||
|
|
||||||
|
In general, homepage does not accept "AI-generated" PRs. If you choose to use something like that to aid the development process to generate a significant proportion of the pull request, please make sure this is explicitly stated in the PR itself.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/main/CONTRIBUTING.md)
|
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/main/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
## Automatic Respository Maintenance
|
||||||
|
|
||||||
|
The homepage team appreciates all effort and interest from the community in filing bug reports, creating feature requests, sharing ideas and helping other community members. That said, in an effort to keep the repository organized and managebale the project uses automatic handling of certain areas:
|
||||||
|
|
||||||
|
- Issues, pull requests and discussions that are closed will be locked after 30 days of inactivity.
|
||||||
|
- Discussions with a marked answer will be automatically closed.
|
||||||
|
- Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity.
|
||||||
|
- Feature requests that do not meet the following thresholds will be closed: 5 "up-votes" after 180 days of inactivity or 10 "up-votes" after 365 days.
|
||||||
|
|
||||||
|
In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns.
|
||||||
|
Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.
|
||||||
|
|
||||||
|
Thank you all for your contributions.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ With features like quick search, bookmarks, weather support, a wide range of int
|
|||||||
|
|
||||||
## Docker Integration
|
## Docker Integration
|
||||||
|
|
||||||
Homepage has built-in support for Docker, and can automatically discover and add services to the homepage based on labels. See the [Docker](https://gethomepage.dev/latest/installation/docker/) page for more information.
|
Homepage has built-in support for Docker, and can automatically discover and add services to the homepage based on labels. See the [Docker Service Discovery](https://gethomepage.dev/latest/configs/docker/#automatic-service-discovery) page for more information.
|
||||||
|
|
||||||
## Service Widgets
|
## Service Widgets
|
||||||
|
|
||||||
@@ -164,8 +164,6 @@ mkdocs serve # or build, to build the static site
|
|||||||
|
|
||||||
If you have any questions, suggestions, or general issues, please start a discussion on the [Discussions](https://github.com/gethomepage/homepage/discussions) page.
|
If you have any questions, suggestions, or general issues, please start a discussion on the [Discussions](https://github.com/gethomepage/homepage/discussions) page.
|
||||||
|
|
||||||
For bug reports, please open an issue on the [Issues](https://github.com/gethomepage/homepage/issues) page.
|
|
||||||
|
|
||||||
## Contributing & Contributors
|
## Contributing & Contributors
|
||||||
|
|
||||||
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
|
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ To use a local icon, first create a Docker mount to `/app/public/icons` and then
|
|||||||
|
|
||||||
## Ping
|
## Ping
|
||||||
|
|
||||||
Services may have an optional `ping` property that allows you to monitor the availability of an external host. As of v0.8.0, the ping feature attempts to use a true (ICMP) ping command on the underlying host.
|
Services may have an optional `ping` property that allows you to monitor the availability of an external host. As of v0.8.0, the ping feature attempts to use a true (ICMP) ping command on the underlying host. Currently, only IPv4 is supported.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- Group A:
|
- Group A:
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ Or you may pass the path to a local image relative to the `/app/public` director
|
|||||||
|
|
||||||
## Theme
|
## Theme
|
||||||
|
|
||||||
You can configure a fixed them (and disable the theme switcher) by passing the `theme` option, like so:
|
You can configure a fixed theme (and disable the theme switcher) by passing the `theme` option, like so:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
theme: dark # or light
|
theme: dark # or light
|
||||||
@@ -211,13 +211,13 @@ layout:
|
|||||||
|
|
||||||
### Five Columns
|
### Five Columns
|
||||||
|
|
||||||
You can add a fifth column (when `style: columns` which is default) by adding:
|
You can add a fifth column to services (when `style: columns` which is default) by adding:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
fiveColumns: true
|
fiveColumns: true
|
||||||
```
|
```
|
||||||
|
|
||||||
By default homepage will max out at 4 columns for column style
|
By default homepage will max out at 4 columns for services with `columns` style
|
||||||
|
|
||||||
### Collapsible sections
|
### Collapsible sections
|
||||||
|
|
||||||
@@ -229,6 +229,26 @@ disableCollapse: true
|
|||||||
|
|
||||||
By default the feature is enabled.
|
By default the feature is enabled.
|
||||||
|
|
||||||
|
### Initially collapsed sections
|
||||||
|
|
||||||
|
You can initially collapse sections by adding the `initiallyCollapsed` option to the layout group.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
layout:
|
||||||
|
Section A:
|
||||||
|
initiallyCollapsed: true
|
||||||
|
```
|
||||||
|
|
||||||
|
This can also be set globaly using the `groupsInitiallyCollapsed` option.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
groupsInitiallyCollapsed: true
|
||||||
|
```
|
||||||
|
|
||||||
|
The value set on a group will overwrite the global setting.
|
||||||
|
|
||||||
|
By default the feature is disabled.
|
||||||
|
|
||||||
### Use Equal Height Cards
|
### Use Equal Height Cards
|
||||||
|
|
||||||
You can enable equal height cards for groups of services, this will make all cards in a row the same height.
|
You can enable equal height cards for groups of services, this will make all cards in a row the same height.
|
||||||
@@ -359,12 +379,14 @@ There are a few optional settings for the Quick Launch feature:
|
|||||||
|
|
||||||
- `searchDescriptions`: which lets you control whether item descriptions are included in searches. This is off by default. When enabled, results that match the item name will be placed above those that only match the description.
|
- `searchDescriptions`: which lets you control whether item descriptions are included in searches. This is off by default. When enabled, results that match the item name will be placed above those that only match the description.
|
||||||
- `hideInternetSearch`: disable automatically including the currently-selected web search (e.g. from the widget) as a Quick Launch option. This is false by default, enabling the feature.
|
- `hideInternetSearch`: disable automatically including the currently-selected web search (e.g. from the widget) as a Quick Launch option. This is false by default, enabling the feature.
|
||||||
|
- `showSearchSuggestions`: shows search suggestions for the internet search. This value will be inherited from the search widget if it is not specified. If it is not specified there either, it will default to false.
|
||||||
- `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.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
quicklaunch:
|
quicklaunch:
|
||||||
searchDescriptions: true
|
searchDescriptions: true
|
||||||
hideInternetSearch: true
|
hideInternetSearch: true
|
||||||
|
showSearchSuggestions: true
|
||||||
hideVisitURL: true
|
hideVisitURL: true
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -384,6 +406,8 @@ By default the homepage logfile is written to the a `logs` subdirectory of the `
|
|||||||
logpath: /logfile/path
|
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`.
|
||||||
|
|
||||||
## Show Docker Stats
|
## Show Docker Stats
|
||||||
|
|
||||||
You can show all docker stats expanded in `settings.yaml`:
|
You can show all docker stats expanded in `settings.yaml`:
|
||||||
|
|||||||
@@ -361,3 +361,33 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: 3000
|
number: 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Multiple Replicas
|
||||||
|
|
||||||
|
If you plan to deploy homepage with a replica count greater than 1, you may
|
||||||
|
want to consider enabling sticky sessions on the homepage route. This will
|
||||||
|
prevent unnecessary re-renders on page loads and window / tab focusing. The
|
||||||
|
procedure for enabling sticky sessions depends on your Ingress controller. Below
|
||||||
|
is an example using Traefik as the Ingress controller.
|
||||||
|
|
||||||
|
```
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: homepage.example.com
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- kind: Rule
|
||||||
|
match: Host(`homepage.example.com`)
|
||||||
|
services:
|
||||||
|
- kind: Service
|
||||||
|
name: homepage
|
||||||
|
port: 3000
|
||||||
|
sticky:
|
||||||
|
cookie:
|
||||||
|
httpOnly: true
|
||||||
|
secure: true
|
||||||
|
sameSite: none
|
||||||
|
```
|
||||||
|
|||||||
@@ -39,6 +39,11 @@ Once installed, hooks will run when you commit. If the formatting isn't quite ri
|
|||||||
|
|
||||||
See the [pre-commit documentation](https://pre-commit.com/#install) to get started.
|
See the [pre-commit documentation](https://pre-commit.com/#install) to get started.
|
||||||
|
|
||||||
|
## Preferring self-hosted open-source software
|
||||||
|
|
||||||
|
In general, homepage is meant to be a dashboard for 'self-hosted' services and we believe it is a small way we can help showcase this kind of software. While exceptions are made, mostly when there is no viable
|
||||||
|
self-hosted / open-source alternative, we ask that any widgets, etc. are developed primarily for a self-hosted tool.
|
||||||
|
|
||||||
## New Feature Guidelines
|
## New Feature Guidelines
|
||||||
|
|
||||||
- New features should be linked to an existing feature request with at least 10 'up-votes'. The purpose of this requirement is to avoid the addition (and maintenance) of features that might only benefit a small number of users.
|
- New features should be linked to an existing feature request with at least 10 'up-votes'. The purpose of this requirement is to avoid the addition (and maintenance) of features that might only benefit a small number of users.
|
||||||
@@ -51,6 +56,7 @@ To ensure cohesiveness of various widgets, the following should be used as a gui
|
|||||||
|
|
||||||
- Please only submit widgets that have been requested and have at least 10 'up-votes'. The purpose of this requirement is to avoid the addition (and maintenance) of service widgets that might only benefit a small number of users.
|
- Please only submit widgets that have been requested and have at least 10 'up-votes'. The purpose of this requirement is to avoid the addition (and maintenance) of service widgets that might only benefit a small number of users.
|
||||||
- Widgets should be only one row of blocks
|
- Widgets should be only one row of blocks
|
||||||
- Widgets should be no more than 4 blocks wide
|
- Widgets should be no more than 4 blocks wide and generally conform to the styling / design choices of other widgets
|
||||||
- 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.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ hide:
|
|||||||
|
|
||||||
## Introducing the Homepage AI Bot
|
## Introducing the Homepage AI Bot
|
||||||
|
|
||||||
Thanks to the generous folks at [Glime](https://glimelab.ai), Homepage is now equipped with a pretty helpful AI-powered bot. The bot has full knowledge of our docs, GitHub issues and discussions and great at answering specific questions about setting up your Homepage. To use the bot, just hit the 'Ask AI' button on any page in our docs or check out the [#ai-support channel on Discord](https://discord.com/channels/1019316731635834932/1177885603552038993)!
|
Thanks to the generous folks at [Glime](https://glimelab.ai), Homepage is now equipped with a pretty clever AI-powered bot. The bot has full knowledge of our docs, GitHub issues and discussions and is great at answering specific questions about setting up your Homepage. To use the bot, just hit the 'Ask AI' button on any page in our docs, [open a GitHub discussion](https://github.com/gethomepage/homepage/discussions) or check out the [#ai-support channel on Discord](https://discord.com/channels/1019316731635834932/1177885603552038993)!
|
||||||
|
|
||||||
## General Troubleshooting Tips
|
## General Troubleshooting Tips
|
||||||
|
|
||||||
|
|||||||
47
docs/overrides/main.html
Normal file
47
docs/overrides/main.html
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block site_nav %}
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% if nav %}
|
||||||
|
{% if page.meta and page.meta.hide %}
|
||||||
|
{% set hidden = "hidden" if "navigation" in page.meta.hide %}
|
||||||
|
{% endif %}
|
||||||
|
<div
|
||||||
|
class="md-sidebar md-sidebar--primary"
|
||||||
|
data-md-component="sidebar"
|
||||||
|
data-md-type="navigation"
|
||||||
|
{{ hidden }}
|
||||||
|
>
|
||||||
|
<div class="md-sidebar__scrollwrap">
|
||||||
|
<div class="md-sidebar__inner">
|
||||||
|
{% include "partials/nav.html" %}
|
||||||
|
{% if 'widgets/' not in page.url and 'more/' not in page.url %}
|
||||||
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIL2JU&placement=gethomepagedev&format=cover" id="_carbonads_js"></script>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<!-- Table of contents -->
|
||||||
|
{% if "toc.integrate" not in features %}
|
||||||
|
{% if page.meta and page.meta.hide %}
|
||||||
|
{% set hidden = "hidden" if "toc" in page.meta.hide %}
|
||||||
|
{% endif %}
|
||||||
|
<div
|
||||||
|
class="md-sidebar md-sidebar--secondary"
|
||||||
|
data-md-component="sidebar"
|
||||||
|
data-md-type="toc"
|
||||||
|
{{ hidden }}
|
||||||
|
>
|
||||||
|
<div class="md-sidebar__scrollwrap" style="height: 200px;">
|
||||||
|
<div class="md-sidebar__inner">
|
||||||
|
{% include "partials/toc.html" %}
|
||||||
|
{% if 'widgets/' in page.url or 'more/' in page.url %}
|
||||||
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIL2JU&placement=gethomepagedev&format=cover" id="_carbonads_js"></script>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% endblock %}
|
||||||
@@ -22,3 +22,15 @@
|
|||||||
#glimeRoot * {
|
#glimeRoot * {
|
||||||
font-family: var(--md-text-font) !important;
|
font-family: var(--md-text-font) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#carbonads {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#carbon-responsive {
|
||||||
|
--carbon-padding: 1em;
|
||||||
|
--carbon-max-char: 20ch;
|
||||||
|
--carbon-bg-primary: var(--md-default-bg-color) !important;
|
||||||
|
--carbon-bg-secondary: var(--md-default-fg-color--lightest) !important;
|
||||||
|
--carbon-text-color: var(--md-typeset-color) !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -12,11 +12,13 @@ The Glances widget allows you to monitor the resources (CPU, memory, storage, te
|
|||||||
url: http://host.or.ip:port
|
url: http://host.or.ip:port
|
||||||
username: user # optional if auth enabled in Glances
|
username: user # optional if auth enabled in Glances
|
||||||
password: pass # optional if auth enabled in Glances
|
password: pass # optional if auth enabled in Glances
|
||||||
|
version: 4 # required only if running glances v4 or higher, defaults to 3
|
||||||
cpu: true # optional, enabled by default, disable by setting to false
|
cpu: true # optional, enabled by default, disable by setting to false
|
||||||
mem: true # optional, enabled by default, disable by setting to false
|
mem: true # optional, enabled by default, disable by setting to false
|
||||||
cputemp: true # disabled by default
|
cputemp: true # disabled by default
|
||||||
uptime: true # disabled by default
|
uptime: true # disabled by default
|
||||||
disk: / # disabled by default, use mount point of disk(s) in glances. Can also be a list (see below)
|
disk: / # disabled by default, use mount point of disk(s) in glances. Can also be a list (see below)
|
||||||
|
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
||||||
expanded: true # show the expanded view
|
expanded: true # show the expanded view
|
||||||
label: MyMachine # optional
|
label: MyMachine # optional
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ No registration is required at all! See [https://open-meteo.com/en/docs](https:/
|
|||||||
timezone: Europe/Kiev # optional
|
timezone: Europe/Kiev # optional
|
||||||
units: metric # or imperial
|
units: metric # or imperial
|
||||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||||
|
format: # optional, Intl.NumberFormat options
|
||||||
|
maximumFractionDigits: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ The free tier "One Call API" is all that's required, you will need to [subscribe
|
|||||||
provider: openweathermap
|
provider: openweathermap
|
||||||
apiKey: youropenweathermapkey # required only if not using provider, this reveals api key in requests
|
apiKey: youropenweathermapkey # required only if not using provider, this reveals api key in requests
|
||||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||||
|
format: # optional, Intl.NumberFormat options
|
||||||
|
maximumFractionDigits: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ _Note: unfortunately, the package used for getting CPU temp ([systeminformation]
|
|||||||
uptime: true
|
uptime: true
|
||||||
units: imperial # only used by cpu temp
|
units: imperial # only used by cpu temp
|
||||||
refresh: 3000 # optional, in ms
|
refresh: 3000 # optional, in ms
|
||||||
|
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also pass a `label` option, which allows you to group resources under named sections,
|
You can also pass a `label` option, which allows you to group resources under named sections,
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ You can add a search bar to your top widget area that can search using Google, D
|
|||||||
- search:
|
- search:
|
||||||
provider: google # google, duckduckgo, bing, baidu, brave or custom
|
provider: google # google, duckduckgo, bing, baidu, brave or custom
|
||||||
focus: true # Optional, will set focus to the search bar on page load
|
focus: true # Optional, will set focus to the search bar on page load
|
||||||
|
showSearchSuggestions: true # Optional, will show search suggestions. Defaults to false
|
||||||
target: _blank # One of _self, _blank, _parent or _top
|
target: _blank # One of _self, _blank, _parent or _top
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -17,8 +18,10 @@ or for a custom search:
|
|||||||
```yaml
|
```yaml
|
||||||
- search:
|
- search:
|
||||||
provider: custom
|
provider: custom
|
||||||
url: https://lougle.com/?q=
|
url: https://www.ecosia.org/search?q=
|
||||||
target: _blank
|
target: _blank
|
||||||
|
suggestionUrl: https://ac.ecosia.org/autocomplete?type=list&q= # Optional
|
||||||
|
showSearchSuggestions: true # Optional
|
||||||
```
|
```
|
||||||
|
|
||||||
multiple providers is also supported via a dropdown (excluding custom):
|
multiple providers is also supported via a dropdown (excluding custom):
|
||||||
@@ -28,4 +31,25 @@ multiple providers is also supported via a dropdown (excluding custom):
|
|||||||
provider: [brave, google, duckduckgo]
|
provider: [brave, google, duckduckgo]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The response body for the URL provided with the `suggestionUrl` option should look like this:
|
||||||
|
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
"home",
|
||||||
|
[
|
||||||
|
"home depot",
|
||||||
|
"home depot near me",
|
||||||
|
"home equity loan",
|
||||||
|
"homeworkify",
|
||||||
|
"homedepot.com",
|
||||||
|
"homebase login",
|
||||||
|
"home depot credit card",
|
||||||
|
"home goods"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
The first entry of the array contains the search query, the second one is an array of the suggestions.
|
||||||
|
In the example above, the search query was **home**.
|
||||||
|
|
||||||
_Added in v0.1.6, updated in 0.6.0_
|
_Added in v0.1.6, updated in 0.6.0_
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ The free tier is all that's required, you will need to [register](https://www.we
|
|||||||
units: metric # or imperial
|
units: metric # or imperial
|
||||||
apiKey: yourweatherapikey
|
apiKey: yourweatherapikey
|
||||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||||
|
format: # optional, Intl.NumberFormat options
|
||||||
|
maximumFractionDigits: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
You can optionally not pass a `latitude` and `longitude` and the widget will use your current location (requires a secure context, eg. HTTPS).
|
||||||
|
|||||||
@@ -7,14 +7,15 @@ Learn more about [Authentik](https://github.com/goauthentik/authentik).
|
|||||||
|
|
||||||
This widget reads the number of active users in the system, as well as logins for the last 24 hours.
|
This widget reads the number of active users in the system, as well as logins for the last 24 hours.
|
||||||
|
|
||||||
You will need to generate an API token for an existing user. To do so follow these steps:
|
You will need to generate an API token for an existing user under `Admin Portal` > `Directory` > `Tokens & App passwords`.
|
||||||
|
Make sure to set Intent to "API Token".
|
||||||
|
|
||||||
1. Navigate to the Authentik Admin Portal
|
The account you made the API token for also needs the following **Assigned global permissions** in Authentik:
|
||||||
2. Expand Directory, the click Tokens & App passwords
|
|
||||||
3. Click the Create button
|
- authentik Core
|
||||||
4. Fill out the dialog making sure to set Intent to API Token
|
- User
|
||||||
5. Click the Create button on the dialog
|
- authentik Events
|
||||||
6. Click the copy button on the far right of the newly created API Token
|
- Event
|
||||||
|
|
||||||
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`.
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ Learn more about [Azure DevOps](https://azure.microsoft.com/en-us/products/devop
|
|||||||
|
|
||||||
This widget has 2 functions:
|
This widget has 2 functions:
|
||||||
|
|
||||||
1. Pipelines: checks if the relevant pipeline is running or not, and if not, reports the last status.\
|
1. Pipelines: checks if the relevant pipeline is running or not, and if not, reports the last status.<br>
|
||||||
Allowed fields: `["result", "status"]`.
|
Allowed fields: `["result", "status"]`.
|
||||||
|
|
||||||
2. Pull Requests: returns the amount of open PRs, the amount of the PRs you have open, and how many PRs that you open are marked as 'Approved' by at least 1 person and not yet completed.\
|
2. Pull Requests: returns the amount of open PRs, the amount of the PRs you have open, and how many PRs that you open are marked as 'Approved' by at least 1 person and not yet completed.<br>
|
||||||
Allowed fields: `["totalPrs", "myPrs", "approved"]`.
|
Allowed fields: `["totalPrs", "myPrs", "approved"]`.
|
||||||
|
|
||||||
You will need to generate a personal access token for an existing user, see the [azure documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows#create-a-pat)
|
You will need to generate a personal access token for an existing user, see the [azure documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows#create-a-pat)
|
||||||
|
|||||||
19
docs/widgets/services/crowdsec.md
Normal file
19
docs/widgets/services/crowdsec.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
title: Crowdsec
|
||||||
|
description: Crowdsec Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
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,
|
||||||
|
in most instances you can use the default credentials (`/etc/crowdsec/local_api_credentials.yaml`).
|
||||||
|
|
||||||
|
Allowed fields: `["alerts", "bans"]`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: crowdsec
|
||||||
|
url: http://crowdsechostorip:port
|
||||||
|
username: localhost # machine_id in crowdsec
|
||||||
|
password: password
|
||||||
|
```
|
||||||
@@ -16,6 +16,8 @@ widget:
|
|||||||
password: password # auth - optional
|
password: password # auth - optional
|
||||||
method: GET # optional, e.g. POST
|
method: GET # optional, e.g. POST
|
||||||
headers: # optional, must be object, see below
|
headers: # optional, must be object, see below
|
||||||
|
requestBody: # optional, can be string or object, see below
|
||||||
|
display: # optional, default to block, see below
|
||||||
mappings:
|
mappings:
|
||||||
- field: key # needs to be YAML string or object
|
- field: key # needs to be YAML string or object
|
||||||
label: Field 1
|
label: Field 1
|
||||||
@@ -43,6 +45,15 @@ widget:
|
|||||||
locale: nl # optional
|
locale: nl # optional
|
||||||
style: short # optional - defaults to "long". Allowed values: `["long", "short", "narrow"]`.
|
style: short # optional - defaults to "long". Allowed values: `["long", "short", "narrow"]`.
|
||||||
numeric: auto # optional - defaults to "always". Allowed values `["always", "auto"]`.
|
numeric: auto # optional - defaults to "always". Allowed values `["always", "auto"]`.
|
||||||
|
- field: key
|
||||||
|
label: Field 6
|
||||||
|
format: text
|
||||||
|
additionalField: # optional
|
||||||
|
field:
|
||||||
|
hourly:
|
||||||
|
time: other key
|
||||||
|
color: theme # optional - defaults to "". Allowed values: `["theme", "adaptive", "black", "white"]`.
|
||||||
|
format: date # optional
|
||||||
```
|
```
|
||||||
|
|
||||||
Supported formats for the values are `text`, `number`, `float`, `percent`, `bytes`, `bitrate`, `date` and `relativeDate`.
|
Supported formats for the values are `text`, `number`, `float`, `percent`, `bytes`, `bitrate`, `date` and `relativeDate`.
|
||||||
@@ -93,7 +104,7 @@ mappings:
|
|||||||
|
|
||||||
## Data Transformation
|
## Data Transformation
|
||||||
|
|
||||||
You can manipulate data with the following tools `remap`, `scale` and `suffix`, for example:
|
You can manipulate data with the following tools `remap`, `scale`, `prefix` and `suffix`, for example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- field: key4
|
- field: key4
|
||||||
@@ -110,7 +121,42 @@ You can manipulate data with the following tools `remap`, `scale` and `suffix`,
|
|||||||
label: Power
|
label: Power
|
||||||
format: float
|
format: float
|
||||||
scale: 0.001 # can be number or string e.g. 1/16
|
scale: 0.001 # can be number or string e.g. 1/16
|
||||||
suffix: kW
|
suffix: "kW"
|
||||||
|
- field: key6
|
||||||
|
label: Price
|
||||||
|
format: float
|
||||||
|
prefix: "$"
|
||||||
|
```
|
||||||
|
|
||||||
|
## List View
|
||||||
|
|
||||||
|
You can change the default block view to a list view by setting the `display` option to `list`.
|
||||||
|
|
||||||
|
The list view can optionally display an additional field next to the primary field.
|
||||||
|
|
||||||
|
`additionalField`: Similar to `field`, but only used in list view. Displays additional information for the mapping object on the right.
|
||||||
|
|
||||||
|
`field`: Defined the same way as other custom api widget fields.
|
||||||
|
|
||||||
|
`color`: Allowed options: `"theme", "adaptive", "black", "white"`. The option `adaptive` will apply a color using the value of the `additionalField`, green for positive numbers, red for negative numbers.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- field: key
|
||||||
|
label: Field
|
||||||
|
format: text
|
||||||
|
remap:
|
||||||
|
- value: 0
|
||||||
|
to: None
|
||||||
|
- value: 1
|
||||||
|
to: Connected
|
||||||
|
- any: true # will map all other values
|
||||||
|
to: Unknown
|
||||||
|
additionalField:
|
||||||
|
field:
|
||||||
|
hourly:
|
||||||
|
time: key
|
||||||
|
color: theme
|
||||||
|
format: date
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom Headers
|
## Custom Headers
|
||||||
@@ -121,3 +167,16 @@ Pass custom headers using the `headers` option, for example:
|
|||||||
headers:
|
headers:
|
||||||
X-API-Token: token
|
X-API-Token: token
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Custom Request Body
|
||||||
|
|
||||||
|
Pass custom request body using the `requestBody` option in either a string or object format. Objects will automatically be converted to a JSON string.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
requestBody:
|
||||||
|
foo: bar
|
||||||
|
# or
|
||||||
|
requestBody: "{\"foo\":\"bar\"}"
|
||||||
|
```
|
||||||
|
|
||||||
|
Both formats result in `{"foo":"bar"}` being sent as the request body. Don't forget to set your `Content-Type` headers!
|
||||||
|
|||||||
@@ -11,22 +11,27 @@ An optional 'volume' parameter can be supplied to specify which volume's free sp
|
|||||||
|
|
||||||
Allowed fields: `["uptime", "volumeAvailable", "resources.cpu", "resources.mem"]`.
|
Allowed fields: `["uptime", "volumeAvailable", "resources.cpu", "resources.mem"]`.
|
||||||
|
|
||||||
To access these system metrics you need to connect to the DiskStation with an account that is a member of the default `Administrators` group. That is because these metrics are requested from the API's `SYNO.Core.System` part that is only available to admin users. In order to keep the security impact as small as possible we can set the account in DSM up to limit the user's permissions inside the Synology system. In DSM 7.x, for instance, follow these steps:
|
To access these system metrics you need to connect to the DiskStation (`DSM`) with an account that is a member of the default `Administrators` group. That is because these metrics are requested from the API's `SYNO.Core.System` part that is only available to admin users. In order to keep the security impact as small as possible we can set the account in DSM up to limit the user's permissions inside the Synology system. In DSM 7.x, for instance, follow these steps:
|
||||||
|
|
||||||
1. Create a new user, i.e. `remote_stats`.
|
1. Create a new user, i.e. `remote_stats`.
|
||||||
2. Set up a strong password for the new user
|
2. Set up a strong password for the new user
|
||||||
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 `Download Station` application, 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.
|
||||||
7. When the `Preview` column shows `Allow` in the `Download Station` row, click `Save`.
|
7. When the `Preview` column shows `Allow` in the `DSM` row, click `Save`.
|
||||||
|
|
||||||
Now configure the widget with the correct login information and test it.
|
Now configure the widget with the correct login information and test it.
|
||||||
|
|
||||||
If you encounter issues during testing, make sure to uncheck the option for automatic blocking due to invalid logins under `Control Panel > Security > Protection`. If desired, this setting can be reactivated once the login is established working.
|
If you encounter issues during testing:
|
||||||
|
|
||||||
|
1. Make sure to uncheck the option for automatic blocking due to invalid logins under `Control Panel > Security > Protection`.
|
||||||
|
- If desired, this setting can be reactivated once the login is established working.
|
||||||
|
2. Login to your Synology DSM with the newly created account and accept terms and conditions.
|
||||||
|
3. Reattempt
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
@@ -16,4 +16,5 @@ widget:
|
|||||||
key: apikeyapikeyapikeyapikeyapikey
|
key: apikeyapikeyapikeyapikeyapikey
|
||||||
enableBlocks: true # optional, defaults to false
|
enableBlocks: true # optional, defaults to false
|
||||||
enableNowPlaying: true # optional, defaults to true
|
enableNowPlaying: true # optional, defaults to true
|
||||||
|
enableUser: true # optional, defaults to false
|
||||||
```
|
```
|
||||||
|
|||||||
19
docs/widgets/services/esphome.md
Normal file
19
docs/widgets/services/esphome.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
title: ESPHome
|
||||||
|
description: ESPHome Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [ESPHome](https://esphome.io/).
|
||||||
|
|
||||||
|
Show the number of ESPHome devices based on their state.
|
||||||
|
|
||||||
|
Allowed fields: `["total", "online", "offline", "offline_alt", "unknown"]` (maximum of 4).
|
||||||
|
|
||||||
|
By default ESPHome will only mark devices as `offline` if their address cannot be pinged. If it has an invalid config or its name cannot be resolved (by DNS) its status will be marked as `unknown`.
|
||||||
|
To group both `offline` and `unknown` devices together, users should use the `offline_alt` field instead. This sums all devices that are _not_ online together.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: esphome
|
||||||
|
url: http://esphome.host.or.ip:port
|
||||||
|
```
|
||||||
17
docs/widgets/services/gitea.md
Normal file
17
docs/widgets/services/gitea.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: Gitea
|
||||||
|
description: Gitea Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [Gitea](https://gitea.com).
|
||||||
|
|
||||||
|
API token requires `notifications`, `repository` and `issue` permissions. See the [gitea documentation](https://docs.gitea.com/development/api-usage#generating-and-listing-api-tokens) for details on generating tokens.
|
||||||
|
|
||||||
|
Allowed fields: `["notifications", "issues", "pulls"]`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: gitea
|
||||||
|
url: http://gitea.host.or.ip:port
|
||||||
|
key: giteaapitoken
|
||||||
|
```
|
||||||
@@ -17,7 +17,11 @@ widget:
|
|||||||
url: http://glances.host.or.ip:port
|
url: http://glances.host.or.ip:port
|
||||||
username: user # optional if auth enabled in Glances
|
username: user # optional if auth enabled in Glances
|
||||||
password: pass # optional if auth enabled in Glances
|
password: pass # optional if auth enabled in Glances
|
||||||
|
version: 4 # required only if running glances v4 or higher, defaults to 3
|
||||||
metric: cpu
|
metric: cpu
|
||||||
|
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
|
||||||
|
refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
|
||||||
|
pointsLimit: 15 # optional, defaults to 15
|
||||||
```
|
```
|
||||||
|
|
||||||
_Please note, this widget does not need an `href`, `icon` or `description` on its parent service. To achieve the same effect as the examples above, see as an example:_
|
_Please note, this widget does not need an `href`, `icon` or `description` on its parent service. To achieve the same effect as the examples above, see as an example:_
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: Gluetun
|
|||||||
description: Gluetun Widget Configuration
|
description: Gluetun Widget Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
Learn more about [Glueton](https://github.com/qdm12/gluetun).
|
Learn more about [Gluetun](https://github.com/qdm12/gluetun).
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ The `custom` property will have no effect as long as the `fields` property is de
|
|||||||
- state labels and values can be user defined and may reference entity attributes in curly brackets
|
- state labels and values can be user defined and may reference entity attributes in curly brackets
|
||||||
- if no state label is defined it will default to `"{attributes.friendly_name}"`
|
- if no state label is defined it will default to `"{attributes.friendly_name}"`
|
||||||
- if no state value is defined it will default to `"{state} {attributes.unit_of_measurement}"`
|
- if no state value is defined it will default to `"{state} {attributes.unit_of_measurement}"`
|
||||||
- `template` will query the specified template, see (Home Assistant Templating)[https://www.home-assistant.io/docs/configuration/templating]
|
- `template` will query the specified template, see [Home Assistant Templating](https://www.home-assistant.io/docs/configuration/templating)
|
||||||
- if no template label is defined it will be empty
|
- if no template label is defined it will be empty
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
23
docs/widgets/services/homebox.md
Normal file
23
docs/widgets/services/homebox.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
title: Homebox
|
||||||
|
description: Homebox Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [Homebox](https://github.com/hay-kot/homebox).
|
||||||
|
|
||||||
|
Uses the same username and password used to login from the web.
|
||||||
|
|
||||||
|
The `totalValue` field will attempt to format using the currency you have configured in Homebox.
|
||||||
|
|
||||||
|
Allowed fields: `["items", "totalWithWarranty", "locations", "labels", "users", "totalValue"]`.
|
||||||
|
|
||||||
|
If more than 4 fields are provided, only the first 4 are displayed.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: homebox
|
||||||
|
url: http://homebox.host.or.ip:port
|
||||||
|
username: username
|
||||||
|
password: password
|
||||||
|
fields: ["items", "locations", "totalValue"] # optional - default fields shown
|
||||||
|
```
|
||||||
@@ -5,7 +5,7 @@ description: Jackett Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Jackett](https://github.com/Jackett/Jackett).
|
Learn more about [Jackett](https://github.com/Jackett/Jackett).
|
||||||
|
|
||||||
Jackett must not have any authentication for the widget to work.
|
If Jackett has an admin password set, you must set the `password` field for the widget to work.
|
||||||
|
|
||||||
Allowed fields: `["configured", "errored"]`.
|
Allowed fields: `["configured", "errored"]`.
|
||||||
|
|
||||||
@@ -13,4 +13,5 @@ Allowed fields: `["configured", "errored"]`.
|
|||||||
widget:
|
widget:
|
||||||
type: jackett
|
type: jackett
|
||||||
url: http://jackett.host.or.ip
|
url: http://jackett.host.or.ip
|
||||||
|
password: jackettadminpassword # optional
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Kavita Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Kavita](https://github.com/Kareadita/Kavita).
|
Learn more about [Kavita](https://github.com/Kareadita/Kavita).
|
||||||
|
|
||||||
Uses the same username and password used to login from the web.
|
Uses the same admin role username and password used to login from the web.
|
||||||
|
|
||||||
Allowed fields: `["seriesCount", "totalFiles"]`.
|
Allowed fields: `["seriesCount", "totalFiles"]`.
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,12 @@ widget:
|
|||||||
type: moonraker
|
type: moonraker
|
||||||
url: http://moonraker.host.or.ip:port
|
url: http://moonraker.host.or.ip:port
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If your moonraker instance has an active authorization and your homepage ip isn't whitelisted you need to add your api key ([Authorization Documentation](https://moonraker.readthedocs.io/en/latest/web_api/#authorization)).
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: moonraker
|
||||||
|
url: http://moonraker.host.or.ip:port
|
||||||
|
key: api_keymoonraker
|
||||||
|
```
|
||||||
|
|||||||
16
docs/widgets/services/netalertx.md
Normal file
16
docs/widgets/services/netalertx.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: NetAlertX
|
||||||
|
description: NetAlertX (formerly PiAlert) Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [NetAlertX](https://github.com/jokob-sk/NetAlertX).
|
||||||
|
|
||||||
|
_Note that the project was renamed from PiAlert to NetAlertX._
|
||||||
|
|
||||||
|
Allowed fields: `["total", "connected", "new_devices", "down_alerts"]`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: netalertx
|
||||||
|
url: http://ip:port
|
||||||
|
```
|
||||||
60
docs/widgets/services/openwrt.md
Normal file
60
docs/widgets/services/openwrt.md
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
---
|
||||||
|
title: OpenWRT
|
||||||
|
description: OpenWRT widget configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [OpenWRT](https://openwrt.org/).
|
||||||
|
|
||||||
|
Provides information from OpenWRT
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: openwrt
|
||||||
|
url: http://host.or.ip
|
||||||
|
username: homepage
|
||||||
|
password: pass
|
||||||
|
interfaceName: eth0 # optional
|
||||||
|
```
|
||||||
|
|
||||||
|
## Interface
|
||||||
|
|
||||||
|
Setting `interfaceName` (e.g. eth0) will display information for that particular device, otherwise the widget will display general system info.
|
||||||
|
|
||||||
|
## Authorization
|
||||||
|
|
||||||
|
In order for homepage to access the OpenWRT RPC endpoints you will need to [create an ACL](https://openwrt.org/docs/techref/ubus#acls) and [new user](https://openwrt.org/docs/techref/ubus#authentication) in OpenWRT.
|
||||||
|
|
||||||
|
Create an ACL named `homepage.json` in `/usr/share/rpcd/acl.d/`, the following permissions will suffice:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"homepage": {
|
||||||
|
"description": "Homepage widget",
|
||||||
|
"read": {
|
||||||
|
"ubus": {
|
||||||
|
"network.interface.wan": ["status"],
|
||||||
|
"network.interface.lan": ["status"],
|
||||||
|
"network.device": ["status"],
|
||||||
|
"system": ["info"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Create a `crypt(5)` password hash using the following command in the OpenWRT shell:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
uhttpd -m "<somepassphrase>"
|
||||||
|
```
|
||||||
|
|
||||||
|
Then add a user that will use the ACL and hashed password in `/etc/config/rpcd`:
|
||||||
|
|
||||||
|
```
|
||||||
|
config login
|
||||||
|
option username 'homepage'
|
||||||
|
option password '<hashedpassword>'
|
||||||
|
list read homepage
|
||||||
|
```
|
||||||
|
|
||||||
|
This username and password will be used in Homepage's services.yaml to grant access.
|
||||||
@@ -9,7 +9,7 @@ This widget adds support for [Network UPS Tools](https://networkupstools.org/) v
|
|||||||
|
|
||||||
The default ups name is `ups`. To configure more than one ups, you must create multiple peanut services.
|
The default ups name is `ups`. To configure more than one ups, you must create multiple peanut services.
|
||||||
|
|
||||||
Allowed fields: `["battery_charge", "ups_load", "ups_status"]`
|
Allowed fields: `["battery_charge", "ups_load", "ups_status"]`.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ This widget requires the installation of the [pfsense-api](https://github.com/ja
|
|||||||
|
|
||||||
Once pfSense API is installed, you can set the API to be read-only in System > API > Settings.
|
Once pfSense API is installed, you can set the API to be read-only in System > API > Settings.
|
||||||
|
|
||||||
Currently the only supported authentication mode is 'Local Database'.
|
There are two currently supported authentication modes: 'Local Database' and 'API Token'. For 'Local Database', use `username` and `password` with the credentials of an admin user. For 'API Token', utilize the `headers` parameter with `client_token` and `client_id` obtained from pfSense as shown below. Do not use both headers and username / password.
|
||||||
|
|
||||||
WAN interface to monitor can be defined by updating the `wan` param.
|
The interface to monitor is defined by updating the `wan` parameter. It should be referenced as it is shown under Interfaces > Assignments in pfSense.
|
||||||
|
|
||||||
Load is returned instead of cpu utilization. This is a limitation in the pfSense API due to the complexity of this calculation. This may become available in future versions.
|
Load is returned instead of cpu utilization. This is a limitation in the pfSense API due to the complexity of this calculation. This may become available in future versions.
|
||||||
|
|
||||||
@@ -21,7 +21,10 @@ Allowed fields: `["load", "memory", "temp", "wanStatus", "wanIP", "disk"]` (maxi
|
|||||||
widget:
|
widget:
|
||||||
type: pfsense
|
type: pfsense
|
||||||
url: http://pfsense.host.or.ip:port
|
url: http://pfsense.host.or.ip:port
|
||||||
username: user
|
username: user # optional, or API token
|
||||||
password: pass
|
password: pass # optional, or API token
|
||||||
|
headers: # optional, or username/password
|
||||||
|
Authorization: client_id client_token
|
||||||
wan: igb0
|
wan: igb0
|
||||||
|
fields: ["load", "memory", "temp", "wanStatus"] # optional
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
title: PiAlert
|
|
||||||
description: PiAlert Widget Configuration
|
|
||||||
---
|
|
||||||
|
|
||||||
Learn more about [PiAlert](https://github.com/pucherot/Pi.Alert).
|
|
||||||
|
|
||||||
Widget for [PiAlert](https://github.com/jokob-sk/Pi.Alert).
|
|
||||||
|
|
||||||
Allowed fields: `["total", "connected", "new_devices", "down_alerts"]`.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
widget:
|
|
||||||
type: pialert
|
|
||||||
url: http://ip:port
|
|
||||||
```
|
|
||||||
@@ -9,11 +9,14 @@ As of v2022.12 [PiHole requires the use of an API key](https://pi-hole.net/blog/
|
|||||||
|
|
||||||
Allowed fields: `["queries", "blocked", "blocked_percent", "gravity"]`.
|
Allowed fields: `["queries", "blocked", "blocked_percent", "gravity"]`.
|
||||||
|
|
||||||
|
Note: by default the "blocked" and "blocked_percent" fields are merged e.g. "1,234 (15%)" but explicitly including the "blocked_percent" field will change them to display separately.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: pihole
|
type: pihole
|
||||||
url: http://pi.hole.or.ip
|
url: http://pi.hole.or.ip
|
||||||
|
version: 6 # required if running v6 or higher, defaults to 5
|
||||||
key: yourpiholeapikey # optional
|
key: yourpiholeapikey # optional
|
||||||
```
|
```
|
||||||
|
|
||||||
_Added in v0.1.0, updated in v0.6.18_
|
_Added in v0.1.0, updated in v0.8.9_
|
||||||
|
|||||||
17
docs/widgets/services/plantit.md
Normal file
17
docs/widgets/services/plantit.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: Plant-it
|
||||||
|
description: Plant-it Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [Plantit](https://github.com/MDeLuise/plant-it).
|
||||||
|
|
||||||
|
API key can be created from the REST API.
|
||||||
|
|
||||||
|
Allowed fields: `["events", "plants", "photos", "species"]`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: plantit
|
||||||
|
url: http://plant-it.host.or.ip:port # api port
|
||||||
|
key: plantit-api-key
|
||||||
|
```
|
||||||
@@ -14,4 +14,5 @@ widget:
|
|||||||
type: tautulli
|
type: tautulli
|
||||||
url: http://tautulli.host.or.ip
|
url: http://tautulli.host.or.ip
|
||||||
key: apikeyapikeyapikeyapikeyapikey
|
key: apikeyapikeyapikeyapikeyapikey
|
||||||
|
enableUser: true # optional, defaults to false
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Prometheus Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Prometheus](https://github.com/prometheus/prometheus).
|
Learn more about [Prometheus](https://github.com/prometheus/prometheus).
|
||||||
|
|
||||||
Allowed fields: `["targets_up", "targets_down", "targets_total"]`
|
Allowed fields: `["targets_up", "targets_down", "targets_total"]`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Pterodactyl Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Pterodactyl](https://github.com/pterodactyl).
|
Learn more about [Pterodactyl](https://github.com/pterodactyl).
|
||||||
|
|
||||||
Allowed fields: `["nodes", "servers"]`
|
Allowed fields: `["nodes", "servers"]`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
20
docs/widgets/services/stash.md
Normal file
20
docs/widgets/services/stash.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: Stash
|
||||||
|
description: Stash Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Learn more about [Stash](https://github.com/stashapp/stash).
|
||||||
|
|
||||||
|
Find your API key from inside Stash at `Settings > Security > API Key`. Note that the API key is only required if your Stash instance has login credentials.
|
||||||
|
|
||||||
|
Allowed fields: `["scenes", "scenesPlayed", "playCount", "playDuration", "sceneSize", "sceneDuration", "images", "imageSize", "galleries", "performers", "studios", "movies", "tags", "oCount"]`.
|
||||||
|
|
||||||
|
If more than 4 fields are provided, only the first 4 are displayed.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: stash
|
||||||
|
url: http://stash.host.or.ip
|
||||||
|
key: stashapikey
|
||||||
|
fields: ["scenes", "images"] # optional - default fields shown
|
||||||
|
```
|
||||||
15
docs/widgets/services/tandoor.md
Normal file
15
docs/widgets/services/tandoor.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: Tandoor
|
||||||
|
description: Tandoor Widget Configuration
|
||||||
|
---
|
||||||
|
|
||||||
|
Generate a user API key under `Settings > API > Generate`. For the token's scope, use `read`.
|
||||||
|
|
||||||
|
Allowed fields: `["users", "recipes", "keywords"]`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
widget:
|
||||||
|
type: tandoor
|
||||||
|
url: http://tandoor-frontend.host.or.ip
|
||||||
|
key: tandoor-api-token
|
||||||
|
```
|
||||||
@@ -9,6 +9,10 @@ Allowed fields: `["load", "uptime", "alerts"]`.
|
|||||||
|
|
||||||
To create an API Key, follow [the official TrueNAS documentation](https://www.truenas.com/docs/scale/scaletutorials/toptoolbar/managingapikeys/).
|
To create an API Key, follow [the official TrueNAS documentation](https://www.truenas.com/docs/scale/scaletutorials/toptoolbar/managingapikeys/).
|
||||||
|
|
||||||
|
A detailed pool listing is disabled by default, but can be enabled with the `enablePools` option.
|
||||||
|
|
||||||
|
To use the `enablePools` option with TrueNAS Core, the `nasType` parameter is required.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: truenas
|
type: truenas
|
||||||
@@ -16,4 +20,6 @@ widget:
|
|||||||
username: user # not required if using api key
|
username: user # not required if using api key
|
||||||
password: pass # not required if using api key
|
password: pass # not required if using api key
|
||||||
key: yourtruenasapikey # not required if using username / password
|
key: yourtruenasapikey # not required if using username / password
|
||||||
|
enablePools: true # optional, defaults to false
|
||||||
|
nasType: scale # defaults to scale, must be set to 'core' if using enablePools with TrueNAS Core
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ You can display general connectivity status from your Unifi (Network) Controller
|
|||||||
|
|
||||||
An optional 'site' parameter can be supplied, if it is not the widget will use the default site for the controller.
|
An optional 'site' parameter can be supplied, if it is not the widget will use the default site for the controller.
|
||||||
|
|
||||||
Allowed fields: `["uptime", "wan", "lan_users", "wlan_users"]`.
|
Allowed fields: `["uptime", "wan", "lan", "lan_users", "lan_devices", "wlan", "wlan_users", "wlan_devices"]` (maximum of four).
|
||||||
|
|
||||||
|
Note that fields unsupported by the unifi device will not be shown.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Whats Up Docker
|
title: What's Up Docker
|
||||||
description: WhatsUpDocker Widget Configuration
|
description: What's Up Docker Widget Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
Learn more about [Whats Up Docker](https://github.com/fmartinou/whats-up-docker).
|
Learn more about [What's Up Docker](https://github.com/fmartinou/whats-up-docker).
|
||||||
|
|
||||||
Currently requires unauthenticated whatsupdocker instance.
|
|
||||||
|
|
||||||
Allowed fields: `["monitoring", "updates"]`.
|
Allowed fields: `["monitoring", "updates"]`.
|
||||||
|
|
||||||
@@ -13,4 +11,6 @@ Allowed fields: `["monitoring", "updates"]`.
|
|||||||
widget:
|
widget:
|
||||||
type: whatsupdocker
|
type: whatsupdocker
|
||||||
url: http://whatsupdocker:port
|
url: http://whatsupdocker:port
|
||||||
|
username: username # optional
|
||||||
|
password: password # optional
|
||||||
```
|
```
|
||||||
|
|||||||
11
mkdocs.yml
11
mkdocs.yml
@@ -44,11 +44,13 @@ nav:
|
|||||||
- widgets/services/channelsdvrserver.md
|
- widgets/services/channelsdvrserver.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/customapi.md
|
- widgets/services/customapi.md
|
||||||
- widgets/services/deluge.md
|
- widgets/services/deluge.md
|
||||||
- widgets/services/diskstation.md
|
- widgets/services/diskstation.md
|
||||||
- widgets/services/downloadstation.md
|
- widgets/services/downloadstation.md
|
||||||
- widgets/services/emby.md
|
- widgets/services/emby.md
|
||||||
|
- widgets/services/esphome.md
|
||||||
- widgets/services/evcc.md
|
- widgets/services/evcc.md
|
||||||
- widgets/services/fileflows.md
|
- widgets/services/fileflows.md
|
||||||
- widgets/services/flood.md
|
- widgets/services/flood.md
|
||||||
@@ -57,6 +59,7 @@ nav:
|
|||||||
- widgets/services/gamedig.md
|
- widgets/services/gamedig.md
|
||||||
- widgets/services/gatus.md
|
- widgets/services/gatus.md
|
||||||
- widgets/services/ghostfolio.md
|
- widgets/services/ghostfolio.md
|
||||||
|
- widgets/services/gitea.md
|
||||||
- widgets/services/glances.md
|
- widgets/services/glances.md
|
||||||
- widgets/services/gluetun.md
|
- widgets/services/gluetun.md
|
||||||
- widgets/services/gotify.md
|
- widgets/services/gotify.md
|
||||||
@@ -64,6 +67,7 @@ nav:
|
|||||||
- widgets/services/hdhomerun.md
|
- widgets/services/hdhomerun.md
|
||||||
- widgets/services/healthchecks.md
|
- widgets/services/healthchecks.md
|
||||||
- widgets/services/homeassistant.md
|
- widgets/services/homeassistant.md
|
||||||
|
- widgets/services/homebox.md
|
||||||
- widgets/services/homebridge.md
|
- widgets/services/homebridge.md
|
||||||
- widgets/services/iframe.md
|
- widgets/services/iframe.md
|
||||||
- widgets/services/immich.md
|
- widgets/services/immich.md
|
||||||
@@ -86,6 +90,7 @@ nav:
|
|||||||
- widgets/services/mylar.md
|
- widgets/services/mylar.md
|
||||||
- widgets/services/navidrome.md
|
- widgets/services/navidrome.md
|
||||||
- widgets/services/netdata.md
|
- widgets/services/netdata.md
|
||||||
|
- widgets/services/netalertx.md
|
||||||
- widgets/services/nextcloud.md
|
- widgets/services/nextcloud.md
|
||||||
- widgets/services/nextdns.md
|
- widgets/services/nextdns.md
|
||||||
- widgets/services/nginx-proxy-manager.md
|
- widgets/services/nginx-proxy-manager.md
|
||||||
@@ -96,13 +101,14 @@ nav:
|
|||||||
- widgets/services/opendtu.md
|
- widgets/services/opendtu.md
|
||||||
- widgets/services/openmediavault.md
|
- widgets/services/openmediavault.md
|
||||||
- widgets/services/opnsense.md
|
- widgets/services/opnsense.md
|
||||||
|
- widgets/services/openwrt.md
|
||||||
- widgets/services/overseerr.md
|
- widgets/services/overseerr.md
|
||||||
- widgets/services/paperlessngx.md
|
- widgets/services/paperlessngx.md
|
||||||
- widgets/services/peanut.md
|
- widgets/services/peanut.md
|
||||||
- widgets/services/pfsense.md
|
- widgets/services/pfsense.md
|
||||||
- widgets/services/photoprism.md
|
- widgets/services/photoprism.md
|
||||||
- widgets/services/pialert.md
|
|
||||||
- widgets/services/pihole.md
|
- widgets/services/pihole.md
|
||||||
|
- widgets/services/plantit.md
|
||||||
- widgets/services/plex-tautulli.md
|
- widgets/services/plex-tautulli.md
|
||||||
- widgets/services/plex.md
|
- widgets/services/plex.md
|
||||||
- widgets/services/portainer.md
|
- widgets/services/portainer.md
|
||||||
@@ -122,8 +128,10 @@ nav:
|
|||||||
- widgets/services/scrutiny.md
|
- widgets/services/scrutiny.md
|
||||||
- widgets/services/sonarr.md
|
- widgets/services/sonarr.md
|
||||||
- widgets/services/speedtest-tracker.md
|
- widgets/services/speedtest-tracker.md
|
||||||
|
- widgets/services/stash.md
|
||||||
- widgets/services/syncthing-relay-server.md
|
- widgets/services/syncthing-relay-server.md
|
||||||
- widgets/services/tailscale.md
|
- widgets/services/tailscale.md
|
||||||
|
- widgets/services/tandoor.md
|
||||||
- widgets/services/tdarr.md
|
- widgets/services/tdarr.md
|
||||||
- widgets/services/traefik.md
|
- widgets/services/traefik.md
|
||||||
- widgets/services/transmission.md
|
- widgets/services/transmission.md
|
||||||
@@ -160,6 +168,7 @@ nav:
|
|||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
custom_dir: docs/overrides
|
||||||
language: en
|
language: en
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme)"
|
- media: "(prefers-color-scheme)"
|
||||||
|
|||||||
2809
package-lock.json
generated
2809
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
60
package.json
60
package.json
@@ -10,55 +10,55 @@
|
|||||||
"telemetry": "next telemetry disable"
|
"telemetry": "next telemetry disable"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^1.7.2",
|
"@headlessui/react": "^1.7.18",
|
||||||
"@kubernetes/client-node": "^0.17.1",
|
"@kubernetes/client-node": "^0.17.1",
|
||||||
"cal-parser": "^1.0.2",
|
"cal-parser": "^1.0.2",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.5.1",
|
||||||
"compare-versions": "^5.0.1",
|
"compare-versions": "^6.1.0",
|
||||||
"dockerode": "^3.3.4",
|
"dockerode": "^4.0.2",
|
||||||
"follow-redirects": "^1.15.2",
|
"follow-redirects": "^1.15.6",
|
||||||
"gamedig": "^4.3.0",
|
"gamedig": "^4.3.1",
|
||||||
"i18next": "^21.9.2",
|
"i18next": "^21.10.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"json-rpc-2.0": "^1.4.1",
|
"json-rpc-2.0": "^1.7.0",
|
||||||
"luxon": "^3.4.3",
|
"luxon": "^3.4.4",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
"minecraft-ping-js": "^1.0.2",
|
"minecraft-ping-js": "^1.0.2",
|
||||||
"next": "^12.3.1",
|
"next": "^12.3.4",
|
||||||
"next-i18next": "^12.0.1",
|
"next-i18next": "^12.1.0",
|
||||||
"ping": "^0.4.4",
|
"ping": "^0.4.4",
|
||||||
"pretty-bytes": "^6.0.0",
|
"pretty-bytes": "^6.1.1",
|
||||||
"raw-body": "^2.5.1",
|
"raw-body": "^2.5.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-i18next": "^11.18.6",
|
"react-i18next": "^11.18.6",
|
||||||
"react-icons": "^4.12.0",
|
"react-icons": "^4.12.0",
|
||||||
"recharts": "^2.7.2",
|
"recharts": "^2.12.3",
|
||||||
"rrule": "^2.8.1",
|
"rrule": "^2.8.1",
|
||||||
"swr": "^1.3.0",
|
"swr": "^1.3.0",
|
||||||
"systeminformation": "^5.17.12",
|
"systeminformation": "^5.22.0",
|
||||||
"tough-cookie": "^4.1.2",
|
"tough-cookie": "^4.1.3",
|
||||||
"urbackup-server-api": "^0.8.9",
|
"urbackup-server-api": "^0.8.9",
|
||||||
"winston": "^3.8.2",
|
"winston": "^3.11.0",
|
||||||
"xml-js": "^1.6.11"
|
"xml-js": "^1.6.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/forms": "^0.5.3",
|
"@tailwindcss/forms": "^0.5.7",
|
||||||
"autoprefixer": "^10.4.12",
|
"autoprefixer": "^10.4.17",
|
||||||
"eslint": "^8.24.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-airbnb": "^19.0.4",
|
"eslint-config-airbnb": "^19.0.4",
|
||||||
"eslint-config-next": "^12.3.1",
|
"eslint-config-next": "^12.3.4",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"eslint-plugin-react": "^7.31.8",
|
"eslint-plugin-react": "^7.34.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"postcss": "^8.4.16",
|
"postcss": "^8.4.38",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.2.5",
|
||||||
"tailwind-scrollbar": "^2.0.1",
|
"tailwind-scrollbar": "^3.0.5",
|
||||||
"tailwindcss": "^3.1.8",
|
"tailwindcss": "^3.4.3",
|
||||||
"typescript": "^4.8.3"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"osx-temperature-sensor": "^1.0.8"
|
"osx-temperature-sensor": "^1.0.8"
|
||||||
|
|||||||
2446
pnpm-lock.yaml
generated
2446
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Liedjies"
|
"songs": "Liedjies"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Vanlyn",
|
||||||
|
"offline_alt": "Vanlyn",
|
||||||
|
"online": "Aanlyn",
|
||||||
|
"total": "Totaal",
|
||||||
|
"unknown": "Onbekend"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produksie",
|
"pv_power": "Produksie",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Goedgekeur",
|
"approved": "Goedgekeur",
|
||||||
"available": "Beskikbaar"
|
"available": "Beskikbaar"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Totaal",
|
"total": "Totaal",
|
||||||
"connected": "Gekoppel",
|
"connected": "Gekoppel",
|
||||||
"new_devices": "Nuwe Toestelle",
|
"new_devices": "Nuwe Toestelle",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Soek",
|
"search": "Soek",
|
||||||
"custom": "Pasgemaak",
|
"custom": "Pasgemaak",
|
||||||
"visit": "Besoek",
|
"visit": "Besoek",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Voorstelling"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sonnig",
|
"0-day": "Sonnig",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanale",
|
"channels": "Kanale",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Kanaal",
|
||||||
|
"channelNetwork": "Netwerk",
|
||||||
|
"signalStrength": "Sterkte",
|
||||||
|
"signalQuality": "Kwaliteit",
|
||||||
|
"symbolQuality": "Kwaliteit",
|
||||||
|
"networkRate": "Bistempo",
|
||||||
|
"clientIP": "Kliënt"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Geslaag",
|
"passed": "Geslaag",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Teikens Af",
|
"targets_down": "Teikens Af",
|
||||||
"targets_total": "Totale Teikens"
|
"targets_total": "Totale Teikens"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Werwe Op",
|
||||||
|
"down": "Werwe Af",
|
||||||
|
"uptime": "Optyd"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Vandag",
|
"gross_percent_today": "Vandag",
|
||||||
"gross_percent_1y": "Een jaar",
|
"gross_percent_1y": "Een jaar",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Geslaag",
|
"passed": "Geslaag",
|
||||||
"failed": "Misluk"
|
"failed": "Misluk"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Optyd",
|
||||||
|
"cpuLoad": "SVE-lading gemiddelde (5m)",
|
||||||
|
"up": "Op",
|
||||||
|
"down": "Af",
|
||||||
|
"bytesTx": "Oorgedra",
|
||||||
|
"bytesRx": "Ontvang"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Optyd",
|
"uptime": "Optyd",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Geen gebeure gevind nie"
|
"noEventsFound": "Geen gebeure gevind nie"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platform",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Totale ROMs"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Waarskuwings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritici"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Gebeure",
|
||||||
|
"plants": "Plante",
|
||||||
|
"photos": "Foto's",
|
||||||
|
"species": "Spesies"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Kennisgewings",
|
||||||
|
"issues": "Kwessies",
|
||||||
|
"pulls": "Trek Versoeke"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Tonele",
|
||||||
|
"scenesPlayed": "Tonele Gekyk",
|
||||||
|
"playCount": "Totale Toneelstukke",
|
||||||
|
"playDuration": "Tyd Gekyk",
|
||||||
|
"sceneSize": "Toneel Grootte",
|
||||||
|
"sceneDuration": "Tonele Duur",
|
||||||
|
"images": "Beelde",
|
||||||
|
"imageSize": "Beeldgrootte",
|
||||||
|
"galleries": "Galerye",
|
||||||
|
"performers": "Kunstenaars",
|
||||||
|
"studios": "Ateljees",
|
||||||
|
"movies": "Flieks",
|
||||||
|
"tags": "Merkers",
|
||||||
|
"oCount": "O Tel"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Gebruikers",
|
||||||
|
"recipes": "Resepte",
|
||||||
|
"keywords": "Sleutelwoorde"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "Met Waarborg",
|
||||||
|
"locations": "Plekke",
|
||||||
|
"labels": "Etikette",
|
||||||
|
"users": "Gebruikers",
|
||||||
|
"totalValue": "Totale Waarde"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Waarskuwings",
|
||||||
|
"bans": "Verbanne"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "حلقات",
|
"episodes": "حلقات",
|
||||||
"songs": "أغاني"
|
"songs": "أغاني"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "غير متصل",
|
||||||
|
"offline_alt": "غير متصل",
|
||||||
|
"online": "مُتّصل",
|
||||||
|
"total": "المجموع",
|
||||||
|
"unknown": "مجهول"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "إنتاج",
|
"pv_power": "إنتاج",
|
||||||
"battery_soc": "البطارية",
|
"battery_soc": "البطارية",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "في انتظار قطع الاتصال",
|
"connectionStatusPendingDisconnect": "في انتظار قطع الاتصال",
|
||||||
"connectionStatusDisconnecting": "جار قطع الاتصال",
|
"connectionStatusDisconnecting": "جار قطع الاتصال",
|
||||||
"connectionStatusDisconnected": "غير متصل",
|
"connectionStatusDisconnected": "غير متصل",
|
||||||
"connectionStatusConnected": "متصل",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "مدة التشغيل",
|
"uptime": "مدة التشغيل",
|
||||||
"maxDown": "أقصى حد للتنزيل",
|
"maxDown": "أقصى حد للتنزيل",
|
||||||
"maxUp": "أقصى حد للتحميل",
|
"maxUp": "أقصى حد للتحميل",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "مصدق",
|
"approved": "مصدق",
|
||||||
"available": "متاح"
|
"available": "متاح"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "المجموع",
|
"total": "المجموع",
|
||||||
"connected": "متصل",
|
"connected": "Connected",
|
||||||
"new_devices": "أجهزة جديدة",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "تنبيهات تعطل الخوادم"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "الاستعلامات",
|
"queries": "الاستعلامات",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "البحث",
|
"search": "البحث",
|
||||||
"custom": "مُخصّص",
|
"custom": "مُخصّص",
|
||||||
"visit": "زيارة",
|
"visit": "زيارة",
|
||||||
"url": "الرابط"
|
"url": "الرابط",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "مشمس",
|
"0-day": "مشمس",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "القنوات",
|
"channels": "القنوات",
|
||||||
"hd": "جودة HD"
|
"hd": "جودة HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "القناة",
|
||||||
|
"channelNetwork": "الشبكة",
|
||||||
|
"signalStrength": "القوة",
|
||||||
|
"signalQuality": "الجودة",
|
||||||
|
"symbolQuality": "الجودة",
|
||||||
|
"networkRate": "معدل البت",
|
||||||
|
"clientIP": "العميل"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "إجتاز",
|
"passed": "إجتاز",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "الأهداف لا تعمل",
|
"targets_down": "الأهداف لا تعمل",
|
||||||
"targets_total": "الأهداف الإجمالية"
|
"targets_total": "الأهداف الإجمالية"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "المواقع تعمل",
|
||||||
|
"down": "مواقع لا تعمل",
|
||||||
|
"uptime": "مدة التشغيل"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "اليوم",
|
"gross_percent_today": "اليوم",
|
||||||
"gross_percent_1y": "سنة",
|
"gross_percent_1y": "سنة",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "إجتاز",
|
"passed": "إجتاز",
|
||||||
"failed": "فشل"
|
"failed": "فشل"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "مدة التشغيل",
|
||||||
|
"cpuLoad": "متوسط حمولة المعالج (5دق)",
|
||||||
|
"up": "يعمل",
|
||||||
|
"down": "لا يعمل",
|
||||||
|
"bytesTx": "مرسلة",
|
||||||
|
"bytesRx": "تم الإستلام"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "الحالة",
|
"status": "الحالة",
|
||||||
"uptime": "مدة التشغيل",
|
"uptime": "مدة التشغيل",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "لم يتم العثور على أحداث"
|
"noEventsFound": "لم يتم العثور على أحداث"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "المِنصات",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "مجموع الروومات"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "تحذيرات",
|
||||||
"criticals": "Criticals"
|
"criticals": "حرج"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "أحداث",
|
||||||
|
"plants": "نباتات",
|
||||||
|
"photos": "الصور",
|
||||||
|
"species": "الأنواع"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "الإشعارات",
|
||||||
|
"issues": "المُشكِلات",
|
||||||
|
"pulls": "طلبات السحب"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "المشاهد",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "إجمالي المشغلات",
|
||||||
|
"playDuration": "وقت المشاهدة",
|
||||||
|
"sceneSize": "حجم المشاهد",
|
||||||
|
"sceneDuration": "مدة المشهد",
|
||||||
|
"images": "صور",
|
||||||
|
"imageSize": "حجم الصور",
|
||||||
|
"galleries": "المعارض",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "استوديوهات",
|
||||||
|
"movies": "أفلام",
|
||||||
|
"tags": "التصنيفات",
|
||||||
|
"oCount": "عدد O"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "المستخدمون",
|
||||||
|
"recipes": "وصفات",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "المستخدمون",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "تنبيهات",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Изключен",
|
||||||
|
"offline_alt": "Изключен",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Общо",
|
||||||
|
"unknown": "Неизв."
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Disconnecting",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Disconnected",
|
||||||
"connectionStatusConnected": "Свързано",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
@@ -270,10 +277,10 @@
|
|||||||
"approved": "Одобрен",
|
"approved": "Одобрен",
|
||||||
"available": "Наличен"
|
"available": "Наличен"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Общо",
|
"total": "Общо",
|
||||||
"connected": "Свързано",
|
"connected": "Connected",
|
||||||
"new_devices": "Нови устройства",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Търсене",
|
"search": "Търсене",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Слънчево",
|
"0-day": "Слънчево",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Канали",
|
"channels": "Канали",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Филми",
|
||||||
|
"tags": "Тагове",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Потребители",
|
||||||
|
"recipes": "Рецепти",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Потребители",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Предупреждения",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mes",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
"used": "Utilitzat",
|
"used": "Utilitzat",
|
||||||
"load": "Càrrega",
|
"load": "Càrrega",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"max": "Max",
|
"max": "Màx.",
|
||||||
"uptime": "UP"
|
"uptime": "ACTIU"
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Usuaris",
|
"users": "Usuaris",
|
||||||
@@ -61,58 +61,65 @@
|
|||||||
"wlan_devices": "Dispositius WLAN",
|
"wlan_devices": "Dispositius WLAN",
|
||||||
"lan_users": "Usuaris LAN",
|
"lan_users": "Usuaris LAN",
|
||||||
"wlan_users": "Usuaris WLAN",
|
"wlan_users": "Usuaris WLAN",
|
||||||
"up": "UP",
|
"up": "ACTIU",
|
||||||
"down": "INACTIU",
|
"down": "INACTIU",
|
||||||
"wait": "Si us plau, espereu",
|
"wait": "Si us plau, espereu",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Estat del subsistema desconegut"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Rebut",
|
"rx": "Rebut",
|
||||||
"tx": "Transmès",
|
"tx": "Transmès",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Running",
|
"running": "En execució",
|
||||||
"offline": "Fora de línia",
|
"offline": "Fora de línia",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"unknown": "Desconegut",
|
"unknown": "Desconegut",
|
||||||
"healthy": "Healthy",
|
"healthy": "Saludable",
|
||||||
"starting": "Starting",
|
"starting": "Iniciant",
|
||||||
"unhealthy": "Unhealthy",
|
"unhealthy": "No saludable",
|
||||||
"not_found": "Not Found",
|
"not_found": "No trobat",
|
||||||
"exited": "Exited",
|
"exited": "Tancat",
|
||||||
"partial": "Partial"
|
"partial": "Parcial"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"ping": "Ping",
|
"ping": "Latència",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"not_available": "Not Available"
|
"not_available": "No Disponible"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "Estat HTTP",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"response": "Response",
|
"response": "Resposta",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"not_available": "Not Available"
|
"not_available": "No Disponible"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Reproduint",
|
"playing": "Reproduint",
|
||||||
"transcoding": "Transcodificant",
|
"transcoding": "Transcodificant",
|
||||||
"bitrate": "Taxa de bits",
|
"bitrate": "Taxa de bits",
|
||||||
"no_active": "Sense reproduccions actives",
|
"no_active": "Sense reproduccions actives",
|
||||||
"movies": "Movies",
|
"movies": "Pel·lícules",
|
||||||
"series": "Series",
|
"series": "Sèries",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episodis",
|
||||||
"songs": "Songs"
|
"songs": "Cançons"
|
||||||
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Fora de línia",
|
||||||
|
"offline_alt": "Fora de línia",
|
||||||
|
"online": "En línia",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Producció",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Bateria",
|
||||||
"grid_power": "Grid",
|
"grid_power": "Xarxa",
|
||||||
"home_power": "Consumption",
|
"home_power": "Consum",
|
||||||
"charge_power": "Charger",
|
"charge_power": "Carregador",
|
||||||
"watt_hour": "Wh"
|
"watt_hour": "Wh"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
@@ -122,55 +129,55 @@
|
|||||||
"seed": "Llavor"
|
"seed": "Llavor"
|
||||||
},
|
},
|
||||||
"freshrss": {
|
"freshrss": {
|
||||||
"subscriptions": "Subscriptions",
|
"subscriptions": "Subcripcions",
|
||||||
"unread": "Unread"
|
"unread": "Sense llegir"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Estat",
|
"connectionStatus": "Estat",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Sense configurar",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connectant",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Autenticant",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Desconnexió pendent",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Desconnectant",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Desconnectat",
|
||||||
"connectionStatusConnected": "Connected",
|
"connectionStatusConnected": "Connectat",
|
||||||
"uptime": "Temps actiu",
|
"uptime": "Temps actiu",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Màx. Descàrrega",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Màx. Càrrega",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"received": "Received",
|
"received": "Rebuts",
|
||||||
"sent": "Sent",
|
"sent": "Enviats",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "IP ext."
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
"requests": "Current requests",
|
"requests": "Peticions actuals",
|
||||||
"requests_failed": "Failed requests"
|
"requests_failed": "Peticions fallides"
|
||||||
},
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Total d'observats",
|
"totalObserved": "Total d'observats",
|
||||||
"diffsDetected": "Diferències detectades"
|
"diffsDetected": "Diferències detectades"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
"shows": "Shows",
|
"shows": "Sèries",
|
||||||
"recordings": "Recordings",
|
"recordings": "Gravacions",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "Programat",
|
||||||
"passes": "Passes"
|
"passes": "Aprovat"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Reproduint",
|
"playing": "Reproduint",
|
||||||
"transcoding": "Transcodificant",
|
"transcoding": "Transcodificant",
|
||||||
"bitrate": "Taxa de bits",
|
"bitrate": "Taxa de bits",
|
||||||
"no_active": "Sense reproduccions actives",
|
"no_active": "Sense reproduccions actives",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Comprova la connexió de Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "Connected APs",
|
"connectedAp": "AP connectats",
|
||||||
"activeUser": "Active devices",
|
"activeUser": "Dispositius actius",
|
||||||
"alerts": "Alerts",
|
"alerts": "Alertes",
|
||||||
"connectedGateway": "Connected gateways",
|
"connectedGateway": "Pasarel·les connectades",
|
||||||
"connectedSwitches": "Connected switches"
|
"connectedSwitches": "Conmutadors connectats"
|
||||||
},
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
"rate": "Taxa",
|
"rate": "Taxa",
|
||||||
@@ -180,7 +187,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Transmissions actives",
|
"streams": "Transmissions actives",
|
||||||
"albums": "Àlbums",
|
"albums": "Àlbums",
|
||||||
"movies": "Movies",
|
"movies": "Pel·lícules",
|
||||||
"tv": "Sèries"
|
"tv": "Sèries"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -206,12 +213,12 @@
|
|||||||
"seed": "Llavor"
|
"seed": "Llavor"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "CPU Usage",
|
"cpuUsage": "Ús de CPU",
|
||||||
"memUsage": "MEM Usage",
|
"memUsage": "Ús de Memòria",
|
||||||
"systemTempC": "System Temp",
|
"systemTempC": "Temp. Sistema",
|
||||||
"poolUsage": "Pool Usage",
|
"poolUsage": "Ús de les Reserves",
|
||||||
"volumeUsage": "Volume Usage",
|
"volumeUsage": "Ús dels Volums",
|
||||||
"invalid": "Invalid"
|
"invalid": "No vàlid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
@@ -228,7 +235,7 @@
|
|||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Volgut",
|
||||||
"queued": "En cua",
|
"queued": "En cua",
|
||||||
"series": "Series",
|
"series": "Sèries",
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"unknown": "Desconegut"
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
@@ -236,14 +243,14 @@
|
|||||||
"wanted": "Volgut",
|
"wanted": "Volgut",
|
||||||
"missing": "Faltant",
|
"missing": "Faltant",
|
||||||
"queued": "En cua",
|
"queued": "En cua",
|
||||||
"movies": "Movies",
|
"movies": "Pel·lícules",
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"unknown": "Desconegut"
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Volgut",
|
||||||
"queued": "En cua",
|
"queued": "En cua",
|
||||||
"artists": "Artists"
|
"artists": "Artistes"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Volgut",
|
||||||
@@ -270,17 +277,17 @@
|
|||||||
"approved": "Aprovat",
|
"approved": "Aprovat",
|
||||||
"available": "Disponible"
|
"available": "Disponible"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connectat",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "Nous dispositius",
|
||||||
"down_alerts": "Down Alerts"
|
"down_alerts": "Alertes de caigudes"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Consultes",
|
"queries": "Consultes",
|
||||||
"blocked": "Bloquejat",
|
"blocked": "Bloquejat",
|
||||||
"blocked_percent": "Blocked %",
|
"blocked_percent": "Bloquejat %",
|
||||||
"gravity": "Gravity"
|
"gravity": "Gravetat"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Consultes",
|
"queries": "Consultes",
|
||||||
@@ -291,37 +298,37 @@
|
|||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Pujada",
|
"upload": "Pujada",
|
||||||
"download": "Descarregar",
|
"download": "Descarregar",
|
||||||
"ping": "Ping"
|
"ping": "Latència"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "En execució",
|
||||||
"stopped": "Aturat",
|
"stopped": "Aturat",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"address": "Address",
|
"address": "Adreça",
|
||||||
"expires": "Expires",
|
"expires": "Caduca",
|
||||||
"never": "Never",
|
"never": "Mai",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Vist per darrer cop",
|
||||||
"now": "Now",
|
"now": "Ara",
|
||||||
"years": "{{number}}y",
|
"years": "{{number}}a",
|
||||||
"weeks": "{{number}}w",
|
"weeks": "{{number}}set",
|
||||||
"days": "{{number}}d",
|
"days": "{{number}}d",
|
||||||
"hours": "{{number}}h",
|
"hours": "{{number}}h",
|
||||||
"minutes": "{{number}}m",
|
"minutes": "{{number}}m",
|
||||||
"seconds": "{{number}}s",
|
"seconds": "{{number}}s",
|
||||||
"ago": "{{value}} Ago"
|
"ago": "Fa {{value}}"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"processed": "Processed",
|
"processed": "Processat",
|
||||||
"errored": "Errored",
|
"errored": "Error",
|
||||||
"saved": "Saved"
|
"saved": "Desat"
|
||||||
},
|
},
|
||||||
"traefik": {
|
"traefik": {
|
||||||
"routers": "Encaminadors",
|
"routers": "Encaminadors",
|
||||||
"services": "Serveis",
|
"services": "Serveis",
|
||||||
"middleware": "Middleware"
|
"middleware": "Intermediari"
|
||||||
},
|
},
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "Sense reproduccions actives",
|
"nothing_streaming": "Sense reproduccions actives",
|
||||||
@@ -353,7 +360,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Configurat",
|
"configured": "Configurat",
|
||||||
"errored": "Errored"
|
"errored": "Error"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sessions",
|
"numActiveSessions": "Sessions",
|
||||||
@@ -369,18 +376,18 @@
|
|||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Volgut",
|
||||||
"queued": "En cua",
|
"queued": "En cua",
|
||||||
"series": "Series"
|
"series": "Sèries"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Jugadors",
|
||||||
"version": "Version",
|
"version": "Versió",
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"up": "Online",
|
"up": "En línia",
|
||||||
"down": "Fora de línia"
|
"down": "Fora de línia"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Llegir",
|
||||||
"unread": "Unread"
|
"unread": "Sense llegir"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Usuaris",
|
"users": "Usuaris",
|
||||||
@@ -399,27 +406,28 @@
|
|||||||
"wait": "Si us plau, espereu",
|
"wait": "Si us plau, espereu",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Avís",
|
||||||
"uptime": "UP",
|
"uptime": "ACTIU",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Lliure",
|
"free": "Lliure",
|
||||||
"used": "Utilitzat",
|
"used": "Utilitzat",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crític",
|
||||||
"read": "Read",
|
"read": "Llegir",
|
||||||
"write": "Write",
|
"write": "Escriure",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Mem",
|
||||||
"swap": "Swap"
|
"swap": "Intercanvi"
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Marcador",
|
"bookmark": "Marcador",
|
||||||
"service": "Servei",
|
"service": "Servei",
|
||||||
"search": "Search",
|
"search": "Cercar",
|
||||||
"custom": "Custom",
|
"custom": "Personalitzat",
|
||||||
"visit": "Visit",
|
"visit": "Visitar",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggeriment"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Assolellat",
|
"0-day": "Assolellat",
|
||||||
@@ -484,21 +492,21 @@
|
|||||||
"updates": "Actualitzacions",
|
"updates": "Actualitzacions",
|
||||||
"update_available": "Actualització disponible",
|
"update_available": "Actualització disponible",
|
||||||
"up_to_date": "Actualitzat",
|
"up_to_date": "Actualitzat",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Ponts fills",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"pending": "Pendent",
|
"pending": "Pendent",
|
||||||
"down": "Down"
|
"down": "Inactiu"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "New",
|
"new": "Nou",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"grace": "In Grace Period",
|
"grace": "En Període de gràcia",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"paused": "Paused",
|
"paused": "En pausa",
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Últim ping",
|
||||||
"never": "No pings yet"
|
"never": "Sense pings"
|
||||||
},
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Escanejat",
|
"containers_scanned": "Escanejat",
|
||||||
@@ -520,7 +528,7 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Càrrega del sistema",
|
"load": "Càrrega del sistema",
|
||||||
"uptime": "Temps actiu",
|
"uptime": "Temps actiu",
|
||||||
"alerts": "Alerts"
|
"alerts": "Alertes"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Velocitat",
|
"speed": "Velocitat",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canals",
|
"channels": "Canals",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Sintonitzadors",
|
||||||
|
"channelNumber": "Canal",
|
||||||
|
"channelNetwork": "Xarxa",
|
||||||
|
"signalStrength": "Intensitat",
|
||||||
|
"signalQuality": "Qualitat",
|
||||||
|
"symbolQuality": "Qualitat",
|
||||||
|
"networkRate": "Taxa de bits",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Aprobat",
|
"passed": "Aprobat",
|
||||||
@@ -547,94 +563,94 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Càrrega de la bateria",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "Càrrega del SAI",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "Estat del SAI",
|
||||||
"online": "Online",
|
"online": "En línia",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "En Bateria",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Bateria Baixa"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Espereu si us plau",
|
"wait": "Espereu si us plau",
|
||||||
"no_devices": "No Device Data Received"
|
"no_devices": "No s'han rebut dades del Dispositiu"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU Load",
|
"cpuLoad": "Càrrega de CPU",
|
||||||
"memoryUsed": "Memory Used",
|
"memoryUsed": "Memoria en ús",
|
||||||
"uptime": "Temps actiu",
|
"uptime": "Temps actiu",
|
||||||
"numberOfLeases": "Leases"
|
"numberOfLeases": "IPs assignades"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "Tots els fluxos",
|
||||||
"streams_active": "Transmissions actives",
|
"streams_active": "Transmissions actives",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "Canals XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Today",
|
"yieldDay": "Avui",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Potència",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Potència %",
|
||||||
"limit": "Limit"
|
"limit": "Límit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Càrrega de CPU",
|
||||||
"memory": "Active Memory",
|
"memory": "Memòria activa",
|
||||||
"wanUpload": "WAN Upload",
|
"wanUpload": "Pujada WAN",
|
||||||
"wanDownload": "WAN Download"
|
"wanDownload": "Baixada WAN"
|
||||||
},
|
},
|
||||||
"moonraker": {
|
"moonraker": {
|
||||||
"printer_state": "Printer State",
|
"printer_state": "Estat de l'impressora",
|
||||||
"print_status": "Print Status",
|
"print_status": "Estat de l'impressió",
|
||||||
"print_progress": "Progress",
|
"print_progress": "Progress",
|
||||||
"layers": "Layers"
|
"layers": "Capes"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Estat",
|
"printer_state": "Estat",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Temperatura capçal",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Temperatura llit",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Finalització"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "IP Origen",
|
||||||
"status": "Estat"
|
"status": "Estat"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Promig Càrrega",
|
||||||
"memory": "Mem Usage",
|
"memory": "Ús Memòria",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "Estat WAN",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Disk Usage",
|
"disk": "Ús Disc",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Tasques fallides (24h)",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "CPU",
|
||||||
"memory_usage": "Memory"
|
"memory_usage": "Memòria"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Usuaris",
|
"users": "Usuaris",
|
||||||
"photos": "Photos",
|
"photos": "Fotos",
|
||||||
"videos": "Vídeos",
|
"videos": "Vídeos",
|
||||||
"storage": "Storage"
|
"storage": "Emmagatzematge"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Sites Up",
|
"up": "Actius",
|
||||||
"down": "Sites Down",
|
"down": "Caiguts",
|
||||||
"uptime": "Temps actiu",
|
"uptime": "Temps actiu",
|
||||||
"incident": "Incident",
|
"incident": "Incidència",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Sèries",
|
||||||
"archives": "Archives",
|
"archives": "Arxius",
|
||||||
"chapters": "Chapters",
|
"chapters": "Capítols",
|
||||||
"categories": "Categories"
|
"categories": "Categories"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Biblioteques",
|
||||||
"series": "Series",
|
"series": "Sèries",
|
||||||
"books": "Llibres"
|
"books": "Llibres"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
@@ -643,72 +659,77 @@
|
|||||||
"volumeAvailable": "Disponible"
|
"volumeAvailable": "Disponible"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Sèries",
|
||||||
"issues": "Issues",
|
"issues": "Problemes",
|
||||||
"wanted": "Volgut"
|
"wanted": "Volgut"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Àlbums",
|
"albums": "Àlbums",
|
||||||
"photos": "Photos",
|
"photos": "Fotos",
|
||||||
"videos": "Vídeos",
|
"videos": "Vídeos",
|
||||||
"people": "People"
|
"people": "Gent"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"processing": "Processant",
|
"processing": "Processant",
|
||||||
"processed": "Processed",
|
"processed": "Processat",
|
||||||
"time": "Time"
|
"time": "Temps"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Dashboards",
|
"dashboards": "Taulells",
|
||||||
"datasources": "Data Sources",
|
"datasources": "Origen de dades",
|
||||||
"totalalerts": "Total Alerts",
|
"totalalerts": "Alertes Totals",
|
||||||
"alertstriggered": "Alerts Triggered"
|
"alertstriggered": "Alertes disparades"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"cpuload": "Cpu Load",
|
"cpuload": "Càrrega de CPU",
|
||||||
"memoryusage": "Memory Usage",
|
"memoryusage": "Ús Memòria",
|
||||||
"freespace": "Free Space",
|
"freespace": "Espai lliure",
|
||||||
"activeusers": "Active Users",
|
"activeusers": "Usuaris actius",
|
||||||
"numfiles": "Files",
|
"numfiles": "Fitxers",
|
||||||
"numshares": "Shared Items"
|
"numshares": "Elements compartits"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"size": "Size",
|
"size": "Mida",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Darrera execució",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Següent execució",
|
||||||
"failed": "Error"
|
"failed": "Error"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Active Workers",
|
"active_workers": "Treballadors actius",
|
||||||
"total_workers": "Total Workers",
|
"total_workers": "Treballadors Totals",
|
||||||
"records_total": "Queue Length"
|
"records_total": "Llargada de la Cua"
|
||||||
},
|
},
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
"servers": "Servers",
|
"servers": "Servidors",
|
||||||
"nodes": "Nodes"
|
"nodes": "Nodes"
|
||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Targets Up",
|
"targets_up": "Objectius actius",
|
||||||
"targets_down": "Targets Down",
|
"targets_down": "Objectius caiguts",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Objectius Totals"
|
||||||
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Actius",
|
||||||
|
"down": "Caiguts",
|
||||||
|
"uptime": "Temps actiu"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Avui",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "Un any",
|
||||||
"gross_percent_max": "All time"
|
"gross_percent_max": "Tot"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Llibres",
|
"books": "Llibres",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Durada",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Durada"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "People Home",
|
"people_home": "Gent a casa",
|
||||||
"lights_on": "Lights On",
|
"lights_on": "Llums enceses",
|
||||||
"switches_on": "Switches On"
|
"switches_on": "Endolls activats"
|
||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Supervisió",
|
"monitoring": "Supervisió",
|
||||||
@@ -716,92 +737,144 @@
|
|||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Llibres",
|
"books": "Llibres",
|
||||||
"authors": "Authors",
|
"authors": "Autors",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Sèries"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Cua",
|
"downloadCount": "Cua",
|
||||||
"downloadBytesRemaining": "Restant",
|
"downloadBytesRemaining": "Restant",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Mida",
|
||||||
"downloadSpeed": "Velocitat"
|
"downloadSpeed": "Velocitat"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Sèries",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Fitxers"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Resultat",
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"buildId": "Build ID",
|
"buildId": "Id de compilació",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Amb èxit",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "No Iniciat",
|
||||||
"failed": "Error",
|
"failed": "Error",
|
||||||
"canceled": "Canceled",
|
"canceled": "Cancel·lat",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "En curs",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "RP Totals",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "Els meus RP",
|
||||||
"approved": "Aprovat"
|
"approved": "Aprovat"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"online": "Online",
|
"online": "En línia",
|
||||||
"offline": "Fora de línia",
|
"offline": "Fora de línia",
|
||||||
"name": "Name",
|
"name": "Nom",
|
||||||
"map": "Map",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Jugadors actuals",
|
||||||
"players": "Players",
|
"players": "Jugadors",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Màxim de jugadors",
|
||||||
"bots": "Bots",
|
"bots": "Bots",
|
||||||
"ping": "Ping"
|
"ping": "Latència"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"errored": "Errors",
|
"errored": "Errors",
|
||||||
"noRecent": "Out of Date",
|
"noRecent": "Obsolet",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Emmagatzematge utilitzat"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Receptes",
|
||||||
"users": "Usuaris",
|
"users": "Usuaris",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Etiquetes"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Descarregant",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"running": "Running",
|
"running": "En execució",
|
||||||
"stopped": "Aturat",
|
"stopped": "Aturat",
|
||||||
"passed": "Aprobat",
|
"passed": "Aprobat",
|
||||||
"failed": "Error"
|
"failed": "Error"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Temps actiu",
|
||||||
|
"cpuLoad": "Càrrega promig de CPU (5m)",
|
||||||
|
"up": "Actiu",
|
||||||
|
"down": "Inactiu",
|
||||||
|
"bytesTx": "Enviat",
|
||||||
|
"bytesRx": "Rebuts"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Estat",
|
"status": "Estat",
|
||||||
"uptime": "Temps actiu",
|
"uptime": "Temps actiu",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Darrera Inactivitat",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Duració d'Inactivitat",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Actius",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Caiguts",
|
||||||
"paused": "Paused",
|
"paused": "En pausa",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Sense verificar",
|
||||||
"up": "Up",
|
"up": "Actiu",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Sembla caigut",
|
||||||
"down": "Down",
|
"down": "Inactiu",
|
||||||
"unknown": "Desconegut"
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "En cines",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Estrena física",
|
||||||
"digitalRelease": "Digital release",
|
"digitalRelease": "Estrena digital",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "Cap esdeveniment per avui!",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "No s'han trobat esdeveniments"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Plataformes",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "ROMs totals"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Avisos",
|
||||||
"criticals": "Criticals"
|
"criticals": "Crítics"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Esdeveniments",
|
||||||
|
"plants": "Plantes",
|
||||||
|
"photos": "Fotos",
|
||||||
|
"species": "Espècies"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notificacions",
|
||||||
|
"issues": "Problemes",
|
||||||
|
"pulls": "Sol·licitud de Canvis"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Escenes",
|
||||||
|
"scenesPlayed": "Escenes reproduïdes",
|
||||||
|
"playCount": "Total reproduccions",
|
||||||
|
"playDuration": "Temps visionat",
|
||||||
|
"sceneSize": "Tamany Escena",
|
||||||
|
"sceneDuration": "Duració Escenes",
|
||||||
|
"images": "Imatges",
|
||||||
|
"imageSize": "Mida Imatges",
|
||||||
|
"galleries": "Biblioteques",
|
||||||
|
"performers": "Intèrprets",
|
||||||
|
"studios": "Estudis",
|
||||||
|
"movies": "Pel·lícules",
|
||||||
|
"tags": "Etiquetes",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Usuaris",
|
||||||
|
"recipes": "Receptes",
|
||||||
|
"keywords": "Paraules claus"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Elements",
|
||||||
|
"totalWithWarranty": "Amb Garantia",
|
||||||
|
"locations": "Ubicacions",
|
||||||
|
"labels": "Etiquetes",
|
||||||
|
"users": "Usuaris",
|
||||||
|
"totalValue": "Valor total"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alertes",
|
||||||
|
"bans": "Prohibicions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "měs.",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"placeholder": "Hledat…"
|
"placeholder": "Hledat…"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "Procesor",
|
"cpu": "CPU",
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
"total": "Celkem",
|
"total": "Celkem",
|
||||||
"free": "Volné",
|
"free": "Volné",
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
"cpu": "Procesor",
|
"cpu": "CPU",
|
||||||
"running": "Běží",
|
"running": "Běží",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"error": "Chyba",
|
"error": "Chyba",
|
||||||
@@ -87,15 +87,15 @@
|
|||||||
"ping": "Odezva",
|
"ping": "Odezva",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"not_available": "Not Available"
|
"not_available": "Není k dispozici"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "Stav HTTP",
|
||||||
"error": "Chyba",
|
"error": "Chyba",
|
||||||
"response": "Response",
|
"response": "Odpověď",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"not_available": "Not Available"
|
"not_available": "Není k dispozici"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Přehrává",
|
"playing": "Přehrává",
|
||||||
@@ -107,12 +107,19 @@
|
|||||||
"episodes": "Epizody",
|
"episodes": "Epizody",
|
||||||
"songs": "Skladby"
|
"songs": "Skladby"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Celkem",
|
||||||
|
"unknown": "Neznámý"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkce",
|
"pv_power": "Produkce",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Baterie",
|
||||||
"grid_power": "Grid",
|
"grid_power": "Mřížka",
|
||||||
"home_power": "Consumption",
|
"home_power": "Spotřeba",
|
||||||
"charge_power": "Charger",
|
"charge_power": "Nabíječka",
|
||||||
"watt_hour": "Wh"
|
"watt_hour": "Wh"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
@@ -127,20 +134,20 @@
|
|||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Stav",
|
"connectionStatus": "Stav",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Nenastaveno",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Připojuji",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Ověřování",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Čeká na odpojení",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Odpojování",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Odpojeno",
|
||||||
"connectionStatusConnected": "Connected",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Doba spuštění",
|
"uptime": "Doba spuštění",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"received": "Received",
|
"received": "Přijaté",
|
||||||
"sent": "Sent",
|
"sent": "Odeslané",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "Ext. IP"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
@@ -163,7 +170,7 @@
|
|||||||
"transcoding": "Překódovávání",
|
"transcoding": "Překódovávání",
|
||||||
"bitrate": "Přenosová rychlost",
|
"bitrate": "Přenosová rychlost",
|
||||||
"no_active": "Žádný aktivní stream",
|
"no_active": "Žádný aktivní stream",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Zkontrolujte připojení Plexu"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "Připojené APs",
|
"connectedAp": "Připojené APs",
|
||||||
@@ -210,8 +217,8 @@
|
|||||||
"memUsage": "Využití paměti",
|
"memUsage": "Využití paměti",
|
||||||
"systemTempC": "Teplota systému",
|
"systemTempC": "Teplota systému",
|
||||||
"poolUsage": "Využití fondu",
|
"poolUsage": "Využití fondu",
|
||||||
"volumeUsage": "Volume Usage",
|
"volumeUsage": "Využití svazku",
|
||||||
"invalid": "Invalid"
|
"invalid": "Neplatné"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Stahování",
|
"download": "Stahování",
|
||||||
@@ -243,7 +250,7 @@
|
|||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Hledané",
|
"wanted": "Hledané",
|
||||||
"queued": "Ve frontě",
|
"queued": "Ve frontě",
|
||||||
"artists": "Artists"
|
"artists": "Interpreti"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Hledané",
|
"wanted": "Hledané",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Schváleno",
|
"approved": "Schváleno",
|
||||||
"available": "Dostupné"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Celkem",
|
"total": "Celkem",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -389,17 +396,17 @@
|
|||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
"cpu": "Procesor",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "Virtuální Stroje"
|
"vms": "Virtuální Stroje"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "Procesor",
|
"cpu": "CPU",
|
||||||
"load": "Zatížení",
|
"load": "Zatížení",
|
||||||
"wait": "Počkejte prosím",
|
"wait": "Počkejte prosím",
|
||||||
"temp": "TEPLOTA",
|
"temp": "TEPLOTA",
|
||||||
"_temp": "Temp",
|
"_temp": "Temp",
|
||||||
"warn": "Warn",
|
"warn": "Varováni",
|
||||||
"uptime": "BĚŽÍ",
|
"uptime": "BĚŽÍ",
|
||||||
"total": "Celkem",
|
"total": "Celkem",
|
||||||
"free": "Volné",
|
"free": "Volné",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Hledat",
|
"search": "Hledat",
|
||||||
"custom": "Vlastní",
|
"custom": "Vlastní",
|
||||||
"visit": "Navštivte",
|
"visit": "Navštivte",
|
||||||
"url": "Odkaz"
|
"url": "Odkaz",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Slunečno",
|
"0-day": "Slunečno",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanály",
|
"channels": "Kanály",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Přenosová rychlost",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Úspěšné",
|
"passed": "Úspěšné",
|
||||||
@@ -610,7 +626,7 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datové úložiště",
|
"datastore_usage": "Datové úložiště",
|
||||||
"failed_tasks_24h": "Neúspěšné úlohy 24h",
|
"failed_tasks_24h": "Neúspěšné úlohy 24h",
|
||||||
"cpu_usage": "Procesor",
|
"cpu_usage": "CPU",
|
||||||
"memory_usage": "Paměť"
|
"memory_usage": "Paměť"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Cíle vypnuté",
|
"targets_down": "Cíle vypnuté",
|
||||||
"targets_total": "Cíle celkem"
|
"targets_total": "Cíle celkem"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Stránky Up",
|
||||||
|
"down": "Stránky Down",
|
||||||
|
"uptime": "Doba spuštění"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "Jeden rok",
|
"gross_percent_1y": "Jeden rok",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Úspěšné",
|
"passed": "Úspěšné",
|
||||||
"failed": "Selhalo"
|
"failed": "Selhalo"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Doba spuštění",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Přijaté"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"uptime": "Doba spuštění",
|
"uptime": "Doba spuštění",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotografie",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Problémy",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filmy",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Uživatelé",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Uživatelé",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Upozornění",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mnd",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "t",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
"not_available": "Ikke tilgængelig"
|
"not_available": "Ikke tilgængelig"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "HTTP-status",
|
||||||
"error": "Fejl",
|
"error": "Fejl",
|
||||||
"response": "Response",
|
"response": "Response",
|
||||||
"down": "Ned",
|
"down": "Ned",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episoder",
|
"episodes": "Episoder",
|
||||||
"songs": "Sange"
|
"songs": "Sange"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Ukendt"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produktion",
|
"pv_power": "Produktion",
|
||||||
"battery_soc": "Batteri",
|
"battery_soc": "Batteri",
|
||||||
@@ -133,15 +140,15 @@
|
|||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Disconnecting",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Disconnected",
|
||||||
"connectionStatusConnected": "Forbundet",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Oppetid",
|
"uptime": "Oppetid",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Ned",
|
"down": "Ned",
|
||||||
"up": "Op",
|
"up": "Op",
|
||||||
"received": "Received",
|
"received": "Modtaget",
|
||||||
"sent": "Sent",
|
"sent": "Sendt",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "Ekstern IP"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Godkendt",
|
"approved": "Godkendt",
|
||||||
"available": "Tilgængelig"
|
"available": "Tilgængelig"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Forbundet",
|
"connected": "Connected",
|
||||||
"new_devices": "Nye Enheder",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Nedadvarsler"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Forespørgsler",
|
"queries": "Forespørgsler",
|
||||||
@@ -405,7 +412,7 @@
|
|||||||
"free": "Fri",
|
"free": "Fri",
|
||||||
"used": "Brugt",
|
"used": "Brugt",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "t",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
"read": "Læst",
|
"read": "Læst",
|
||||||
"write": "Skriv",
|
"write": "Skriv",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Søg",
|
"search": "Søg",
|
||||||
"custom": "Brugerdefinerede",
|
"custom": "Brugerdefinerede",
|
||||||
"visit": "Besøg",
|
"visit": "Besøg",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Solrig",
|
"0-day": "Solrig",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanaler",
|
"channels": "Kanaler",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Bestået",
|
"passed": "Bestået",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Batteriniveau",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS Load",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS Status",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "På batteri",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Lavt batteriniveau"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Vent venligst",
|
"wait": "Vent venligst",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Mål Nede",
|
"targets_down": "Mål Nede",
|
||||||
"targets_total": "Totale Mål"
|
"targets_total": "Totale Mål"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sider Oppe",
|
||||||
|
"down": "Sider Nede",
|
||||||
|
"uptime": "Oppetid"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "I dag",
|
"gross_percent_today": "I dag",
|
||||||
"gross_percent_1y": "Et År",
|
"gross_percent_1y": "Et År",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Bestået",
|
"passed": "Bestået",
|
||||||
"failed": "Fejlet"
|
"failed": "Fejlet"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Oppetid",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Op",
|
||||||
|
"down": "Ned",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Modtaget"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Oppetid",
|
"uptime": "Oppetid",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "No events found"
|
"noEventsFound": "No events found"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platforme",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Total ROMs"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Advarsler",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Billeder",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Problemer",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Film",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Brugere",
|
||||||
|
"recipes": "Opskrifter",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Brugere",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Advarsler",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episoden",
|
"episodes": "Episoden",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Gesamt",
|
||||||
|
"unknown": "Unbekannt"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Erzeugung",
|
"pv_power": "Erzeugung",
|
||||||
"battery_soc": "Batterie",
|
"battery_soc": "Batterie",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Genehmigt",
|
"approved": "Genehmigt",
|
||||||
"available": "Verfügbar"
|
"available": "Verfügbar"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Gesamt",
|
"total": "Gesamt",
|
||||||
"connected": "Verbunden",
|
"connected": "Verbunden",
|
||||||
"new_devices": "Neue Geräte",
|
"new_devices": "Neue Geräte",
|
||||||
@@ -379,7 +386,7 @@
|
|||||||
"down": "Offline"
|
"down": "Offline"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Lesen",
|
"read": "Gelesen",
|
||||||
"unread": "Ungelesen"
|
"unread": "Ungelesen"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
@@ -407,7 +414,7 @@
|
|||||||
"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",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Suchen",
|
"search": "Suchen",
|
||||||
"custom": "Benutzerdefiniert",
|
"custom": "Benutzerdefiniert",
|
||||||
"visit": "Besuchen",
|
"visit": "Besuchen",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Vorschlag"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "sonnig",
|
"0-day": "sonnig",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanäle",
|
"channels": "Kanäle",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Empfänger",
|
||||||
|
"channelNumber": "Kanal",
|
||||||
|
"channelNetwork": "Netzwerk",
|
||||||
|
"signalStrength": "Stärke",
|
||||||
|
"signalQuality": "Qualität",
|
||||||
|
"symbolQuality": "Qualität",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Bestanden",
|
"passed": "Bestanden",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Ziele Down",
|
"targets_down": "Ziele Down",
|
||||||
"targets_total": "Alle Ziele"
|
"targets_total": "Alle Ziele"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Seiten verfügbar",
|
||||||
|
"down": "Seiten nicht verfügbar",
|
||||||
|
"uptime": "Betriebszeit"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Heute",
|
"gross_percent_today": "Heute",
|
||||||
"gross_percent_1y": "Ein Jahr",
|
"gross_percent_1y": "Ein Jahr",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Bestanden",
|
"passed": "Bestanden",
|
||||||
"failed": "Fehlgeschlagen"
|
"failed": "Fehlgeschlagen"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Betriebszeit",
|
||||||
|
"cpuLoad": "CPU-Last (5 min-Durchschnitt)",
|
||||||
|
"up": "Senden",
|
||||||
|
"down": "Empfangen",
|
||||||
|
"bytesTx": "Übertragen",
|
||||||
|
"bytesRx": "Empfangen"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Betriebszeit",
|
"uptime": "Betriebszeit",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Keine Termine gefunden"
|
"noEventsFound": "Keine Termine gefunden"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Plattformen",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "ROMs gesamt"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnungen",
|
"warnings": "Warnungen",
|
||||||
"criticals": "Kritisch"
|
"criticals": "Kritisch"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Ereignisse",
|
||||||
|
"plants": "Pflanzen",
|
||||||
|
"photos": "Fotos",
|
||||||
|
"species": "Spezies"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Benachrichtigungen",
|
||||||
|
"issues": "Probleme",
|
||||||
|
"pulls": "Pull-Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Szenen",
|
||||||
|
"scenesPlayed": "Gespielte Szenen",
|
||||||
|
"playCount": "Wiedergaben gesamt",
|
||||||
|
"playDuration": "Zeit angesehen",
|
||||||
|
"sceneSize": "Szenengröße",
|
||||||
|
"sceneDuration": "Szenendauer",
|
||||||
|
"images": "Bilder",
|
||||||
|
"imageSize": "Bildgröße",
|
||||||
|
"galleries": "Galerien",
|
||||||
|
"performers": "Darsteller",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filme",
|
||||||
|
"tags": "Schlagwörter",
|
||||||
|
"oCount": "O-Anzahl"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Benutzer",
|
||||||
|
"recipes": "Rezepte",
|
||||||
|
"keywords": "Schlagwörter"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Objekte",
|
||||||
|
"totalWithWarranty": "Mit Garantie",
|
||||||
|
"locations": "Orte",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Benutzer",
|
||||||
|
"totalValue": "Gesamtwert"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Warnungen",
|
||||||
|
"bans": "Banns"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Επεισόδια",
|
"episodes": "Επεισόδια",
|
||||||
"songs": "Τραγούδια"
|
"songs": "Τραγούδια"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Εκτός σύνδεσης",
|
||||||
|
"offline_alt": "Εκτός σύνδεσης",
|
||||||
|
"online": "Συνδεδεμένοι",
|
||||||
|
"total": "Σύνολο",
|
||||||
|
"unknown": "Άγνωστο"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Παραγωγή",
|
"pv_power": "Παραγωγή",
|
||||||
"battery_soc": "Μπαταρία",
|
"battery_soc": "Μπαταρία",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Εγκρίθηκε",
|
"approved": "Εγκρίθηκε",
|
||||||
"available": "Διαθέσιμο"
|
"available": "Διαθέσιμο"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Σύνολο",
|
"total": "Σύνολο",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Λιακάδα",
|
"0-day": "Λιακάδα",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Ρυθμός bit",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Χρόνος Λειτουργίας"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Σήμερα",
|
"gross_percent_today": "Σήμερα",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Χρόνος Λειτουργίας",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Κατάσταση",
|
"status": "Κατάσταση",
|
||||||
"uptime": "Χρόνος Λειτουργίας",
|
"uptime": "Χρόνος Λειτουργίας",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Ταινίες",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Χρήστες",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Χρήστες",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Ειδοποιήσεις",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -788,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -816,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Epizodoj",
|
"episodes": "Epizodoj",
|
||||||
"songs": "Kantoj"
|
"songs": "Kantoj"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Malkonekta",
|
||||||
|
"offline_alt": "Malkonekta",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Totalo",
|
||||||
|
"unknown": "Nekonata"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Aprobita",
|
"approved": "Aprobita",
|
||||||
"available": "Havebla"
|
"available": "Havebla"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Totalo",
|
"total": "Totalo",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Suna",
|
"0-day": "Suna",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanaloj",
|
"channels": "Kanaloj",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrapido",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stato",
|
"status": "Stato",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filmoj",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Uzantoj",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Uzantoj",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"number": "{{value, number}}",
|
"number": "{{value, number}}",
|
||||||
"ms": "{{value, number}}",
|
"ms": "{{value, number}}",
|
||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{valor, relativaFecha}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "me",
|
"months": "me",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodios",
|
"episodes": "Episodios",
|
||||||
"songs": "Canciones"
|
"songs": "Canciones"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Desconectado",
|
||||||
|
"offline_alt": "Desconectado",
|
||||||
|
"online": "En línea",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Desconocido"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Producción",
|
"pv_power": "Producción",
|
||||||
"battery_soc": "Batería",
|
"battery_soc": "Batería",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "Desconexión pendiente",
|
"connectionStatusPendingDisconnect": "Desconexión pendiente",
|
||||||
"connectionStatusDisconnecting": "Desconectando",
|
"connectionStatusDisconnecting": "Desconectando",
|
||||||
"connectionStatusDisconnected": "Desconectado",
|
"connectionStatusDisconnected": "Desconectado",
|
||||||
"connectionStatusConnected": "Conectado",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Tiempo activo",
|
"uptime": "Tiempo activo",
|
||||||
"maxDown": "Descarga máxima",
|
"maxDown": "Descarga máxima",
|
||||||
"maxUp": "Subida máxima",
|
"maxUp": "Subida máxima",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Aprobado",
|
"approved": "Aprobado",
|
||||||
"available": "Disponible"
|
"available": "Disponible"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Conectado",
|
"connected": "Connected",
|
||||||
"new_devices": "Nuevos dispositivos",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Alertas de caídas"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Consultas",
|
"queries": "Consultas",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Buscar",
|
"search": "Buscar",
|
||||||
"custom": "Personalizado",
|
"custom": "Personalizado",
|
||||||
"visit": "Visitar",
|
"visit": "Visitar",
|
||||||
"url": "Enlace"
|
"url": "Enlace",
|
||||||
|
"searchsuggestion": "Sugerencia"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Soleado",
|
"0-day": "Soleado",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canales",
|
"channels": "Canales",
|
||||||
"hd": "Alta definición"
|
"hd": "Alta definición",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Canal",
|
||||||
|
"channelNetwork": "Red",
|
||||||
|
"signalStrength": "Intensidad",
|
||||||
|
"signalQuality": "Calidad",
|
||||||
|
"symbolQuality": "Calidad",
|
||||||
|
"networkRate": "Tasa de bits",
|
||||||
|
"clientIP": "Cliente"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Aprobado",
|
"passed": "Aprobado",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Objetivos inactivos",
|
"targets_down": "Objetivos inactivos",
|
||||||
"targets_total": "Objetivos totales"
|
"targets_total": "Objetivos totales"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sitios activos",
|
||||||
|
"down": "Sitios inactivos",
|
||||||
|
"uptime": "Tiempo activo"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Hoy",
|
"gross_percent_today": "Hoy",
|
||||||
"gross_percent_1y": "Un año",
|
"gross_percent_1y": "Un año",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Aprobado",
|
"passed": "Aprobado",
|
||||||
"failed": "Fallido"
|
"failed": "Fallido"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Tiempo activo",
|
||||||
|
"cpuLoad": "Carga promedio del CPU (5m)",
|
||||||
|
"up": "Activo",
|
||||||
|
"down": "Inactivo",
|
||||||
|
"bytesTx": "Transmitido",
|
||||||
|
"bytesRx": "Recibido"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"uptime": "Tiempo activo",
|
"uptime": "Tiempo activo",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "No se encontraron eventos"
|
"noEventsFound": "No se encontraron eventos"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Plataformas",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Total ROMs"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Advertencias",
|
||||||
"criticals": "Criticals"
|
"criticals": "Críticos"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Eventos",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notificaciones",
|
||||||
|
"issues": "Números",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Imágenes",
|
||||||
|
"imageSize": "Tamaño de imagen",
|
||||||
|
"galleries": "Galerías",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Películas",
|
||||||
|
"tags": "Etiquetas",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Usuarios",
|
||||||
|
"recipes": "Recetas",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "Con Garantía",
|
||||||
|
"locations": "Ubicaciones",
|
||||||
|
"labels": "Etiquetas",
|
||||||
|
"users": "Usuarios",
|
||||||
|
"totalValue": "Valor total"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alertas",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Abestiak"
|
"songs": "Abestiak"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Guztira",
|
||||||
|
"unknown": "Ezezaguna"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Guztira",
|
"total": "Guztira",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bit-tasa",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Yhteensä",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Hyväksytty",
|
"approved": "Hyväksytty",
|
||||||
"available": "Saatavilla"
|
"available": "Saatavilla"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Yhteensä",
|
"total": "Yhteensä",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bittinopeus",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Tila",
|
"status": "Tila",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"api_error": "Erreur API",
|
"api_error": "Erreur API",
|
||||||
"information": "Informations",
|
"information": "Informations",
|
||||||
"status": "Statut",
|
"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"
|
||||||
},
|
},
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"placeholder": "Recherche…"
|
"placeholder": "Recherche…"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "Cpu",
|
"cpu": "CPU",
|
||||||
"mem": "Mém",
|
"mem": "Mém",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Libre",
|
"free": "Libre",
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
"rx": "Rx",
|
"rx": "Rx",
|
||||||
"tx": "Tx",
|
"tx": "Tx",
|
||||||
"mem": "Mém",
|
"mem": "Mém",
|
||||||
"cpu": "Cpu",
|
"cpu": "CPU",
|
||||||
"running": "Démarré",
|
"running": "Démarré",
|
||||||
"offline": "Hors ligne",
|
"offline": "Hors ligne",
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Épisodes",
|
"episodes": "Épisodes",
|
||||||
"songs": "Musique"
|
"songs": "Musique"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Hors ligne",
|
||||||
|
"offline_alt": "Hors ligne",
|
||||||
|
"online": "En ligne",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Inconnu"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Batterie",
|
"battery_soc": "Batterie",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"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": "Connected",
|
||||||
"uptime": "Démarré depuis",
|
"uptime": "Démarré depuis",
|
||||||
"maxDown": "Max. Bas",
|
"maxDown": "Max. Bas",
|
||||||
"maxUp": "Max. Haut",
|
"maxUp": "Max. Haut",
|
||||||
@@ -150,7 +157,7 @@
|
|||||||
},
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Total Observé",
|
"totalObserved": "Total Observé",
|
||||||
"diffsDetected": "Diffs Detectées"
|
"diffsDetected": "Diffs détectées"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
"shows": "Affichages",
|
"shows": "Affichages",
|
||||||
@@ -166,7 +173,7 @@
|
|||||||
"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": "Équipts actifs",
|
"activeUser": "Équipts actifs",
|
||||||
"alerts": "Alertes",
|
"alerts": "Alertes",
|
||||||
"connectedGateway": "Passerelles connectées",
|
"connectedGateway": "Passerelles connectées",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Validé",
|
"approved": "Validé",
|
||||||
"available": "Disponible"
|
"available": "Disponible"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connecté",
|
"connected": "Connected",
|
||||||
"new_devices": "Nouvel Appareil",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Alertes"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Requêtes",
|
"queries": "Requêtes",
|
||||||
@@ -389,12 +396,12 @@
|
|||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "Mém",
|
"mem": "Mém",
|
||||||
"cpu": "Cpu",
|
"cpu": "CPU",
|
||||||
"lxc": "LxC",
|
"lxc": "LxC",
|
||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "Cpu",
|
"cpu": "CPU",
|
||||||
"load": "Charge",
|
"load": "Charge",
|
||||||
"wait": "Veuillez patienter",
|
"wait": "Veuillez patienter",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Recherche",
|
"search": "Recherche",
|
||||||
"custom": "Personnalisé",
|
"custom": "Personnalisé",
|
||||||
"visit": "Aller vers",
|
"visit": "Aller vers",
|
||||||
"url": "Url"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestions"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Ensoleillé",
|
"0-day": "Ensoleillé",
|
||||||
@@ -529,13 +537,21 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
"public_ip": "IP Publique",
|
"public_ip": "IP publique",
|
||||||
"region": "Région",
|
"region": "Région",
|
||||||
"country": "Pays"
|
"country": "Pays"
|
||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Chaînes",
|
"channels": "Chaînes",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Canal",
|
||||||
|
"channelNetwork": "Réseau",
|
||||||
|
"signalStrength": "Force",
|
||||||
|
"signalQuality": "Qualité",
|
||||||
|
"symbolQuality": "Qualité",
|
||||||
|
"networkRate": "Débit",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Réussi",
|
"passed": "Réussi",
|
||||||
@@ -547,11 +563,11 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Charge Batterie",
|
||||||
"ups_load": "Charge de l'UPS",
|
"ups_load": "Charge de l'UPS",
|
||||||
"ups_status": "État de l'UPS",
|
"ups_status": "État de l'UPS",
|
||||||
"online": "En ligne",
|
"online": "En ligne",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "Sur Batterie",
|
||||||
"low_battery": "Batterie Faible"
|
"low_battery": "Batterie Faible"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
@@ -577,7 +593,7 @@
|
|||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "Charge CPU",
|
"cpu": "Charge CPU",
|
||||||
"memory": "Mém. Utilisée",
|
"memory": "Mém. utilisée",
|
||||||
"wanUpload": "WAN Envoi",
|
"wanUpload": "WAN Envoi",
|
||||||
"wanDownload": "WAN Récep."
|
"wanDownload": "WAN Récep."
|
||||||
},
|
},
|
||||||
@@ -610,7 +626,7 @@
|
|||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Tâches échouées 24h",
|
"failed_tasks_24h": "Tâches échouées 24h",
|
||||||
"cpu_usage": "Cpu",
|
"cpu_usage": "CPU",
|
||||||
"memory_usage": "Mémoire"
|
"memory_usage": "Mémoire"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
@@ -633,7 +649,7 @@
|
|||||||
"categories": "Catégories"
|
"categories": "Catégories"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Librairies",
|
"libraries": "Bibliothèques",
|
||||||
"series": "Séries TV",
|
"series": "Séries TV",
|
||||||
"books": "Livres"
|
"books": "Livres"
|
||||||
},
|
},
|
||||||
@@ -666,7 +682,7 @@
|
|||||||
"alertstriggered": "Alertes déclenchées"
|
"alertstriggered": "Alertes déclenchées"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"cpuload": "Charge Cpu",
|
"cpuload": "Charge CPU",
|
||||||
"memoryusage": "Utilisation Mémoire",
|
"memoryusage": "Utilisation Mémoire",
|
||||||
"freespace": "Libre",
|
"freespace": "Libre",
|
||||||
"activeusers": "Utilisateurs Actifs",
|
"activeusers": "Utilisateurs Actifs",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Down",
|
"targets_down": "Down",
|
||||||
"targets_total": "Total"
|
"targets_total": "Total"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "En ligne",
|
||||||
|
"down": "Hors ligne",
|
||||||
|
"uptime": "Démarré depuis"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Aujourd'hui",
|
"gross_percent_today": "Aujourd'hui",
|
||||||
"gross_percent_1y": "Un an",
|
"gross_percent_1y": "Un an",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Réussi",
|
"passed": "Réussi",
|
||||||
"failed": "Échoué"
|
"failed": "Échoué"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Démarré depuis",
|
||||||
|
"cpuLoad": "Charge moyenne CPU (5 min)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmis",
|
||||||
|
"bytesRx": "Reçu"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Statut",
|
"status": "Statut",
|
||||||
"uptime": "Démarré depuis",
|
"uptime": "Démarré depuis",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Aucun événement trouvé"
|
"noEventsFound": "Aucun événement trouvé"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Plateformes",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Total des ROMs"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Avertissements",
|
||||||
"criticals": "Criticals"
|
"criticals": "Urgent"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Événements",
|
||||||
|
"plants": "Plantes",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Espèces"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Anomalies",
|
||||||
|
"pulls": "Demandes de tirage"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scènes",
|
||||||
|
"scenesPlayed": "Scènes jouées",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Taille des images",
|
||||||
|
"galleries": "Galeries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Films",
|
||||||
|
"tags": "Étiquettes",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Utilisateurs",
|
||||||
|
"recipes": "Recettes",
|
||||||
|
"keywords": "Mots-clés"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Objets",
|
||||||
|
"totalWithWarranty": "Avec garantie",
|
||||||
|
"locations": "Emplacements",
|
||||||
|
"labels": "Étiquettes",
|
||||||
|
"users": "Utilisateurs",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alertes",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "כבוי",
|
||||||
|
"offline_alt": "כבוי",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "סה\"כ",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "מאושר",
|
"approved": "מאושר",
|
||||||
"available": "זמין"
|
"available": "זמין"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "סה\"כ",
|
"total": "סה\"כ",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "סיביות",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "סטטוס",
|
"status": "סטטוס",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
"percent": "{{value, percent}}",
|
"percent": "{{value, percent}}",
|
||||||
"number": "{{value, number}}",
|
"number": "{{value, number}}",
|
||||||
"ms": "{{value, number}}",
|
"ms": "{{value, number}}",
|
||||||
"date": "{{value, date}}",
|
"date": "{value, date}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "माह",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "घं.",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
"seconds": "s"
|
"seconds": "पल"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Missing Widget Type: {{type}}",
|
"missing_type": "Missing Widget Type: {{type}}",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -405,7 +412,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",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mj",
|
||||||
"days": "d",
|
"days": "dan(a)",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"minutes": "m",
|
"minutes": "min",
|
||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
@@ -46,12 +46,12 @@
|
|||||||
"used": "Korišteno",
|
"used": "Korišteno",
|
||||||
"load": "Opterećenje",
|
"load": "Opterećenje",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"max": "Maks",
|
"max": "Maks.",
|
||||||
"uptime": "UP"
|
"uptime": "Vrijeme rada"
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Korisnici",
|
"users": "Korisnici",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"days": "Dani",
|
"days": "Dani",
|
||||||
"wan": "WAN",
|
"wan": "WAN",
|
||||||
"lan": "LAN",
|
"lan": "LAN",
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
"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": "UP",
|
"up": "Vrijeme rada",
|
||||||
"down": "PRIMANJE",
|
"down": "NEDOSTUPNO",
|
||||||
"wait": "Pričekaj",
|
"wait": "Pričekaj",
|
||||||
"empty_data": "Stanje podsustava nepoznato"
|
"empty_data": "Stanje podsustava nepoznato"
|
||||||
},
|
},
|
||||||
@@ -85,17 +85,17 @@
|
|||||||
"ping": {
|
"ping": {
|
||||||
"error": "Greška",
|
"error": "Greška",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"up": "Up",
|
"up": "Dostupno",
|
||||||
"not_available": "Not Available"
|
"not_available": "Nije dostupno"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "Stanje HTTP-a",
|
||||||
"error": "Greška",
|
"error": "Greška",
|
||||||
"response": "Response",
|
"response": "Odgovor",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"up": "Up",
|
"up": "Dostupno",
|
||||||
"not_available": "Not Available"
|
"not_available": "Nije dostupno"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Reprodukcija",
|
"playing": "Reprodukcija",
|
||||||
@@ -107,13 +107,20 @@
|
|||||||
"episodes": "Epizode",
|
"episodes": "Epizode",
|
||||||
"songs": "Pjesme"
|
"songs": "Pjesme"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Ukupno",
|
||||||
|
"unknown": "Nepoznato"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Proizvodnja",
|
"pv_power": "Proizvodnja",
|
||||||
"battery_soc": "Baterija",
|
"battery_soc": "Baterija",
|
||||||
"grid_power": "Raspored",
|
"grid_power": "Raspored",
|
||||||
"home_power": "Potrošnja",
|
"home_power": "Potrošnja",
|
||||||
"charge_power": "Punjač",
|
"charge_power": "Punjač",
|
||||||
"watt_hour": "Wh"
|
"watt_hour": "Kilovat-sat"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
"download": "Preuzimanje",
|
"download": "Preuzimanje",
|
||||||
@@ -127,21 +134,21 @@
|
|||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Stanje",
|
"connectionStatus": "Stanje",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Nekonfigurirano",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Povezivanje",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Autentificiranje",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Odspajanje u tijeku",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Odspajanje",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Odspojeno",
|
||||||
"connectionStatusConnected": "Povezano",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Maksimum preuzimanja",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Maksimum prijenosa",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"up": "Up",
|
"up": "Dostupno",
|
||||||
"received": "Received",
|
"received": "Primljeno",
|
||||||
"sent": "Sent",
|
"sent": "Poslano",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "Eksterna IP adresa"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Glavne grane",
|
"upstreams": "Glavne grane",
|
||||||
@@ -255,26 +262,26 @@
|
|||||||
"missingMovies": "Nedostajući filmovi"
|
"missingMovies": "Nedostajući filmovi"
|
||||||
},
|
},
|
||||||
"ombi": {
|
"ombi": {
|
||||||
"pending": "Predstoji",
|
"pending": "U tijeku",
|
||||||
"approved": "Odobreno",
|
"approved": "Odobreno",
|
||||||
"available": "Dostupno"
|
"available": "Dostupno"
|
||||||
},
|
},
|
||||||
"jellyseerr": {
|
"jellyseerr": {
|
||||||
"pending": "Predstoji",
|
"pending": "U tijeku",
|
||||||
"approved": "Odobreno",
|
"approved": "Odobreno",
|
||||||
"available": "Dostupno"
|
"available": "Dostupno"
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"overseerr": {
|
||||||
"pending": "Predstoji",
|
"pending": "U tijeku",
|
||||||
"processing": "Obrada",
|
"processing": "Obrada",
|
||||||
"approved": "Odobreno",
|
"approved": "Odobreno",
|
||||||
"available": "Dostupno"
|
"available": "Dostupno"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Ukupno",
|
"total": "Ukupno",
|
||||||
"connected": "Povezano",
|
"connected": "Connected",
|
||||||
"new_devices": "Novi uređaji",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Obavijest o rušenju"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Upiti",
|
"queries": "Upiti",
|
||||||
@@ -398,20 +405,20 @@
|
|||||||
"load": "Opterećenje",
|
"load": "Opterećenje",
|
||||||
"wait": "Pričekaj",
|
"wait": "Pričekaj",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"_temp": "Temp",
|
"_temp": "Temperatura",
|
||||||
"warn": "Upozori",
|
"warn": "Upozori",
|
||||||
"uptime": "UP",
|
"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": "Crit",
|
"crit": "Krritično",
|
||||||
"read": "Pročitano",
|
"read": "Pročitano",
|
||||||
"write": "Write",
|
"write": "Piši",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Memorija",
|
||||||
"swap": "Swap"
|
"swap": "Virtualna memorija"
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Straničnik",
|
"bookmark": "Straničnik",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Traži",
|
"search": "Traži",
|
||||||
"custom": "Prilagođeno",
|
"custom": "Prilagođeno",
|
||||||
"visit": "Posjeti",
|
"visit": "Posjeti",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Prijedlog"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunčano",
|
"0-day": "Sunčano",
|
||||||
@@ -486,15 +494,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": "Up",
|
"up": "Dostupno",
|
||||||
"pending": "Predstoji",
|
"pending": "U tijeku",
|
||||||
"down": "Down"
|
"down": "Nedostupno"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Novo",
|
"new": "Novo",
|
||||||
"up": "Up",
|
"up": "Dostupno",
|
||||||
"grace": "U razdoblju odgode",
|
"grace": "U razdoblju odgode",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"paused": "Zaustavljeno",
|
"paused": "Zaustavljeno",
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"last_ping": "Zadnji ping",
|
"last_ping": "Zadnji ping",
|
||||||
@@ -519,7 +527,7 @@
|
|||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Opterećenje sustava",
|
"load": "Opterećenje sustava",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"alerts": "Upozorenja"
|
"alerts": "Upozorenja"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanali",
|
"channels": "Kanali",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuneri",
|
||||||
|
"channelNumber": "Kanal",
|
||||||
|
"channelNetwork": "Mreža",
|
||||||
|
"signalStrength": "Jačina",
|
||||||
|
"signalQuality": "Kvaliteta",
|
||||||
|
"symbolQuality": "Kvaliteta",
|
||||||
|
"networkRate": "Stopa bitova",
|
||||||
|
"clientIP": "Klijent"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Uspjelo",
|
"passed": "Uspjelo",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "Ukupno"
|
"total": "Ukupno"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Napunjenost baterije",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS opterećenje",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS stanje",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "Koristi bateriju",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Slaba baterija"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Pričekaj",
|
"wait": "Pričekaj",
|
||||||
@@ -561,7 +577,7 @@
|
|||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU opterećenje",
|
"cpuLoad": "CPU opterećenje",
|
||||||
"memoryUsed": "Korištena memorija",
|
"memoryUsed": "Korištena memorija",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"numberOfLeases": "Unajmljivanja"
|
"numberOfLeases": "Unajmljivanja"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
@@ -570,10 +586,10 @@
|
|||||||
"streams_xepg": "XEPG kanali"
|
"streams_xepg": "XEPG kanali"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Today",
|
"yieldDay": "Danas",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Snaga",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Postotak snage",
|
||||||
"limit": "Limit"
|
"limit": "Ograničenje"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU opterećenje",
|
"cpu": "CPU opterećenje",
|
||||||
@@ -601,9 +617,9 @@
|
|||||||
"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": "Up",
|
"up": "Dostupno",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"temp": "Temp",
|
"temp": "Temperatura",
|
||||||
"disk": "Korištenje diska",
|
"disk": "Korištenje diska",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
@@ -620,17 +636,17 @@
|
|||||||
"storage": "Spremište"
|
"storage": "Spremište"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Aktivne stranice",
|
"up": "Dostupne stranice",
|
||||||
"down": "Neaktivne stranice",
|
"down": "Nedostupne stranice",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"incident": "Slučaj",
|
"incident": "Slučaj",
|
||||||
"m": "m"
|
"m": "min"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Serije",
|
"series": "Serije",
|
||||||
"archives": "Archives",
|
"archives": "Arhive",
|
||||||
"chapters": "Chapters",
|
"chapters": "Poglavlja",
|
||||||
"categories": "Categories"
|
"categories": "Kategorije"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Biblioteke",
|
"libraries": "Biblioteke",
|
||||||
@@ -639,7 +655,7 @@
|
|||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Dani",
|
"days": "Dani",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"volumeAvailable": "Dostupno"
|
"volumeAvailable": "Dostupno"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
@@ -662,7 +678,7 @@
|
|||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Pregledne ploče",
|
"dashboards": "Pregledne ploče",
|
||||||
"datasources": "Izvori podataka",
|
"datasources": "Izvori podataka",
|
||||||
"totalalerts": "Ukupno upozorenja",
|
"totalalerts": "Ukupni broj upozorenja",
|
||||||
"alertstriggered": "Aktivirana upozorenja"
|
"alertstriggered": "Aktivirana upozorenja"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
@@ -682,7 +698,7 @@
|
|||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktivni radnici",
|
"active_workers": "Aktivni radnici",
|
||||||
"total_workers": "Ukupni radnici",
|
"total_workers": "Ukupni broj radnika",
|
||||||
"records_total": "Količina zapisa u redu čekanja"
|
"records_total": "Količina zapisa u redu čekanja"
|
||||||
},
|
},
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
@@ -692,10 +708,15 @@
|
|||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Aktivni ciljevi",
|
"targets_up": "Aktivni ciljevi",
|
||||||
"targets_down": "Neaktivni ciljevi",
|
"targets_down": "Neaktivni ciljevi",
|
||||||
"targets_total": "Ukupno ciljeva"
|
"targets_total": "Ukupni broj ciljeva"
|
||||||
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Dostupne stranice",
|
||||||
|
"down": "Nedostupne stranice",
|
||||||
|
"uptime": "Vrijeme rada"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Danas",
|
||||||
"gross_percent_1y": "Jedna godina",
|
"gross_percent_1y": "Jedna godina",
|
||||||
"gross_percent_max": "Svo vrijeme"
|
"gross_percent_max": "Svo vrijeme"
|
||||||
},
|
},
|
||||||
@@ -711,13 +732,13 @@
|
|||||||
"switches_on": "Prekidači uključeni"
|
"switches_on": "Prekidači uključeni"
|
||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Praćenje",
|
||||||
"updates": "Aktualiziranja"
|
"updates": "Aktualiziranja"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Knjige",
|
"books": "Knjige",
|
||||||
"authors": "Authors",
|
"authors": "Autori",
|
||||||
"categories": "Categories",
|
"categories": "Kategorije",
|
||||||
"series": "Serije"
|
"series": "Serije"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
@@ -731,77 +752,129 @@
|
|||||||
"totalFiles": "Datoteke"
|
"totalFiles": "Datoteke"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Rezultat",
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"buildId": "Build ID",
|
"buildId": "ID izgradnje",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Uspjelo",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Nije započeto",
|
||||||
"failed": "Neuspjelo",
|
"failed": "Neuspjelo",
|
||||||
"canceled": "Canceled",
|
"canceled": "Prekinuto",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "U tijeku",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Ukupni broj PR-ova",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "Moji zahtjevi za preuzimanje (PR-ovi)",
|
||||||
"approved": "Odobreno"
|
"approved": "Odobreno"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"online": "Online",
|
"online": "Online",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"name": "Name",
|
"name": "Ime",
|
||||||
"map": "Map",
|
"map": "Karta",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Trenutačni igrači",
|
||||||
"players": "Igrači",
|
"players": "Igrači",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Maks. broj igrača",
|
||||||
"bots": "Bots",
|
"bots": "Botovi",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "U redu",
|
||||||
"errored": "Errors",
|
"errored": "Greške",
|
||||||
"noRecent": "Out of Date",
|
"noRecent": "Zastarjelo",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Korištena memorija"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Recepti",
|
||||||
"users": "Korisnici",
|
"users": "Korisnici",
|
||||||
"categories": "Categories",
|
"categories": "Kategorije",
|
||||||
"tags": "Tags"
|
"tags": "Oznake"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Preuzimanje",
|
||||||
"total": "Ukupno",
|
"total": "Ukupno",
|
||||||
"running": "Pokrenuto",
|
"running": "Pokrenuto",
|
||||||
"stopped": "Prekinuto",
|
"stopped": "Prekinuto",
|
||||||
"passed": "Uspjelo",
|
"passed": "Uspjelo",
|
||||||
"failed": "Neuspjelo"
|
"failed": "Neuspjelo"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Vrijeme rada",
|
||||||
|
"cpuLoad": "Prosjećno CPU opterećenje (5m)",
|
||||||
|
"up": "Dostupno",
|
||||||
|
"down": "Nedostupno",
|
||||||
|
"bytesTx": "Preneseno",
|
||||||
|
"bytesRx": "Primljeno"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"uptime": "Radno vrijeme",
|
"uptime": "Vrijeme rada",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Zadnja nedostupnost",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Trajanje nedostupnosti",
|
||||||
"sitesUp": "Aktivne stranice",
|
"sitesUp": "Dostupne stranice",
|
||||||
"sitesDown": "Neaktivne stranice",
|
"sitesDown": "Nedostupne stranice",
|
||||||
"paused": "Zaustavljeno",
|
"paused": "Zaustavljeno",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Još nije provjereno",
|
||||||
"up": "Up",
|
"up": "Dostupno",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Čini se da je nedostupno",
|
||||||
"down": "Down",
|
"down": "Nedostupno",
|
||||||
"unknown": "Nepoznato"
|
"unknown": "Nepoznato"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "U kinima",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Fizičko izdanje",
|
||||||
"digitalRelease": "Digital release",
|
"digitalRelease": "Digitalno izdanje",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "Danas nema događaja!",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "Nema događaja"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platforme",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Ukupne ROM memorije"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Upozorenja",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritično"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotografije",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Problemi",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filmovi",
|
||||||
|
"tags": "Oznake",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Korisnici",
|
||||||
|
"recipes": "Recepti",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Korisnici",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Upozorenja",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,18 +14,18 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "hó",
|
||||||
"days": "d",
|
"days": "n",
|
||||||
"hours": "h",
|
"hours": "ó",
|
||||||
"minutes": "m",
|
"minutes": "p",
|
||||||
"seconds": "s"
|
"seconds": "mp"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Hiányzó Widget Típus: {{type}}",
|
"missing_type": "Hiányzó Widget Típus: {{type}}",
|
||||||
"api_error": "API Hiba",
|
"api_error": "API Hiba",
|
||||||
"information": "Információ",
|
"information": "Információ",
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"url": "URL",
|
"url": "LINK",
|
||||||
"raw_error": "Nyers hiba",
|
"raw_error": "Nyers hiba",
|
||||||
"response_data": "Válaszadatok"
|
"response_data": "Válaszadatok"
|
||||||
},
|
},
|
||||||
@@ -40,12 +40,12 @@
|
|||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"total": "Összes",
|
"total": "Összes",
|
||||||
"free": "Szabad",
|
"free": "Szabad",
|
||||||
"used": "Használt",
|
"used": "Használt",
|
||||||
"load": "Terhelés",
|
"load": "Terhelés",
|
||||||
"temp": "TEMP",
|
"temp": "HŐ",
|
||||||
"max": "Max",
|
"max": "Max",
|
||||||
"uptime": "FUT"
|
"uptime": "FUT"
|
||||||
},
|
},
|
||||||
@@ -69,10 +69,10 @@
|
|||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"running": "Futó",
|
"running": "Futó",
|
||||||
"offline": "Offline",
|
"offline": "Nem elérhető",
|
||||||
"error": "Hiba",
|
"error": "Hiba",
|
||||||
"unknown": "Ismeretlen",
|
"unknown": "Ismeretlen",
|
||||||
"healthy": "Egészséges",
|
"healthy": "Egészséges",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Epizód",
|
"episodes": "Epizód",
|
||||||
"songs": "Zeneszám"
|
"songs": "Zeneszám"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Nem elérhető",
|
||||||
|
"offline_alt": "Nem elérhető",
|
||||||
|
"online": "Csatlakozva",
|
||||||
|
"total": "Összes",
|
||||||
|
"unknown": "Ismeretlen"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Termelés",
|
"pv_power": "Termelés",
|
||||||
"battery_soc": "Akkumulátor",
|
"battery_soc": "Akkumulátor",
|
||||||
@@ -133,10 +140,10 @@
|
|||||||
"connectionStatusPendingDisconnect": "Szétkapcsolás függőben",
|
"connectionStatusPendingDisconnect": "Szétkapcsolás függőben",
|
||||||
"connectionStatusDisconnecting": "Kapcsolat bontása",
|
"connectionStatusDisconnecting": "Kapcsolat bontása",
|
||||||
"connectionStatusDisconnected": "Kapcsolat bontva",
|
"connectionStatusDisconnected": "Kapcsolat bontva",
|
||||||
"connectionStatusConnected": "Csatlakoztatott",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Üzemidő",
|
"uptime": "Üzemidő",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max let.",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max felt.",
|
||||||
"down": "Le",
|
"down": "Le",
|
||||||
"up": "Fel",
|
"up": "Fel",
|
||||||
"received": "Fogadott",
|
"received": "Fogadott",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Engedélyezett",
|
"approved": "Engedélyezett",
|
||||||
"available": "Elérhető"
|
"available": "Elérhető"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Összes",
|
"total": "Összes",
|
||||||
"connected": "Csatlakoztatott",
|
"connected": "Connected",
|
||||||
"new_devices": "Új Eszközök",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Leállási Figyelmeztetések"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Lekérdezések",
|
"queries": "Lekérdezések",
|
||||||
@@ -304,12 +311,12 @@
|
|||||||
"never": "Soha",
|
"never": "Soha",
|
||||||
"last_seen": "Utoljára látott",
|
"last_seen": "Utoljára látott",
|
||||||
"now": "Most",
|
"now": "Most",
|
||||||
"years": "{{number}}y",
|
"years": "{{number}}év",
|
||||||
"weeks": "{{number}}w",
|
"weeks": "{{number}}h",
|
||||||
"days": "{{number}}d",
|
"days": "{{number}}n",
|
||||||
"hours": "{{number}}h",
|
"hours": "{{number}}ó",
|
||||||
"minutes": "{{number}}m",
|
"minutes": "{{number}}p",
|
||||||
"seconds": "{{number}}s",
|
"seconds": "{{number}}mp",
|
||||||
"ago": "{{value}} Ezelőtt"
|
"ago": "{{value}} Ezelőtt"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
@@ -376,7 +383,7 @@
|
|||||||
"version": "Verzió",
|
"version": "Verzió",
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"up": "Csatlakozva",
|
"up": "Csatlakozva",
|
||||||
"down": "Offline"
|
"down": "Nem elérhető"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Olvasott",
|
"read": "Olvasott",
|
||||||
@@ -388,30 +395,30 @@
|
|||||||
"failedLoginsLast24H": "Sikertelen bejelentkezések (24h)"
|
"failedLoginsLast24H": "Sikertelen bejelentkezések (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "RAM",
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC-k",
|
||||||
"vms": "VM-ek"
|
"vms": "VM-ek"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "Processzor",
|
"cpu": "Processzor",
|
||||||
"load": "Terhelés",
|
"load": "Terhelés",
|
||||||
"wait": "Kérjük várjon",
|
"wait": "Kérjük várjon",
|
||||||
"temp": "TEMP",
|
"temp": "HŐ",
|
||||||
"_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": "Használt",
|
"used": "Használt",
|
||||||
"days": "d",
|
"days": "n",
|
||||||
"hours": "h",
|
"hours": "ó",
|
||||||
"crit": "Crit",
|
"crit": "Kritikus",
|
||||||
"read": "Olvasott",
|
"read": "Olvasott",
|
||||||
"write": "Írás",
|
"write": "Írás",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Memória",
|
"mem": "Memória",
|
||||||
"swap": "Swap"
|
"swap": "Csere"
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Könyvjelző",
|
"bookmark": "Könyvjelző",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Keresés",
|
"search": "Keresés",
|
||||||
"custom": "Egyedi",
|
"custom": "Egyedi",
|
||||||
"visit": "Megnéz",
|
"visit": "Megnéz",
|
||||||
"url": "URL"
|
"url": "LINK",
|
||||||
|
"searchsuggestion": "Javaslat"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Napos",
|
"0-day": "Napos",
|
||||||
@@ -518,7 +526,7 @@
|
|||||||
"playlists": "Lejátszási listák"
|
"playlists": "Lejátszási listák"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Rendszerterheltség",
|
"load": "Rendszerterhelés",
|
||||||
"uptime": "Üzemidő",
|
"uptime": "Üzemidő",
|
||||||
"alerts": "Riasztások"
|
"alerts": "Riasztások"
|
||||||
},
|
},
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Csatornák",
|
"channels": "Csatornák",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuner-ek",
|
||||||
|
"channelNumber": "Csatorna",
|
||||||
|
"channelNetwork": "Hálózat",
|
||||||
|
"signalStrength": "Erősség",
|
||||||
|
"signalQuality": "Minőség",
|
||||||
|
"symbolQuality": "Minőség",
|
||||||
|
"networkRate": "Bitráta",
|
||||||
|
"clientIP": "Kliens"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Megfelelt",
|
"passed": "Megfelelt",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "Összes"
|
"total": "Összes"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Akku töltöttsége",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS terheltsége",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS állapot",
|
||||||
"online": "Csatlakozva",
|
"online": "Csatlakozva",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "Akkuról",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Alacsony töltöttség"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Kérjük Várjon",
|
"wait": "Kérjük Várjon",
|
||||||
@@ -570,10 +586,10 @@
|
|||||||
"streams_xepg": "XEPG Csatornák"
|
"streams_xepg": "XEPG Csatornák"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Today",
|
"yieldDay": "Ma",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Energia",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Energia %",
|
||||||
"limit": "Limit"
|
"limit": "Korlát"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "Processzor Terhelés",
|
"cpu": "Processzor Terhelés",
|
||||||
@@ -624,13 +640,13 @@
|
|||||||
"down": "Nem Elérhető Webhelyek",
|
"down": "Nem Elérhető Webhelyek",
|
||||||
"uptime": "Üzemidő",
|
"uptime": "Üzemidő",
|
||||||
"incident": "Incidens",
|
"incident": "Incidens",
|
||||||
"m": "m"
|
"m": "p"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Sorozat",
|
"series": "Sorozat",
|
||||||
"archives": "Archives",
|
"archives": "Archívum",
|
||||||
"chapters": "Chapters",
|
"chapters": "Fejezetek",
|
||||||
"categories": "Categories"
|
"categories": "Kategóriák"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Könyvtárak",
|
"libraries": "Könyvtárak",
|
||||||
@@ -694,8 +710,13 @@
|
|||||||
"targets_down": "Célpontok Állnak",
|
"targets_down": "Célpontok Állnak",
|
||||||
"targets_total": "Összes Célpont"
|
"targets_total": "Összes Célpont"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Futó Webhelyek",
|
||||||
|
"down": "Nem Elérhető Webhelyek",
|
||||||
|
"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"
|
||||||
},
|
},
|
||||||
@@ -716,8 +737,8 @@
|
|||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Könyvek",
|
"books": "Könyvek",
|
||||||
"authors": "Authors",
|
"authors": "Szerzők",
|
||||||
"categories": "Categories",
|
"categories": "Kategóriák",
|
||||||
"series": "Sorozat"
|
"series": "Sorozat"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
@@ -731,22 +752,22 @@
|
|||||||
"totalFiles": "Fájlok"
|
"totalFiles": "Fájlok"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Eredmény",
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"buildId": "Build ID",
|
"buildId": "Gyártás ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Sikerült",
|
||||||
"notStarted": "Nem indult",
|
"notStarted": "Nem indult",
|
||||||
"failed": "Sikertelen",
|
"failed": "Sikertelen",
|
||||||
"canceled": "Megszakítva",
|
"canceled": "Megszakítva",
|
||||||
"inProgress": "Folyamatban",
|
"inProgress": "Folyamatban",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Minden PR",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "Saját PR-ek",
|
||||||
"approved": "Engedélyezett"
|
"approved": "Engedélyezett"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"online": "Csatlakozva",
|
"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",
|
||||||
@@ -764,7 +785,7 @@
|
|||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Receptek",
|
"recipes": "Receptek",
|
||||||
"users": "Felhasználók",
|
"users": "Felhasználók",
|
||||||
"categories": "Categories",
|
"categories": "Kategóriák",
|
||||||
"tags": "Címkék"
|
"tags": "Címkék"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
@@ -775,33 +796,85 @@
|
|||||||
"passed": "Megfelelt",
|
"passed": "Megfelelt",
|
||||||
"failed": "Sikertelen"
|
"failed": "Sikertelen"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Üzemidő",
|
||||||
|
"cpuLoad": "Átlag CPU terhelés (5p)",
|
||||||
|
"up": "Fel",
|
||||||
|
"down": "Le",
|
||||||
|
"bytesTx": "Továbbított",
|
||||||
|
"bytesRx": "Fogadott"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Státusz",
|
"status": "Státusz",
|
||||||
"uptime": "Üzemidő",
|
"uptime": "Üzemidő",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Utolsó leállás",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Leállás ideje",
|
||||||
"sitesUp": "Futó Webhelyek",
|
"sitesUp": "Futó Webhelyek",
|
||||||
"sitesDown": "Nem Elérhető Webhelyek",
|
"sitesDown": "Nem Elérhető Webhelyek",
|
||||||
"paused": "Szünetel",
|
"paused": "Szünetel",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Még nincs ellenőrizve",
|
||||||
"up": "Fel",
|
"up": "Fel",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Elérhetetlennek tűnik",
|
||||||
"down": "Le",
|
"down": "Le",
|
||||||
"unknown": "Ismeretlen"
|
"unknown": "Ismeretlen"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "Mozikban",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Fizikai kiadás",
|
||||||
"digitalRelease": "Digitális kiadás",
|
"digitalRelease": "Digitális kiadás",
|
||||||
"noEventsToday": "Ezen a napon nincsenek események!",
|
"noEventsToday": "Ezen a napon nincsenek események!",
|
||||||
"noEventsFound": "Nem található esemény"
|
"noEventsFound": "Nem található esemény"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Felület",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Minden ROM"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Figyelmeztetések",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritikusok"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Események",
|
||||||
|
"plants": "Növények",
|
||||||
|
"photos": "Fényképek",
|
||||||
|
"species": "Fajok"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Üzenetek",
|
||||||
|
"issues": "Problémák",
|
||||||
|
"pulls": "Pull request-ek"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Jelenetek",
|
||||||
|
"scenesPlayed": "Lejátszott jelenetek",
|
||||||
|
"playCount": "Összes leátszás",
|
||||||
|
"playDuration": "Nézett idő",
|
||||||
|
"sceneSize": "Jelenetek mérete",
|
||||||
|
"sceneDuration": "Jelenetek hossza",
|
||||||
|
"images": "Képek",
|
||||||
|
"imageSize": "Képek mérete",
|
||||||
|
"galleries": "Galériák",
|
||||||
|
"performers": "Előadók",
|
||||||
|
"studios": "Stúdiók",
|
||||||
|
"movies": "Film",
|
||||||
|
"tags": "Címkék",
|
||||||
|
"oCount": "O szám"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Felhasználók",
|
||||||
|
"recipes": "Receptek",
|
||||||
|
"keywords": "Kulcsszavak"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Tárgyak",
|
||||||
|
"totalWithWarranty": "Garanciával",
|
||||||
|
"locations": "Helyek",
|
||||||
|
"labels": "Címkék",
|
||||||
|
"users": "Felhasználók",
|
||||||
|
"totalValue": "Teljes érték"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Riasztások",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,8 @@
|
|||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mo",
|
||||||
"days": "d",
|
"days": "g",
|
||||||
"hours": "h",
|
"hours": "o",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodi",
|
"episodes": "Episodi",
|
||||||
"songs": "Canzoni"
|
"songs": "Canzoni"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Non in linea",
|
||||||
|
"offline_alt": "Non in linea",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Totale",
|
||||||
|
"unknown": "Sconosciuto"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produzione",
|
"pv_power": "Produzione",
|
||||||
"battery_soc": "Batteria",
|
"battery_soc": "Batteria",
|
||||||
@@ -127,21 +134,21 @@
|
|||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Stato",
|
"connectionStatus": "Stato",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Non configurato",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Connessione in corso",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "In fase di autenticazione",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "In attesa di disconnessione",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Disconnessione in corso",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Disconnesso",
|
||||||
"connectionStatusConnected": "Connesso",
|
"connectionStatusConnected": "Connesso",
|
||||||
"uptime": "Tempo di attività",
|
"uptime": "Tempo di attività",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"received": "Received",
|
"received": "Ricevuti",
|
||||||
"sent": "Sent",
|
"sent": "Inviati",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "IP Esterno"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstream",
|
"upstreams": "Upstream",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approvati",
|
"approved": "Approvati",
|
||||||
"available": "Disponibili"
|
"available": "Disponibili"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Totale",
|
"total": "Totale",
|
||||||
"connected": "Connesso",
|
"connected": "Connesso",
|
||||||
"new_devices": "Nuovi Dispositivi",
|
"new_devices": "Nuovi Dispositivi",
|
||||||
@@ -404,8 +411,8 @@
|
|||||||
"total": "Totale",
|
"total": "Totale",
|
||||||
"free": "Libero",
|
"free": "Libero",
|
||||||
"used": "In utilizzo",
|
"used": "In utilizzo",
|
||||||
"days": "d",
|
"days": "g",
|
||||||
"hours": "h",
|
"hours": "o",
|
||||||
"crit": "Critico",
|
"crit": "Critico",
|
||||||
"read": "Letti",
|
"read": "Letti",
|
||||||
"write": "Scrittura",
|
"write": "Scrittura",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Cerca",
|
"search": "Cerca",
|
||||||
"custom": "Personalizzato",
|
"custom": "Personalizzato",
|
||||||
"visit": "Visita",
|
"visit": "Visita",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggerimenti"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Soleggiato",
|
"0-day": "Soleggiato",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canali",
|
"channels": "Canali",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Rete",
|
||||||
|
"signalStrength": "Intensità",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passati",
|
"passed": "Passati",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Target Non Attivi",
|
"targets_down": "Target Non Attivi",
|
||||||
"targets_total": "Targets Totali"
|
"targets_total": "Targets Totali"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Siti On",
|
||||||
|
"down": "Siti Down",
|
||||||
|
"uptime": "Tempo di attività"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Oggi",
|
"gross_percent_today": "Oggi",
|
||||||
"gross_percent_1y": "Un anno",
|
"gross_percent_1y": "Un anno",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passati",
|
"passed": "Passati",
|
||||||
"failed": "Fallito"
|
"failed": "Fallito"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Tempo di attività",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Ricevuti"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stato",
|
"status": "Stato",
|
||||||
"uptime": "Tempo di attività",
|
"uptime": "Tempo di attività",
|
||||||
@@ -801,7 +830,51 @@
|
|||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Total ROMs"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Avvisi",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Foto",
|
||||||
|
"species": "Specie"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifiche",
|
||||||
|
"issues": "Problemi",
|
||||||
|
"pulls": "Richieste di Pull"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scene",
|
||||||
|
"scenesPlayed": "Scene Riprodotte",
|
||||||
|
"playCount": "Totale Riproduzioni",
|
||||||
|
"playDuration": "Tempo Guardato",
|
||||||
|
"sceneSize": "Dimensione Delle Scene",
|
||||||
|
"sceneDuration": "Durata Delle Scene",
|
||||||
|
"images": "Immagini",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Esecutori",
|
||||||
|
"studios": "Studi",
|
||||||
|
"movies": "Film",
|
||||||
|
"tags": "Tag",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Utenti",
|
||||||
|
"recipes": "Ricette",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Utenti",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Allarmi",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "月",
|
||||||
"days": "d",
|
"days": "日",
|
||||||
"hours": "h",
|
"hours": "時間",
|
||||||
"minutes": "m",
|
"minutes": "分",
|
||||||
"seconds": "s"
|
"seconds": "秒"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "見つからないウィジェットタイプ: {{type}}",
|
"missing_type": "見つからないウィジェットタイプ: {{type}}",
|
||||||
@@ -64,22 +64,22 @@
|
|||||||
"up": "上へ",
|
"up": "上へ",
|
||||||
"down": "下へ",
|
"down": "下へ",
|
||||||
"wait": "お待ちください",
|
"wait": "お待ちください",
|
||||||
"empty_data": "サブシステム状態・不明"
|
"empty_data": "サブシステムの状態は不明"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "受信済み",
|
||||||
"tx": "TX",
|
"tx": "送信済み",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "起動中",
|
"running": "起動中",
|
||||||
"offline": "オフライン",
|
"offline": "オフライン",
|
||||||
"error": "エラー",
|
"error": "エラー",
|
||||||
"unknown": "不明",
|
"unknown": "不明",
|
||||||
"healthy": "健全",
|
"healthy": "正常",
|
||||||
"starting": "起動中",
|
"starting": "起動中",
|
||||||
"unhealthy": "非健全",
|
"unhealthy": "非健全",
|
||||||
"not_found": "不明",
|
"not_found": "不明",
|
||||||
"exited": "終了",
|
"exited": "停止しました",
|
||||||
"partial": "部分的"
|
"partial": "部分的"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
@@ -90,9 +90,9 @@
|
|||||||
"not_available": "利用できません。"
|
"not_available": "利用できません。"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "HTTP ステータス",
|
||||||
"error": "エラー",
|
"error": "エラー",
|
||||||
"response": "Response",
|
"response": "応答",
|
||||||
"down": "下へ",
|
"down": "下へ",
|
||||||
"up": "上へ",
|
"up": "上へ",
|
||||||
"not_available": "利用できません。"
|
"not_available": "利用できません。"
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "エピソード",
|
"episodes": "エピソード",
|
||||||
"songs": "曲"
|
"songs": "曲"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "オフライン",
|
||||||
|
"offline_alt": "オフライン",
|
||||||
|
"online": "オンライン",
|
||||||
|
"total": "合計",
|
||||||
|
"unknown": "不明"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "発電量",
|
"pv_power": "発電量",
|
||||||
"battery_soc": "バッテリー",
|
"battery_soc": "バッテリー",
|
||||||
@@ -127,21 +134,21 @@
|
|||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "状態",
|
"connectionStatus": "状態",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "未設定",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "接続中",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "認証中",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "接続を切断する",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "接続を切断中",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "切断されました",
|
||||||
"connectionStatusConnected": "接続済み",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "稼働時間",
|
"uptime": "稼働時間",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "最大ダウン",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "最大アップ",
|
||||||
"down": "下へ",
|
"down": "下へ",
|
||||||
"up": "上へ",
|
"up": "上へ",
|
||||||
"received": "Received",
|
"received": "受信済み",
|
||||||
"sent": "Sent",
|
"sent": "送信済み",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "退出ID"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "アップストリーム",
|
"upstreams": "アップストリーム",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "承認済",
|
"approved": "承認済",
|
||||||
"available": "利用可"
|
"available": "利用可"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "合計",
|
"total": "合計",
|
||||||
"connected": "接続済み",
|
"connected": "Connected",
|
||||||
"new_devices": "新しいデバイス",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "ダウンアラート"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "クエリ",
|
"queries": "クエリ",
|
||||||
@@ -404,8 +411,8 @@
|
|||||||
"total": "合計",
|
"total": "合計",
|
||||||
"free": "空き",
|
"free": "空き",
|
||||||
"used": "使用",
|
"used": "使用",
|
||||||
"days": "d",
|
"days": "日",
|
||||||
"hours": "h",
|
"hours": "時間",
|
||||||
"crit": "クリティカル",
|
"crit": "クリティカル",
|
||||||
"read": "既読",
|
"read": "既読",
|
||||||
"write": "書き込み",
|
"write": "書き込み",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "検索",
|
"search": "検索",
|
||||||
"custom": "カスタム",
|
"custom": "カスタム",
|
||||||
"visit": "訪問",
|
"visit": "訪問",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "提案"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "晴れ",
|
"0-day": "晴れ",
|
||||||
@@ -523,7 +531,7 @@
|
|||||||
"alerts": "アラート"
|
"alerts": "アラート"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "スピード",
|
"speed": "速度",
|
||||||
"active": "アクティブ",
|
"active": "アクティブ",
|
||||||
"queue": "キュー",
|
"queue": "キュー",
|
||||||
"total": "合計"
|
"total": "合計"
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "チャンネル",
|
"channels": "チャンネル",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "チューナー",
|
||||||
|
"channelNumber": "チャンネル",
|
||||||
|
"channelNetwork": "ネットワーク",
|
||||||
|
"signalStrength": "強さ",
|
||||||
|
"signalQuality": "クオリティ",
|
||||||
|
"symbolQuality": "クオリティ",
|
||||||
|
"networkRate": "ビットレート",
|
||||||
|
"clientIP": "クライアント IP"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "合格",
|
"passed": "合格",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "合計"
|
"total": "合計"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "バッテリー充電",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS 負荷",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS 状態",
|
||||||
"online": "オンライン",
|
"online": "オンライン",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "バッテリー稼働中",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "バッテリー残量低下"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "お待ちください",
|
"wait": "お待ちください",
|
||||||
@@ -560,7 +576,7 @@
|
|||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU負荷",
|
"cpuLoad": "CPU負荷",
|
||||||
"memoryUsed": "使用済みメモリ",
|
"memoryUsed": "メモリ使用量",
|
||||||
"uptime": "稼働時間",
|
"uptime": "稼働時間",
|
||||||
"numberOfLeases": "リース"
|
"numberOfLeases": "リース"
|
||||||
},
|
},
|
||||||
@@ -623,8 +639,8 @@
|
|||||||
"up": "サイトUp",
|
"up": "サイトUp",
|
||||||
"down": "サイトDown",
|
"down": "サイトDown",
|
||||||
"uptime": "稼働時間",
|
"uptime": "稼働時間",
|
||||||
"incident": "インシデント",
|
"incident": "事件",
|
||||||
"m": "m"
|
"m": "分"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "シリーズ",
|
"series": "シリーズ",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "ターゲット Down",
|
"targets_down": "ターゲット Down",
|
||||||
"targets_total": "ターゲット合計"
|
"targets_total": "ターゲット合計"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "サイトUp",
|
||||||
|
"down": "サイトDown",
|
||||||
|
"uptime": "稼働時間"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "今日",
|
"gross_percent_today": "今日",
|
||||||
"gross_percent_1y": "1年",
|
"gross_percent_1y": "1年",
|
||||||
@@ -724,7 +745,7 @@
|
|||||||
"downloadCount": "キュー",
|
"downloadCount": "キュー",
|
||||||
"downloadBytesRemaining": "残り",
|
"downloadBytesRemaining": "残り",
|
||||||
"downloadTotalBytes": "サイズ",
|
"downloadTotalBytes": "サイズ",
|
||||||
"downloadSpeed": "スピード"
|
"downloadSpeed": "速度"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "シリーズ",
|
"seriesCount": "シリーズ",
|
||||||
@@ -775,11 +796,19 @@
|
|||||||
"passed": "合格",
|
"passed": "合格",
|
||||||
"failed": "失敗"
|
"failed": "失敗"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "稼働時間",
|
||||||
|
"cpuLoad": "CPU 平均負荷(5 分)",
|
||||||
|
"up": "上へ",
|
||||||
|
"down": "下へ",
|
||||||
|
"bytesTx": "送信済み",
|
||||||
|
"bytesRx": "受信済み"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "状態",
|
"status": "状態",
|
||||||
"uptime": "稼働時間",
|
"uptime": "稼働時間",
|
||||||
"lastDown": "最後のダウンタイム",
|
"lastDown": "最後のダウンタイム",
|
||||||
"downDuration": "ダウンタイム感覚",
|
"downDuration": "ダウンタイム時間",
|
||||||
"sitesUp": "サイトUp",
|
"sitesUp": "サイトUp",
|
||||||
"sitesDown": "サイトDown",
|
"sitesDown": "サイトDown",
|
||||||
"paused": "一時停止中",
|
"paused": "一時停止中",
|
||||||
@@ -793,15 +822,59 @@
|
|||||||
"inCinemas": "映画館内",
|
"inCinemas": "映画館内",
|
||||||
"physicalRelease": "物理的なリリース",
|
"physicalRelease": "物理的なリリース",
|
||||||
"digitalRelease": "デジタル・リリース",
|
"digitalRelease": "デジタル・リリース",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "本日の予定なし",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "予定が見つかりません"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "プラットフォーム",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "ROMの合計"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "警告",
|
||||||
"criticals": "Criticals"
|
"criticals": "重大"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "イベント",
|
||||||
|
"plants": "植物",
|
||||||
|
"photos": "写真",
|
||||||
|
"species": "種"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "通知",
|
||||||
|
"issues": "課題",
|
||||||
|
"pulls": "プルリクエスト"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "シーン",
|
||||||
|
"scenesPlayed": "再生されたシーン",
|
||||||
|
"playCount": "合計再生数",
|
||||||
|
"playDuration": "視聴時間",
|
||||||
|
"sceneSize": "シーンサイズ",
|
||||||
|
"sceneDuration": "シーンの長さ",
|
||||||
|
"images": "画像",
|
||||||
|
"imageSize": "画像サイズ",
|
||||||
|
"galleries": "ギャラリー",
|
||||||
|
"performers": "出演者",
|
||||||
|
"studios": "スタジオ",
|
||||||
|
"movies": "映画",
|
||||||
|
"tags": "タグ",
|
||||||
|
"oCount": "O カウント"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "ユーザ",
|
||||||
|
"recipes": "レシピ",
|
||||||
|
"keywords": "キーワード"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "アイテム",
|
||||||
|
"totalWithWarranty": "保証付き",
|
||||||
|
"locations": "場所",
|
||||||
|
"labels": "ラベル",
|
||||||
|
"users": "ユーザ",
|
||||||
|
"totalValue": "合計値"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "アラート",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "에피소드",
|
"episodes": "에피소드",
|
||||||
"songs": "음악"
|
"songs": "음악"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "중지",
|
||||||
|
"offline_alt": "중지",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "총합",
|
||||||
|
"unknown": "알 수 없음"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "승인됨",
|
"approved": "승인됨",
|
||||||
"available": "이용 가능"
|
"available": "이용 가능"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "총합",
|
"total": "총합",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "비트레이트",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "상태",
|
"status": "상태",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "영화",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "사용자",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "사용자",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "경고",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Bezsaistē",
|
||||||
|
"offline_alt": "Bezsaistē",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Kopā",
|
||||||
|
"unknown": "Nezināms"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Kopā",
|
"total": "Kopā",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Saulains",
|
"0-day": "Saulains",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Statuss",
|
"status": "Statuss",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Lietotāji",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Lietotāji",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Paziņojumi",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "bln",
|
||||||
"days": "d",
|
"days": "h",
|
||||||
"hours": "h",
|
"hours": "j",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
"free": "Bebas",
|
"free": "Bebas",
|
||||||
"used": "Telah diguna",
|
"used": "Telah diguna",
|
||||||
"load": "Beban",
|
"load": "Beban",
|
||||||
"temp": "TEMP",
|
"temp": "SUHU",
|
||||||
"max": "Max",
|
"max": "Tertinggi",
|
||||||
"uptime": "UP"
|
"uptime": "HIDUP"
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Pengguna",
|
"users": "Pengguna",
|
||||||
@@ -61,102 +61,109 @@
|
|||||||
"wlan_devices": "Peranti WLAN",
|
"wlan_devices": "Peranti WLAN",
|
||||||
"lan_users": "Pengguna LAN",
|
"lan_users": "Pengguna LAN",
|
||||||
"wlan_users": "Pengguna WLAN",
|
"wlan_users": "Pengguna WLAN",
|
||||||
"up": "UP",
|
"up": "HIDUP",
|
||||||
"down": "MATI",
|
"down": "MATI",
|
||||||
"wait": "Sila tunggu",
|
"wait": "Sila tunggu",
|
||||||
"empty_data": "Subsystem status unknown"
|
"empty_data": "Status subsistem tak diketahui"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"running": "Running",
|
"running": "Sedang jalan",
|
||||||
"offline": "Luar talian",
|
"offline": "Luar talian",
|
||||||
"error": "Ralat",
|
"error": "Ralat",
|
||||||
"unknown": "Tidak Diketahui",
|
"unknown": "Tidak Diketahui",
|
||||||
"healthy": "Healthy",
|
"healthy": "Sihat",
|
||||||
"starting": "Starting",
|
"starting": "Bermula",
|
||||||
"unhealthy": "Unhealthy",
|
"unhealthy": "Kurang sihat",
|
||||||
"not_found": "Not Found",
|
"not_found": "Tidak dijumpai",
|
||||||
"exited": "Exited",
|
"exited": "Dimatikan",
|
||||||
"partial": "Partial"
|
"partial": "Sebahagian"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Ralat",
|
"error": "Ralat",
|
||||||
"ping": "Ping",
|
"ping": "Ping",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"not_available": "Not Available"
|
"not_available": "Tidak dijumpai"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "Status HTTP",
|
||||||
"error": "Ralat",
|
"error": "Ralat",
|
||||||
"response": "Response",
|
"response": "Tindak balas",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"not_available": "Not Available"
|
"not_available": "Tidak dijumpai"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Sedang dimainkan",
|
"playing": "Sedang dimainkan",
|
||||||
"transcoding": "Transkoding",
|
"transcoding": "Transkoding",
|
||||||
"bitrate": "Kadar bit",
|
"bitrate": "Kadar bit",
|
||||||
"no_active": "Tiada Strim Aktif",
|
"no_active": "Tiada Strim Aktif",
|
||||||
"movies": "Movies",
|
"movies": "Filem",
|
||||||
"series": "Series",
|
"series": "Siri",
|
||||||
"episodes": "Episodes",
|
"episodes": "Episod",
|
||||||
"songs": "Songs"
|
"songs": "Lagu"
|
||||||
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Luar talian",
|
||||||
|
"offline_alt": "Luar talian",
|
||||||
|
"online": "Dalam Talian",
|
||||||
|
"total": "Jumlah",
|
||||||
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Produksi",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Bateri",
|
||||||
"grid_power": "Grid",
|
"grid_power": "Grid",
|
||||||
"home_power": "Consumption",
|
"home_power": "Penggunaan",
|
||||||
"charge_power": "Charger",
|
"charge_power": "Pengecas",
|
||||||
"watt_hour": "Wh"
|
"watt_hour": "Wj"
|
||||||
},
|
},
|
||||||
"flood": {
|
"flood": {
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"freshrss": {
|
"freshrss": {
|
||||||
"subscriptions": "Subscriptions",
|
"subscriptions": "Langganan",
|
||||||
"unread": "Unread"
|
"unread": "Belum dibaca"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Status",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Belum disuai",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Menyambung",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Pengesahan",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Tunggu untuk Putus",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Putuskan",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Sambungan Terputus",
|
||||||
"connectionStatusConnected": "Connected",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Masa Hidup",
|
"uptime": "Masa Hidup",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Mati Maksima",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Hidup Maksima",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"received": "Received",
|
"received": "Diterima",
|
||||||
"sent": "Sent",
|
"sent": "Telah dihantar",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "IP Luaran"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
"requests": "Current requests",
|
"requests": "Permintaan semasa",
|
||||||
"requests_failed": "Failed requests"
|
"requests_failed": "Permintaan gagal"
|
||||||
},
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Jumlah Diperhatikan",
|
"totalObserved": "Jumlah Diperhatikan",
|
||||||
"diffsDetected": "Perbezaan Dikesan"
|
"diffsDetected": "Perbezaan Dikesan"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
"shows": "Shows",
|
"shows": "Papar",
|
||||||
"recordings": "Recordings",
|
"recordings": "Rakaman",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "Dijadualkan",
|
||||||
"passes": "Passes"
|
"passes": "Lulus"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Sedang dimainkan",
|
"playing": "Sedang dimainkan",
|
||||||
@@ -180,7 +187,7 @@
|
|||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Strim Aktif",
|
"streams": "Strim Aktif",
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Filem",
|
||||||
"tv": "Rancangan TV"
|
"tv": "Rancangan TV"
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
@@ -190,18 +197,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "Aktif",
|
"active": "Aktif",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"download": "Download"
|
"download": "Muat turun"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -214,21 +221,21 @@
|
|||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
},
|
},
|
||||||
"deluge": {
|
"deluge": {
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"downloadstation": {
|
"downloadstation": {
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Mahu",
|
"wanted": "Mahu",
|
||||||
"queued": "Dibaris Gilir",
|
"queued": "Dibaris Gilir",
|
||||||
"series": "Series",
|
"series": "Siri",
|
||||||
"queue": "Barisan",
|
"queue": "Barisan",
|
||||||
"unknown": "Tidak Diketahui"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
@@ -236,7 +243,7 @@
|
|||||||
"wanted": "Mahu",
|
"wanted": "Mahu",
|
||||||
"missing": "Hilang",
|
"missing": "Hilang",
|
||||||
"queued": "Dibaris Gilir",
|
"queued": "Dibaris Gilir",
|
||||||
"movies": "Movies",
|
"movies": "Filem",
|
||||||
"queue": "Barisan",
|
"queue": "Barisan",
|
||||||
"unknown": "Tidak Diketahui"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Lulus",
|
"approved": "Lulus",
|
||||||
"available": "Sudah Ada"
|
"available": "Sudah Ada"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Jumlah",
|
"total": "Jumlah",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -289,12 +296,12 @@
|
|||||||
"latency": "Kependaman"
|
"latency": "Kependaman"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Muat naik",
|
||||||
"download": "Download",
|
"download": "Muat turun",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Sedang jalan",
|
||||||
"stopped": "Terhenti",
|
"stopped": "Terhenti",
|
||||||
"total": "Jumlah"
|
"total": "Jumlah"
|
||||||
},
|
},
|
||||||
@@ -310,13 +317,13 @@
|
|||||||
"hours": "{{number}}h",
|
"hours": "{{number}}h",
|
||||||
"minutes": "{{number}}m",
|
"minutes": "{{number}}m",
|
||||||
"seconds": "{{number}}s",
|
"seconds": "{{number}}s",
|
||||||
"ago": "{{value}} Ago"
|
"ago": "{{value}} Lepas"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
"queue": "Barisan",
|
"queue": "Barisan",
|
||||||
"processed": "Processed",
|
"processed": "Sudah diprosess",
|
||||||
"errored": "Errored",
|
"errored": "Ralat",
|
||||||
"saved": "Saved"
|
"saved": "Simpan"
|
||||||
},
|
},
|
||||||
"traefik": {
|
"traefik": {
|
||||||
"routers": "Router",
|
"routers": "Router",
|
||||||
@@ -353,7 +360,7 @@
|
|||||||
},
|
},
|
||||||
"jackett": {
|
"jackett": {
|
||||||
"configured": "Telah Dikonfigurasi",
|
"configured": "Telah Dikonfigurasi",
|
||||||
"errored": "Errored"
|
"errored": "Ralat"
|
||||||
},
|
},
|
||||||
"strelaysrv": {
|
"strelaysrv": {
|
||||||
"numActiveSessions": "Sesi",
|
"numActiveSessions": "Sesi",
|
||||||
@@ -369,18 +376,18 @@
|
|||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Mahu",
|
"wanted": "Mahu",
|
||||||
"queued": "Dibaris Gilir",
|
"queued": "Dibaris Gilir",
|
||||||
"series": "Series"
|
"series": "Siri"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"players": "Players",
|
"players": "Senarai pemain",
|
||||||
"version": "Version",
|
"version": "Versi",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"up": "Online",
|
"up": "Dalam Talian",
|
||||||
"down": "Luar talian"
|
"down": "Luar talian"
|
||||||
},
|
},
|
||||||
"miniflux": {
|
"miniflux": {
|
||||||
"read": "Read",
|
"read": "Baca",
|
||||||
"unread": "Unread"
|
"unread": "Belum dibaca"
|
||||||
},
|
},
|
||||||
"authentik": {
|
"authentik": {
|
||||||
"users": "Pengguna",
|
"users": "Pengguna",
|
||||||
@@ -390,36 +397,37 @@
|
|||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LCX",
|
||||||
"vms": "Mesin Maya"
|
"vms": "Mesin Maya"
|
||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Beban",
|
"load": "Beban",
|
||||||
"wait": "Sila tunggu",
|
"wait": "Sila tunggu",
|
||||||
"temp": "TEMP",
|
"temp": "SUHU",
|
||||||
"_temp": "Temp",
|
"_temp": "Suhu",
|
||||||
"warn": "Warn",
|
"warn": "Amaran",
|
||||||
"uptime": "UP",
|
"uptime": "HIDUP",
|
||||||
"total": "Jumlah",
|
"total": "Jumlah",
|
||||||
"free": "Bebas",
|
"free": "Bebas",
|
||||||
"used": "Telah diguna",
|
"used": "Telah diguna",
|
||||||
"days": "d",
|
"days": "h",
|
||||||
"hours": "h",
|
"hours": "j",
|
||||||
"crit": "Crit",
|
"crit": "Krit",
|
||||||
"read": "Read",
|
"read": "Baca",
|
||||||
"write": "Write",
|
"write": "Tulis",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Mem",
|
||||||
"swap": "Swap"
|
"swap": "Penukaran"
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Tandabuku",
|
"bookmark": "Tandabuku",
|
||||||
"service": "Servis",
|
"service": "Servis",
|
||||||
"search": "Search",
|
"search": "Carian",
|
||||||
"custom": "Custom",
|
"custom": "Khusus",
|
||||||
"visit": "Visit",
|
"visit": "Lawat",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Cadangan"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Terik",
|
"0-day": "Terik",
|
||||||
@@ -486,19 +494,19 @@
|
|||||||
"up_to_date": "Terkemaskini",
|
"up_to_date": "Terkemaskini",
|
||||||
"child_bridges": "Jambatan Anak",
|
"child_bridges": "Jambatan Anak",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"pending": "Tertunda",
|
"pending": "Tertunda",
|
||||||
"down": "Down"
|
"down": "Mati"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "New",
|
"new": "Baharu",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"grace": "In Grace Period",
|
"grace": "Tempoh Aman",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"paused": "Paused",
|
"paused": "Tangguh",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"last_ping": "Last Ping",
|
"last_ping": "Ping terakhir",
|
||||||
"never": "No pings yet"
|
"never": "Tiada ping"
|
||||||
},
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Terimbas",
|
"containers_scanned": "Terimbas",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Saluran",
|
"channels": "Saluran",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Penala",
|
||||||
|
"channelNumber": "Saluran",
|
||||||
|
"channelNetwork": "Rangkaian",
|
||||||
|
"signalStrength": "Kekuatan",
|
||||||
|
"signalQuality": "Kualiti",
|
||||||
|
"symbolQuality": "Kualiti",
|
||||||
|
"networkRate": "Kadar bit",
|
||||||
|
"clientIP": "Klien"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Lulus",
|
"passed": "Lulus",
|
||||||
@@ -547,36 +563,36 @@
|
|||||||
"total": "Jumlah"
|
"total": "Jumlah"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Bateri dicas",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "Beban UPS",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "Status UPS",
|
||||||
"online": "Online",
|
"online": "Dalam Talian",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "Guna bateri",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Bateri lemah"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Sila tunggu",
|
"wait": "Sila tunggu",
|
||||||
"no_devices": "No Device Data Received"
|
"no_devices": "Tiada Data Diterima Peranti"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU Load",
|
"cpuLoad": "Beban CPU",
|
||||||
"memoryUsed": "Memory Used",
|
"memoryUsed": "Penggunaan memori",
|
||||||
"uptime": "Masa Hidup",
|
"uptime": "Masa Hidup",
|
||||||
"numberOfLeases": "Leases"
|
"numberOfLeases": "Sewaan"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "All Streams",
|
"streams_all": "Semua Strim",
|
||||||
"streams_active": "Strim Aktif",
|
"streams_active": "Strim Aktif",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "Saluran XEPG"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Today",
|
"yieldDay": "Hari ini",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Kuasa",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Kuasa %",
|
||||||
"limit": "Limit"
|
"limit": "Had/Batas"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "Beban CPU",
|
||||||
"memory": "Active Memory",
|
"memory": "Active Memory",
|
||||||
"wanUpload": "WAN Upload",
|
"wanUpload": "WAN Upload",
|
||||||
"wanDownload": "WAN Download"
|
"wanDownload": "WAN Download"
|
||||||
@@ -601,9 +617,9 @@
|
|||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
"memory": "Mem Usage",
|
"memory": "Mem Usage",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Status",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"temp": "Temp",
|
"temp": "Suhu",
|
||||||
"disk": "Disk Usage",
|
"disk": "Disk Usage",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
@@ -627,14 +643,14 @@
|
|||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Siri",
|
||||||
"archives": "Archives",
|
"archives": "Archives",
|
||||||
"chapters": "Chapters",
|
"chapters": "Chapters",
|
||||||
"categories": "Categories"
|
"categories": "Categories"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Siri",
|
||||||
"books": "Buku"
|
"books": "Buku"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
@@ -643,7 +659,7 @@
|
|||||||
"volumeAvailable": "Sudah Ada"
|
"volumeAvailable": "Sudah Ada"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Siri",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
"wanted": "Mahu"
|
"wanted": "Mahu"
|
||||||
},
|
},
|
||||||
@@ -656,7 +672,7 @@
|
|||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Barisan",
|
"queue": "Barisan",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
"processed": "Processed",
|
"processed": "Sudah diprosess",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
@@ -691,34 +707,39 @@
|
|||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Targets Up",
|
"targets_up": "Targets Up",
|
||||||
"targets_down": "Targets Down",
|
"targets_down": "Sasaran Mati",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Jumlah Sasaran"
|
||||||
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Masa Hidup"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Hari ini",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "Satu tahun",
|
||||||
"gross_percent_max": "All time"
|
"gross_percent_max": "Sepanjang masa"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podkas",
|
||||||
"books": "Buku",
|
"books": "Buku",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Tempoh",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Tempoh"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "People Home",
|
"people_home": "Orang Dirumah",
|
||||||
"lights_on": "Lights On",
|
"lights_on": "Hidupkan Lampu",
|
||||||
"switches_on": "Switches On"
|
"switches_on": "Hidupkan Suis"
|
||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Pemantauan",
|
||||||
"updates": "Kemaskini"
|
"updates": "Kemaskini"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Buku",
|
"books": "Buku",
|
||||||
"authors": "Authors",
|
"authors": "Pengarang/Penulis",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"series": "Series"
|
"series": "Siri"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Barisan",
|
"downloadCount": "Barisan",
|
||||||
@@ -727,81 +748,133 @@
|
|||||||
"downloadSpeed": "Kelajuan"
|
"downloadSpeed": "Kelajuan"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Siri",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Files"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Keputusan",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"buildId": "Build ID",
|
"buildId": "ID Binaan",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Berjaya",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Belum Bermula",
|
||||||
"failed": "Gagal",
|
"failed": "Gagal",
|
||||||
"canceled": "Canceled",
|
"canceled": "Dibatalkan",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "Sedang Diproses",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Jumlah PR",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "PR Sendiri",
|
||||||
"approved": "Lulus"
|
"approved": "Lulus"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "Dalam Talian",
|
||||||
"offline": "Luar talian",
|
"offline": "Luar talian",
|
||||||
"name": "Name",
|
"name": "Nama",
|
||||||
"map": "Map",
|
"map": "Peta",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Pemain Semasa",
|
||||||
"players": "Players",
|
"players": "Senarai pemain",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Bilangan peserta maksimum",
|
||||||
"bots": "Bots",
|
"bots": "Bot",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"errored": "Errors",
|
"errored": "Ralat",
|
||||||
"noRecent": "Out of Date",
|
"noRecent": "Luput tarikh",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Storan digunakan"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Resipi",
|
||||||
"users": "Pengguna",
|
"users": "Pengguna",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"tags": "Tags"
|
"tags": "Tanda nama"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Sedang muat turun",
|
||||||
"total": "Jumlah",
|
"total": "Jumlah",
|
||||||
"running": "Running",
|
"running": "Sedang jalan",
|
||||||
"stopped": "Terhenti",
|
"stopped": "Terhenti",
|
||||||
"passed": "Lulus",
|
"passed": "Lulus",
|
||||||
"failed": "Gagal"
|
"failed": "Gagal"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Masa Hidup",
|
||||||
|
"cpuLoad": "Purata Beban CPU (5m)",
|
||||||
|
"up": "Hidup",
|
||||||
|
"down": "Mati",
|
||||||
|
"bytesTx": "Terpancar",
|
||||||
|
"bytesRx": "Diterima"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Masa Hidup",
|
"uptime": "Masa Hidup",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Masa Mati Terakhir",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Jangkamasa Kematian",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sites Down",
|
||||||
"paused": "Paused",
|
"paused": "Tangguh",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Belum Disemak",
|
||||||
"up": "Up",
|
"up": "Hidup",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seperti Mati",
|
||||||
"down": "Down",
|
"down": "Mati",
|
||||||
"unknown": "Tidak Diketahui"
|
"unknown": "Tidak Diketahui"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "Di pawagam",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Edaran fizikal",
|
||||||
"digitalRelease": "Digital release",
|
"digitalRelease": "Edaran digital",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "Tiada agenda untuk hari ini!",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "Tiada agenda dijumpai"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platform",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Jumlah ROM"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Amaran",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritikal"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filem",
|
||||||
|
"tags": "Tanda nama",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Pengguna",
|
||||||
|
"recipes": "Resipi",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Pengguna",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Afleveringen",
|
"episodes": "Afleveringen",
|
||||||
"songs": "Nummers"
|
"songs": "Nummers"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Onbereikbaar",
|
||||||
|
"offline_alt": "Onbereikbaar",
|
||||||
|
"online": "Bereikbaar",
|
||||||
|
"total": "Totaal",
|
||||||
|
"unknown": "Onbekend"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Productie",
|
"pv_power": "Productie",
|
||||||
"battery_soc": "Batterij",
|
"battery_soc": "Batterij",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Goedgekeurd",
|
"approved": "Goedgekeurd",
|
||||||
"available": "Beschikbaar"
|
"available": "Beschikbaar"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Totaal",
|
"total": "Totaal",
|
||||||
"connected": "Verbonden",
|
"connected": "Verbonden",
|
||||||
"new_devices": "Nieuwe Apparaten",
|
"new_devices": "Nieuwe Apparaten",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Zoek",
|
"search": "Zoek",
|
||||||
"custom": "Aangepast",
|
"custom": "Aangepast",
|
||||||
"visit": "Bezoek",
|
"visit": "Bezoek",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestie"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Zonnig",
|
"0-day": "Zonnig",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanalen",
|
"channels": "Kanalen",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Kanaal",
|
||||||
|
"channelNetwork": "Netwerk",
|
||||||
|
"signalStrength": "Sterkte",
|
||||||
|
"signalQuality": "Kwaliteit",
|
||||||
|
"symbolQuality": "Kwaliteit",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Geslaagd",
|
"passed": "Geslaagd",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Doelen onbereikbaar",
|
"targets_down": "Doelen onbereikbaar",
|
||||||
"targets_total": "Totaal aantal doelen"
|
"targets_total": "Totaal aantal doelen"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Bereikbaar",
|
||||||
|
"down": "Sites Onbereikbaar",
|
||||||
|
"uptime": "Online"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Vandaag",
|
"gross_percent_today": "Vandaag",
|
||||||
"gross_percent_1y": "Een jaar",
|
"gross_percent_1y": "Een jaar",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Geslaagd",
|
"passed": "Geslaagd",
|
||||||
"failed": "Gefaald"
|
"failed": "Gefaald"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Online",
|
||||||
|
"cpuLoad": "CPU Load Gem. (5m)",
|
||||||
|
"up": "Online",
|
||||||
|
"down": "Offline",
|
||||||
|
"bytesTx": "Verzonden",
|
||||||
|
"bytesRx": "Ontvangen"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Online",
|
"uptime": "Online",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Geen gebeurtenissen gevonden"
|
"noEventsFound": "Geen gebeurtenissen gevonden"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platformen",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Totale ROM's"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Waarschuwingen",
|
"warnings": "Waarschuwingen",
|
||||||
"criticals": "Kritiek"
|
"criticals": "Kritiek"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Gebeurtenissen",
|
||||||
|
"plants": "Planten",
|
||||||
|
"photos": "Foto's",
|
||||||
|
"species": "Soorten"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notificaties",
|
||||||
|
"issues": "Problemen",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scènes",
|
||||||
|
"scenesPlayed": "Afgespeelde scènes",
|
||||||
|
"playCount": "Totaal aantal keer gespeeld",
|
||||||
|
"playDuration": "Tijd Bekeken",
|
||||||
|
"sceneSize": "Grootte Scènes",
|
||||||
|
"sceneDuration": "Duur scènes",
|
||||||
|
"images": "Afbeeldingen",
|
||||||
|
"imageSize": "Afbeeldingsgrootte",
|
||||||
|
"galleries": "Galerijen",
|
||||||
|
"performers": "Uitvoerenden",
|
||||||
|
"studios": "Studio's",
|
||||||
|
"movies": "Films",
|
||||||
|
"tags": "Label",
|
||||||
|
"oCount": "O Aantal"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Gebruikers",
|
||||||
|
"recipes": "Recepten",
|
||||||
|
"keywords": "Trefwoorden"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "Met garantie",
|
||||||
|
"locations": "Locaties",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Gebruikers",
|
||||||
|
"totalValue": "Totale waarde"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Meldingen",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -14,9 +14,9 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mc",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "g",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "Procesor",
|
"cpu": "Procesor",
|
||||||
"mem": "PAM",
|
"mem": "RAM",
|
||||||
"total": "Całkowite",
|
"total": "Całkowite",
|
||||||
"free": "Wolne",
|
"free": "Wolne",
|
||||||
"used": "Użyte",
|
"used": "Użyte",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"users": "Użytkownicy",
|
"users": "Użytkownicy",
|
||||||
"uptime": "Czas działania",
|
"uptime": "Czas działania",
|
||||||
"days": "Dni",
|
"days": "Dni",
|
||||||
"wan": "Sieć WAN",
|
"wan": "WAN",
|
||||||
"lan": "Sieć LAN",
|
"lan": "LAN",
|
||||||
"wlan": "Sieć WLAN",
|
"wlan": "WLAN",
|
||||||
"devices": "Urządzenia",
|
"devices": "Urządzenia",
|
||||||
"lan_devices": "Urządzenia LAN",
|
"lan_devices": "Urządzenia LAN",
|
||||||
"wlan_devices": "Urządzenia WLAN",
|
"wlan_devices": "Urządzenia WLAN",
|
||||||
@@ -64,23 +64,23 @@
|
|||||||
"up": "CZAS",
|
"up": "CZAS",
|
||||||
"down": "Pobieranie",
|
"down": "Pobieranie",
|
||||||
"wait": "Proszę czekać",
|
"wait": "Proszę czekać",
|
||||||
"empty_data": "Nieznany stan"
|
"empty_data": "Status podsystemu nieznany"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "Rx",
|
"rx": "Rx",
|
||||||
"tx": "Tx",
|
"tx": "Tx",
|
||||||
"mem": "PAM",
|
"mem": "RAM",
|
||||||
"cpu": "Procesor",
|
"cpu": "Procesor",
|
||||||
"running": "Działa",
|
"running": "Działa",
|
||||||
"offline": "Nieosiągalny",
|
"offline": "Nieosiągalny",
|
||||||
"error": "Błąd",
|
"error": "Błąd",
|
||||||
"unknown": "Nieznany",
|
"unknown": "Nieznany",
|
||||||
"healthy": "Zdrowy",
|
"healthy": "Zdrowy",
|
||||||
"starting": "Rozpoczynanie",
|
"starting": "Uruchamianie",
|
||||||
"unhealthy": "Niezdrowe",
|
"unhealthy": "Niezdrowy",
|
||||||
"not_found": "Nie znaleziono",
|
"not_found": "Nie znaleziono",
|
||||||
"exited": "Zakończone",
|
"exited": "Zakończony",
|
||||||
"partial": "Częściowe"
|
"partial": "Częściowy"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Błąd",
|
"error": "Błąd",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Odcinki",
|
"episodes": "Odcinki",
|
||||||
"songs": "Piosenki"
|
"songs": "Piosenki"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Nieosiągalny",
|
||||||
|
"offline_alt": "Nieosiągalny",
|
||||||
|
"online": "Dostępny",
|
||||||
|
"total": "Całkowite",
|
||||||
|
"unknown": "Nieznany"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkcja",
|
"pv_power": "Produkcja",
|
||||||
"battery_soc": "Bateria",
|
"battery_soc": "Bateria",
|
||||||
@@ -130,18 +137,18 @@
|
|||||||
"connectionStatusUnconfigured": "Nieskonfigurowane",
|
"connectionStatusUnconfigured": "Nieskonfigurowane",
|
||||||
"connectionStatusConnecting": "Łączenie",
|
"connectionStatusConnecting": "Łączenie",
|
||||||
"connectionStatusAuthenticating": "Uwierzytelnianie",
|
"connectionStatusAuthenticating": "Uwierzytelnianie",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Oczekujące rozłączenie",
|
||||||
"connectionStatusDisconnecting": "Rozłączanie",
|
"connectionStatusDisconnecting": "Rozłączanie",
|
||||||
"connectionStatusDisconnected": "Rozłączono",
|
"connectionStatusDisconnected": "Rozłączono",
|
||||||
"connectionStatusConnected": "Połączony",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Czas działania",
|
"uptime": "Czas działania",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Maks. Pobieranie",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Maks. Wysyłanie",
|
||||||
"down": "Niedostępny",
|
"down": "Niedostępny",
|
||||||
"up": "Dostępny",
|
"up": "Dostępny",
|
||||||
"received": "Odebrane",
|
"received": "Odebrane",
|
||||||
"sent": "Wysłane",
|
"sent": "Wysłane",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "Pub. IP"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
@@ -149,12 +156,12 @@
|
|||||||
"requests_failed": "Nieudane zapytania"
|
"requests_failed": "Nieudane zapytania"
|
||||||
},
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Obserwowanych ogółem",
|
"totalObserved": "Łącznie obserwowanych",
|
||||||
"diffsDetected": "Wykryto różnic"
|
"diffsDetected": "Wykrytych różnic"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
"shows": "Seriale",
|
"shows": "Seriale",
|
||||||
"recordings": "Nagrywanie",
|
"recordings": "Nagrania",
|
||||||
"scheduled": "W kolejce",
|
"scheduled": "W kolejce",
|
||||||
"passes": "Przebiegi"
|
"passes": "Przebiegi"
|
||||||
},
|
},
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Zaakceptowane",
|
"approved": "Zaakceptowane",
|
||||||
"available": "Dostępne"
|
"available": "Dostępne"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Całkowite",
|
"total": "Całkowite",
|
||||||
"connected": "Połączony",
|
"connected": "Connected",
|
||||||
"new_devices": "Nowe urządzenia",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Powiadomienia o niedostępności"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Zapytania",
|
"queries": "Zapytania",
|
||||||
@@ -388,7 +395,7 @@
|
|||||||
"failedLoginsLast24H": "Nieudane logowania (24h)"
|
"failedLoginsLast24H": "Nieudane logowania (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "PAM",
|
"mem": "RAM",
|
||||||
"cpu": "Procesor",
|
"cpu": "Procesor",
|
||||||
"lxc": "Kontenery LXC",
|
"lxc": "Kontenery LXC",
|
||||||
"vms": "Maszyn wirtualnych"
|
"vms": "Maszyn wirtualnych"
|
||||||
@@ -405,8 +412,8 @@
|
|||||||
"free": "Wolne",
|
"free": "Wolne",
|
||||||
"used": "Użyte",
|
"used": "Użyte",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "g",
|
||||||
"crit": "Crit",
|
"crit": "Krytyczyny",
|
||||||
"read": "Przeczytane",
|
"read": "Przeczytane",
|
||||||
"write": "Zapis",
|
"write": "Zapis",
|
||||||
"gpu": "Karta graficzna",
|
"gpu": "Karta graficzna",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Wyszukaj",
|
"search": "Wyszukaj",
|
||||||
"custom": "Niestandardowe",
|
"custom": "Niestandardowe",
|
||||||
"visit": "Odwiedź",
|
"visit": "Odwiedź",
|
||||||
"url": "Adres URL"
|
"url": "Adres URL",
|
||||||
|
"searchsuggestion": "Sugestia"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Słoneczny",
|
"0-day": "Słoneczny",
|
||||||
@@ -484,7 +492,7 @@
|
|||||||
"updates": "Aktualizacje",
|
"updates": "Aktualizacje",
|
||||||
"update_available": "Dostępna aktualizacja",
|
"update_available": "Dostępna aktualizacja",
|
||||||
"up_to_date": "Aktualny",
|
"up_to_date": "Aktualny",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Mostki podrzędne",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Dostępny",
|
"up": "Dostępny",
|
||||||
"pending": "Oczekiwane",
|
"pending": "Oczekiwane",
|
||||||
@@ -493,12 +501,12 @@
|
|||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Nowy",
|
"new": "Nowy",
|
||||||
"up": "Dostępny",
|
"up": "Dostępny",
|
||||||
"grace": "In Grace Period",
|
"grace": "W okresie karencji",
|
||||||
"down": "Niedostępny",
|
"down": "Niedostępny",
|
||||||
"paused": "Zatrzymane",
|
"paused": "Zatrzymane",
|
||||||
"status": "Stan",
|
"status": "Stan",
|
||||||
"last_ping": "Ostatni ping",
|
"last_ping": "Ostatni ping",
|
||||||
"never": "No pings yet"
|
"never": "Brak pingów"
|
||||||
},
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Zeskanowane",
|
"containers_scanned": "Zeskanowane",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanały",
|
"channels": "Kanały",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tunery",
|
||||||
|
"channelNumber": "Kanał",
|
||||||
|
"channelNetwork": "Sieć",
|
||||||
|
"signalStrength": "Siła",
|
||||||
|
"signalQuality": "Jakość",
|
||||||
|
"symbolQuality": "Jakość",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Klient"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Powodzenie",
|
"passed": "Powodzenie",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "Całkowite"
|
"total": "Całkowite"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Stan baterii",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "Obciążenie UPS",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "Status UPS",
|
||||||
"online": "Dostępny",
|
"online": "Dostępny",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "Na baterii",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Niski poziom baterii"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Proszę czekać",
|
"wait": "Proszę czekać",
|
||||||
@@ -560,7 +576,7 @@
|
|||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "Obciążenie procesora",
|
"cpuLoad": "Obciążenie procesora",
|
||||||
"memoryUsed": "Zuyżyta pamięć",
|
"memoryUsed": "Zużyta pamięć",
|
||||||
"uptime": "Czas działania",
|
"uptime": "Czas działania",
|
||||||
"numberOfLeases": "Dzierżawy"
|
"numberOfLeases": "Dzierżawy"
|
||||||
},
|
},
|
||||||
@@ -571,8 +587,8 @@
|
|||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Dzisiaj",
|
"yieldDay": "Dzisiaj",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Zasilanie",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Moc %",
|
||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
@@ -589,16 +605,16 @@
|
|||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Stan",
|
"printer_state": "Stan",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Temperatura narzędzia",
|
||||||
"temp_bed": "Bed temp",
|
"temp_bed": "Temp. łóżka",
|
||||||
"job_completion": "Ukończono"
|
"job_completion": "Ukończono"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "IP Źródła",
|
||||||
"status": "Stan"
|
"status": "Stan"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Śr. Obciążenie",
|
||||||
"memory": "Użycie pamięci",
|
"memory": "Użycie pamięci",
|
||||||
"wanStatus": "Status WAN",
|
"wanStatus": "Status WAN",
|
||||||
"up": "Dostępny",
|
"up": "Dostępny",
|
||||||
@@ -608,8 +624,8 @@
|
|||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Magazyn danych",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Nieudane zadania 24h",
|
||||||
"cpu_usage": "Procesor",
|
"cpu_usage": "Procesor",
|
||||||
"memory_usage": "Pamięć"
|
"memory_usage": "Pamięć"
|
||||||
},
|
},
|
||||||
@@ -662,8 +678,8 @@
|
|||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Panel główny",
|
"dashboards": "Panel główny",
|
||||||
"datasources": "Źródła danych",
|
"datasources": "Źródła danych",
|
||||||
"totalalerts": "Total Alerts",
|
"totalalerts": "Wszystkie alerty",
|
||||||
"alertstriggered": "Alerts Triggered"
|
"alertstriggered": "Wywołane alerty"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"cpuload": "Obciążenie CPU",
|
"cpuload": "Obciążenie CPU",
|
||||||
@@ -671,7 +687,7 @@
|
|||||||
"freespace": "Wolna przestrzeń",
|
"freespace": "Wolna przestrzeń",
|
||||||
"activeusers": "Aktywni użytkownicy",
|
"activeusers": "Aktywni użytkownicy",
|
||||||
"numfiles": "Pliki",
|
"numfiles": "Pliki",
|
||||||
"numshares": "Shared Items"
|
"numshares": "Udostępnione elementy"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Stan",
|
"status": "Stan",
|
||||||
@@ -682,7 +698,7 @@
|
|||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Aktywni pracownicy",
|
"active_workers": "Aktywni pracownicy",
|
||||||
"total_workers": "Total Workers",
|
"total_workers": "Wszyscy pracownicy",
|
||||||
"records_total": "Długość kolejki"
|
"records_total": "Długość kolejki"
|
||||||
},
|
},
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
@@ -690,9 +706,14 @@
|
|||||||
"nodes": "Węzły"
|
"nodes": "Węzły"
|
||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Targets Up",
|
"targets_up": "Cele włączone",
|
||||||
"targets_down": "Targets Down",
|
"targets_down": "Cele wyłączone",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Wszystkich Celi"
|
||||||
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Działające",
|
||||||
|
"down": "Niedziałające",
|
||||||
|
"uptime": "Czas działania"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Dzisiaj",
|
"gross_percent_today": "Dzisiaj",
|
||||||
@@ -706,9 +727,9 @@
|
|||||||
"booksDuration": "Czas trwania"
|
"booksDuration": "Czas trwania"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "People Home",
|
"people_home": "Dom ludzi",
|
||||||
"lights_on": "Lights On",
|
"lights_on": "Światła włączone",
|
||||||
"switches_on": "Switches On"
|
"switches_on": "Przełączniki włączone"
|
||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
@@ -735,12 +756,12 @@
|
|||||||
"status": "Stan",
|
"status": "Stan",
|
||||||
"buildId": "ID kompilacji",
|
"buildId": "ID kompilacji",
|
||||||
"succeeded": "Ukończono",
|
"succeeded": "Ukończono",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Nierozpoczęte",
|
||||||
"failed": "Niepowodzenie",
|
"failed": "Niepowodzenie",
|
||||||
"canceled": "Anulowano",
|
"canceled": "Anulowano",
|
||||||
"inProgress": "W trakcie",
|
"inProgress": "W trakcie",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Łącznie PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "Moje PRs",
|
||||||
"approved": "Zaakceptowane"
|
"approved": "Zaakceptowane"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
@@ -749,7 +770,7 @@
|
|||||||
"offline": "Nieosiągalny",
|
"offline": "Nieosiągalny",
|
||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"map": "Mapa",
|
"map": "Mapa",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Gracze online",
|
||||||
"players": "Gracze",
|
"players": "Gracze",
|
||||||
"maxPlayers": "Maksymalna ilość graczy",
|
"maxPlayers": "Maksymalna ilość graczy",
|
||||||
"bots": "Boty",
|
"bots": "Boty",
|
||||||
@@ -759,10 +780,10 @@
|
|||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"errored": "Błędy",
|
"errored": "Błędy",
|
||||||
"noRecent": "Nieaktualne",
|
"noRecent": "Nieaktualne",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Użyta pamięć"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Przepisy",
|
||||||
"users": "Użytkownicy",
|
"users": "Użytkownicy",
|
||||||
"categories": "Kategorie",
|
"categories": "Kategorie",
|
||||||
"tags": "Tagi"
|
"tags": "Tagi"
|
||||||
@@ -775,33 +796,85 @@
|
|||||||
"passed": "Powodzenie",
|
"passed": "Powodzenie",
|
||||||
"failed": "Niepowodzenie"
|
"failed": "Niepowodzenie"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Czas działania",
|
||||||
|
"cpuLoad": "Śr. obciążenie CPU (5m)",
|
||||||
|
"up": "Dostępny",
|
||||||
|
"down": "Niedostępny",
|
||||||
|
"bytesTx": "Przesłane",
|
||||||
|
"bytesRx": "Odebrane"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stan",
|
"status": "Stan",
|
||||||
"uptime": "Czas działania",
|
"uptime": "Czas działania",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Ostatni downtime",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Długość downtime'u",
|
||||||
"sitesUp": "Działające",
|
"sitesUp": "Działające",
|
||||||
"sitesDown": "Niedziałające",
|
"sitesDown": "Niedziałające",
|
||||||
"paused": "Zatrzymane",
|
"paused": "Zatrzymane",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Nie sprawdzono",
|
||||||
"up": "Dostępny",
|
"up": "Dostępny",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Możliwe, że wyłączony",
|
||||||
"down": "Niedostępny",
|
"down": "Niedostępny",
|
||||||
"unknown": "Nieznany"
|
"unknown": "Nieznany"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "W kinach",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Wydanie fizyczne",
|
||||||
"digitalRelease": "Digital release",
|
"digitalRelease": "Wydanie cyfrowe",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "Brak wydarzeń na dziś!",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "Nie znaleziono wydarzeń"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platformy",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Łącznie ROM"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Ostrzeżenia",
|
||||||
"criticals": "Criticals"
|
"criticals": "Krytyczny"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Wydarzenia",
|
||||||
|
"plants": "Rośliny",
|
||||||
|
"photos": "Zdjęcia",
|
||||||
|
"species": "Gatunki"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Powiadomienia",
|
||||||
|
"issues": "Zgłoszenia",
|
||||||
|
"pulls": "Żądania Pull"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Sceny",
|
||||||
|
"scenesPlayed": "Odgrane sceny",
|
||||||
|
"playCount": "Łącznie odtworzone",
|
||||||
|
"playDuration": "Łączny czas oglądania",
|
||||||
|
"sceneSize": "Rozmiar scen",
|
||||||
|
"sceneDuration": "Czas trwania scen",
|
||||||
|
"images": "Obrazy",
|
||||||
|
"imageSize": "Rozmiar obrazów",
|
||||||
|
"galleries": "Galerie",
|
||||||
|
"performers": "Artyści",
|
||||||
|
"studios": "Studia",
|
||||||
|
"movies": "Filmy",
|
||||||
|
"tags": "Tagi",
|
||||||
|
"oCount": "O Licznik"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Użytkownicy",
|
||||||
|
"recipes": "Przepisy",
|
||||||
|
"keywords": "Słowa kluczowe"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Elementy",
|
||||||
|
"totalWithWarranty": "Z gwarancją",
|
||||||
|
"locations": "Lokalizacje",
|
||||||
|
"labels": "Etykiety",
|
||||||
|
"users": "Użytkownicy",
|
||||||
|
"totalValue": "Wartość całkowita"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alarmy",
|
||||||
|
"bans": "Bany"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episódios",
|
"episodes": "Episódios",
|
||||||
"songs": "Canções"
|
"songs": "Canções"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Desligado",
|
||||||
|
"offline_alt": "Desligado",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Desconhecido"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produção",
|
"pv_power": "Produção",
|
||||||
"battery_soc": "Bateria",
|
"battery_soc": "Bateria",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "Desconexão pendente",
|
"connectionStatusPendingDisconnect": "Desconexão pendente",
|
||||||
"connectionStatusDisconnecting": "Desconectando",
|
"connectionStatusDisconnecting": "Desconectando",
|
||||||
"connectionStatusDisconnected": "Desconectado",
|
"connectionStatusDisconnected": "Desconectado",
|
||||||
"connectionStatusConnected": "Conectado",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Ligado",
|
"uptime": "Ligado",
|
||||||
"maxDown": "Máx. de Descarga",
|
"maxDown": "Máx. de Descarga",
|
||||||
"maxUp": "Max. de Envio",
|
"maxUp": "Max. de Envio",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Aprovada",
|
"approved": "Aprovada",
|
||||||
"available": "Disponível"
|
"available": "Disponível"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Conectado",
|
"connected": "Connected",
|
||||||
"new_devices": "Novos dispositivos",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Alertas de Baixo"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Consultas",
|
"queries": "Consultas",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Busca",
|
"search": "Busca",
|
||||||
"custom": "Personalizado",
|
"custom": "Personalizado",
|
||||||
"visit": "Visitar",
|
"visit": "Visitar",
|
||||||
"url": "Endereço URL"
|
"url": "Endereço URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Solarengo",
|
"0-day": "Solarengo",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canais",
|
"channels": "Canais",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Taxa de bits",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Aprovado",
|
"passed": "Aprovado",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Alvo inativo",
|
"targets_down": "Alvo inativo",
|
||||||
"targets_total": "Total de Alvos"
|
"targets_total": "Total de Alvos"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites no Ar",
|
||||||
|
"down": "Sites Fora do Ar",
|
||||||
|
"uptime": "Ligado"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Hoje",
|
"gross_percent_today": "Hoje",
|
||||||
"gross_percent_1y": "Um ano",
|
"gross_percent_1y": "Um ano",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Aprovado",
|
"passed": "Aprovado",
|
||||||
"failed": "Falhou"
|
"failed": "Falhou"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Ligado",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Recebido"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"uptime": "Ligado",
|
"uptime": "Ligado",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Problemas",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filmes",
|
||||||
|
"tags": "Etiquetas",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Utilizadores",
|
||||||
|
"recipes": "Receitas",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Utilizadores",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alertas",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "M",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
@@ -85,17 +85,17 @@
|
|||||||
"ping": {
|
"ping": {
|
||||||
"error": "Erro",
|
"error": "Erro",
|
||||||
"ping": "Tempo de resposta",
|
"ping": "Tempo de resposta",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"not_available": "Not Available"
|
"not_available": "Não Disponível"
|
||||||
},
|
},
|
||||||
"siteMonitor": {
|
"siteMonitor": {
|
||||||
"http_status": "HTTP status",
|
"http_status": "Estado HTTP",
|
||||||
"error": "Erro",
|
"error": "Erro",
|
||||||
"response": "Response",
|
"response": "Resposta",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"not_available": "Not Available"
|
"not_available": "Não Disponível"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "A reproduzir",
|
"playing": "A reproduzir",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episódios",
|
"episodes": "Episódios",
|
||||||
"songs": "Canções"
|
"songs": "Canções"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Desligado",
|
||||||
|
"offline_alt": "Desligado",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Desconhecido"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produção",
|
"pv_power": "Produção",
|
||||||
"battery_soc": "Bateria",
|
"battery_soc": "Bateria",
|
||||||
@@ -127,21 +134,21 @@
|
|||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Estado",
|
"connectionStatus": "Estado",
|
||||||
"connectionStatusUnconfigured": "Unconfigured",
|
"connectionStatusUnconfigured": "Não configurado",
|
||||||
"connectionStatusConnecting": "Connecting",
|
"connectionStatusConnecting": "Conectando",
|
||||||
"connectionStatusAuthenticating": "Authenticating",
|
"connectionStatusAuthenticating": "Autenticando",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Desconexão Pendente",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Desconectando",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Desconectado",
|
||||||
"connectionStatusConnected": "Connected",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Ligado",
|
"uptime": "Ligado",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"received": "Received",
|
"received": "Recebido",
|
||||||
"sent": "Sent",
|
"sent": "Enviado",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "IP Externo"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
@@ -153,9 +160,9 @@
|
|||||||
"diffsDetected": "Diferenças Detetadas"
|
"diffsDetected": "Diferenças Detetadas"
|
||||||
},
|
},
|
||||||
"channelsdvrserver": {
|
"channelsdvrserver": {
|
||||||
"shows": "Shows",
|
"shows": "Programas",
|
||||||
"recordings": "Gravações",
|
"recordings": "Gravações",
|
||||||
"scheduled": "Scheduled",
|
"scheduled": "Agendado",
|
||||||
"passes": "Passes"
|
"passes": "Passes"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
@@ -163,7 +170,7 @@
|
|||||||
"transcoding": "Transcodificação",
|
"transcoding": "Transcodificação",
|
||||||
"bitrate": "Taxa de bits",
|
"bitrate": "Taxa de bits",
|
||||||
"no_active": "Sem streams ativas",
|
"no_active": "Sem streams ativas",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Verifique a conexão do Plex"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "APs Ligados",
|
"connectedAp": "APs Ligados",
|
||||||
@@ -179,7 +186,7 @@
|
|||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Streams Ativas",
|
"streams": "Streams Ativas",
|
||||||
"albums": "Albums",
|
"albums": "Álbuns",
|
||||||
"movies": "Filmes",
|
"movies": "Filmes",
|
||||||
"tv": "Series de TV"
|
"tv": "Series de TV"
|
||||||
},
|
},
|
||||||
@@ -206,9 +213,9 @@
|
|||||||
"seed": "Semente"
|
"seed": "Semente"
|
||||||
},
|
},
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"cpuUsage": "CPU Usage",
|
"cpuUsage": "Uso de CPU",
|
||||||
"memUsage": "MEM Usage",
|
"memUsage": "Uso de Memória",
|
||||||
"systemTempC": "System Temp",
|
"systemTempC": "Temp. do Sistema",
|
||||||
"poolUsage": "Pool Usage",
|
"poolUsage": "Pool Usage",
|
||||||
"volumeUsage": "Volume Usage",
|
"volumeUsage": "Volume Usage",
|
||||||
"invalid": "Invalid"
|
"invalid": "Invalid"
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Aprovada",
|
"approved": "Aprovada",
|
||||||
"available": "Disponível"
|
"available": "Disponível"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Busca",
|
"search": "Busca",
|
||||||
"custom": "Personalizado",
|
"custom": "Personalizado",
|
||||||
"visit": "Visitar",
|
"visit": "Visitar",
|
||||||
"url": "Endereço URL"
|
"url": "Endereço URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Solarengo",
|
"0-day": "Solarengo",
|
||||||
@@ -486,15 +494,15 @@
|
|||||||
"up_to_date": "Atualizado",
|
"up_to_date": "Atualizado",
|
||||||
"child_bridges": "Pontes Filhas",
|
"child_bridges": "Pontes Filhas",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"pending": "Pendente",
|
"pending": "Pendente",
|
||||||
"down": "Down"
|
"down": "Inativo"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "Novo",
|
"new": "Novo",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"grace": "Em Período Gratuito",
|
"grace": "Em Período Gratuito",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"paused": "Pausado",
|
"paused": "Pausado",
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"last_ping": "Ultimo Ping",
|
"last_ping": "Ultimo Ping",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Canais",
|
"channels": "Canais",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Taxa de bits",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Aprovado",
|
"passed": "Aprovado",
|
||||||
@@ -601,8 +617,8 @@
|
|||||||
"load": "Load Avg",
|
"load": "Load Avg",
|
||||||
"memory": "Mem Usage",
|
"memory": "Mem Usage",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Status",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"temp": "Temp",
|
"temp": "Temp",
|
||||||
"disk": "Disk Usage",
|
"disk": "Disk Usage",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
@@ -648,7 +664,7 @@
|
|||||||
"wanted": "Desejada"
|
"wanted": "Desejada"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Álbuns",
|
||||||
"photos": "Fotos",
|
"photos": "Fotos",
|
||||||
"videos": "Vídeos",
|
"videos": "Vídeos",
|
||||||
"people": "Pessoa"
|
"people": "Pessoa"
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Alvo inativo",
|
"targets_down": "Alvo inativo",
|
||||||
"targets_total": "Total de Alvos"
|
"targets_total": "Total de Alvos"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites no Ar",
|
||||||
|
"down": "Sites Fora do Ar",
|
||||||
|
"uptime": "Ligado"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "Um ano",
|
"gross_percent_1y": "Um ano",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Aprovado",
|
"passed": "Aprovado",
|
||||||
"failed": "Falhou"
|
"failed": "Falhou"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Ligado",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Ativo",
|
||||||
|
"down": "Inativo",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Recebido"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Estado",
|
"status": "Estado",
|
||||||
"uptime": "Ligado",
|
"uptime": "Ligado",
|
||||||
@@ -784,9 +813,9 @@
|
|||||||
"sitesDown": "Sites Fora do Ar",
|
"sitesDown": "Sites Fora do Ar",
|
||||||
"paused": "Pausado",
|
"paused": "Pausado",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Not Yet Checked",
|
||||||
"up": "Up",
|
"up": "Ativo",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Seems Down",
|
||||||
"down": "Down",
|
"down": "Inativo",
|
||||||
"unknown": "Desconhecido"
|
"unknown": "Desconhecido"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Problemas",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filmes",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Utilizadores",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Utilizadores",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alertas",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episoade",
|
"episodes": "Episoade",
|
||||||
"songs": "Melodii"
|
"songs": "Melodii"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Necunoscut"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Producție",
|
"pv_power": "Producție",
|
||||||
"battery_soc": "Baterie",
|
"battery_soc": "Baterie",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Aprobate",
|
"approved": "Aprobate",
|
||||||
"available": "Disponibile"
|
"available": "Disponibile"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Caută",
|
"search": "Caută",
|
||||||
"custom": "Personalizat",
|
"custom": "Personalizat",
|
||||||
"visit": "Vizită",
|
"visit": "Vizită",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Însorit",
|
"0-day": "Însorit",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Rata de biți",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Sus",
|
||||||
|
"down": "Jos",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stare",
|
"status": "Stare",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Filme",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Utilizatori",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Utilizatori",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "мес",
|
||||||
"days": "d",
|
"days": "дней",
|
||||||
"hours": "h",
|
"hours": "час",
|
||||||
"minutes": "m",
|
"minutes": "мин",
|
||||||
"seconds": "s"
|
"seconds": "сек"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Отсутствует тип виджета: {{type}}",
|
"missing_type": "Отсутствует тип виджета: {{type}}",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Эпизоды",
|
"episodes": "Эпизоды",
|
||||||
"songs": "Песни"
|
"songs": "Песни"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Не в сети",
|
||||||
|
"offline_alt": "Не в сети",
|
||||||
|
"online": "В сети",
|
||||||
|
"total": "Всего",
|
||||||
|
"unknown": "Неизвестен"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Прод",
|
"pv_power": "Прод",
|
||||||
"battery_soc": "Питание",
|
"battery_soc": "Питание",
|
||||||
@@ -130,10 +137,10 @@
|
|||||||
"connectionStatusUnconfigured": "Не настроено",
|
"connectionStatusUnconfigured": "Не настроено",
|
||||||
"connectionStatusConnecting": "Подключение",
|
"connectionStatusConnecting": "Подключение",
|
||||||
"connectionStatusAuthenticating": "Авторизация",
|
"connectionStatusAuthenticating": "Авторизация",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Ожидает отключения",
|
||||||
"connectionStatusDisconnecting": "Отключение",
|
"connectionStatusDisconnecting": "Отключение",
|
||||||
"connectionStatusDisconnected": "Отключено",
|
"connectionStatusDisconnected": "Отключено",
|
||||||
"connectionStatusConnected": "Подключено",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"maxDown": "Макс. Загрузка",
|
"maxDown": "Макс. Загрузка",
|
||||||
"maxUp": "Макс. Отдача",
|
"maxUp": "Макс. Отдача",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Одобрено",
|
"approved": "Одобрено",
|
||||||
"available": "Доступно"
|
"available": "Доступно"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Всего",
|
"total": "Всего",
|
||||||
"connected": "Подключено",
|
"connected": "Connected",
|
||||||
"new_devices": "Новые устройства",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Оповещение о недоступности"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Запросы",
|
"queries": "Запросы",
|
||||||
@@ -404,8 +411,8 @@
|
|||||||
"total": "Всего",
|
"total": "Всего",
|
||||||
"free": "Свободно",
|
"free": "Свободно",
|
||||||
"used": "Использовано",
|
"used": "Использовано",
|
||||||
"days": "d",
|
"days": "дней",
|
||||||
"hours": "h",
|
"hours": "час",
|
||||||
"crit": "Крит",
|
"crit": "Крит",
|
||||||
"read": "Прочитано",
|
"read": "Прочитано",
|
||||||
"write": "Запись",
|
"write": "Запись",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Поиск",
|
"search": "Поиск",
|
||||||
"custom": "Пользовательский",
|
"custom": "Пользовательский",
|
||||||
"visit": "Посетите",
|
"visit": "Посетите",
|
||||||
"url": "Ссылка"
|
"url": "Ссылка",
|
||||||
|
"searchsuggestion": "Предложение"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Солнечно",
|
"0-day": "Солнечно",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Каналы",
|
"channels": "Каналы",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Тюнеры",
|
||||||
|
"channelNumber": "Канал",
|
||||||
|
"channelNetwork": "Сеть",
|
||||||
|
"signalStrength": "Сила",
|
||||||
|
"signalQuality": "Качество",
|
||||||
|
"symbolQuality": "Качество",
|
||||||
|
"networkRate": "Битрейт",
|
||||||
|
"clientIP": "Клиент"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Успешно",
|
"passed": "Успешно",
|
||||||
@@ -547,12 +563,12 @@
|
|||||||
"total": "Всего"
|
"total": "Всего"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Battery Charge",
|
"battery_charge": "Заряд батареи",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "Нагрузка на UPS",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "Статус UPS",
|
||||||
"online": "В сети",
|
"online": "В сети",
|
||||||
"on_battery": "On Battery",
|
"on_battery": "От батареи",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Низкий заряд"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Пожалуйста, подождите",
|
"wait": "Пожалуйста, подождите",
|
||||||
@@ -624,7 +640,7 @@
|
|||||||
"down": "Неактивные сайты",
|
"down": "Неактивные сайты",
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
"incident": "Происшествия",
|
"incident": "Происшествия",
|
||||||
"m": "m"
|
"m": "мин"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Серии",
|
"series": "Серии",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Неактивные цели",
|
"targets_down": "Неактивные цели",
|
||||||
"targets_total": "Всего целей"
|
"targets_total": "Всего целей"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Активные сайты",
|
||||||
|
"down": "Неактивные сайты",
|
||||||
|
"uptime": "Время работы"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Сегодня",
|
"gross_percent_today": "Сегодня",
|
||||||
"gross_percent_1y": "Один год",
|
"gross_percent_1y": "Один год",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Успешно",
|
"passed": "Успешно",
|
||||||
"failed": "Провалено"
|
"failed": "Провалено"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Время работы",
|
||||||
|
"cpuLoad": "Средняя нагрузка ЦП (5м)",
|
||||||
|
"up": "Онлайн",
|
||||||
|
"down": "Офлайн",
|
||||||
|
"bytesTx": "Передано",
|
||||||
|
"bytesRx": "Получено"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Статус",
|
"status": "Статус",
|
||||||
"uptime": "Время работы",
|
"uptime": "Время работы",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Событий не найдено"
|
"noEventsFound": "Событий не найдено"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Платформы",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Всего ПЗУ"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Предупреждения",
|
||||||
"criticals": "Criticals"
|
"criticals": "Критические"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "События",
|
||||||
|
"plants": "Растения",
|
||||||
|
"photos": "Фото",
|
||||||
|
"species": "Виды"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Уведомления",
|
||||||
|
"issues": "Вопросы",
|
||||||
|
"pulls": "Запросы на слияние (Pull Request)"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Сцены",
|
||||||
|
"scenesPlayed": "Проигранных сцен",
|
||||||
|
"playCount": "Всего проиграно",
|
||||||
|
"playDuration": "Просмотрено времени",
|
||||||
|
"sceneSize": "Размер сцены",
|
||||||
|
"sceneDuration": "Длительность сцен",
|
||||||
|
"images": "Изображения",
|
||||||
|
"imageSize": "Размер изображений",
|
||||||
|
"galleries": "Галереи",
|
||||||
|
"performers": "Исполнители",
|
||||||
|
"studios": "Студии",
|
||||||
|
"movies": "Фильмы",
|
||||||
|
"tags": "Теги",
|
||||||
|
"oCount": "0"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Пользователи",
|
||||||
|
"recipes": "Рецепты",
|
||||||
|
"keywords": "Ключевые слова"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Элементы",
|
||||||
|
"totalWithWarranty": "С гарантией",
|
||||||
|
"locations": "Местоположения",
|
||||||
|
"labels": "Ярлыки",
|
||||||
|
"users": "Пользователи",
|
||||||
|
"totalValue": "Общая стоимость"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Предупреждения",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"percent": "{{value, percent}}",
|
"percent": "{{value, percent}}",
|
||||||
"number": "{{value, number}}",
|
"number": "{{value, number}}",
|
||||||
"ms": "{{value, number}}",
|
"ms": "{{value, number}}",
|
||||||
"date": "{value, date}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mes",
|
"months": "mes",
|
||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Epizódy",
|
"episodes": "Epizódy",
|
||||||
"songs": "Skladby"
|
"songs": "Skladby"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Nedostupný",
|
||||||
|
"offline_alt": "Nedostupný",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Celkovo",
|
||||||
|
"unknown": "Neznáme"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Produkcia",
|
"pv_power": "Produkcia",
|
||||||
"battery_soc": "Batéria",
|
"battery_soc": "Batéria",
|
||||||
@@ -133,10 +140,10 @@
|
|||||||
"connectionStatusPendingDisconnect": "Čakám na odpojenie",
|
"connectionStatusPendingDisconnect": "Čakám na odpojenie",
|
||||||
"connectionStatusDisconnecting": "Odpájanie",
|
"connectionStatusDisconnecting": "Odpájanie",
|
||||||
"connectionStatusDisconnected": "Odpojené",
|
"connectionStatusDisconnected": "Odpojené",
|
||||||
"connectionStatusConnected": "Pripojené",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Prevádzka",
|
"uptime": "Prevádzka",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. sťahovanie",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. nahrávanie",
|
||||||
"down": "Sťahovanie",
|
"down": "Sťahovanie",
|
||||||
"up": "Nahrávanie",
|
"up": "Nahrávanie",
|
||||||
"received": "Prijaté",
|
"received": "Prijaté",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Schválené",
|
"approved": "Schválené",
|
||||||
"available": "Dostupné"
|
"available": "Dostupné"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Celkovo",
|
"total": "Celkovo",
|
||||||
"connected": "Pripojené",
|
"connected": "Connected",
|
||||||
"new_devices": "Nové zariadenia",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Upozornenia o výpadkoch"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Dopyty",
|
"queries": "Dopyty",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Hľadať",
|
"search": "Hľadať",
|
||||||
"custom": "Vlastné",
|
"custom": "Vlastné",
|
||||||
"visit": "Navštíviť",
|
"visit": "Navštíviť",
|
||||||
"url": "Odkaz"
|
"url": "Odkaz",
|
||||||
|
"searchsuggestion": "Návrh"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Slnečno",
|
"0-day": "Slnečno",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanály",
|
"channels": "Kanály",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tunery",
|
||||||
|
"channelNumber": "Kanál",
|
||||||
|
"channelNetwork": "Sieť",
|
||||||
|
"signalStrength": "Sila",
|
||||||
|
"signalQuality": "Kvalita",
|
||||||
|
"symbolQuality": "Kvalita",
|
||||||
|
"networkRate": "Prenosová rýchlosť",
|
||||||
|
"clientIP": "Klient"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Úspešný",
|
"passed": "Úspešný",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Nedostupné ciele",
|
"targets_down": "Nedostupné ciele",
|
||||||
"targets_total": "Cieľov spolu"
|
"targets_total": "Cieľov spolu"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Weby dostupné",
|
||||||
|
"down": "Weby nedostupné",
|
||||||
|
"uptime": "Prevádzka"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Dnes",
|
"gross_percent_today": "Dnes",
|
||||||
"gross_percent_1y": "Jeden rok",
|
"gross_percent_1y": "Jeden rok",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Úspešný",
|
"passed": "Úspešný",
|
||||||
"failed": "Zlyhané"
|
"failed": "Zlyhané"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Prevádzka",
|
||||||
|
"cpuLoad": "Záťaž CPU priem. (5m)",
|
||||||
|
"up": "Nahrávanie",
|
||||||
|
"down": "Sťahovanie",
|
||||||
|
"bytesTx": "Prenesených",
|
||||||
|
"bytesRx": "Prijaté"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stav",
|
"status": "Stav",
|
||||||
"uptime": "Prevádzka",
|
"uptime": "Prevádzka",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Žiadne udalosti"
|
"noEventsFound": "Žiadne udalosti"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platformy",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Celkovo ROM"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Upozornenia",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritické"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Udalosti",
|
||||||
|
"plants": "Rastliny",
|
||||||
|
"photos": "Fotografie",
|
||||||
|
"species": "Druhy"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Oznámenia",
|
||||||
|
"issues": "Problémy",
|
||||||
|
"pulls": "Pull requesty"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scény",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Celkovo prehraní",
|
||||||
|
"playDuration": "Pozeraný čas",
|
||||||
|
"sceneSize": "Veľkosť obrazovky",
|
||||||
|
"sceneDuration": "Dĺžka scény",
|
||||||
|
"images": "Obrázky",
|
||||||
|
"imageSize": "Veľkosť obrázkov",
|
||||||
|
"galleries": "Galérie",
|
||||||
|
"performers": "Herci",
|
||||||
|
"studios": "Štúdiá",
|
||||||
|
"movies": "Filmy",
|
||||||
|
"tags": "Štítky",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Používatelia",
|
||||||
|
"recipes": "Recepty",
|
||||||
|
"keywords": "Kľúčové slová"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Položky",
|
||||||
|
"totalWithWarranty": "So zárukou",
|
||||||
|
"locations": "Umiestnenia",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Používatelia",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Upozornenia",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Epizode",
|
"episodes": "Epizode",
|
||||||
"songs": "Pesmi"
|
"songs": "Pesmi"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Ni povezan",
|
||||||
|
"offline_alt": "Ni povezan",
|
||||||
|
"online": "Na spletu",
|
||||||
|
"total": "Skupaj",
|
||||||
|
"unknown": "Neznano"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Proizvodnja",
|
"pv_power": "Proizvodnja",
|
||||||
"battery_soc": "Baterija",
|
"battery_soc": "Baterija",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "Čakanje na prekinitev",
|
"connectionStatusPendingDisconnect": "Čakanje na prekinitev",
|
||||||
"connectionStatusDisconnecting": "Prekinitev",
|
"connectionStatusDisconnecting": "Prekinitev",
|
||||||
"connectionStatusDisconnected": "Prekinjeno",
|
"connectionStatusDisconnected": "Prekinjeno",
|
||||||
"connectionStatusConnected": "Povezanih",
|
"connectionStatusConnected": "Povezan",
|
||||||
"uptime": "Čas delovanja",
|
"uptime": "Čas delovanja",
|
||||||
"maxDown": "Maks. dol",
|
"maxDown": "Maks. dol",
|
||||||
"maxUp": "Maks. gor",
|
"maxUp": "Maks. gor",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Odobreno",
|
"approved": "Odobreno",
|
||||||
"available": "Na voljo"
|
"available": "Na voljo"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Skupaj",
|
"total": "Skupaj",
|
||||||
"connected": "Povezanih",
|
"connected": "Povezan",
|
||||||
"new_devices": "Nove naprave",
|
"new_devices": "Nova naprave",
|
||||||
"down_alerts": "Izključeno"
|
"down_alerts": "Alarmi nedelovanja"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Poizvedbe",
|
"queries": "Poizvedbe",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Iskanje",
|
"search": "Iskanje",
|
||||||
"custom": "Po meri",
|
"custom": "Po meri",
|
||||||
"visit": "Obišči",
|
"visit": "Obišči",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Predlog"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sončno",
|
"0-day": "Sončno",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanali",
|
"channels": "Kanali",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Sprejemniki",
|
||||||
|
"channelNumber": "Kanal",
|
||||||
|
"channelNetwork": "Omrežje",
|
||||||
|
"signalStrength": "Moč",
|
||||||
|
"signalQuality": "Kakovost",
|
||||||
|
"symbolQuality": "Kakovost",
|
||||||
|
"networkRate": "Pasovna širina",
|
||||||
|
"clientIP": "Odjemalec"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Opravljeno",
|
"passed": "Opravljeno",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Tarče dol",
|
"targets_down": "Tarče dol",
|
||||||
"targets_total": "Skupaj tarč"
|
"targets_total": "Skupaj tarč"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Deluje",
|
||||||
|
"down": "Ne deluje",
|
||||||
|
"uptime": "Čas delovanja"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Danes",
|
"gross_percent_today": "Danes",
|
||||||
"gross_percent_1y": "Eno leto",
|
"gross_percent_1y": "Eno leto",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Opravljeno",
|
"passed": "Opravljeno",
|
||||||
"failed": "Neuspešno"
|
"failed": "Neuspešno"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Čas delovanja",
|
||||||
|
"cpuLoad": "CPU obremenitev povp. (5m)",
|
||||||
|
"up": "Povezan",
|
||||||
|
"down": "Nepovezan",
|
||||||
|
"bytesTx": "Prenešeno",
|
||||||
|
"bytesRx": "Prejeto"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Stanje",
|
"status": "Stanje",
|
||||||
"uptime": "Čas delovanja",
|
"uptime": "Čas delovanja",
|
||||||
@@ -797,11 +826,55 @@
|
|||||||
"noEventsFound": "Ni dogodkov"
|
"noEventsFound": "Ni dogodkov"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platforme",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Skupaj ROM-ov"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Opozorila",
|
"warnings": "Opozorila",
|
||||||
"criticals": "Kritično"
|
"criticals": "Kritično"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Dogodki",
|
||||||
|
"plants": "Rastline",
|
||||||
|
"photos": "Slike",
|
||||||
|
"species": "Vrste"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Obvestila",
|
||||||
|
"issues": "Težave",
|
||||||
|
"pulls": "Zahteve za prenos"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scene",
|
||||||
|
"scenesPlayed": "Predvajane scene",
|
||||||
|
"playCount": "Skupaj predvajano",
|
||||||
|
"playDuration": "Čas gledanja",
|
||||||
|
"sceneSize": "Velikost scene",
|
||||||
|
"sceneDuration": "Dolžina scene",
|
||||||
|
"images": "Slike",
|
||||||
|
"imageSize": "Velikosti slik",
|
||||||
|
"galleries": "Galerije",
|
||||||
|
"performers": "Izvajalci",
|
||||||
|
"studios": "Studiji",
|
||||||
|
"movies": "Filmi",
|
||||||
|
"tags": "Značke",
|
||||||
|
"oCount": "O štetje"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Uporabniki",
|
||||||
|
"recipes": "Recepti",
|
||||||
|
"keywords": "Ključne besede"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Predmeti",
|
||||||
|
"totalWithWarranty": "Z garancijo",
|
||||||
|
"locations": "Lokacije",
|
||||||
|
"labels": "Oznake",
|
||||||
|
"users": "Uporabniki",
|
||||||
|
"totalValue": "Skupna vrednost"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Opozorila",
|
||||||
|
"bans": "Prepovedi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Users",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Users",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"uptime": "{{value, uptime}}",
|
"uptime": "{{value, uptime}}",
|
||||||
"months": "mo",
|
"months": "mån",
|
||||||
"days": "d",
|
"days": "d",
|
||||||
"hours": "h",
|
"hours": "h",
|
||||||
"minutes": "m",
|
"minutes": "m",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"wan": "WAN",
|
"wan": "WAN",
|
||||||
"lan": "LAN",
|
"lan": "LAN",
|
||||||
"wlan": "WLAN",
|
"wlan": "WLAN",
|
||||||
"devices": "Devices",
|
"devices": "Enheter",
|
||||||
"lan_devices": "LAN Devices",
|
"lan_devices": "LAN Devices",
|
||||||
"wlan_devices": "WLAN Devices",
|
"wlan_devices": "WLAN Devices",
|
||||||
"lan_users": "LAN-användare",
|
"lan_users": "LAN-användare",
|
||||||
@@ -104,9 +104,16 @@
|
|||||||
"no_active": "Inga aktiva strömmar",
|
"no_active": "Inga aktiva strömmar",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"episodes": "Episodes",
|
"episodes": "Avsnitt",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"offline_alt": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "Total",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Godkända",
|
"approved": "Godkända",
|
||||||
"available": "Tillgänglig"
|
"available": "Tillgänglig"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -416,10 +423,11 @@
|
|||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Bookmark",
|
"bookmark": "Bookmark",
|
||||||
"service": "Service",
|
"service": "Service",
|
||||||
"search": "Search",
|
"search": "Sök",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Bitrate",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Användare",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Användare",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "ఆఫ్లైన్",
|
||||||
|
"offline_alt": "ఆఫ్లైన్",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "మొత్తం",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "ఆమోదించబడింది",
|
"approved": "ఆమోదించబడింది",
|
||||||
"available": "అందుబాటులో వున్నవి"
|
"available": "అందుబాటులో వున్నవి"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "మొత్తం",
|
"total": "మొత్తం",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "సన్నీ",
|
"0-day": "సన్నీ",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "బిట్రేట్",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "విఫలమయ్యారు"
|
"failed": "విఫలమయ్యారు"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "హోదా",
|
"status": "హోదా",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "వినియోగదారులు",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "వినియోగదారులు",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "ออฟไลน์",
|
||||||
|
"offline_alt": "ออฟไลน์",
|
||||||
|
"online": "Online",
|
||||||
|
"total": "ทั้งหมด",
|
||||||
|
"unknown": "ไม่ทราบ"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Production",
|
"pv_power": "Production",
|
||||||
"battery_soc": "Battery",
|
"battery_soc": "Battery",
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available"
|
"available": "Available"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "ทั้งหมด",
|
"total": "ทั้งหมด",
|
||||||
"connected": "Connected",
|
"connected": "Connected",
|
||||||
"new_devices": "New Devices",
|
"new_devices": "New Devices",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"visit": "Visit",
|
"visit": "Visit",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Sunny",
|
"0-day": "Sunny",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "อัตราบิต",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "เว็บไซต์ ล่ม",
|
||||||
|
"uptime": "Uptime"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "สถานะ",
|
"status": "สถานะ",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Photos",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Issues",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Movies",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "ผู้ใช้",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "ผู้ใช้",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Bölümler",
|
"episodes": "Bölümler",
|
||||||
"songs": "Şarkılar"
|
"songs": "Şarkılar"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Çevrimdışı",
|
||||||
|
"offline_alt": "Çevrimdışı",
|
||||||
|
"online": "Çevrimiçi",
|
||||||
|
"total": "Toplam",
|
||||||
|
"unknown": "Bilinmiyor"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Üretim",
|
"pv_power": "Üretim",
|
||||||
"battery_soc": "Batarya",
|
"battery_soc": "Batarya",
|
||||||
@@ -130,18 +137,18 @@
|
|||||||
"connectionStatusUnconfigured": "Yapılandırılmamış",
|
"connectionStatusUnconfigured": "Yapılandırılmamış",
|
||||||
"connectionStatusConnecting": "Bağlanıyor",
|
"connectionStatusConnecting": "Bağlanıyor",
|
||||||
"connectionStatusAuthenticating": "Kimlik doğrulanıyor",
|
"connectionStatusAuthenticating": "Kimlik doğrulanıyor",
|
||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Bağlantının Kesilmesi Bekleniyor",
|
||||||
"connectionStatusDisconnecting": "Bağlantı kesiliyor...",
|
"connectionStatusDisconnecting": "Bağlantı kesiliyor...",
|
||||||
"connectionStatusDisconnected": "Bağlantı kesildi",
|
"connectionStatusDisconnected": "Bağlantı kesildi",
|
||||||
"connectionStatusConnected": "Bağlandı",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Çalışma Süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Indirme",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Gönderme",
|
||||||
"down": "İndirme",
|
"down": "İndirme",
|
||||||
"up": "Yükleme",
|
"up": "Yükleme",
|
||||||
"received": "Alınan",
|
"received": "Alınan",
|
||||||
"sent": "Gönderilen",
|
"sent": "Gönderilen",
|
||||||
"externalIPAddress": "Ext. IP"
|
"externalIPAddress": "Harici IP"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Akış",
|
"upstreams": "Akış",
|
||||||
@@ -163,7 +170,7 @@
|
|||||||
"transcoding": "Dönüştürülüyor",
|
"transcoding": "Dönüştürülüyor",
|
||||||
"bitrate": "Bit Oranı",
|
"bitrate": "Bit Oranı",
|
||||||
"no_active": "Aktif akış yok",
|
"no_active": "Aktif akış yok",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Plex Bağlantısı Kontrol Ediliyor"
|
||||||
},
|
},
|
||||||
"omada": {
|
"omada": {
|
||||||
"connectedAp": "Bağlı AP'ler",
|
"connectedAp": "Bağlı AP'ler",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Onaylı",
|
"approved": "Onaylı",
|
||||||
"available": "Kullanılabilir"
|
"available": "Kullanılabilir"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"connected": "Bağlandı",
|
"connected": "Connected",
|
||||||
"new_devices": "Yeni Cihazlar",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Düşme Uyarıları"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Sorgular",
|
"queries": "Sorgular",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Ara",
|
"search": "Ara",
|
||||||
"custom": "Özel",
|
"custom": "Özel",
|
||||||
"visit": "Ziyaret",
|
"visit": "Ziyaret",
|
||||||
"url": "URL"
|
"url": "URL",
|
||||||
|
"searchsuggestion": "Öneri"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Güneşli",
|
"0-day": "Güneşli",
|
||||||
@@ -491,14 +499,14 @@
|
|||||||
"down": "İndirme"
|
"down": "İndirme"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "New",
|
"new": "Yeni",
|
||||||
"up": "Yükleme",
|
"up": "Yükleme",
|
||||||
"grace": "In Grace Period",
|
"grace": "Tolerans Döneminde",
|
||||||
"down": "İndirme",
|
"down": "İndirme",
|
||||||
"paused": "Paused",
|
"paused": "Durduruldu",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"last_ping": "Son Ping",
|
"last_ping": "Son Ping",
|
||||||
"never": "No pings yet"
|
"never": "Henüz ping yok"
|
||||||
},
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Tarandı",
|
"containers_scanned": "Tarandı",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Kanallar",
|
"channels": "Kanallar",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Ayarlayıcılar",
|
||||||
|
"channelNumber": "Kanal",
|
||||||
|
"channelNetwork": "Ağ",
|
||||||
|
"signalStrength": "Sağlamlık",
|
||||||
|
"signalQuality": "Kalite",
|
||||||
|
"symbolQuality": "Kalite",
|
||||||
|
"networkRate": "Bit Oranı",
|
||||||
|
"clientIP": "Alıcı"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Geçti",
|
"passed": "Geçti",
|
||||||
@@ -548,11 +564,11 @@
|
|||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Pil Yüzdesi",
|
"battery_charge": "Pil Yüzdesi",
|
||||||
"ups_load": "UPS Load",
|
"ups_load": "UPS Yükü",
|
||||||
"ups_status": "UPS Status",
|
"ups_status": "UPS Durumu",
|
||||||
"online": "Çevrimiçi",
|
"online": "Çevrimiçi",
|
||||||
"on_battery": "Pilde",
|
"on_battery": "Pilde",
|
||||||
"low_battery": "Low Battery"
|
"low_battery": "Düşük Pil"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Lütfen Bekleyin",
|
"wait": "Lütfen Bekleyin",
|
||||||
@@ -562,7 +578,7 @@
|
|||||||
"cpuLoad": "CPU 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": "Leases"
|
"numberOfLeases": "Kiralama"
|
||||||
},
|
},
|
||||||
"xteve": {
|
"xteve": {
|
||||||
"streams_all": "Tüm Akışlar",
|
"streams_all": "Tüm Akışlar",
|
||||||
@@ -570,9 +586,9 @@
|
|||||||
"streams_xepg": "XEPG Kanalları"
|
"streams_xepg": "XEPG Kanalları"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
"opendtu": {
|
||||||
"yieldDay": "Today",
|
"yieldDay": "Bugün",
|
||||||
"absolutePower": "Power",
|
"absolutePower": "Güç",
|
||||||
"relativePower": "Power %",
|
"relativePower": "Güç %",
|
||||||
"limit": "Limit"
|
"limit": "Limit"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
@@ -591,25 +607,25 @@
|
|||||||
"printer_state": "Durum",
|
"printer_state": "Durum",
|
||||||
"temp_tool": "Araç sıcaklığı",
|
"temp_tool": "Araç sıcaklığı",
|
||||||
"temp_bed": "Yatak sıcaklığı",
|
"temp_bed": "Yatak sıcaklığı",
|
||||||
"job_completion": "Completion"
|
"job_completion": "Tamamlanma"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Gerçek IP",
|
||||||
"status": "Durum"
|
"status": "Durum"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "Load Avg",
|
"load": "Ort. Yükleme",
|
||||||
"memory": "Mem Usage",
|
"memory": "Bellek Kullanımı",
|
||||||
"wanStatus": "WAN Status",
|
"wanStatus": "WAN Durumu",
|
||||||
"up": "Yükleme",
|
"up": "Yükleme",
|
||||||
"down": "İndirme",
|
"down": "İndirme",
|
||||||
"temp": "Sıcaklık",
|
"temp": "Sıcaklık",
|
||||||
"disk": "Disk Usage",
|
"disk": "Disk Kullanımı",
|
||||||
"wanIP": "WAN IP"
|
"wanIP": "WAN IP"
|
||||||
},
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Veri deposu",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Başarısız Görevler 24h",
|
||||||
"cpu_usage": "CPU",
|
"cpu_usage": "CPU",
|
||||||
"memory_usage": "Bellek"
|
"memory_usage": "Bellek"
|
||||||
},
|
},
|
||||||
@@ -623,14 +639,14 @@
|
|||||||
"up": "Sites Up",
|
"up": "Sites Up",
|
||||||
"down": "Sites Down",
|
"down": "Sites Down",
|
||||||
"uptime": "Çalışma Süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"incident": "Incident",
|
"incident": "Olay",
|
||||||
"m": "dk"
|
"m": "dk"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Diziler",
|
"series": "Diziler",
|
||||||
"archives": "Archives",
|
"archives": "Arşivler",
|
||||||
"chapters": "Chapters",
|
"chapters": "Bölümler",
|
||||||
"categories": "Categories"
|
"categories": "Kategoriler"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Kütüphane",
|
"libraries": "Kütüphane",
|
||||||
@@ -657,88 +673,93 @@
|
|||||||
"queue": "Kuyruk",
|
"queue": "Kuyruk",
|
||||||
"processing": "İşleniyor",
|
"processing": "İşleniyor",
|
||||||
"processed": "İşlendi",
|
"processed": "İşlendi",
|
||||||
"time": "Time"
|
"time": "Zaman"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Dashboards",
|
"dashboards": "Kontrol Paneli",
|
||||||
"datasources": "Data Sources",
|
"datasources": "Veri Kaynakları",
|
||||||
"totalalerts": "Total Alerts",
|
"totalalerts": "Toplam Uyarılar",
|
||||||
"alertstriggered": "Alerts Triggered"
|
"alertstriggered": "Uyarılar Tetiklendi"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"cpuload": "Cpu Load",
|
"cpuload": "Cpu Yükü",
|
||||||
"memoryusage": "Memory Usage",
|
"memoryusage": "Bellek Kullanımı",
|
||||||
"freespace": "Free Space",
|
"freespace": "Boş Alan",
|
||||||
"activeusers": "Active Users",
|
"activeusers": "Aktif Kullanıcılar",
|
||||||
"numfiles": "Files",
|
"numfiles": "Dosyalar",
|
||||||
"numshares": "Shared Items"
|
"numshares": "Paylaşılan Öğeler"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"size": "Size",
|
"size": "Boyut",
|
||||||
"lastrun": "Last Run",
|
"lastrun": "Son Çalışma",
|
||||||
"nextrun": "Next Run",
|
"nextrun": "Sonraki Çalışma",
|
||||||
"failed": "Başarısız"
|
"failed": "Başarısız"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Active Workers",
|
"active_workers": "Aktif Kullanıcılar",
|
||||||
"total_workers": "Total Workers",
|
"total_workers": "Toplam Kullanıcılar",
|
||||||
"records_total": "Queue Length"
|
"records_total": "Sıra Uzunluğu"
|
||||||
},
|
},
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
"servers": "Servers",
|
"servers": "Sunucular",
|
||||||
"nodes": "Nodes"
|
"nodes": "Düğümler"
|
||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"targets_up": "Targets Up",
|
"targets_up": "Targets Up",
|
||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Toplam Hedef"
|
||||||
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Sites Up",
|
||||||
|
"down": "Sites Down",
|
||||||
|
"uptime": "Çalışma Süresi"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Bugün",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "Bir yıl",
|
||||||
"gross_percent_max": "All time"
|
"gross_percent_max": "Tüm zaman"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcast",
|
||||||
"books": "Kitaplar",
|
"books": "Kitaplar",
|
||||||
"podcastsDuration": "Duration",
|
"podcastsDuration": "Süre",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Süre"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "People Home",
|
"people_home": "People Home",
|
||||||
"lights_on": "Lights On",
|
"lights_on": "Işıklar Açık",
|
||||||
"switches_on": "Switches On"
|
"switches_on": "Aç"
|
||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "İzleme",
|
||||||
"updates": "Güncellemeler"
|
"updates": "Güncellemeler"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Kitaplar",
|
"books": "Kitaplar",
|
||||||
"authors": "Authors",
|
"authors": "Yazarlar",
|
||||||
"categories": "Categories",
|
"categories": "Kategoriler",
|
||||||
"series": "Diziler"
|
"series": "Diziler"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Kuyruk",
|
"downloadCount": "Kuyruk",
|
||||||
"downloadBytesRemaining": "Kalan",
|
"downloadBytesRemaining": "Kalan",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Boyut",
|
||||||
"downloadSpeed": "Hız"
|
"downloadSpeed": "Hız"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Diziler",
|
"seriesCount": "Diziler",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Dosyalar"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Result",
|
"result": "Sonuç",
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Succeeded",
|
"succeeded": "Başarılı",
|
||||||
"notStarted": "Not Started",
|
"notStarted": "Henüz Başlamadı",
|
||||||
"failed": "Başarısız",
|
"failed": "Başarısız",
|
||||||
"canceled": "Canceled",
|
"canceled": "İptal edildi",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "Sürüyor",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
"myPrs": "My PRs",
|
"myPrs": "My PRs",
|
||||||
"approved": "Onaylı"
|
"approved": "Onaylı"
|
||||||
@@ -747,61 +768,113 @@
|
|||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"online": "Çevrimiçi",
|
"online": "Çevrimiçi",
|
||||||
"offline": "Çevrimdışı",
|
"offline": "Çevrimdışı",
|
||||||
"name": "Name",
|
"name": "İsim",
|
||||||
"map": "Map",
|
"map": "Harita",
|
||||||
"currentPlayers": "Current players",
|
"currentPlayers": "Mevcut oyuncular",
|
||||||
"players": "Oyuncular",
|
"players": "Oyuncular",
|
||||||
"maxPlayers": "Max players",
|
"maxPlayers": "Maks. oyuncu",
|
||||||
"bots": "Bots",
|
"bots": "Botlar",
|
||||||
"ping": "Gecikme"
|
"ping": "Gecikme"
|
||||||
},
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Tamam",
|
||||||
"errored": "Errors",
|
"errored": "Hatalar",
|
||||||
"noRecent": "Out of Date",
|
"noRecent": "Tarihi geçmiş",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Kullanılan depolama alanı"
|
||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "Recipes",
|
"recipes": "Tarifler",
|
||||||
"users": "Kullanıcılar",
|
"users": "Kullanıcılar",
|
||||||
"categories": "Categories",
|
"categories": "Kategoriler",
|
||||||
"tags": "Tags"
|
"tags": "Etiketler"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "İndiriliyor",
|
||||||
"total": "Toplam",
|
"total": "Toplam",
|
||||||
"running": "Çalışan",
|
"running": "Çalışan",
|
||||||
"stopped": "Durduruldu",
|
"stopped": "Durduruldu",
|
||||||
"passed": "Geçti",
|
"passed": "Geçti",
|
||||||
"failed": "Başarısız"
|
"failed": "Başarısız"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Çalışma Süresi",
|
||||||
|
"cpuLoad": "CPU Yükü Ortalaması (5dk)",
|
||||||
|
"up": "Yükleme",
|
||||||
|
"down": "İndirme",
|
||||||
|
"bytesTx": "İletilen",
|
||||||
|
"bytesRx": "Alınan"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Durum",
|
"status": "Durum",
|
||||||
"uptime": "Çalışma Süresi",
|
"uptime": "Çalışma Süresi",
|
||||||
"lastDown": "Last Downtime",
|
"lastDown": "Son Kesinti",
|
||||||
"downDuration": "Downtime Duration",
|
"downDuration": "Kesinti Süresi",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
"sitesDown": "Sites Down",
|
"sitesDown": "Sites Down",
|
||||||
"paused": "Paused",
|
"paused": "Durduruldu",
|
||||||
"notyetchecked": "Not Yet Checked",
|
"notyetchecked": "Henüz Kontrol Edilmedi",
|
||||||
"up": "Yükleme",
|
"up": "Yükleme",
|
||||||
"seemsdown": "Seems Down",
|
"seemsdown": "Kapalı görünüyor",
|
||||||
"down": "İndirme",
|
"down": "İndirme",
|
||||||
"unknown": "Bilinmiyor"
|
"unknown": "Bilinmiyor"
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "Sinemalarda",
|
||||||
"physicalRelease": "Physical release",
|
"physicalRelease": "Fiziksel Yayınlanan",
|
||||||
"digitalRelease": "Digital release",
|
"digitalRelease": "Dijital Yayınlanan",
|
||||||
"noEventsToday": "No events for today!",
|
"noEventsToday": "Bugün için etkinlik yok!",
|
||||||
"noEventsFound": "No events found"
|
"noEventsFound": "Etkinlik bulunamadı"
|
||||||
},
|
},
|
||||||
"romm": {
|
"romm": {
|
||||||
"platforms": "Platforms",
|
"platforms": "Platformlar",
|
||||||
"totalRoms": "Total ROMs"
|
"totalRoms": "Toplam ROM'lar"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Uyarılar",
|
||||||
"criticals": "Criticals"
|
"criticals": "Kritik"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Etkinlikler",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Fotoğraflar",
|
||||||
|
"species": "Türler"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Bildirimler",
|
||||||
|
"issues": "Sorunlar",
|
||||||
|
"pulls": "Değişiklik İstekleri"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Sahneler",
|
||||||
|
"scenesPlayed": "Oynanan Sahneler",
|
||||||
|
"playCount": "Toplam Oynatma",
|
||||||
|
"playDuration": "İzlenen Süre",
|
||||||
|
"sceneSize": "Sahne Boyutu",
|
||||||
|
"sceneDuration": "Sahne Süresi",
|
||||||
|
"images": "Görseller",
|
||||||
|
"imageSize": "Görsel Boyutu",
|
||||||
|
"galleries": "Galeriler",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Stüdyolar",
|
||||||
|
"movies": "Filmler",
|
||||||
|
"tags": "Etiketler",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Kullanıcılar",
|
||||||
|
"recipes": "Tarifler",
|
||||||
|
"keywords": "Anahtar Sözcükler"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Ögeler",
|
||||||
|
"totalWithWarranty": "Garantili",
|
||||||
|
"locations": "Konum",
|
||||||
|
"labels": "Etiketler",
|
||||||
|
"users": "Kullanıcılar",
|
||||||
|
"totalValue": "Toplam Değer"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Alarmlar",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,6 +107,13 @@
|
|||||||
"episodes": "Епізоди",
|
"episodes": "Епізоди",
|
||||||
"songs": "Пісні"
|
"songs": "Пісні"
|
||||||
},
|
},
|
||||||
|
"esphome": {
|
||||||
|
"offline": "Офлайн",
|
||||||
|
"offline_alt": "Офлайн",
|
||||||
|
"online": "Онлайн",
|
||||||
|
"total": "Усього",
|
||||||
|
"unknown": "Невідомий"
|
||||||
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Виробництво",
|
"pv_power": "Виробництво",
|
||||||
"battery_soc": "Батарея",
|
"battery_soc": "Батарея",
|
||||||
@@ -133,7 +140,7 @@
|
|||||||
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
"connectionStatusPendingDisconnect": "Pending Disconnect",
|
||||||
"connectionStatusDisconnecting": "Disconnecting",
|
"connectionStatusDisconnecting": "Disconnecting",
|
||||||
"connectionStatusDisconnected": "Disconnected",
|
"connectionStatusDisconnected": "Disconnected",
|
||||||
"connectionStatusConnected": "Підключено",
|
"connectionStatusConnected": "Connected",
|
||||||
"uptime": "Час роботи",
|
"uptime": "Час роботи",
|
||||||
"maxDown": "Max. Down",
|
"maxDown": "Max. Down",
|
||||||
"maxUp": "Max. Up",
|
"maxUp": "Max. Up",
|
||||||
@@ -270,11 +277,11 @@
|
|||||||
"approved": "Затверджено",
|
"approved": "Затверджено",
|
||||||
"available": "Доступно"
|
"available": "Доступно"
|
||||||
},
|
},
|
||||||
"pialert": {
|
"netalertx": {
|
||||||
"total": "Усього",
|
"total": "Усього",
|
||||||
"connected": "Підключено",
|
"connected": "Connected",
|
||||||
"new_devices": "Нові пристрої",
|
"new_devices": "New Devices",
|
||||||
"down_alerts": "Сповіщення про збій"
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Запити",
|
"queries": "Запити",
|
||||||
@@ -419,7 +426,8 @@
|
|||||||
"search": "Пошук",
|
"search": "Пошук",
|
||||||
"custom": "Користувацький",
|
"custom": "Користувацький",
|
||||||
"visit": "Відвідайте",
|
"visit": "Відвідайте",
|
||||||
"url": "URL-адреса"
|
"url": "URL-адреса",
|
||||||
|
"searchsuggestion": "Suggestion"
|
||||||
},
|
},
|
||||||
"wmo": {
|
"wmo": {
|
||||||
"0-day": "Сонячно",
|
"0-day": "Сонячно",
|
||||||
@@ -535,7 +543,15 @@
|
|||||||
},
|
},
|
||||||
"hdhomerun": {
|
"hdhomerun": {
|
||||||
"channels": "Канали",
|
"channels": "Канали",
|
||||||
"hd": "HD"
|
"hd": "HD",
|
||||||
|
"tunerCount": "Tuners",
|
||||||
|
"channelNumber": "Channel",
|
||||||
|
"channelNetwork": "Network",
|
||||||
|
"signalStrength": "Strength",
|
||||||
|
"signalQuality": "Quality",
|
||||||
|
"symbolQuality": "Quality",
|
||||||
|
"networkRate": "Бітрейт",
|
||||||
|
"clientIP": "Client"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Пройшов",
|
"passed": "Пройшов",
|
||||||
@@ -694,6 +710,11 @@
|
|||||||
"targets_down": "Цілі вниз",
|
"targets_down": "Цілі вниз",
|
||||||
"targets_total": "Всього цілей"
|
"targets_total": "Всього цілей"
|
||||||
},
|
},
|
||||||
|
"gatus": {
|
||||||
|
"up": "Активні сайти",
|
||||||
|
"down": "Неактивні сайти",
|
||||||
|
"uptime": "Час роботи"
|
||||||
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "Один рік",
|
"gross_percent_1y": "Один рік",
|
||||||
@@ -775,6 +796,14 @@
|
|||||||
"passed": "Пройшов",
|
"passed": "Пройшов",
|
||||||
"failed": "Невдача"
|
"failed": "Невдача"
|
||||||
},
|
},
|
||||||
|
"openwrt": {
|
||||||
|
"uptime": "Час роботи",
|
||||||
|
"cpuLoad": "CPU Load Avg (5m)",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"bytesTx": "Transmitted",
|
||||||
|
"bytesRx": "Received"
|
||||||
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Стан",
|
"status": "Стан",
|
||||||
"uptime": "Час роботи",
|
"uptime": "Час роботи",
|
||||||
@@ -803,5 +832,49 @@
|
|||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnings",
|
||||||
"criticals": "Criticals"
|
"criticals": "Criticals"
|
||||||
|
},
|
||||||
|
"plantit": {
|
||||||
|
"events": "Events",
|
||||||
|
"plants": "Plants",
|
||||||
|
"photos": "Фотографії",
|
||||||
|
"species": "Species"
|
||||||
|
},
|
||||||
|
"gitea": {
|
||||||
|
"notifications": "Notifications",
|
||||||
|
"issues": "Питання",
|
||||||
|
"pulls": "Pull Requests"
|
||||||
|
},
|
||||||
|
"stash": {
|
||||||
|
"scenes": "Scenes",
|
||||||
|
"scenesPlayed": "Scenes Played",
|
||||||
|
"playCount": "Total Plays",
|
||||||
|
"playDuration": "Time Watched",
|
||||||
|
"sceneSize": "Scenes Size",
|
||||||
|
"sceneDuration": "Scenes Duration",
|
||||||
|
"images": "Images",
|
||||||
|
"imageSize": "Images Size",
|
||||||
|
"galleries": "Galleries",
|
||||||
|
"performers": "Performers",
|
||||||
|
"studios": "Studios",
|
||||||
|
"movies": "Фільми",
|
||||||
|
"tags": "Tags",
|
||||||
|
"oCount": "O Count"
|
||||||
|
},
|
||||||
|
"tandoor": {
|
||||||
|
"users": "Користувачі",
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"keywords": "Keywords"
|
||||||
|
},
|
||||||
|
"homebox": {
|
||||||
|
"items": "Items",
|
||||||
|
"totalWithWarranty": "With Warranty",
|
||||||
|
"locations": "Locations",
|
||||||
|
"labels": "Labels",
|
||||||
|
"users": "Користувачі",
|
||||||
|
"totalValue": "Total Value"
|
||||||
|
},
|
||||||
|
"crowdsec": {
|
||||||
|
"alerts": "Оповіщення",
|
||||||
|
"bans": "Bans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user