diff --git a/docs/widgets/services/filebrowser.md b/docs/widgets/services/filebrowser.md new file mode 100644 index 000000000..24fe629fd --- /dev/null +++ b/docs/widgets/services/filebrowser.md @@ -0,0 +1,19 @@ +--- +title: Filebrowser +description: Filebrowser Widget Configuration +--- + +Learn more about [Filebrowser](https://filebrowser.org). + +If you are using [Proxy header authentication](https://filebrowser.org/configuration/authentication-method#proxy-header) you have to set `authHeader` and `username`. + +Allowed fields: `["available", "used", "total"]`. + +```yaml +widget: + type: filebrowser + url: http://filebrowserhostorip:port + username: username + password: password + authHeader: X-My-Header # If using Proxy header authentication +``` diff --git a/docs/widgets/services/index.md b/docs/widgets/services/index.md index 67cefd679..689bf1bc6 100644 --- a/docs/widgets/services/index.md +++ b/docs/widgets/services/index.md @@ -34,6 +34,7 @@ You can also find a list of all available service widgets in the sidebar navigat - [Emby](emby.md) - [ESPHome](esphome.md) - [EVCC](evcc.md) +- [Filebrowser](filebrowser.md) - [Fileflows](fileflows.md) - [Firefly III](firefly.md) - [Flood](flood.md) diff --git a/docs/widgets/services/wallos.md b/docs/widgets/services/wallos.md new file mode 100644 index 000000000..f90cdb26b --- /dev/null +++ b/docs/widgets/services/wallos.md @@ -0,0 +1,23 @@ +--- +title: Wallos +description: Wallos Widget Configuration +--- + +Learn more about [Wallos](https://github.com/ellite/wallos). + +If you're using more than one currency to record subscriptions then you should also have your "Fixer API" key set-up (`Settings > Fixer API Key`). + +> **Please Note:** The monthly cost displayed is the total cost of subscriptions in that month, **not** the _"monthly"_ average cost. + +Get your API key under `Profile > API Key`. + +Allowed fields: `["activeSubscriptions", "nextRenewingSubscription", "previousMonthlyCost", "thisMonthlyCost", "nextMonthlyCost"]`. + +Default fields: `["activeSubscriptions", "nextRenewingSubscription", "thisMonthlyCost", "nextMonthlyCost"]`. + +```yaml +widget: + type: wallos + url: http://wallos.host.or.ip + key: apikeyapikeyapikeyapikeyapikey +``` diff --git a/mkdocs.yml b/mkdocs.yml index f2a7a1036..bad4caefb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,6 +58,7 @@ nav: - widgets/services/emby.md - widgets/services/esphome.md - widgets/services/evcc.md + - widgets/services/filebrowser.md - widgets/services/fileflows.md - widgets/services/firefly.md - widgets/services/flood.md diff --git a/package.json b/package.json index 21cb7c39f..88ecd6899 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "@kubernetes/client-node": "^1.0.0", "classnames": "^2.5.1", "compare-versions": "^6.1.1", - "dockerode": "^4.0.4", - "follow-redirects": "^1.15.9", + "dockerode": "^4.0.7", + "follow-redirects": "^1.15.11", "gamedig": "^5.2.0", "i18next": "^24.2.3", "ical.js": "^2.1.0", @@ -25,7 +25,7 @@ "luxon": "^3.6.1", "memory-cache": "^0.2.0", "minecraftstatuspinger": "^1.2.2", - "next": "^15.3.1", + "next": "^15.4.5", "next-i18next": "^12.1.0", "ping": "^0.4.4", "pretty-bytes": "^6.1.1", @@ -48,12 +48,12 @@ "eslint": "^9.25.1", "eslint-config-next": "^15.2.4", "eslint-config-prettier": "^10.1.1", - "eslint-plugin-import": "^2.31.0", + "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", - "postcss": "^8.5.3", + "postcss": "^8.5.6", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.1.0", "tailwind-scrollbar": "^4.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83baba534..c7887131e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,11 +21,11 @@ importers: specifier: ^6.1.1 version: 6.1.1 dockerode: - specifier: ^4.0.4 - version: 4.0.4 + specifier: ^4.0.7 + version: 4.0.7 follow-redirects: - specifier: ^1.15.9 - version: 1.15.9 + specifier: ^1.15.11 + version: 1.15.11 gamedig: specifier: ^5.2.0 version: 5.2.0 @@ -51,11 +51,11 @@ importers: specifier: ^1.2.2 version: 1.2.2 next: - specifier: ^15.3.1 - version: 15.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^15.4.5 + version: 15.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-i18next: specifier: ^12.1.0 - version: 12.1.0(next@15.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 12.1.0(next@15.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ping: specifier: ^0.4.4 version: 0.4.4 @@ -115,8 +115,8 @@ importers: specifier: ^10.1.1 version: 10.1.1(eslint@9.25.1(jiti@2.4.2)) eslint-plugin-import: - specifier: ^2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) + specifier: ^2.32.0 + version: 2.32.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) eslint-plugin-jsx-a11y: specifier: ^6.10.2 version: 6.10.2(eslint@9.25.1(jiti@2.4.2)) @@ -130,8 +130,8 @@ importers: specifier: ^5.2.0 version: 5.2.0(eslint@9.25.1(jiti@2.4.2)) postcss: - specifier: ^8.5.3 - version: 8.5.3 + specifier: ^8.5.6 + version: 8.5.6 prettier: specifier: ^3.6.2 version: 3.6.2 @@ -183,8 +183,8 @@ packages: '@emnapi/core@1.4.0': resolution: {integrity: sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==} - '@emnapi/runtime@1.4.3': - resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} + '@emnapi/runtime@1.4.5': + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} '@emnapi/wasi-threads@1.0.1': resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} @@ -227,12 +227,12 @@ packages: resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@grpc/grpc-js@1.12.6': - resolution: {integrity: sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==} + '@grpc/grpc-js@1.13.4': + resolution: {integrity: sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==} engines: {node: '>=12.10.0'} - '@grpc/proto-loader@0.7.13': - resolution: {integrity: sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==} + '@grpc/proto-loader@0.7.15': + resolution: {integrity: sha512-tMXdRCfYVixjuFK+Hk0Q1s38gV9zDiDJfWL3h1rv4Qc39oILCu1TRTDt7+fGUI8K4G1Fj125Hx/ru3azECWTyQ==} engines: {node: '>=6'} hasBin: true @@ -263,112 +263,124 @@ packages: resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} engines: {node: '>=18.18'} - '@img/sharp-darwin-arm64@0.34.1': - resolution: {integrity: sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A==} + '@img/sharp-darwin-arm64@0.34.3': + resolution: {integrity: sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [darwin] - '@img/sharp-darwin-x64@0.34.1': - resolution: {integrity: sha512-VfuYgG2r8BpYiOUN+BfYeFo69nP/MIwAtSJ7/Zpxc5QF3KS22z8Pvg3FkrSFJBPNQ7mmcUcYQFBmEQp7eu1F8Q==} + '@img/sharp-darwin-x64@0.34.3': + resolution: {integrity: sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [darwin] - '@img/sharp-libvips-darwin-arm64@1.1.0': - resolution: {integrity: sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==} + '@img/sharp-libvips-darwin-arm64@1.2.0': + resolution: {integrity: sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==} cpu: [arm64] os: [darwin] - '@img/sharp-libvips-darwin-x64@1.1.0': - resolution: {integrity: sha512-Xzc2ToEmHN+hfvsl9wja0RlnXEgpKNmftriQp6XzY/RaSfwD9th+MSh0WQKzUreLKKINb3afirxW7A0fz2YWuQ==} + '@img/sharp-libvips-darwin-x64@1.2.0': + resolution: {integrity: sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==} cpu: [x64] os: [darwin] - '@img/sharp-libvips-linux-arm64@1.1.0': - resolution: {integrity: sha512-IVfGJa7gjChDET1dK9SekxFFdflarnUB8PwW8aGwEoF3oAsSDuNUTYS+SKDOyOJxQyDC1aPFMuRYLoDInyV9Ew==} + '@img/sharp-libvips-linux-arm64@1.2.0': + resolution: {integrity: sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==} cpu: [arm64] os: [linux] - '@img/sharp-libvips-linux-arm@1.1.0': - resolution: {integrity: sha512-s8BAd0lwUIvYCJyRdFqvsj+BJIpDBSxs6ivrOPm/R7piTs5UIwY5OjXrP2bqXC9/moGsyRa37eYWYCOGVXxVrA==} + '@img/sharp-libvips-linux-arm@1.2.0': + resolution: {integrity: sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==} cpu: [arm] os: [linux] - '@img/sharp-libvips-linux-ppc64@1.1.0': - resolution: {integrity: sha512-tiXxFZFbhnkWE2LA8oQj7KYR+bWBkiV2nilRldT7bqoEZ4HiDOcePr9wVDAZPi/Id5fT1oY9iGnDq20cwUz8lQ==} + '@img/sharp-libvips-linux-ppc64@1.2.0': + resolution: {integrity: sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==} cpu: [ppc64] os: [linux] - '@img/sharp-libvips-linux-s390x@1.1.0': - resolution: {integrity: sha512-xukSwvhguw7COyzvmjydRb3x/09+21HykyapcZchiCUkTThEQEOMtBj9UhkaBRLuBrgLFzQ2wbxdeCCJW/jgJA==} + '@img/sharp-libvips-linux-s390x@1.2.0': + resolution: {integrity: sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==} cpu: [s390x] os: [linux] - '@img/sharp-libvips-linux-x64@1.1.0': - resolution: {integrity: sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==} + '@img/sharp-libvips-linux-x64@1.2.0': + resolution: {integrity: sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==} cpu: [x64] os: [linux] - '@img/sharp-libvips-linuxmusl-arm64@1.1.0': - resolution: {integrity: sha512-jYZdG+whg0MDK+q2COKbYidaqW/WTz0cc1E+tMAusiDygrM4ypmSCjOJPmFTvHHJ8j/6cAGyeDWZOsK06tP33w==} + '@img/sharp-libvips-linuxmusl-arm64@1.2.0': + resolution: {integrity: sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==} cpu: [arm64] os: [linux] - '@img/sharp-libvips-linuxmusl-x64@1.1.0': - resolution: {integrity: sha512-wK7SBdwrAiycjXdkPnGCPLjYb9lD4l6Ze2gSdAGVZrEL05AOUJESWU2lhlC+Ffn5/G+VKuSm6zzbQSzFX/P65A==} + '@img/sharp-libvips-linuxmusl-x64@1.2.0': + resolution: {integrity: sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==} cpu: [x64] os: [linux] - '@img/sharp-linux-arm64@0.34.1': - resolution: {integrity: sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==} + '@img/sharp-linux-arm64@0.34.3': + resolution: {integrity: sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - '@img/sharp-linux-arm@0.34.1': - resolution: {integrity: sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==} + '@img/sharp-linux-arm@0.34.3': + resolution: {integrity: sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - '@img/sharp-linux-s390x@0.34.1': - resolution: {integrity: sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==} + '@img/sharp-linux-ppc64@0.34.3': + resolution: {integrity: sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ppc64] + os: [linux] + + '@img/sharp-linux-s390x@0.34.3': + resolution: {integrity: sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - '@img/sharp-linux-x64@0.34.1': - resolution: {integrity: sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==} + '@img/sharp-linux-x64@0.34.3': + resolution: {integrity: sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - '@img/sharp-linuxmusl-arm64@0.34.1': - resolution: {integrity: sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==} + '@img/sharp-linuxmusl-arm64@0.34.3': + resolution: {integrity: sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - '@img/sharp-linuxmusl-x64@0.34.1': - resolution: {integrity: sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==} + '@img/sharp-linuxmusl-x64@0.34.3': + resolution: {integrity: sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - '@img/sharp-wasm32@0.34.1': - resolution: {integrity: sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==} + '@img/sharp-wasm32@0.34.3': + resolution: {integrity: sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [wasm32] - '@img/sharp-win32-ia32@0.34.1': - resolution: {integrity: sha512-WKf/NAZITnonBf3U1LfdjoMgNO5JYRSlhovhRhMxXVdvWYveM4kM3L8m35onYIdh75cOMCo1BexgVQcCDzyoWw==} + '@img/sharp-win32-arm64@0.34.3': + resolution: {integrity: sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [win32] + + '@img/sharp-win32-ia32@0.34.3': + resolution: {integrity: sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ia32] os: [win32] - '@img/sharp-win32-x64@0.34.1': - resolution: {integrity: sha512-hw1iIAHpNE8q3uMIRCgGOeDoz9KtFNarFLQclLxr/LK1VBkj8nby18RjFvr6aP7USRYAjTZW6yisnBWMX571Tw==} + '@img/sharp-win32-x64@0.34.3': + resolution: {integrity: sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [win32] @@ -402,56 +414,56 @@ packages: '@napi-rs/wasm-runtime@0.2.8': resolution: {integrity: sha512-OBlgKdX7gin7OIq4fadsjpg+cp2ZphvAIKucHsNfTdJiqdOmOEwQd/bHi0VwNrcw5xpBJyUw6cK/QilCqy1BSg==} - '@next/env@15.3.1': - resolution: {integrity: sha512-cwK27QdzrMblHSn9DZRV+DQscHXRuJv6MydlJRpFSqJWZrTYMLzKDeyueJNN9MGd8NNiUKzDQADAf+dMLXX7YQ==} + '@next/env@15.4.5': + resolution: {integrity: sha512-ruM+q2SCOVCepUiERoxOmZY9ZVoecR3gcXNwCYZRvQQWRjhOiPJGmQ2fAiLR6YKWXcSAh7G79KEFxN3rwhs4LQ==} '@next/eslint-plugin-next@15.2.4': resolution: {integrity: sha512-O8ScvKtnxkp8kL9TpJTTKnMqlkZnS+QxwoQnJwPGBxjBbzd6OVVPEJ5/pMNrktSyXQD/chEfzfFzYLM6JANOOQ==} - '@next/swc-darwin-arm64@15.3.1': - resolution: {integrity: sha512-hjDw4f4/nla+6wysBL07z52Gs55Gttp5Bsk5/8AncQLJoisvTBP0pRIBK/B16/KqQyH+uN4Ww8KkcAqJODYH3w==} + '@next/swc-darwin-arm64@15.4.5': + resolution: {integrity: sha512-84dAN4fkfdC7nX6udDLz9GzQlMUwEMKD7zsseXrl7FTeIItF8vpk1lhLEnsotiiDt+QFu3O1FVWnqwcRD2U3KA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.3.1': - resolution: {integrity: sha512-q+aw+cJ2ooVYdCEqZVk+T4Ni10jF6Fo5DfpEV51OupMaV5XL6pf3GCzrk6kSSZBsMKZtVC1Zm/xaNBFpA6bJ2g==} + '@next/swc-darwin-x64@15.4.5': + resolution: {integrity: sha512-CL6mfGsKuFSyQjx36p2ftwMNSb8PQog8y0HO/ONLdQqDql7x3aJb/wB+LA651r4we2pp/Ck+qoRVUeZZEvSurA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.3.1': - resolution: {integrity: sha512-wBQ+jGUI3N0QZyWmmvRHjXjTWFy8o+zPFLSOyAyGFI94oJi+kK/LIZFJXeykvgXUk1NLDAEFDZw/NVINhdk9FQ==} + '@next/swc-linux-arm64-gnu@15.4.5': + resolution: {integrity: sha512-1hTVd9n6jpM/thnDc5kYHD1OjjWYpUJrJxY4DlEacT7L5SEOXIifIdTye6SQNNn8JDZrcN+n8AWOmeJ8u3KlvQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.3.1': - resolution: {integrity: sha512-IIxXEXRti/AulO9lWRHiCpUUR8AR/ZYLPALgiIg/9ENzMzLn3l0NSxVdva7R/VDcuSEBo0eGVCe3evSIHNz0Hg==} + '@next/swc-linux-arm64-musl@15.4.5': + resolution: {integrity: sha512-4W+D/nw3RpIwGrqpFi7greZ0hjrCaioGErI7XHgkcTeWdZd146NNu1s4HnaHonLeNTguKnL2Urqvj28UJj6Gqw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@15.3.1': - resolution: {integrity: sha512-bfI4AMhySJbyXQIKH5rmLJ5/BP7bPwuxauTvVEiJ/ADoddaA9fgyNNCcsbu9SlqfHDoZmfI6g2EjzLwbsVTr5A==} + '@next/swc-linux-x64-gnu@15.4.5': + resolution: {integrity: sha512-N6Mgdxe/Cn2K1yMHge6pclffkxzbSGOydXVKYOjYqQXZYjLCfN/CuFkaYDeDHY2VBwSHyM2fUjYBiQCIlxIKDA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.3.1': - resolution: {integrity: sha512-FeAbR7FYMWR+Z+M5iSGytVryKHiAsc0x3Nc3J+FD5NVbD5Mqz7fTSy8CYliXinn7T26nDMbpExRUI/4ekTvoiA==} + '@next/swc-linux-x64-musl@15.4.5': + resolution: {integrity: sha512-YZ3bNDrS8v5KiqgWE0xZQgtXgCTUacgFtnEgI4ccotAASwSvcMPDLua7BWLuTfucoRv6mPidXkITJLd8IdJplQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@15.3.1': - resolution: {integrity: sha512-yP7FueWjphQEPpJQ2oKmshk/ppOt+0/bB8JC8svPUZNy0Pi3KbPx2Llkzv1p8CoQa+D2wknINlJpHf3vtChVBw==} + '@next/swc-win32-arm64-msvc@15.4.5': + resolution: {integrity: sha512-9Wr4t9GkZmMNcTVvSloFtjzbH4vtT4a8+UHqDoVnxA5QyfWe6c5flTH1BIWPGNWSUlofc8dVJAE7j84FQgskvQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.3.1': - resolution: {integrity: sha512-3PMvF2zRJAifcRNni9uMk/gulWfWS+qVI/pagd+4yLF5bcXPZPPH2xlYRYOsUjmCJOXSTAC2PjRzbhsRzR2fDQ==} + '@next/swc-win32-x64-msvc@15.4.5': + resolution: {integrity: sha512-voWk7XtGvlsP+w8VBz7lqp8Y+dYw/MTI4KeS0gTVtfdhdJ5QwhXLmNrndFOin/MDoCvUaLWMkYKATaCoUkt2/A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -520,9 +532,6 @@ packages: resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} engines: {node: '>=14.16'} - '@swc/counter@0.1.3': - resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.15': resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} @@ -674,6 +683,9 @@ packages: '@types/node@22.13.4': resolution: {integrity: sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/prismjs@1.26.5': resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==} @@ -861,12 +873,16 @@ packages: resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} engines: {node: '>= 0.4'} + array-includes@3.1.9: + resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==} + engines: {node: '>= 0.4'} + array.prototype.findlast@1.2.5: resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} engines: {node: '>= 0.4'} - array.prototype.findlastindex@1.2.5: - resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + array.prototype.findlastindex@1.2.6: + resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==} engines: {node: '>= 0.4'} array.prototype.flat@1.3.3: @@ -934,11 +950,11 @@ packages: boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.12: + resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} - brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@2.0.2: + resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} @@ -951,10 +967,6 @@ packages: resolution: {integrity: sha512-8f9ZJCUXyT1M35Jx7MkBgmBMo3oHTTBIPLiY9xyL0pl3T5RwcPEY8cUHr5LBNfu/fk6c2T4DJZuVM/8ZZT2D2A==} engines: {node: '>=10.0.0'} - busboy@1.6.0: - resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} - engines: {node: '>=10.16.0'} - bytes@3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} @@ -979,12 +991,16 @@ packages: resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} engines: {node: '>= 0.4'} + call-bound@1.0.4: + resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} + engines: {node: '>= 0.4'} + callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - caniuse-lite@1.0.30001716: - resolution: {integrity: sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw==} + caniuse-lite@1.0.30001731: + resolution: {integrity: sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==} chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} @@ -1158,6 +1174,15 @@ packages: supports-color: optional: true + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decimal.js-light@2.5.1: resolution: {integrity: sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==} @@ -1205,8 +1230,8 @@ packages: resolution: {integrity: sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==} engines: {node: '>= 8.0'} - dockerode@4.0.4: - resolution: {integrity: sha512-6GYP/EdzEY50HaOxTVTJ2p+mB5xDHTMJhS+UoGrVyS6VC+iQRh7kZ4FRpUYq6nziby7hPqWhOrFFUFTMUZJJ5w==} + dockerode@4.0.7: + resolution: {integrity: sha512-R+rgrSRTRdU5mH14PZTCPZtW/zw3HDWNTS/1ZAQpL/5Upe/ye5K9WQkIysu4wBoiMwKynsz0a8qWuGsHgEvSAA==} engines: {node: '>= 8.0'} doctrine@2.1.0: @@ -1245,8 +1270,8 @@ packages: enabled@2.0.0: resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} - end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + end-of-stream@1.4.5: + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} enhanced-resolve@5.18.1: resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} @@ -1260,6 +1285,10 @@ packages: resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} engines: {node: '>= 0.4'} + es-abstract@1.24.0: + resolution: {integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==} + engines: {node: '>= 0.4'} + es-define-property@1.0.1: resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} engines: {node: '>= 0.4'} @@ -1327,8 +1356,8 @@ packages: eslint-plugin-import-x: optional: true - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + eslint-module-utils@2.12.1: + resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -1348,8 +1377,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-import@2.31.0: - resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} + eslint-plugin-import@2.32.0: + resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -1499,8 +1528,8 @@ packages: fn.name@1.1.0: resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} - follow-redirects@1.15.9: - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} + follow-redirects@1.15.11: + resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -1554,6 +1583,10 @@ packages: resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} engines: {node: '>= 0.4'} + get-intrinsic@1.3.0: + resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} + engines: {node: '>= 0.4'} + get-proto@1.0.1: resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} engines: {node: '>= 0.4'} @@ -1759,6 +1792,10 @@ packages: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} + is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + is-number-object@1.1.1: resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} @@ -1975,8 +2012,8 @@ packages: long@5.2.3: resolution: {integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==} - long@5.3.1: - resolution: {integrity: sha512-ka87Jz3gcx/I7Hal94xaN2tZEOPoUOEVftkQqZx2EeQRN7LGdfLlI3FvZ+7WDplm+vK2Urx9ULrvSowtdCieng==} + long@5.3.2: + resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==} loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} @@ -2065,8 +2102,8 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - nan@2.22.0: - resolution: {integrity: sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==} + nan@2.23.0: + resolution: {integrity: sha512-1UxuyYGdoQHcGg87Lkqm3FzefucTa0NAiOcuRsDmysep3c1LVCRK2krrUDafMWtjSG04htvAmvg96+SDknOmgQ==} nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} @@ -2083,13 +2120,13 @@ packages: next: '>= 10.0.0' react: '>= 16.8.0' - next@15.3.1: - resolution: {integrity: sha512-8+dDV0xNLOgHlyBxP1GwHGVaNXsmp+2NhZEYrXr24GWLHtt27YrBPbPuHvzlhi7kZNYjeJNR93IF5zfFu5UL0g==} + next@15.4.5: + resolution: {integrity: sha512-nJ4v+IO9CPmbmcvsPebIoX3Q+S7f6Fu08/dEWu0Ttfa+wVwQRh9epcmsyCPjmL2b8MxC+CkBR97jgDhUUztI3g==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 - '@playwright/test': ^1.41.2 + '@playwright/test': ^1.51.1 babel-plugin-react-compiler: '*' react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 @@ -2240,8 +2277,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.3: - resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} + postcss@8.5.6: + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -2282,12 +2319,12 @@ packages: prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - protobufjs@7.4.0: - resolution: {integrity: sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==} + protobufjs@7.5.3: + resolution: {integrity: sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==} engines: {node: '>=12.0.0'} - pump@3.0.2: - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + pump@3.0.3: + resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} @@ -2479,8 +2516,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + semver@7.7.2: + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} hasBin: true @@ -2499,8 +2536,8 @@ packages: setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - sharp@0.34.1: - resolution: {integrity: sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==} + sharp@0.34.3: + resolution: {integrity: sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} shebang-command@2.0.0: @@ -2555,14 +2592,14 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} + stop-iteration-iterator@1.1.0: + resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} + engines: {node: '>= 0.4'} + stream-buffers@3.0.3: resolution: {integrity: sha512-pqMqwQCso0PBJt2PQmDO0cFj0lyqmiwOMiMSkVtRokl7e+ZTRYgDHKnuZNbqjiJXgsg4nuqtD/zxuo9KqTp0Yw==} engines: {node: '>= 0.10.0'} - streamsearch@1.1.0: - resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} - engines: {node: '>=10.0.0'} - string-to-stream@1.1.1: resolution: {integrity: sha512-QySF2+3Rwq0SdO3s7BAp4x+c3qsClpPQ6abAmb0DGViiSBAkT5kL6JT2iyzEVP+T1SmzHrQD1TwlP9QAHCc+Sw==} @@ -2671,8 +2708,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tar-fs@2.0.1: - resolution: {integrity: sha512-6tzWDMeroL87uF/+lin46k+Q+46rAJ0SyPGz7OW7wTgblI273hsBqk2C1j0/xNadNLKDTUL9BukSjB7cwgmlPA==} + tar-fs@2.1.3: + resolution: {integrity: sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==} tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} @@ -2772,6 +2809,9 @@ packages: undici-types@6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} @@ -2829,6 +2869,10 @@ packages: resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} engines: {node: '>= 0.4'} + which-typed-array@1.1.19: + resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} + engines: {node: '>= 0.4'} + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -2931,7 +2975,7 @@ snapshots: tslib: 2.8.1 optional: true - '@emnapi/runtime@1.4.3': + '@emnapi/runtime@1.4.5': dependencies: tslib: 2.8.1 optional: true @@ -2985,16 +3029,16 @@ snapshots: '@eslint/core': 0.13.0 levn: 0.4.1 - '@grpc/grpc-js@1.12.6': + '@grpc/grpc-js@1.13.4': dependencies: - '@grpc/proto-loader': 0.7.13 + '@grpc/proto-loader': 0.7.15 '@js-sdsl/ordered-map': 4.4.2 - '@grpc/proto-loader@0.7.13': + '@grpc/proto-loader@0.7.15': dependencies: lodash.camelcase: 4.3.0 - long: 5.3.1 - protobufjs: 7.4.0 + long: 5.3.2 + protobufjs: 7.5.3 yargs: 17.7.2 '@headlessui/react@1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -3017,82 +3061,90 @@ snapshots: '@humanwhocodes/retry@0.4.2': {} - '@img/sharp-darwin-arm64@0.34.1': + '@img/sharp-darwin-arm64@0.34.3': optionalDependencies: - '@img/sharp-libvips-darwin-arm64': 1.1.0 + '@img/sharp-libvips-darwin-arm64': 1.2.0 optional: true - '@img/sharp-darwin-x64@0.34.1': + '@img/sharp-darwin-x64@0.34.3': optionalDependencies: - '@img/sharp-libvips-darwin-x64': 1.1.0 + '@img/sharp-libvips-darwin-x64': 1.2.0 optional: true - '@img/sharp-libvips-darwin-arm64@1.1.0': + '@img/sharp-libvips-darwin-arm64@1.2.0': optional: true - '@img/sharp-libvips-darwin-x64@1.1.0': + '@img/sharp-libvips-darwin-x64@1.2.0': optional: true - '@img/sharp-libvips-linux-arm64@1.1.0': + '@img/sharp-libvips-linux-arm64@1.2.0': optional: true - '@img/sharp-libvips-linux-arm@1.1.0': + '@img/sharp-libvips-linux-arm@1.2.0': optional: true - '@img/sharp-libvips-linux-ppc64@1.1.0': + '@img/sharp-libvips-linux-ppc64@1.2.0': optional: true - '@img/sharp-libvips-linux-s390x@1.1.0': + '@img/sharp-libvips-linux-s390x@1.2.0': optional: true - '@img/sharp-libvips-linux-x64@1.1.0': + '@img/sharp-libvips-linux-x64@1.2.0': optional: true - '@img/sharp-libvips-linuxmusl-arm64@1.1.0': + '@img/sharp-libvips-linuxmusl-arm64@1.2.0': optional: true - '@img/sharp-libvips-linuxmusl-x64@1.1.0': + '@img/sharp-libvips-linuxmusl-x64@1.2.0': optional: true - '@img/sharp-linux-arm64@0.34.1': + '@img/sharp-linux-arm64@0.34.3': optionalDependencies: - '@img/sharp-libvips-linux-arm64': 1.1.0 + '@img/sharp-libvips-linux-arm64': 1.2.0 optional: true - '@img/sharp-linux-arm@0.34.1': + '@img/sharp-linux-arm@0.34.3': optionalDependencies: - '@img/sharp-libvips-linux-arm': 1.1.0 + '@img/sharp-libvips-linux-arm': 1.2.0 optional: true - '@img/sharp-linux-s390x@0.34.1': + '@img/sharp-linux-ppc64@0.34.3': optionalDependencies: - '@img/sharp-libvips-linux-s390x': 1.1.0 + '@img/sharp-libvips-linux-ppc64': 1.2.0 optional: true - '@img/sharp-linux-x64@0.34.1': + '@img/sharp-linux-s390x@0.34.3': optionalDependencies: - '@img/sharp-libvips-linux-x64': 1.1.0 + '@img/sharp-libvips-linux-s390x': 1.2.0 optional: true - '@img/sharp-linuxmusl-arm64@0.34.1': + '@img/sharp-linux-x64@0.34.3': optionalDependencies: - '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 + '@img/sharp-libvips-linux-x64': 1.2.0 optional: true - '@img/sharp-linuxmusl-x64@0.34.1': + '@img/sharp-linuxmusl-arm64@0.34.3': optionalDependencies: - '@img/sharp-libvips-linuxmusl-x64': 1.1.0 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 optional: true - '@img/sharp-wasm32@0.34.1': + '@img/sharp-linuxmusl-x64@0.34.3': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.2.0 + optional: true + + '@img/sharp-wasm32@0.34.3': dependencies: - '@emnapi/runtime': 1.4.3 + '@emnapi/runtime': 1.4.5 optional: true - '@img/sharp-win32-ia32@0.34.1': + '@img/sharp-win32-arm64@0.34.3': optional: true - '@img/sharp-win32-x64@0.34.1': + '@img/sharp-win32-ia32@0.34.3': + optional: true + + '@img/sharp-win32-x64@0.34.3': optional: true '@isaacs/cliui@8.0.2': @@ -3146,38 +3198,38 @@ snapshots: '@napi-rs/wasm-runtime@0.2.8': dependencies: '@emnapi/core': 1.4.0 - '@emnapi/runtime': 1.4.3 + '@emnapi/runtime': 1.4.5 '@tybys/wasm-util': 0.9.0 optional: true - '@next/env@15.3.1': {} + '@next/env@15.4.5': {} '@next/eslint-plugin-next@15.2.4': dependencies: fast-glob: 3.3.1 - '@next/swc-darwin-arm64@15.3.1': + '@next/swc-darwin-arm64@15.4.5': optional: true - '@next/swc-darwin-x64@15.3.1': + '@next/swc-darwin-x64@15.4.5': optional: true - '@next/swc-linux-arm64-gnu@15.3.1': + '@next/swc-linux-arm64-gnu@15.4.5': optional: true - '@next/swc-linux-arm64-musl@15.3.1': + '@next/swc-linux-arm64-musl@15.4.5': optional: true - '@next/swc-linux-x64-gnu@15.3.1': + '@next/swc-linux-x64-gnu@15.4.5': optional: true - '@next/swc-linux-x64-musl@15.3.1': + '@next/swc-linux-x64-musl@15.4.5': optional: true - '@next/swc-win32-arm64-msvc@15.3.1': + '@next/swc-win32-arm64-msvc@15.4.5': optional: true - '@next/swc-win32-x64-msvc@15.3.1': + '@next/swc-win32-x64-msvc@15.4.5': optional: true '@nodelib/fs.scandir@2.1.5': @@ -3228,8 +3280,6 @@ snapshots: '@sindresorhus/is@5.6.0': {} - '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.15': dependencies: tslib: 2.8.1 @@ -3302,7 +3352,7 @@ snapshots: '@tailwindcss/node': 4.0.9 '@tailwindcss/oxide': 4.0.9 lightningcss: 1.29.1 - postcss: 8.5.3 + postcss: 8.5.6 tailwindcss: 4.0.9 '@tanstack/react-virtual@3.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -3366,6 +3416,10 @@ snapshots: dependencies: undici-types: 6.20.0 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/prismjs@1.26.5': {} '@types/react@19.0.10': @@ -3410,7 +3464,7 @@ snapshots: '@typescript-eslint/types': 8.29.0 '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.29.0 - debug: 4.4.0 + debug: 4.4.1 eslint: 9.25.1(jiti@2.4.2) typescript: 5.7.3 transitivePeerDependencies: @@ -3425,7 +3479,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 8.29.0(typescript@5.7.3) '@typescript-eslint/utils': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.25.1(jiti@2.4.2) ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 @@ -3438,11 +3492,11 @@ snapshots: dependencies: '@typescript-eslint/types': 8.29.0 '@typescript-eslint/visitor-keys': 8.29.0 - debug: 4.4.0 + debug: 4.4.1 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 + semver: 7.7.2 ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: @@ -3542,7 +3596,7 @@ snapshots: array-buffer-byte-length@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-array-buffer: 3.0.5 array-includes@3.1.8: @@ -3554,6 +3608,17 @@ snapshots: get-intrinsic: 1.2.7 is-string: 1.1.1 + array-includes@3.1.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.4 + define-properties: 1.2.1 + es-abstract: 1.24.0 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + is-string: 1.1.1 + math-intrinsics: 1.1.0 + array.prototype.findlast@1.2.5: dependencies: call-bind: 1.0.8 @@ -3563,11 +3628,12 @@ snapshots: es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 - array.prototype.findlastindex@1.2.5: + array.prototype.findlastindex@1.2.6: dependencies: call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 @@ -3576,14 +3642,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-shim-unscopables: 1.1.0 array.prototype.tosorted@1.1.4: @@ -3599,9 +3665,9 @@ snapshots: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 asn1@0.2.6: @@ -3648,12 +3714,12 @@ snapshots: boolbase@1.0.0: {} - brace-expansion@1.1.11: + brace-expansion@1.1.12: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.0.1: + brace-expansion@2.0.2: dependencies: balanced-match: 1.0.2 @@ -3669,10 +3735,6 @@ snapshots: buildcheck@0.0.6: optional: true - busboy@1.6.0: - dependencies: - streamsearch: 1.1.0 - bytes@3.1.2: {} cacheable-lookup@7.0.0: {} @@ -3696,17 +3758,22 @@ snapshots: dependencies: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 set-function-length: 1.2.2 call-bound@1.0.3: dependencies: call-bind-apply-helpers: 1.0.2 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 + + call-bound@1.0.4: + dependencies: + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 callsites@3.1.0: {} - caniuse-lite@1.0.30001716: {} + caniuse-lite@1.0.30001731: {} chalk@4.1.2: dependencies: @@ -3798,7 +3865,7 @@ snapshots: cpu-features@0.0.10: dependencies: buildcheck: 0.0.6 - nan: 2.22.0 + nan: 2.23.0 optional: true cross-spawn@7.0.6: @@ -3861,19 +3928,19 @@ snapshots: data-view-buffer@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 data-view-byte-length@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 data-view-byte-offset@1.0.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 @@ -3885,6 +3952,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.1: + dependencies: + ms: 2.1.3 + decimal.js-light@2.5.1: {} decompress-response@6.0.0: @@ -3920,21 +3991,21 @@ snapshots: docker-modem@5.0.6: dependencies: - debug: 4.4.0 + debug: 4.4.1 readable-stream: 3.6.2 split-ca: 1.0.1 ssh2: 1.16.0 transitivePeerDependencies: - supports-color - dockerode@4.0.4: + dockerode@4.0.7: dependencies: '@balena/dockerignore': 1.0.2 - '@grpc/grpc-js': 1.12.6 - '@grpc/proto-loader': 0.7.13 + '@grpc/grpc-js': 1.13.4 + '@grpc/proto-loader': 0.7.15 docker-modem: 5.0.6 - protobufjs: 7.4.0 - tar-fs: 2.0.1 + protobufjs: 7.5.3 + tar-fs: 2.1.3 uuid: 10.0.0 transitivePeerDependencies: - supports-color @@ -3980,7 +4051,7 @@ snapshots: enabled@2.0.0: {} - end-of-stream@1.4.4: + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -3997,7 +4068,7 @@ snapshots: arraybuffer.prototype.slice: 1.0.4 available-typed-arrays: 1.0.7 call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 data-view-buffer: 1.0.2 data-view-byte-length: 1.0.2 data-view-byte-offset: 1.0.1 @@ -4007,7 +4078,7 @@ snapshots: es-set-tostringtag: 2.1.0 es-to-primitive: 1.3.0 function.prototype.name: 1.1.8 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 get-symbol-description: 1.1.0 globalthis: 1.0.4 @@ -4045,6 +4116,63 @@ snapshots: unbox-primitive: 1.1.0 which-typed-array: 1.1.18 + es-abstract@1.24.0: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-negative-zero: 2.0.3 + is-regex: 1.2.1 + is-set: 2.0.3 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.1 + math-intrinsics: 1.1.0 + object-inspect: 1.13.4 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + stop-iteration-iterator: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.19 + es-define-property@1.0.1: {} es-errors@1.3.0: {} @@ -4075,7 +4203,7 @@ snapshots: es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -4101,8 +4229,8 @@ snapshots: '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3) eslint: 9.25.1(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) + eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.32.0)(eslint@9.25.1(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.25.1(jiti@2.4.2)) eslint-plugin-react: 7.37.4(eslint@9.25.1(jiti@2.4.2)) eslint-plugin-react-hooks: 5.2.0(eslint@9.25.1(jiti@2.4.2)) @@ -4125,10 +4253,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2)): + eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.32.0)(eslint@9.25.1(jiti@2.4.2)): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.4.0 + debug: 4.4.1 eslint: 9.25.1(jiti@2.4.2) get-tsconfig: 4.10.0 is-bun-module: 2.0.0 @@ -4136,33 +4264,33 @@ snapshots: tinyglobby: 0.2.12 unrs-resolver: 1.3.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3) eslint: 9.25.1(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.31.0)(eslint@9.25.1(jiti@2.4.2)) + eslint-import-resolver-typescript: 3.10.0(eslint-plugin-import@2.32.0)(eslint@9.25.1(jiti@2.4.2)) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 + array-includes: 3.1.9 + array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 eslint: 9.25.1(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.29.0(eslint@9.25.1(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@9.25.1(jiti@2.4.2)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -4365,7 +4493,7 @@ snapshots: fn.name@1.1.0: {} - follow-redirects@1.15.9: {} + follow-redirects@1.15.11: {} for-each@0.3.5: dependencies: @@ -4392,7 +4520,7 @@ snapshots: function.prototype.name@1.1.8: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 functions-have-names: 1.2.3 hasown: 2.0.2 @@ -4434,6 +4562,19 @@ snapshots: hasown: 2.0.2 math-intrinsics: 1.1.0 + get-intrinsic@1.3.0: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + function-bind: 1.1.2 + get-proto: 1.0.1 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + get-proto@1.0.1: dependencies: dunder-proto: 1.0.1 @@ -4443,9 +4584,9 @@ snapshots: get-symbol-description@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-tsconfig@4.10.0: dependencies: @@ -4589,15 +4730,15 @@ snapshots: is-array-buffer@3.0.5: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-arrayish@0.3.2: {} is-async-function@2.1.1: dependencies: async-function: 1.0.0 - call-bound: 1.0.3 + call-bound: 1.0.4 get-proto: 1.0.1 has-tostringtag: 1.0.2 safe-regex-test: 1.1.0 @@ -4608,12 +4749,12 @@ snapshots: is-boolean-object@1.2.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-bun-module@2.0.0: dependencies: - semver: 7.7.1 + semver: 7.7.2 is-callable@1.2.7: {} @@ -4623,26 +4764,26 @@ snapshots: is-data-view@1.0.2: dependencies: - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-typed-array: 1.1.15 is-date-object@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-extglob@2.1.1: {} is-finalizationregistry@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-fullwidth-code-point@3.0.0: {} is-generator-function@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 get-proto: 1.0.1 has-tostringtag: 1.0.2 safe-regex-test: 1.1.0 @@ -4653,16 +4794,18 @@ snapshots: is-map@2.0.3: {} + is-negative-zero@2.0.3: {} + is-number-object@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-number@7.0.0: {} is-regex@1.2.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 gopd: 1.2.0 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -4671,35 +4814,35 @@ snapshots: is-shared-array-buffer@1.0.4: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-stream@2.0.1: {} is-string@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-symbol@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-symbols: 1.1.0 safe-regex-test: 1.1.0 is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.18 + which-typed-array: 1.1.19 is-weakmap@2.0.2: {} is-weakref@1.1.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 is-weakset@2.0.4: dependencies: - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 isarray@0.0.1: {} @@ -4717,7 +4860,7 @@ snapshots: dependencies: define-data-property: 1.1.4 es-object-atoms: 1.1.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 has-symbols: 1.1.0 set-function-name: 2.0.2 @@ -4760,7 +4903,7 @@ snapshots: jsx-ast-utils@3.3.5: dependencies: - array-includes: 3.1.8 + array-includes: 3.1.9 array.prototype.flat: 1.3.3 object.assign: 4.1.7 object.values: 1.2.1 @@ -4848,7 +4991,7 @@ snapshots: long@5.2.3: {} - long@5.3.1: {} + long@5.3.2: {} loose-envify@1.4.0: dependencies: @@ -4887,11 +5030,11 @@ snapshots: minimatch@3.1.2: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 1.1.12 minimatch@9.0.5: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimist@1.2.8: {} @@ -4910,14 +5053,14 @@ snapshots: ms@2.1.3: {} - nan@2.22.0: + nan@2.23.0: optional: true nanoid@3.3.11: {} natural-compare@1.4.0: {} - next-i18next@12.1.0(next@15.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next-i18next@12.1.0(next@15.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.9 '@types/hoist-non-react-statics': 3.3.6 @@ -4925,34 +5068,32 @@ snapshots: hoist-non-react-statics: 3.3.2 i18next: 21.10.0 i18next-fs-backend: 1.2.0 - next: 15.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 15.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-i18next: 11.18.6(i18next@21.10.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - react-dom - react-native - next@15.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@15.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@next/env': 15.3.1 - '@swc/counter': 0.1.3 + '@next/env': 15.4.5 '@swc/helpers': 0.5.15 - busboy: 1.6.0 - caniuse-lite: 1.0.30001716 + caniuse-lite: 1.0.30001731 postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) styled-jsx: 5.1.6(react@18.3.1) optionalDependencies: - '@next/swc-darwin-arm64': 15.3.1 - '@next/swc-darwin-x64': 15.3.1 - '@next/swc-linux-arm64-gnu': 15.3.1 - '@next/swc-linux-arm64-musl': 15.3.1 - '@next/swc-linux-x64-gnu': 15.3.1 - '@next/swc-linux-x64-musl': 15.3.1 - '@next/swc-win32-arm64-msvc': 15.3.1 - '@next/swc-win32-x64-msvc': 15.3.1 - sharp: 0.34.1 + '@next/swc-darwin-arm64': 15.4.5 + '@next/swc-darwin-x64': 15.4.5 + '@next/swc-linux-arm64-gnu': 15.4.5 + '@next/swc-linux-arm64-musl': 15.4.5 + '@next/swc-linux-x64-gnu': 15.4.5 + '@next/swc-linux-x64-musl': 15.4.5 + '@next/swc-win32-arm64-msvc': 15.4.5 + '@next/swc-win32-x64-msvc': 15.4.5 + sharp: 0.34.3 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -4978,7 +5119,7 @@ snapshots: object.assign@4.1.7: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 has-symbols: 1.1.0 @@ -4994,19 +5135,19 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 object.groupby@1.0.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 object.values@1.2.1: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 @@ -5037,7 +5178,7 @@ snapshots: own-keys@1.0.1: dependencies: - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 object-keys: 1.1.1 safe-push-apply: 1.0.0 @@ -5093,7 +5234,7 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.3: + postcss@8.5.6: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -5128,7 +5269,7 @@ snapshots: object-assign: 4.1.1 react-is: 16.13.1 - protobufjs@7.4.0: + protobufjs@7.5.3: dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/base64': 1.1.2 @@ -5140,12 +5281,12 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 22.13.4 - long: 5.3.1 + '@types/node': 24.1.0 + long: 5.3.2 - pump@3.0.2: + pump@3.0.3: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 punycode@2.3.1: {} @@ -5259,10 +5400,10 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 @@ -5316,8 +5457,8 @@ snapshots: safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 - get-intrinsic: 1.2.7 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 isarray: 2.0.5 @@ -5354,14 +5495,14 @@ snapshots: semver@6.3.1: {} - semver@7.7.1: {} + semver@7.7.2: {} set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 gopd: 1.2.0 has-property-descriptors: 1.0.2 @@ -5380,32 +5521,34 @@ snapshots: setprototypeof@1.2.0: {} - sharp@0.34.1: + sharp@0.34.3: dependencies: color: 4.2.3 detect-libc: 2.0.4 - semver: 7.7.1 + semver: 7.7.2 optionalDependencies: - '@img/sharp-darwin-arm64': 0.34.1 - '@img/sharp-darwin-x64': 0.34.1 - '@img/sharp-libvips-darwin-arm64': 1.1.0 - '@img/sharp-libvips-darwin-x64': 1.1.0 - '@img/sharp-libvips-linux-arm': 1.1.0 - '@img/sharp-libvips-linux-arm64': 1.1.0 - '@img/sharp-libvips-linux-ppc64': 1.1.0 - '@img/sharp-libvips-linux-s390x': 1.1.0 - '@img/sharp-libvips-linux-x64': 1.1.0 - '@img/sharp-libvips-linuxmusl-arm64': 1.1.0 - '@img/sharp-libvips-linuxmusl-x64': 1.1.0 - '@img/sharp-linux-arm': 0.34.1 - '@img/sharp-linux-arm64': 0.34.1 - '@img/sharp-linux-s390x': 0.34.1 - '@img/sharp-linux-x64': 0.34.1 - '@img/sharp-linuxmusl-arm64': 0.34.1 - '@img/sharp-linuxmusl-x64': 0.34.1 - '@img/sharp-wasm32': 0.34.1 - '@img/sharp-win32-ia32': 0.34.1 - '@img/sharp-win32-x64': 0.34.1 + '@img/sharp-darwin-arm64': 0.34.3 + '@img/sharp-darwin-x64': 0.34.3 + '@img/sharp-libvips-darwin-arm64': 1.2.0 + '@img/sharp-libvips-darwin-x64': 1.2.0 + '@img/sharp-libvips-linux-arm': 1.2.0 + '@img/sharp-libvips-linux-arm64': 1.2.0 + '@img/sharp-libvips-linux-ppc64': 1.2.0 + '@img/sharp-libvips-linux-s390x': 1.2.0 + '@img/sharp-libvips-linux-x64': 1.2.0 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.0 + '@img/sharp-libvips-linuxmusl-x64': 1.2.0 + '@img/sharp-linux-arm': 0.34.3 + '@img/sharp-linux-arm64': 0.34.3 + '@img/sharp-linux-ppc64': 0.34.3 + '@img/sharp-linux-s390x': 0.34.3 + '@img/sharp-linux-x64': 0.34.3 + '@img/sharp-linuxmusl-arm64': 0.34.3 + '@img/sharp-linuxmusl-x64': 0.34.3 + '@img/sharp-wasm32': 0.34.3 + '@img/sharp-win32-arm64': 0.34.3 + '@img/sharp-win32-ia32': 0.34.3 + '@img/sharp-win32-x64': 0.34.3 optional: true shebang-command@2.0.0: @@ -5421,16 +5564,16 @@ snapshots: side-channel-map@1.0.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 object-inspect: 1.13.4 side-channel-weakmap@1.0.2: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 object-inspect: 1.13.4 side-channel-map: 1.0.1 @@ -5458,7 +5601,7 @@ snapshots: bcrypt-pbkdf: 1.0.2 optionalDependencies: cpu-features: 0.0.10 - nan: 2.22.0 + nan: 2.23.0 stable-hash@0.0.5: {} @@ -5466,9 +5609,12 @@ snapshots: statuses@2.0.1: {} - stream-buffers@3.0.3: {} + stop-iteration-iterator@1.1.0: + dependencies: + es-errors: 1.3.0 + internal-slot: 1.1.0 - streamsearch@1.1.0: {} + stream-buffers@3.0.3: {} string-to-stream@1.1.1: dependencies: @@ -5517,17 +5663,17 @@ snapshots: string.prototype.trim@1.2.10: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 string.prototype.trimend@1.0.9: dependencies: call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 define-properties: 1.2.1 es-object-atoms: 1.1.1 @@ -5593,17 +5739,17 @@ snapshots: tapable@2.2.1: {} - tar-fs@2.0.1: + tar-fs@2.1.3: dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 - pump: 3.0.2 + pump: 3.0.3 tar-stream: 2.2.0 tar-stream@2.2.0: dependencies: bl: 4.1.0 - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 @@ -5673,7 +5819,7 @@ snapshots: typed-array-buffer@1.0.3: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 es-errors: 1.3.0 is-typed-array: 1.1.15 @@ -5708,13 +5854,15 @@ snapshots: unbox-primitive@1.1.0: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 has-bigints: 1.1.0 has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 undici-types@6.20.0: {} + undici-types@7.8.0: {} + unpipe@1.0.0: {} unrs-resolver@1.3.3: @@ -5792,7 +5940,7 @@ snapshots: which-builtin-type@1.2.1: dependencies: - call-bound: 1.0.3 + call-bound: 1.0.4 function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 is-async-function: 2.1.1 @@ -5804,7 +5952,7 @@ snapshots: isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.18 + which-typed-array: 1.1.19 which-collection@1.0.2: dependencies: @@ -5817,11 +5965,21 @@ snapshots: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - call-bound: 1.0.3 + call-bound: 1.0.4 for-each: 0.3.5 gopd: 1.2.0 has-tostringtag: 1.0.2 + which-typed-array@1.1.19: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + for-each: 0.3.5 + get-proto: 1.0.1 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + which@2.0.2: dependencies: isexe: 2.0.0 diff --git a/public/locales/af/common.json b/public/locales/af/common.json index 47774d34d..da28881eb 100644 --- a/public/locales/af/common.json +++ b/public/locales/af/common.json @@ -108,8 +108,8 @@ "songs": "Liedjies" }, "esphome": { - "offline": "Vanlyn", - "offline_alt": "Vanlyn", + "offline": "Vanlyn af", + "offline_alt": "Vanlyn af", "online": "Aanlyn", "total": "Totaal", "unknown": "Onbekend" @@ -189,7 +189,7 @@ "plex": { "streams": "Aktiewe Strome", "albums": "Albums", - "movies": "Flieks", + "movies": "Movies", "tv": "TV Programme" }, "sabnzbd": { @@ -242,15 +242,15 @@ "wanted": "Gesoek", "queued": "In ry", "series": "Reekse", - "queue": "Tou", + "queue": "Toustaan", "unknown": "Onbekend" }, "radarr": { "wanted": "Gesoek", "missing": "Vermis", "queued": "In ry", - "movies": "Flieks", - "queue": "Tou", + "movies": "Movies", + "queue": "Toustaan", "unknown": "Onbekend" }, "lidarr": { @@ -302,7 +302,7 @@ "latency": "Latensie" }, "speedtest": { - "upload": "Laai Op", + "upload": "Oplaai", "download": "Aflaai", "ping": "Pieng" }, @@ -359,8 +359,14 @@ "services": "Dienste", "middleware": "Filtreerprogramme" }, + "trilium": { + "version": "Weergawe", + "notesCount": "Notas", + "dbSize": "Databasis Grootte", + "unknown": "Onbekend" + }, "navidrome": { - "nothing_streaming": "Geen aktiewe strome nie", + "nothing_streaming": "Geen Aktiewe Strome", "please_wait": "Wag Asseblief" }, "npm": { @@ -389,7 +395,7 @@ }, "jackett": { "configured": "Opgestel", - "errored": "Fout" + "errored": "Gefout" }, "strelaysrv": { "numActiveSessions": "Sessies", @@ -412,7 +418,7 @@ "version": "Weergawe", "status": "Status", "up": "Aanlyn", - "down": "Vanlyn" + "down": "Vanlyn af" }, "miniflux": { "read": "Gelees", @@ -549,7 +555,7 @@ "indexers": "Indekseerders" }, "tubearchivist": { - "downloads": "Tou", + "downloads": "Toustaan", "videos": "Videos", "channels": "Kanale", "playlists": "Snitlyste" @@ -557,7 +563,7 @@ "truenas": { "load": "Stelsellading", "uptime": "Optyd", - "alerts": "Waarskuwings" + "alerts": "Opletberigte" }, "pyload": { "speed": "Spoed", @@ -767,7 +773,7 @@ }, "whatsupdocker": { "monitoring": "Monitering", - "updates": "Opdatering" + "updates": "Opdaterings" }, "calibreweb": { "books": "Boeke", @@ -801,7 +807,7 @@ "gamedig": { "status": "Status", "online": "Aanlyn", - "offline": "Vanlyn", + "offline": "Vanlyn af", "name": "Naam", "map": "Kaart", "currentPlayers": "Huidige Spelers", @@ -872,7 +878,7 @@ "domains": "Domeine", "mailboxes": "Posbusse", "mails": "E-posse", - "storage": "Bergplek" + "storage": "Stoor plek" }, "netdata": { "warnings": "Waarskuwings", @@ -902,7 +908,7 @@ "galleries": "Galerye", "performers": "Kunstenaars", "studios": "Ateljees", - "movies": "Flieks", + "movies": "Movies", "tags": "Merkers", "oCount": "O Tel" }, @@ -920,13 +926,13 @@ "totalValue": "Totale Waarde" }, "crowdsec": { - "alerts": "Waarskuwings", + "alerts": "Opletberigte", "bans": "Verbanne" }, "wgeasy": { "connected": "Gekoppel", "enabled": "Geaktiveer", - "disabled": "Onaktief", + "disabled": "Gediaktiveer", "total": "Totaal" }, "swagdashboard": { @@ -938,7 +944,7 @@ "myspeed": { "ping": "Pieng", "download": "Aflaai", - "upload": "Laai Op" + "upload": "Oplaai" }, "stocks": { "stocks": "Aandele", @@ -959,7 +965,7 @@ }, "zabbix": { "unclassified": "Nie geklassifiseer nie", - "information": "Informasie", + "information": "Inligting", "warning": "Waarskuwing", "average": "Gemiddeld", "high": "Hoog", @@ -982,7 +988,7 @@ "headscale": { "name": "Naam", "address": "Adres", - "last_seen": "Laaste Gesien", + "last_seen": "Laas gesien", "status": "Status", "online": "Aanlyn", "offline": "Vanlyn" @@ -1008,7 +1014,7 @@ "healthy": "Gesond", "degraded": "Gedegradeer", "progressing": "Vorderend", - "missing": "Vermis", + "missing": "Afwesig", "suspended": "Geskors" }, "spoolman": { @@ -1047,12 +1053,35 @@ }, "jellystat": { "songs": "Liedjies", - "movies": "Flieks", - "episodes": "Episodes", + "movies": "Movies", + "episodes": "Episode", "other": "Ander" }, "checkmk": { "serviceErrors": "Diensprobleme", "hostErrors": "Gasheerprobleme" + }, + "komodo": { + "total": "Totaal", + "running": "Lopend", + "stopped": "Gestop", + "down": "Af", + "unhealthy": "Ongesond", + "unknown": "Onbekend", + "servers": "Bedieners", + "stacks": "Stapels", + "containers": "Houers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index c1f58e89a..51b7a3568 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -61,16 +61,16 @@ "wlan_devices": "WLAN أجهزة", "lan_users": "LAN مستخدمين", "wlan_users": "WLAN مستخدمين", - "up": "تعمل", + "up": "UP", "down": "لا يعمل", - "wait": "الرجاء الإنتظار", + "wait": "Please wait", "empty_data": "حالة النظام الفرعي غير معروفة" }, "docker": { "rx": "استقبال", "tx": "ارسال", - "mem": "الذاكرة", - "cpu": "المعالج", + "mem": "MEM", + "cpu": "CPU", "running": "قيد التشغيل", "offline": "غير متصل", "error": "خطأ", @@ -83,7 +83,7 @@ "partial": "جزئي" }, "ping": { - "error": "خطأ", + "error": "Error", "ping": "بينغ", "down": "لا يعمل", "up": "يعمل", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "حالة HTTP", - "error": "خطأ", + "error": "Error", "response": "الرد", - "down": "لا يعمل", - "up": "يعمل", - "not_available": "غير مُـتوفـّر" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "يعمل الآن", @@ -108,11 +108,11 @@ "songs": "أغاني" }, "esphome": { - "offline": "غير متصل", - "offline_alt": "غير متصل", + "offline": "Offline", + "offline_alt": "Offline", "online": "مُتّصل", - "total": "المجموع", - "unknown": "مجهول" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "إنتاج", @@ -133,7 +133,7 @@ "unread": "غير مقروءة" }, "fritzbox": { - "connectionStatus": "الحالة", + "connectionStatus": "Status", "connectionStatusUnconfigured": "لم تتم تهيئته", "connectionStatusConnecting": "جاري الاتصال", "connectionStatusAuthenticating": "جار المصادقة", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "جار قطع الاتصال", "connectionStatusDisconnected": "غير متصل", "connectionStatusConnected": "متصل", - "uptime": "مدة التشغيل", + "uptime": "Uptime", "maxDown": "أقصى حد للتنزيل", "maxUp": "أقصى حد للتحميل", - "down": "لا يعمل", - "up": "يعمل", + "down": "Down", + "up": "Up", "received": "تم الإستلام", "sent": "تم الإرسال", "externalIPAddress": "IP الخارجي", @@ -168,10 +168,10 @@ "passes": "تمريرات" }, "tautulli": { - "playing": "يعمل الآن", - "transcoding": "التحويل", - "bitrate": "معدل البت", - "no_active": "لا يوجد بث نشط", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "تحقق من الاتصال بـ Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "بث نشيطٌ", "albums": "ألبومات", - "movies": "أفلام", + "movies": "Movies", "tv": "مسلسلات" }, "sabnzbd": { - "rate": "معدل", + "rate": "Rate", "queue": "إنتظار", "timeleft": "الوقت المتبقي" }, "rutorrent": { "active": "نشط", - "upload": "التحميل", - "download": "التنزيل" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "التنزيل", - "upload": "التحميل", - "leech": "القرناء", - "seed": "البذور" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "التنزيل", - "upload": "التحميل", - "leech": "القرناء", - "seed": "البذور" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "استهلاك المعالج", @@ -223,44 +223,44 @@ "invalid": "غير صحيح" }, "deluge": { - "download": "التنزيل", - "upload": "التحميل", - "leech": "القرناء", - "seed": "البذور" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "التنزيل", - "upload": "التحميل", - "leech": "القرناء", - "seed": "البذور" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "مطلوب", "queued": "في الإنتظار", - "series": "مسلسلات", - "queue": "إنتظار", - "unknown": "مجهول" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "مطلوب", + "wanted": "Wanted", "missing": "مفقود", - "queued": "في الإنتظار", - "movies": "أفلام", - "queue": "إنتظار", - "unknown": "مجهول" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "مطلوب", - "queued": "في الإنتظار", + "wanted": "Wanted", + "queued": "Queued", "artists": "فنانين" }, "readarr": { - "wanted": "مطلوب", - "queued": "في الإنتظار", + "wanted": "Wanted", + "queued": "Queued", "books": "كتب" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "متاح" }, "jellyseerr": { - "pending": "معلق", - "approved": "مصدق", - "available": "متاح" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "معلق", + "pending": "Pending", "processing": "معالجة", - "approved": "مصدق", - "available": "متاح" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "المجموع", - "connected": "متصل", + "total": "Total", + "connected": "Connected", "new_devices": "أجهزة جديدة", "down_alerts": "تنبيهات تعطل" }, @@ -296,26 +296,26 @@ "gravity": "الجاذبية" }, "adguard": { - "queries": "الاستعلامات", - "blocked": "محظور", + "queries": "Queries", + "blocked": "Blocked", "filtered": "مرشح", "latency": "الإستجابة" }, "speedtest": { - "upload": "التحميل", - "download": "التنزيل", - "ping": "بينغ" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "قيد التشغيل", + "running": "Running", "stopped": "متوقف", - "total": "المجموع" + "total": "Total" }, "suwayomi": { - "download": "مُنزل", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "قراءة", - "unread": "غير مقروءة", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "منذ {{value}}" }, "technitium": { - "totalQueries": "الاستعلامات", + "totalQueries": "Queries", "totalNoError": "تم بنجاح", "totalServerFailure": "فشل", "totalNxDomain": "مجالات NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "موثوقة", "totalRecursive": "عودي", "totalCached": "مخبأ", - "totalBlocked": "محظور", + "totalBlocked": "Blocked", "totalDropped": "أسقطت", "totalClients": "العملاء" }, "tdarr": { - "queue": "إنتظار", + "queue": "Queue", "processed": "معالجة", "errored": "خطأ", "saved": "حفظ" @@ -359,14 +359,20 @@ "services": "خدمات", "middleware": "الوسيطة" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "لا يوجد بث نشط", + "nothing_streaming": "No Active Streams", "please_wait": "الرجاء الإنتظار" }, "npm": { "enabled": "مفعل", "disabled": "معطل", - "total": "المجموع" + "total": "Total" }, "coinmarketcap": { "configure": "قم بأنشاء عملة تشفير واحدة أو أكثر للتتبع", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "التطبيقات", - "clients": "العملاء", + "clients": "Clients", "messages": "الرسائل" }, "prowlarr": { "enableIndexers": "مفهرسات", "numberOfGrabs": "مساكات", - "numberOfQueries": "الاستعلامات", + "numberOfQueries": "Queries", "numberOfFailGrabs": "إخفاقات في الالتقاط", "numberOfFailQueries": "فشل الاستعلامات" }, "jackett": { "configured": "مهيأ", - "errored": "خطأ" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "الجلسات", "numConnections": "التوصيلات", "dataRelayed": "منقول(ة)", - "transferRate": "معدل" + "transferRate": "Rate" }, "mastodon": { - "user_count": "المستخدمون", + "user_count": "Users", "status_count": "منشورات", "domain_count": "مجالات" }, "medusa": { - "wanted": "مطلوب", - "queued": "في الإنتظار", - "series": "مسلسلات" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "مشغلات", "version": "الإصدار", - "status": "الحالة", - "up": "مُتّصل", - "down": "غير متصل" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "قراءة", - "unread": "غير مقروءة" + "unread": "Unread" }, "authentik": { - "users": "المستخدمون", + "users": "Users", "loginsLast24H": "تسجيلات الدخول (٢٤س)", "failedLoginsLast24H": "فشل تسجيلات الدخول (٢٤س)" }, "proxmox": { - "mem": "الذاكرة", - "cpu": "المعالج", + "mem": "MEM", + "cpu": "CPU", "lxc": "حاويات لينكس", "vms": "أجهزة ظاهرية" }, "glances": { - "cpu": "المعالج", - "load": "الضغط", - "wait": "الرجاء الإنتظار", - "temp": "مؤقت", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "درجة الحرارة", "warn": "تنبية", - "uptime": "تعمل", - "total": "المجموع", - "free": "متاح", - "used": "مستخدم", - "days": "ي", - "hours": "س", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "حساس", - "read": "قراءة", + "read": "Read", "write": "الكتابة", "gpu": "كرت الشاشة", "mem": "الذاكرة", @@ -455,7 +461,7 @@ "search": "البحث", "custom": "مُخصّص", "visit": "زيارة", - "url": "الرابط", + "url": "URL", "searchsuggestion": "الإقتراحات" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "مشمس غالباً", "1-night": "صافي غالباً", "2-day": "غائم جزئياً", - "2-night": "غائم جزئياً", + "2-night": "Partly Cloudy", "3-day": "غائم", - "3-night": "غائم", + "3-night": "Cloudy", "45-day": "ضبابي", - "45-night": "ضبابي", - "48-day": "ضبابي", - "48-night": "ضبابي", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "رذاذ خفيف", - "51-night": "رذاذ خفيف", + "51-night": "Light Drizzle", "53-day": "رذاذ", - "53-night": "رذاذ", + "53-night": "Drizzle", "55-day": "رذاذ كثيف", - "55-night": "رذاذ كثيف", + "55-night": "Heavy Drizzle", "56-day": "رذاذ متجمد خفيف", - "56-night": "رذاذ متجمد خفيف", + "56-night": "Light Freezing Drizzle", "57-day": "رذاذ متجمد", - "57-night": "رذاذ متجمد", + "57-night": "Freezing Drizzle", "61-day": "مطر خفيف", - "61-night": "مطر خفيف", + "61-night": "Light Rain", "63-day": "مطر", - "63-night": "مطر", + "63-night": "Rain", "65-day": "مطر شديد", - "65-night": "مطر شديد", + "65-night": "Heavy Rain", "66-day": "مطر متجمد", - "66-night": "مطر متجمد", - "67-day": "مطر متجمد", - "67-night": "مطر متجمد", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "ثلج خفيف", - "71-night": "ثلج خفيف", + "71-night": "Light Snow", "73-day": "ثلج", - "73-night": "ثلج", + "73-night": "Snow", "75-day": "ثلج شديد", - "75-night": "ثلج شديد", + "75-night": "Heavy Snow", "77-day": "حبيبات الثلج", - "77-night": "حبيبات الثلج", + "77-night": "Snow Grains", "80-day": "أمطار خفيفة", - "80-night": "أمطار خفيفة", + "80-night": "Light Showers", "81-day": "أمطار", - "81-night": "أمطار", + "81-night": "Showers", "82-day": "أمطار شديدة", - "82-night": "أمطار شديدة", + "82-night": "Heavy Showers", "85-day": "زخات الثلوج", - "85-night": "زخات الثلوج", - "86-day": "زخات الثلوج", - "86-night": "زخات الثلوج", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "عاصفة رعدية", - "95-night": "عاصفة رعدية", + "95-night": "Thunderstorm", "96-day": "عاصفة رعدية مع مطر", - "96-night": "عاصفة رعدية مع مطر", - "99-day": "عاصفة رعدية مع مطر", - "99-night": "عاصفة رعدية مع مطر" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "نظام", @@ -523,17 +529,17 @@ "up_to_date": "حتى الآن", "child_bridges": "الجسور الأطفال", "child_bridges_status": "{{ok}}/{{total}}", - "up": "يعمل", - "pending": "معلق", - "down": "لا يعمل" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "جديد(ة)", - "up": "يعمل", + "up": "Up", "grace": "في فترة السماح", - "down": "لا يعمل", + "down": "Down", "paused": "متوقف", - "status": "الحالة", + "status": "Status", "last_ping": "آخر Ping", "never": "لا توجد بنغات بعد" }, @@ -543,27 +549,27 @@ "containers_failed": "فشل" }, "autobrr": { - "approvedPushes": "مصدق", + "approvedPushes": "Approved", "rejectedPushes": "مرفوض", "filters": "المرشحات", - "indexers": "مفهرسات" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "إنتظار", + "downloads": "Queue", "videos": "الفيديوهات", "channels": "القنوات", "playlists": "قوائم التشغيل" }, "truenas": { "load": "حمل النظام", - "uptime": "مدة التشغيل", - "alerts": "تنبيهات" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "السرعة", - "active": "نشط", - "queue": "إنتظار", - "total": "المجموع" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "العام IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "القنوات", + "channels": "Channels", "hd": "جودة HD", "tunerCount": "التونز", "channelNumber": "القناة", "channelNetwork": "الشبكة", "signalStrength": "القوة", "signalQuality": "الجودة", - "symbolQuality": "الجودة", - "networkRate": "معدل البت", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "العميل" }, "scrutiny": { "passed": "إجتاز", - "failed": "فشل", - "unknown": "مجهول" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "صندوق الوارد", - "total": "المجموع" + "total": "Total" }, "peanut": { "battery_charge": "شحن البطارية", "ups_load": "حمل UPS", "ups_status": "حالة UPS", - "online": "مُتّصل", + "online": "Online", "on_battery": "على البطارية", "low_battery": "البطارية منخفضة" }, "nextdns": { - "wait": "الرجاء الإنتظار", + "wait": "Please Wait", "no_devices": "لم يتم استلام بيانات الجهاز" }, "mikrotik": { "cpuLoad": "حمل المعالج", "memoryUsed": "الذاكرة الستخدمة", - "uptime": "مدة التشغيل", + "uptime": "Uptime", "numberOfLeases": "إيجارات" }, "xteve": { "streams_all": "جميع البث", - "streams_active": "بث نشيطٌ", + "streams_active": "Active Streams", "streams_xepg": "XEPG قنوات" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "الحد الأقصى" }, "opnsense": { - "cpu": "حمل المعالج", + "cpu": "CPU Load", "memory": "الذاكرة النشطة", "wanUpload": "WAN التحميل", "wanDownload": "WAN التنزيل" @@ -634,75 +640,75 @@ "layers": "طبقات" }, "octoprint": { - "printer_state": "الحالة", + "printer_state": "Status", "temp_tool": "أداة درجة الحرارة", "temp_bed": "درجة حرارة السرير", "job_completion": "إتمام" }, "cloudflared": { "origin_ip": "IP الأصل", - "status": "الحالة" + "status": "Status" }, "pfsense": { "load": "معدل التحميل", "memory": "استخدام الذاكرة العشوائية", "wanStatus": "حالة الشبكة الواسعة", - "up": "يعمل", - "down": "لا يعمل", - "temp": "درجة الحرارة", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "استخدام القرص", "wanIP": "IP الشبكة الواسعة" }, "proxmoxbackupserver": { "datastore_usage": "مخزن البيانات", "failed_tasks_24h": "المهام الفاشلة 24 ساعة", - "cpu_usage": "المعالج", + "cpu_usage": "CPU", "memory_usage": "الذاكرة" }, "immich": { - "users": "المستخدمون", + "users": "Users", "photos": "الصور", - "videos": "الفيديوهات", + "videos": "Videos", "storage": "التخزين" }, "uptimekuma": { "up": "المواقع تعمل", "down": "مواقع لا تعمل", - "uptime": "مدة التشغيل", + "uptime": "Uptime", "incident": "حادثة", - "m": "د" + "m": "m" }, "atsumeru": { - "series": "مسلسلات", + "series": "Series", "archives": "الأرشيف", "chapters": "الفصول", "categories": "التصنيفات" }, "komga": { "libraries": "المكتبات", - "series": "مسلسلات", - "books": "كتب" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "أيام", - "uptime": "مدة التشغيل", - "volumeAvailable": "متاح" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "مسلسلات", + "series": "Series", "issues": "المُشكِلات", - "wanted": "مطلوب" + "wanted": "Wanted" }, "photoprism": { - "albums": "ألبومات", - "photos": "الصور", - "videos": "الفيديوهات", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "أشخاص" }, "fileflows": { - "queue": "إنتظار", - "processing": "معالجة", - "processed": "معالجة", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "الوقت" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "عناصر مشتركة" }, "kopia": { - "status": "الحالة", + "status": "Status", "size": "حجم", "lastrun": "آخر تشغيل", "nextrun": "التشغيل التالي", - "failed": "فشل" + "failed": "Failed" }, "unmanic": { "active_workers": "العمال النشطون", @@ -745,20 +751,20 @@ "targets_total": "الأهداف الإجمالية" }, "gatus": { - "up": "المواقع تعمل", - "down": "مواقع لا تعمل", - "uptime": "مدة التشغيل" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "اليوم", + "gross_percent_today": "Today", "gross_percent_1y": "سنة", "gross_percent_max": "كل الوقت" }, "audiobookshelf": { "podcasts": "بودكاست", - "books": "كتب", + "books": "Books", "podcastsDuration": "المدة", - "booksDuration": "المدة" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "أشخاص في المنزل", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "المراقبة", - "updates": "تحديثات" + "updates": "Updates" }, "calibreweb": { - "books": "كتب", + "books": "Books", "authors": "المؤلفون", - "categories": "التصنيفات", - "series": "مسلسلات" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "إنتظار", - "downloadBytesRemaining": "متبقي", - "downloadTotalBytes": "حجم", - "downloadSpeed": "السرعة" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "مسلسلات", - "totalFiles": "ملفات" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "نتيجة", - "status": "الحالة", + "status": "Status", "buildId": "معرف البناء", "succeeded": "تم بنجاح", "notStarted": "لم يبدأ", - "failed": "فشل", + "failed": "Failed", "canceled": "ملغى", "inProgress": "قيد التنفيذ", "totalPrs": "المجموع الكلي للPRs", "myPrs": "الPRs الشخصية", - "approved": "مصدق" + "approved": "Approved" }, "gamedig": { - "status": "الحالة", - "online": "مُتّصل", - "offline": "غير متصل", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "الاسم", "map": "خريطة", "currentPlayers": "المشغلات الحالية", - "players": "مشغلات", + "players": "Players", "maxPlayers": "الحد الأقصى للمشغلات", "bots": "بوتات", - "ping": "بينغ" + "ping": "Ping" }, "urbackup": { "ok": "تمام", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "وصفات", - "users": "المستخدمون", - "categories": "التصنيفات", + "users": "Users", + "categories": "Categories", "tags": "التصنيفات" }, "openmediavault": { "downloading": "جاري التنزيل", - "total": "المجموع", - "running": "قيد التشغيل", - "stopped": "متوقف", - "passed": "إجتاز", - "failed": "فشل" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "مدة التشغيل", + "uptime": "Uptime", "cpuLoad": "متوسط حمولة المعالج (5دق)", - "up": "يعمل", - "down": "لا يعمل", + "up": "Up", + "down": "Down", "bytesTx": "مرسلة", - "bytesRx": "تم الإستلام" + "bytesRx": "Received" }, "uptimerobot": { - "status": "الحالة", - "uptime": "مدة التشغيل", + "status": "Status", + "uptime": "Uptime", "lastDown": "فترة التعطّل الأخيرة", "downDuration": "مدة التعطل", - "sitesUp": "المواقع تعمل", - "sitesDown": "مواقع لا تعمل", - "paused": "متوقف", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "لم يتم التحقق بعد", - "up": "يعمل", + "up": "Up", "seemsdown": "يبدو أنه معطل", - "down": "لا يعمل", - "unknown": "مجهول" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "في دور السينما", @@ -869,10 +875,10 @@ "totalfilesize": "الحجم الكلي" }, "mailcow": { - "domains": "مجالات", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "التخزين" + "storage": "Storage" }, "netdata": { "warnings": "تحذيرات", @@ -881,12 +887,12 @@ "plantit": { "events": "أحداث", "plants": "نباتات", - "photos": "الصور", + "photos": "Photos", "species": "الأنواع" }, "gitea": { "notifications": "الإشعارات", - "issues": "المُشكِلات", + "issues": "Issues", "pulls": "طلبات السحب", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "المعارض", "performers": "ممثلين", "studios": "استوديوهات", - "movies": "أفلام", - "tags": "التصنيفات", + "movies": "Movies", + "tags": "Tags", "oCount": "عدد O" }, "tandoor": { - "users": "المستخدمون", - "recipes": "وصفات", + "users": "Users", + "recipes": "Recipes", "keywords": "كلمات مفتاح" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "بالضمان", "locations": "Locations", "labels": "Labels", - "users": "المستخدمون", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "تنبيهات", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "متصل", - "enabled": "مفعل", - "disabled": "معطل", - "total": "المجموع" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Banned" }, "myspeed": { - "ping": "بينغ", - "download": "التنزيل", - "upload": "التحميل" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "كاميرات", - "uptime": "مدة التشغيل", - "version": "الإصدار" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "روابط", "collections": "مجموعات", - "tags": "التصنيفات" + "tags": "Tags" }, "zabbix": { "unclassified": "غير مصنفة", - "information": "معلومات", + "information": "Information", "warning": "تحذيرات", "average": "متوسط", "high": "عالي", @@ -980,24 +986,24 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "الاسم", - "address": "عنوان", - "last_seen": "آخر ظهور", - "status": "الحالة", - "online": "مُتّصل", - "offline": "غير متصل" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "الاسم", + "name": "Name", "systems": "Systems", - "up": "يعمل", - "down": "لا يعمل", - "paused": "متوقف", - "pending": "معلق", - "status": "الحالة", - "updated": "محدث", - "cpu": "المعالج", - "memory": "الذاكرة", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", + "memory": "MEM", "disk": "Disk", "network": "NET" }, @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "سليم", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "مفقود", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "تحميل" + "loading": "Loading" }, "gitlab": { "groups": "Groups", - "issues": "المُشكِلات", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { - "status": "الحالة", - "load": "الضغط", - "bcharge": "شحن البطارية", - "timeleft": "الوقت المتبقي" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "التصنيفات" + "tags": "Tags" }, "slskd": { - "slskStatus": "الشبكة", - "connected": "متصل", - "disconnected": "غير متصل", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "متاح", - "update_no": "حتى الآن", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "ملفات" + "sharedFiles": "Files" }, "jellystat": { - "songs": "أغاني", - "movies": "أفلام", - "episodes": "حلقات", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 76c062360..f5c98ebf6 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -61,16 +61,16 @@ "wlan_devices": "WLAN Устройства", "lan_users": "LAN Потребители", "wlan_users": "WLAN Потребители", - "up": "Онлайн", + "up": "UP", "down": "DOWN", - "wait": "Моля изчакайте", + "wait": "Please wait", "empty_data": "Неизвестен статус на подсистема" }, "docker": { "rx": "ПЧ", "tx": "ИЗ", - "mem": "Памет", - "cpu": "Процесор", + "mem": "MEM", + "cpu": "CPU", "running": "Работи", "offline": "Изключен", "error": "Грешка", @@ -83,7 +83,7 @@ "partial": "Частично" }, "ping": { - "error": "Грешка", + "error": "Error", "ping": "Пинг", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP статус", - "error": "Грешка", + "error": "Error", "response": "Отговор", "down": "Down", "up": "Up", - "not_available": "Не е налично" + "not_available": "Not Available" }, "emby": { "playing": "Възпроизвежда", @@ -108,11 +108,11 @@ "songs": "Песни" }, "esphome": { - "offline": "Изключен", - "offline_alt": "Изключен", + "offline": "Offline", + "offline_alt": "Offline", "online": "Онлайн", - "total": "Общо", - "unknown": "Неизв." + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Произведено", @@ -133,7 +133,7 @@ "unread": "Непрочетени" }, "fritzbox": { - "connectionStatus": "Статус", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Неконфигуриран", "connectionStatusConnecting": "Свързване", "connectionStatusAuthenticating": "Удостоверяване", @@ -141,7 +141,7 @@ "connectionStatusDisconnecting": "Прекъсване на връзката", "connectionStatusDisconnected": "Не е свързан", "connectionStatusConnected": "Свързан", - "uptime": "Ъптайм", + "uptime": "Uptime", "maxDown": "Макс сваляне", "maxUp": "Макс качване", "down": "Down", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "Възпроизвежда", - "transcoding": "Конвертира", - "bitrate": "Битрейт", - "no_active": "Няма активни потоци", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Провери връзка с Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Активни Потоци", "albums": "Албуми", - "movies": "Филми", + "movies": "Movies", "tv": "Сериали" }, "sabnzbd": { - "rate": "Скорост", + "rate": "Rate", "queue": "Опашка", "timeleft": "Оставащо Време" }, "rutorrent": { "active": "Акитивен", - "upload": "Качване", - "download": "Изтегляне" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Изтегляне", - "upload": "Качване", - "leech": "Лийч", - "seed": "Сийд" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Изтегляне", - "upload": "Качване", - "leech": "Лийч", - "seed": "Сийд" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU употреба", @@ -223,44 +223,44 @@ "invalid": "Невалидни" }, "deluge": { - "download": "Изтегляне", - "upload": "Качване", - "leech": "Лийч", - "seed": "Сийд" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Изтегляне", - "upload": "Качване", - "leech": "Лийч", - "seed": "Сийд" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Търсени", "queued": "В изчакване", - "series": "Сериали", - "queue": "Опашка", - "unknown": "Неизв." + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Търсени", + "wanted": "Wanted", "missing": "Липсващи", - "queued": "В изчакване", - "movies": "Филми", - "queue": "Опашка", - "unknown": "Неизв." + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Търсени", - "queued": "В изчакване", + "wanted": "Wanted", + "queued": "Queued", "artists": "Изпълнители" }, "readarr": { - "wanted": "Търсени", - "queued": "В изчакване", + "wanted": "Wanted", + "queued": "Queued", "books": "Книги" }, "bazarr": { @@ -274,18 +274,18 @@ }, "jellyseerr": { "pending": "Pending", - "approved": "Одобрен", - "available": "Наличен" + "approved": "Approved", + "available": "Available" }, "overseerr": { "pending": "Pending", "processing": "Processing", - "approved": "Одобрен", - "available": "Наличен" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Общо", - "connected": "Свързан", + "total": "Total", + "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Заявки", - "blocked": "Блокирани", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Филтрирани", "latency": "Latency" }, "speedtest": { - "upload": "Качване", - "download": "Изтегляне", - "ping": "Пинг" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Работи", + "running": "Running", "stopped": "Спрян", - "total": "Общо" + "total": "Total" }, "suwayomi": { - "download": "Изтеглени", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", - "unread": "Непрочетени", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Изтеглени и непрочетени", "nondownloadedread": "Не-изтеглени и прочетени", @@ -336,7 +336,7 @@ "ago": "преди {{value}}" }, "technitium": { - "totalQueries": "Заявки", + "totalQueries": "Queries", "totalNoError": "Успех", "totalServerFailure": "Грешки", "totalNxDomain": "NX домейни", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Рекурсивни", "totalCached": "Кеширани", - "totalBlocked": "Блокирани", + "totalBlocked": "Blocked", "totalDropped": "Отпаднали", "totalClients": "Клиенти" }, "tdarr": { - "queue": "Опашка", + "queue": "Queue", "processed": "Обработени", "errored": "С грешки", "saved": "Запазени" @@ -359,14 +359,20 @@ "services": "Услуги", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Няма активни потоци", + "nothing_streaming": "No Active Streams", "please_wait": "Моля Изчакайте" }, "npm": { "enabled": "Активирано", "disabled": "Деактивирано", - "total": "Общо" + "total": "Total" }, "coinmarketcap": { "configure": "Настрой за следене една или повече крипто валути", @@ -377,71 +383,71 @@ }, "gotify": { "apps": "Приложения", - "clients": "Клиенти", + "clients": "Clients", "messages": "Съобщения" }, "prowlarr": { "enableIndexers": "Индексъри", "numberOfGrabs": "Grabs", - "numberOfQueries": "Заявки", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Fail Grabs", "numberOfFailQueries": "Fail Queries" }, "jackett": { "configured": "Настроен", - "errored": "С грешки" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Сесии", "numConnections": "Connections", "dataRelayed": "", - "transferRate": "Скорост" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Потребители", + "user_count": "Users", "status_count": "Posts", "domain_count": "Domains" }, "medusa": { - "wanted": "Търсени", - "queued": "В изчакване", - "series": "Сериали" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Играчи", "version": "Version", - "status": "Статус", - "up": "Онлайн", - "down": "Изключен" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Read", - "unread": "Непрочетени" + "unread": "Unread" }, "authentik": { - "users": "Потребители", + "users": "Users", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, "proxmox": { - "mem": "Памет", - "cpu": "Процесор", + "mem": "MEM", + "cpu": "CPU", "lxc": "LXC", "vms": "VMs" }, "glances": { - "cpu": "Процесор", - "load": "Натоварване", - "wait": "Моля изчакайте", - "temp": "Температура", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Температура", "warn": "Предупреждение", - "uptime": "Онлайн", - "total": "Общо", - "free": "Свободни", - "used": "Заети", - "days": "д", - "hours": "ч", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Crit", "read": "Read", "write": "Write", @@ -464,57 +470,57 @@ "1-day": "Предимно Слънчево", "1-night": "Предимно Ясно", "2-day": "Частична Облачност", - "2-night": "Частична Облачност", + "2-night": "Partly Cloudy", "3-day": "Облачно", - "3-night": "Облачно", + "3-night": "Cloudy", "45-day": "Мъгливо", - "45-night": "Мъгливо", - "48-day": "Мъгливо", - "48-night": "Мъгливо", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Слабо преваляване", - "51-night": "Слабо преваляване", + "51-night": "Light Drizzle", "53-day": "Преваляване", - "53-night": "Преваляване", + "53-night": "Drizzle", "55-day": "Тежко преваляване", - "55-night": "Тежко преваляване", + "55-night": "Heavy Drizzle", "56-day": "Слабо студено преваляване", - "56-night": "Слабо студено преваляване", + "56-night": "Light Freezing Drizzle", "57-day": "Студено преваляване", - "57-night": "Студено преваляване", + "57-night": "Freezing Drizzle", "61-day": "Слаб дъжд", - "61-night": "Слаб дъжд", + "61-night": "Light Rain", "63-day": "Дъжд", - "63-night": "Дъжд", + "63-night": "Rain", "65-day": "Силен дъжд", - "65-night": "Силен дъжд", + "65-night": "Heavy Rain", "66-day": "Леден дъжд", - "66-night": "Леден дъжд", - "67-day": "Леден дъжд", - "67-night": "Леден дъжд", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Лек снеговалеж", - "71-night": "Лек снеговалеж", + "71-night": "Light Snow", "73-day": "Снеговалеж", - "73-night": "Снеговалеж", + "73-night": "Snow", "75-day": "Силен снеговалеж", - "75-night": "Силен снеговалеж", + "75-night": "Heavy Snow", "77-day": "Snow Grains", "77-night": "Snow Grains", "80-day": "Лек дъжд", - "80-night": "Лек дъжд", + "80-night": "Light Showers", "81-day": "Дъжд", - "81-night": "Дъжд", + "81-night": "Showers", "82-day": "Силен дъжд", - "82-night": "Силен дъжд", + "82-night": "Heavy Showers", "85-day": "Снеговалеж", - "85-night": "Снеговалеж", - "86-day": "Снеговалеж", - "86-night": "Снеговалеж", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Гръмотевична буря", - "95-night": "Гръмотевична буря", + "95-night": "Thunderstorm", "96-day": "Гръмотевична буря с градушка", - "96-night": "Гръмотевична буря с градушка", - "99-day": "Гръмотевична буря с градушка", - "99-night": "Гръмотевична буря с градушка" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Система", @@ -533,7 +539,7 @@ "grace": "Гратисен период", "down": "Down", "paused": "На пауза", - "status": "Статус", + "status": "Status", "last_ping": "Последен пинг", "never": "Няма пинг все още" }, @@ -543,27 +549,27 @@ "containers_failed": "Провалени" }, "autobrr": { - "approvedPushes": "Одобрен", + "approvedPushes": "Approved", "rejectedPushes": "Отхвърлени", "filters": "Филтри", - "indexers": "Индексъри" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Опашка", + "downloads": "Queue", "videos": "Видео", "channels": "Канали", "playlists": "Плейлист" }, "truenas": { "load": "Натоварване на системата", - "uptime": "Ъптайм", - "alerts": "Предупреждения" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Скорост", - "active": "Акитивен", - "queue": "Опашка", - "total": "Общо" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Публично IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Канали", + "channels": "Channels", "hd": "HD", "tunerCount": "Тунери", "channelNumber": "Канал", "channelNetwork": "Мрежа", "signalStrength": "Сила", "signalQuality": "Качество", - "symbolQuality": "Качество", - "networkRate": "Битрейт", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Клиент" }, "scrutiny": { "passed": "Одобрени", - "failed": "Провалени", - "unknown": "Неизв." + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Входящи", - "total": "Общо" + "total": "Total" }, "peanut": { "battery_charge": "Заряд на батерията", "ups_load": "Натоварване на UPS", "ups_status": "Статус на UPS", - "online": "Онлайн", + "online": "Online", "on_battery": "На батерия", "low_battery": "Слаба батерия" }, "nextdns": { - "wait": "Моля Изчакайте", + "wait": "Please Wait", "no_devices": "Не е получена дата от устройство" }, "mikrotik": { "cpuLoad": "Натоварване на процесор", "memoryUsed": "Изполвана памет", - "uptime": "Ъптайм", + "uptime": "Uptime", "numberOfLeases": "Leases" }, "xteve": { "streams_all": "Всички потоци", - "streams_active": "Активни Потоци", + "streams_active": "Active Streams", "streams_xepg": "XEPG канали" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Лимит" }, "opnsense": { - "cpu": "Натоварване на процесор", + "cpu": "CPU Load", "memory": "Активна памет", "wanUpload": "WAN качване", "wanDownload": "WAN теглене" @@ -634,14 +640,14 @@ "layers": "Слоеве" }, "octoprint": { - "printer_state": "Статус", + "printer_state": "Status", "temp_tool": "Температур на уреда", "temp_bed": "Температура на леглото", "job_completion": "Завършване" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Статус" + "status": "Status" }, "pfsense": { "load": "Средно натоварване", @@ -649,60 +655,60 @@ "wanStatus": "WAN статус", "up": "Up", "down": "Down", - "temp": "Температура", + "temp": "Temp", "disk": "Употреба на диска", "wanIP": "WAN IP" }, "proxmoxbackupserver": { "datastore_usage": "База данни", "failed_tasks_24h": "Провалени задачи 24ч", - "cpu_usage": "Процесор", + "cpu_usage": "CPU", "memory_usage": "Памет" }, "immich": { - "users": "Потребители", + "users": "Users", "photos": "Снимки", - "videos": "Видео", + "videos": "Videos", "storage": "Хранилище" }, "uptimekuma": { "up": "Sites Up", "down": "Sites Down", - "uptime": "Ъптайм", + "uptime": "Uptime", "incident": "Инцидент", - "m": "мин" + "m": "m" }, "atsumeru": { - "series": "Сериали", + "series": "Series", "archives": "Архиви", "chapters": "Глави", "categories": "Категории" }, "komga": { "libraries": "Библиотеки", - "series": "Сериали", - "books": "Книги" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Дни", - "uptime": "Ъптайм", - "volumeAvailable": "Наличен" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Сериали", + "series": "Series", "issues": "Издания", - "wanted": "Търсени" + "wanted": "Wanted" }, "photoprism": { - "albums": "Албуми", - "photos": "Снимки", - "videos": "Видео", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Хора" }, "fileflows": { - "queue": "Опашка", + "queue": "Queue", "processing": "Processing", - "processed": "Обработени", + "processed": "Processed", "time": "Време" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Споделени записи" }, "kopia": { - "status": "Статус", + "status": "Status", "size": "Размер", "lastrun": "Последно стартиране", "nextrun": "Следващо стартиране", - "failed": "Провалени" + "failed": "Failed" }, "unmanic": { "active_workers": "Активни работници", @@ -747,18 +753,18 @@ "gatus": { "up": "Sites Up", "down": "Sites Down", - "uptime": "Ъптайм" + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Днес", + "gross_percent_today": "Today", "gross_percent_1y": "Една година", "gross_percent_max": "All time" }, "audiobookshelf": { "podcasts": "Подкасти", - "books": "Книги", + "books": "Books", "podcastsDuration": "Продължителност", - "booksDuration": "Продължителност" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "People Home", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "Наблюдение", - "updates": "Актуализации" + "updates": "Updates" }, "calibreweb": { - "books": "Книги", + "books": "Books", "authors": "Автори", - "categories": "Категории", - "series": "Сериали" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Опашка", - "downloadBytesRemaining": "Остава", - "downloadTotalBytes": "Размер", - "downloadSpeed": "Скорост" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Сериали", - "totalFiles": "Файлове" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Резултат", - "status": "Статус", + "status": "Status", "buildId": "Build ID", "succeeded": "Успешни", "notStarted": "Не стартирани", - "failed": "Провалени", + "failed": "Failed", "canceled": "Отказани", "inProgress": "В процес", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Одобрен" + "approved": "Approved" }, "gamedig": { - "status": "Статус", - "online": "Онлайн", - "offline": "Изключен", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Име", "map": "Карта", "currentPlayers": "Текущи играчи", - "players": "Играчи", + "players": "Players", "maxPlayers": "Максимален брой играчи", "bots": "Ботове", - "ping": "Пинг" + "ping": "Ping" }, "urbackup": { "ok": "ОК", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Рецепти", - "users": "Потребители", - "categories": "Категории", + "users": "Users", + "categories": "Categories", "tags": "Тагове" }, "openmediavault": { "downloading": "Изтегляне", - "total": "Общо", - "running": "Работи", - "stopped": "Спрян", - "passed": "Одобрени", - "failed": "Провалени" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Ъптайм", + "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", "up": "Up", "down": "Down", "bytesTx": "Изпратено", - "bytesRx": "Получени" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Статус", - "uptime": "Ъптайм", + "status": "Status", + "uptime": "Uptime", "lastDown": "Последно изключване", "downDuration": "Продължителност на изключване", "sitesUp": "Sites Up", "sitesDown": "Sites Down", - "paused": "На пауза", + "paused": "Paused", "notyetchecked": "Непроверено", "up": "Up", "seemsdown": "Изглежда изключено", "down": "Down", - "unknown": "Неизв." + "unknown": "Unknown" }, "calendar": { "inCinemas": "В кината", @@ -872,7 +878,7 @@ "domains": "Domains", "mailboxes": "Пощенски кутии", "mails": "Mails", - "storage": "Хранилище" + "storage": "Storage" }, "netdata": { "warnings": "Предупреждения", @@ -881,12 +887,12 @@ "plantit": { "events": "Събития", "plants": "Растения", - "photos": "Снимки", + "photos": "Photos", "species": "Видове" }, "gitea": { "notifications": "Известия", - "issues": "Издания", + "issues": "Issues", "pulls": "Заявки за сливане", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Галерии", "performers": "Performers", "studios": "Студиа", - "movies": "Филми", - "tags": "Тагове", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Потребители", - "recipes": "Рецепти", + "users": "Users", + "recipes": "Recipes", "keywords": "Ключови думи" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "В гаранция", "locations": "Места", "labels": "Етикети", - "users": "Потребители", + "users": "Users", "totalValue": "Обща стойност" }, "crowdsec": { - "alerts": "Предупреждения", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "Свързан", - "enabled": "Активирано", - "disabled": "Деактивирано", - "total": "Общо" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Banned" }, "myspeed": { - "ping": "Пинг", - "download": "Изтегляне", - "upload": "Качване" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Акции", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Ъптайм", + "uptime": "Uptime", "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Тагове" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Информация", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,24 +986,24 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Име", - "address": "Адрес", - "last_seen": "Последно видян", - "status": "Статус", - "online": "Онлайн", - "offline": "Изключен" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Име", + "name": "Name", "systems": "Системи", "up": "Up", "down": "Down", - "paused": "На пауза", + "paused": "Paused", "pending": "Pending", - "status": "Статус", - "updated": "Обновени", - "cpu": "Процесор", - "memory": "Памет", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", + "memory": "MEM", "disk": "Диск", "network": "NET" }, @@ -1005,26 +1011,26 @@ "apps": "Приложения", "synced": "Synced", "outOfSync": "", - "healthy": "Здрав", + "healthy": "Healthy", "degraded": "Деградирани", "progressing": "Progressing", - "missing": "Липсващи", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "Зареждане" + "loading": "Loading" }, "gitlab": { "groups": "Groups", - "issues": "Издания", + "issues": "Issues", "merges": "Merge Requests", "projects": "Проекти" }, "apcups": { - "status": "Статус", - "load": "Натоварване", - "bcharge": "Заряд на батерията", - "timeleft": "Оставащо Време" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Тагове" + "tags": "Tags" }, "slskd": { - "slskStatus": "Мрежа", - "connected": "Свързан", - "disconnected": "Не е свързан", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Наличен", - "update_no": "Актуално", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Файлове" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Песни", - "movies": "Филми", - "episodes": "Епизоди", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 3928f4ff8..107624ac0 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -61,15 +61,15 @@ "wlan_devices": "Dispositius WLAN", "lan_users": "Usuaris LAN", "wlan_users": "Usuaris WLAN", - "up": "ACTIU", + "up": "UP", "down": "INACTIU", - "wait": "Si us plau, espereu", + "wait": "Si us plau espera", "empty_data": "Estat del subsistema desconegut" }, "docker": { "rx": "Rebut", "tx": "Transmès", - "mem": "MEM", + "mem": "Memòria", "cpu": "CPU", "running": "En execució", "offline": "Fora de línia", @@ -93,9 +93,9 @@ "http_status": "Estat HTTP", "error": "Error", "response": "Resposta", - "down": "Inactiu", - "up": "Actiu", - "not_available": "No Disponible" + "down": "Down", + "up": "Up", + "not_available": "No disponible" }, "emby": { "playing": "Reproduint", @@ -108,11 +108,11 @@ "songs": "Cançons" }, "esphome": { - "offline": "Fora de línia", - "offline_alt": "Fora de línia", + "offline": "Offline", + "offline_alt": "Offline", "online": "En línia", "total": "Total", - "unknown": "Desconegut" + "unknown": "Unknown" }, "evcc": { "pv_power": "Producció", @@ -133,7 +133,7 @@ "unread": "Sense llegir" }, "fritzbox": { - "connectionStatus": "Estat", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Sense configurar", "connectionStatusConnecting": "Connectant", "connectionStatusAuthenticating": "Autenticant", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Desconnectant", "connectionStatusDisconnected": "Desconnectat", "connectionStatusConnected": "Connectat", - "uptime": "Temps actiu", + "uptime": "Uptime", "maxDown": "Màx. Descàrrega", "maxUp": "Màx. Càrrega", - "down": "Inactiu", - "up": "Actiu", + "down": "Down", + "up": "Up", "received": "Rebuts", "sent": "Enviats", "externalIPAddress": "IP ext.", @@ -168,10 +168,10 @@ "passes": "Aprovat" }, "tautulli": { - "playing": "Reproduint", - "transcoding": "Transcodificant", - "bitrate": "Taxa de bits", - "no_active": "Sense reproduccions actives", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Comprova la connexió de Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Transmissions actives", "albums": "Àlbums", - "movies": "Pel·lícules", + "movies": "Movies", "tv": "Sèries" }, "sabnzbd": { - "rate": "Taxa", + "rate": "Rate", "queue": "Cua", "timeleft": "Temps restant" }, "rutorrent": { "active": "Actiu", - "upload": "Pujada", - "download": "Descarregar" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Descarregar", - "upload": "Pujada", - "leech": "Sangonera", - "seed": "Llavors" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Descarregar", - "upload": "Pujada", - "leech": "Sangonera", - "seed": "Llavors" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Ús de CPU", @@ -223,44 +223,44 @@ "invalid": "No vàlid" }, "deluge": { - "download": "Descarregar", - "upload": "Pujada", - "leech": "Sangonera", - "seed": "Llavors" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Bytes trobats a la memòria cau", "cachemissbytes": "Bytes no trobats a la memòria cau" }, "downloadstation": { - "download": "Descarregar", - "upload": "Pujada", - "leech": "Sangonera", - "seed": "Llavors" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Volgut", "queued": "En cua", - "series": "Sèries", - "queue": "Cua", - "unknown": "Desconegut" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Volgut", + "wanted": "Wanted", "missing": "Falten", - "queued": "En cua", - "movies": "Pel·lícules", - "queue": "Cua", - "unknown": "Desconegut" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Volgut", - "queued": "En cua", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artistes" }, "readarr": { - "wanted": "Volgut", - "queued": "En cua", + "wanted": "Wanted", + "queued": "Queued", "books": "Llibres" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponible" }, "jellyseerr": { - "pending": "Pendent", - "approved": "Aprovat", - "available": "Disponible" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Pendent", + "pending": "Pending", "processing": "Processant", - "approved": "Aprovat", - "available": "Disponible" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Connectat", + "connected": "Connected", "new_devices": "Nous dispositius", "down_alerts": "Alertes de caigudes" }, @@ -296,26 +296,26 @@ "gravity": "Gravetat" }, "adguard": { - "queries": "Consultes", - "blocked": "Bloquejat", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrat", "latency": "Latència" }, "speedtest": { - "upload": "Pujada", - "download": "Descarregar", - "ping": "Latència" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "En execució", + "running": "Running", "stopped": "Aturat", "total": "Total" }, "suwayomi": { - "download": "Descarregat", + "download": "Downloaded", "nondownload": "No descarregat", - "read": "Llegit", - "unread": "Sense llegir", + "read": "Read", + "unread": "Unread", "downloadedread": "Descarregat i llegit", "downloadedunread": "Descarregat i per llegir", "nondownloadedread": "No descarregat i llegit", @@ -336,7 +336,7 @@ "ago": "Fa {{value}}" }, "technitium": { - "totalQueries": "Consultes", + "totalQueries": "Queries", "totalNoError": "Èxits", "totalServerFailure": "Fallades", "totalNxDomain": "Dominis NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritatiu", "totalRecursive": "Recursiu", "totalCached": "A la memòria cau", - "totalBlocked": "Bloquejat", + "totalBlocked": "Blocked", "totalDropped": "Abandonat", "totalClients": "Clients" }, "tdarr": { - "queue": "Cua", + "queue": "Queue", "processed": "Processat", "errored": "Error", "saved": "Estalviat" @@ -359,8 +359,14 @@ "services": "Serveis", "middleware": "Intermediari" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Sense reproduccions actives", + "nothing_streaming": "No Active Streams", "please_wait": "Espereu si us plau" }, "npm": { @@ -383,43 +389,43 @@ "prowlarr": { "enableIndexers": "Indexadors", "numberOfGrabs": "Captures", - "numberOfQueries": "Consultes", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Captures fallides", "numberOfFailQueries": "Consultes fallides" }, "jackett": { "configured": "Configurat", - "errored": "Error" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessions", "numConnections": "Connexions", "dataRelayed": "Transmès", - "transferRate": "Taxa" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Usuaris", + "user_count": "Users", "status_count": "Publicacions", "domain_count": "Dominis" }, "medusa": { - "wanted": "Volgut", - "queued": "En cua", - "series": "Sèries" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Jugadors", "version": "Versió", - "status": "Estat", - "up": "En línia", - "down": "Fora de línia" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Llegit", - "unread": "Sense llegir" + "unread": "Unread" }, "authentik": { - "users": "Usuaris", + "users": "Users", "loginsLast24H": "Inicis de sessió (24h)", "failedLoginsLast24H": "Errors d'inici de sessió (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Càrrega", - "wait": "Si us plau, espereu", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Avís", - "uptime": "ACTIU", + "uptime": "UP", "total": "Total", - "free": "Lliure", - "used": "Utilitzat", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crític", - "read": "Llegit", + "read": "Read", "write": "Escriptura", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "Majorment assolellat", "1-night": "Majorment clar", "2-day": "Parcialment ennuvolat", - "2-night": "Parcialment ennuvolat", + "2-night": "Partly Cloudy", "3-day": "Ennuvolat", - "3-night": "Ennuvolat", + "3-night": "Cloudy", "45-day": "Boirós", - "45-night": "Boirós", - "48-day": "Boirós", - "48-night": "Boirós", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Ruixats lleugers", - "51-night": "Ruixats lleugers", + "51-night": "Light Drizzle", "53-day": "Ruixat", - "53-night": "Ruixat", + "53-night": "Drizzle", "55-day": "Ruixat intens", - "55-night": "Ruixat intens", + "55-night": "Heavy Drizzle", "56-day": "Lleuger ruixat gelat", - "56-night": "Lleuger ruixat gelat", + "56-night": "Light Freezing Drizzle", "57-day": "Ruixat gelat", - "57-night": "Ruixat gelat", + "57-night": "Freezing Drizzle", "61-day": "Pluja lleugera", - "61-night": "Pluja lleugera", + "61-night": "Light Rain", "63-day": "Pluja", - "63-night": "Pluja", + "63-night": "Rain", "65-day": "Pluja intensa", - "65-night": "Pluja intensa", + "65-night": "Heavy Rain", "66-day": "Pluja gelada", - "66-night": "Pluja gelada", - "67-day": "Pluja gelada", - "67-night": "Pluja gelada", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Neu lleugera", - "71-night": "Neu lleugera", + "71-night": "Light Snow", "73-day": "Neu", - "73-night": "Neu", + "73-night": "Snow", "75-day": "Neu intensa", - "75-night": "Neu intensa", + "75-night": "Heavy Snow", "77-day": "Neu lleugera", - "77-night": "Neu lleugera", + "77-night": "Snow Grains", "80-day": "Plovisqueig", - "80-night": "Plovisqueig", + "80-night": "Light Showers", "81-day": "Xàfecs", - "81-night": "Xàfecs", + "81-night": "Showers", "82-day": "Xàfecs intensos", - "82-night": "Xàfecs intensos", + "82-night": "Heavy Showers", "85-day": "Xàfecs de neu", - "85-night": "Xàfecs de neu", - "86-day": "Xàfecs de neu", - "86-night": "Xàfecs de neu", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Tempesta", - "95-night": "Tempesta", + "95-night": "Thunderstorm", "96-day": "Tempesta amb calamarsa", - "96-night": "Tempesta amb calamarsa", - "99-day": "Tempesta amb calamarsa", - "99-night": "Tempesta amb calamarsa" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistema", @@ -523,17 +529,17 @@ "up_to_date": "Actualitzat", "child_bridges": "Ponts fills", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Actiu", - "pending": "Pendent", - "down": "Inactiu" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nou", - "up": "Actiu", + "up": "Up", "grace": "En Període de gràcia", - "down": "Inactiu", + "down": "Down", "paused": "En pausa", - "status": "Estat", + "status": "Status", "last_ping": "Últim ping", "never": "Sense pings" }, @@ -543,26 +549,26 @@ "containers_failed": "Error" }, "autobrr": { - "approvedPushes": "Aprovat", + "approvedPushes": "Approved", "rejectedPushes": "Rebutjat", "filters": "Filtres", - "indexers": "Indexadors" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Cua", + "downloads": "Queue", "videos": "Vídeos", "channels": "Canals", "playlists": "Llistes de reproducció" }, "truenas": { "load": "Càrrega del sistema", - "uptime": "Temps actiu", - "alerts": "Alertes" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Velocitat", - "active": "Actiu", - "queue": "Cua", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,21 +578,21 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Canals", + "channels": "Channels", "hd": "HD", "tunerCount": "Sintonitzadors", "channelNumber": "Canal", "channelNetwork": "Xarxa", "signalStrength": "Intensitat", "signalQuality": "Qualitat", - "symbolQuality": "Qualitat", - "networkRate": "Taxa de bits", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Aprovat", - "failed": "Error", - "unknown": "Desconegut" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Safata d'entrada", @@ -596,23 +602,23 @@ "battery_charge": "Càrrega de la bateria", "ups_load": "Càrrega del SAI", "ups_status": "Estat del SAI", - "online": "En línia", + "online": "Online", "on_battery": "En Bateria", "low_battery": "Bateria Baixa" }, "nextdns": { - "wait": "Espereu si us plau", + "wait": "Please Wait", "no_devices": "No s'han rebut dades del Dispositiu" }, "mikrotik": { "cpuLoad": "Càrrega de CPU", "memoryUsed": "Memoria en ús", - "uptime": "Temps actiu", + "uptime": "Uptime", "numberOfLeases": "IPs assignades" }, "xteve": { "streams_all": "Tots els streams", - "streams_active": "Transmissions actives", + "streams_active": "Active Streams", "streams_xepg": "Canals XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Límit" }, "opnsense": { - "cpu": "Càrrega de CPU", + "cpu": "CPU Load", "memory": "Memòria activa", "wanUpload": "Pujada WAN", "wanDownload": "Baixada WAN" @@ -634,21 +640,21 @@ "layers": "Capes" }, "octoprint": { - "printer_state": "Estat", + "printer_state": "Status", "temp_tool": "Temperatura capçal", "temp_bed": "Temperatura llit", "job_completion": "Finalització" }, "cloudflared": { "origin_ip": "IP Origen", - "status": "Estat" + "status": "Status" }, "pfsense": { "load": "Càrrega mitjana", "memory": "Ús Memòria", "wanStatus": "Estat WAN", - "up": "Actiu", - "down": "Inactiu", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Ús Disc", "wanIP": "IP WAN" @@ -660,49 +666,49 @@ "memory_usage": "Memòria" }, "immich": { - "users": "Usuaris", + "users": "Users", "photos": "Fotos", - "videos": "Vídeos", + "videos": "Videos", "storage": "Emmagatzematge" }, "uptimekuma": { "up": "Actius", "down": "Caiguts", - "uptime": "Temps actiu", + "uptime": "Uptime", "incident": "Incidència", "m": "m" }, "atsumeru": { - "series": "Sèries", + "series": "Series", "archives": "Arxius", "chapters": "Capítols", "categories": "Categories" }, "komga": { "libraries": "Biblioteques", - "series": "Sèries", - "books": "Llibres" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dies", - "uptime": "Temps actiu", - "volumeAvailable": "Disponible" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Sèries", + "series": "Series", "issues": "Problemes", - "wanted": "Volgut" + "wanted": "Wanted" }, "photoprism": { - "albums": "Àlbums", - "photos": "Fotos", - "videos": "Vídeos", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Gent" }, "fileflows": { - "queue": "Cua", - "processing": "Processant", - "processed": "Processat", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Temps" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Elements compartits" }, "kopia": { - "status": "Estat", + "status": "Status", "size": "Mida", "lastrun": "Darrera execució", "nextrun": "Següent execució", - "failed": "Error" + "failed": "Failed" }, "unmanic": { "active_workers": "Treballadors actius", @@ -745,20 +751,20 @@ "targets_total": "Objectius Totals" }, "gatus": { - "up": "Actius", - "down": "Caiguts", - "uptime": "Temps actiu" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Avui", + "gross_percent_today": "Today", "gross_percent_1y": "Un any", "gross_percent_max": "Sempre" }, "audiobookshelf": { "podcasts": "Pòdcasts", - "books": "Llibres", + "books": "Books", "podcastsDuration": "Durada", - "booksDuration": "Durada" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Gent a casa", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "Supervisió", - "updates": "Actualitzacions" + "updates": "Updates" }, "calibreweb": { - "books": "Llibres", + "books": "Books", "authors": "Autors", "categories": "Categories", - "series": "Sèries" + "series": "Series" }, "jdownloader": { - "downloadCount": "Cua", - "downloadBytesRemaining": "Restant", - "downloadTotalBytes": "Mida", - "downloadSpeed": "Velocitat" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Sèries", - "totalFiles": "Fitxers" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Resultat", - "status": "Estat", + "status": "Status", "buildId": "Id de compilació", "succeeded": "Amb èxit", "notStarted": "No Iniciat", - "failed": "Error", + "failed": "Failed", "canceled": "Cancel·lat", "inProgress": "En curs", "totalPrs": "PRs Totals", "myPrs": "Les meves PRs", - "approved": "Aprovat" + "approved": "Approved" }, "gamedig": { - "status": "Estat", - "online": "En línia", - "offline": "Fora de línia", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Nom", "map": "Mapa", "currentPlayers": "Jugadors actuals", - "players": "Jugadors", + "players": "Players", "maxPlayers": "Màxim de jugadors", "bots": "Bots", - "ping": "Latència" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Receptes", - "users": "Usuaris", + "users": "Users", "categories": "Categories", "tags": "Etiquetes" }, "openmediavault": { "downloading": "Descarregant", "total": "Total", - "running": "En execució", - "stopped": "Aturat", - "passed": "Aprovat", - "failed": "Error" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Temps actiu", + "uptime": "Uptime", "cpuLoad": "Càrrega mitjana de CPU (5min)", - "up": "Actiu", - "down": "Inactiu", + "up": "Up", + "down": "Down", "bytesTx": "Enviat", - "bytesRx": "Rebuts" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Estat", - "uptime": "Temps actiu", + "status": "Status", + "uptime": "Uptime", "lastDown": "Darrera Inactivitat", "downDuration": "Duració d'Inactivitat", - "sitesUp": "Actius", - "sitesDown": "Caiguts", - "paused": "En pausa", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Sense verificar", - "up": "Actiu", + "up": "Up", "seemsdown": "Sembla caigut", - "down": "Inactiu", - "unknown": "Desconegut" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "En cines", @@ -869,10 +875,10 @@ "totalfilesize": "Tamany total" }, "mailcow": { - "domains": "Dominis", + "domains": "Domains", "mailboxes": "Bústies", "mails": "Correus", - "storage": "Emmagatzematge" + "storage": "Storage" }, "netdata": { "warnings": "Avisos", @@ -881,12 +887,12 @@ "plantit": { "events": "Esdeveniments", "plants": "Plantes", - "photos": "Fotos", + "photos": "Photos", "species": "Espècies" }, "gitea": { "notifications": "Notificacions", - "issues": "Problemes", + "issues": "Issues", "pulls": "Sol·licitud de Canvis", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Biblioteques", "performers": "Intèrprets", "studios": "Estudis", - "movies": "Pel·lícules", - "tags": "Etiquetes", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Usuaris", - "recipes": "Receptes", + "users": "Users", + "recipes": "Recipes", "keywords": "Paraules claus" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "Amb Garantia", "locations": "Ubicacions", "labels": "Etiquetes", - "users": "Usuaris", + "users": "Users", "totalValue": "Valor total" }, "crowdsec": { - "alerts": "Alertes", + "alerts": "Alerts", "bans": "Prohibicions" }, "wgeasy": { - "connected": "Connectat", - "enabled": "Activat", - "disabled": "Desactivat", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -936,9 +942,9 @@ "banned": "Bloquejat" }, "myspeed": { - "ping": "Latència", - "download": "Descarregar", - "upload": "Pujada" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Accions", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Càmeres", - "uptime": "Temps actiu", - "version": "Versió" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Enllaços", "collections": "Col·leccions", - "tags": "Etiquetes" + "tags": "Tags" }, "zabbix": { "unclassified": "No classificat", - "information": "Informació", + "information": "Information", "warning": "Avís", "average": "Mitjana", "high": "Alt", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasques en marxa" }, "headscale": { - "name": "Nom", - "address": "Adreça", - "last_seen": "Vist per darrer cop", - "status": "Estat", - "online": "En línia", - "offline": "Fora de línia" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Nom", + "name": "Name", "systems": "Sistemes", - "up": "Actiu", - "down": "Inactiu", - "paused": "En pausa", - "pending": "Pendent", - "status": "Estat", - "updated": "Actualitzat", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disc", @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Sincronitzats", "outOfSync": "Dessincronitzats", - "healthy": "Saludable", + "healthy": "Healthy", "degraded": "Degradats", "progressing": "Progressant", - "missing": "Falten", + "missing": "Missing", "suspended": "Suspesos" }, "spoolman": { - "loading": "Carregant" + "loading": "Loading" }, "gitlab": { "groups": "Grups", - "issues": "Problemes", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projectes" }, "apcups": { - "status": "Estat", - "load": "Càrrega", - "bcharge": "Càrrega de la bateria", - "timeleft": "Temps restant" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Etiquetes" + "tags": "Tags" }, "slskd": { - "slskStatus": "Xarxa", - "connected": "Connectat", - "disconnected": "Desconnectat", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Disponible", - "update_no": "Actualitzat", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Fitxers" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Cançons", - "movies": "Pel·lícules", - "episodes": "Episodis", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 331d7438a..8a392aed4 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -61,15 +61,15 @@ "wlan_devices": "Zařízení WLAN", "lan_users": "Uživatelé LAN", "wlan_users": "Uživatelé WLAN", - "up": "BĚŽÍ", + "up": "UP", "down": "NEFUNKČNÍ", - "wait": "Počkejte prosím", + "wait": "Please wait", "empty_data": "Stav podsystému neznámý" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "RAM", + "mem": "MEM", "cpu": "CPU", "running": "Běží", "offline": "Offline", @@ -83,7 +83,7 @@ "partial": "Částečný" }, "ping": { - "error": "Chyba", + "error": "Error", "ping": "Odezva", "down": "Výpadek", "up": "Běží", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Stav HTTP", - "error": "Chyba", + "error": "Error", "response": "Odpověď", - "down": "Výpadek", - "up": "Běží", - "not_available": "Není k dispozici" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Přehrává", @@ -111,8 +111,8 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Online", - "total": "Celkem", - "unknown": "Neznámý" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produkce", @@ -133,7 +133,7 @@ "unread": "Nepřečteno" }, "fritzbox": { - "connectionStatus": "Stav", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Nenastaveno", "connectionStatusConnecting": "Připojuji", "connectionStatusAuthenticating": "Ověřování", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Odpojování", "connectionStatusDisconnected": "Odpojeno", "connectionStatusConnected": "", - "uptime": "Doba spuštění", + "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", - "down": "Výpadek", - "up": "Běží", + "down": "Down", + "up": "Up", "received": "Přijaté", "sent": "Odeslané", "externalIPAddress": "Ext. IP", @@ -168,10 +168,10 @@ "passes": "Průchody" }, "tautulli": { - "playing": "Přehrává", - "transcoding": "Překódovávání", - "bitrate": "Přenosová rychlost", - "no_active": "Žádný aktivní stream", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Zkontrolujte připojení Plexu" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Aktivní streamy", "albums": "Alba", - "movies": "Filmy", + "movies": "Movies", "tv": "Seriály" }, "sabnzbd": { - "rate": "Rychlost", + "rate": "Rate", "queue": "Fronta", "timeleft": "Zbývající čas" }, "rutorrent": { "active": "Aktivní", - "upload": "Nahrávání", - "download": "Stahování" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Stahování", - "upload": "Nahrávání", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Stahování", - "upload": "Nahrávání", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Využití procesoru", @@ -223,44 +223,44 @@ "invalid": "Neplatné" }, "deluge": { - "download": "Stahování", - "upload": "Nahrávání", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Byty nalezené v mezipaměti", "cachemissbytes": "Byty nenalezené v mezipaměti" }, "downloadstation": { - "download": "Stahování", - "upload": "Nahrávání", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Hledané", "queued": "Ve frontě", - "series": "Seriály", - "queue": "Fronta", - "unknown": "Neznámý" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Hledané", + "wanted": "Wanted", "missing": "Chybějící", - "queued": "Ve frontě", - "movies": "Filmy", - "queue": "Fronta", - "unknown": "Neznámý" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Hledané", - "queued": "Ve frontě", + "wanted": "Wanted", + "queued": "Queued", "artists": "Interpreti" }, "readarr": { - "wanted": "Hledané", - "queued": "Ve frontě", + "wanted": "Wanted", + "queued": "Queued", "books": "Knihy" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Dostupné" }, "jellyseerr": { - "pending": "Čeká", - "approved": "Schváleno", - "available": "Dostupné" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Čeká", + "pending": "Pending", "processing": "Zpracovávání", - "approved": "Schváleno", - "available": "Dostupné" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Celkem", - "connected": "", + "total": "Total", + "connected": "Connected", "new_devices": "", "down_alerts": "Upozornění na výpadek" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Dotazy", - "blocked": "Blokováno", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrováno", "latency": "Odezva" }, "speedtest": { - "upload": "Nahrávání", - "download": "Stahování", - "ping": "Odezva" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Běží", + "running": "Running", "stopped": "Zastaveno", - "total": "Celkem" + "total": "Total" }, "suwayomi": { - "download": "Staženo", + "download": "Downloaded", "nondownload": "Nestaženo", - "read": "Přečteno", - "unread": "Nepřečteno", + "read": "Read", + "unread": "Unread", "downloadedread": "Staženo a přečteno", "downloadedunread": "Staženo a nepřečteno", "nondownloadedread": "Nestaženo a přečteno", @@ -336,7 +336,7 @@ "ago": "Před {{value}}" }, "technitium": { - "totalQueries": "Dotazy", + "totalQueries": "Queries", "totalNoError": "Úspěšně", "totalServerFailure": "Chyby", "totalNxDomain": "NX domény", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritativní", "totalRecursive": "Rekurzivní", "totalCached": "V mezipaměti", - "totalBlocked": "Blokováno", + "totalBlocked": "Blocked", "totalDropped": "Vynecháno", "totalClients": "Klienti" }, "tdarr": { - "queue": "Fronta", + "queue": "Queue", "processed": "Zpracováno", "errored": "Chybné", "saved": "Uložené" @@ -359,14 +359,20 @@ "services": "Služby", "middleware": "Prostředník" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Žádný aktivní stream", + "nothing_streaming": "No Active Streams", "please_wait": "Čekejte prosím" }, "npm": { "enabled": "Povoleno", "disabled": "Zakázáno", - "total": "Celkem" + "total": "Total" }, "coinmarketcap": { "configure": "Nakonfigurujte alespoň jednu crypto měnu ke sledování", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "Aplikace", - "clients": "Klienti", + "clients": "Clients", "messages": "Zprávy" }, "prowlarr": { "enableIndexers": "Indexery", "numberOfGrabs": "Uchopení", - "numberOfQueries": "Dotazy", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Neúspěšné uchopení", "numberOfFailQueries": "Neúspěšné dotazy" }, "jackett": { "configured": "Konfigurováno", - "errored": "Chybné" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sezení", "numConnections": "Připojení", "dataRelayed": "Přenášení", - "transferRate": "Rychlost" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Uživatelé", + "user_count": "Users", "status_count": "Příspěvky", "domain_count": "Domény" }, "medusa": { - "wanted": "Hledané", - "queued": "Ve frontě", - "series": "Seriály" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Hráči", "version": "Verze", - "status": "Stav", + "status": "Status", "up": "Online", "down": "Offline" }, "miniflux": { "read": "Přečteno", - "unread": "Nepřečteno" + "unread": "Unread" }, "authentik": { - "users": "Uživatelé", + "users": "Users", "loginsLast24H": "Příhlášení (24h)", "failedLoginsLast24H": "Neúspěšná přihlášení (24h)" }, "proxmox": { - "mem": "RAM", + "mem": "MEM", "cpu": "CPU", "lxc": "LXC", "vms": "Virtuální Stroje" }, "glances": { "cpu": "CPU", - "load": "Zatížení", - "wait": "Počkejte prosím", - "temp": "TEPLOTA", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Teplota", "warn": "Varováni", - "uptime": "BĚŽÍ", - "total": "Celkem", - "free": "Volné", - "used": "Využité", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Kritické", - "read": "Přečteno", + "read": "Read", "write": "Zápis", "gpu": "Grafická karta", "mem": "Pamět RAM", @@ -455,7 +461,7 @@ "search": "Hledat", "custom": "Vlastní", "visit": "Navštivte", - "url": "Odkaz", + "url": "URL", "searchsuggestion": "Doporučení" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Převážně slunečno", "1-night": "Převážně jasno", "2-day": "Polojasno", - "2-night": "Polojasno", + "2-night": "Partly Cloudy", "3-day": "Oblačno", - "3-night": "Oblačno", + "3-night": "Cloudy", "45-day": "Mlha", - "45-night": "Mlha", - "48-day": "Mlha", - "48-night": "Mlha", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Lehké mrholení", - "51-night": "Lehké mrholení", + "51-night": "Light Drizzle", "53-day": "Mrholení", - "53-night": "Mrholení", + "53-night": "Drizzle", "55-day": "Silné mrholení", - "55-night": "Silné mrholení", + "55-night": "Heavy Drizzle", "56-day": "Mírné mrznoucí mrholení", - "56-night": "Mírné mrznoucí mrholení", + "56-night": "Light Freezing Drizzle", "57-day": "Mrznoucí mrholení", - "57-night": "Mrznoucí mrholení", + "57-night": "Freezing Drizzle", "61-day": "Slabý déšť", - "61-night": "Slabý déšť", + "61-night": "Light Rain", "63-day": "Déšť", - "63-night": "Déšť", + "63-night": "Rain", "65-day": "Silný déšť", - "65-night": "Silný déšť", + "65-night": "Heavy Rain", "66-day": "Mrznoucí déšť", - "66-night": "Mrznoucí déšť", - "67-day": "Mrznoucí déšť", - "67-night": "Mrznoucí déšť", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Slabé sněžení", - "71-night": "Slabé sněžení", + "71-night": "Light Snow", "73-day": "Sněžení", - "73-night": "Sněžení", + "73-night": "Snow", "75-day": "Silné sněžení", - "75-night": "Silné sněžení", + "75-night": "Heavy Snow", "77-day": "Sněhová zrna", - "77-night": "Sněhová zrna", + "77-night": "Snow Grains", "80-day": "Lehké přeháňky", - "80-night": "Lehké přeháňky", + "80-night": "Light Showers", "81-day": "Přeháňky", - "81-night": "Přeháňky", + "81-night": "Showers", "82-day": "Silné přeháňky", - "82-night": "Silné přeháňky", + "82-night": "Heavy Showers", "85-day": "Déšť se sněhem", - "85-night": "Déšť se sněhem", - "86-day": "Déšť se sněhem", - "86-night": "Déšť se sněhem", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Bouřka", - "95-night": "Bouřka", + "95-night": "Thunderstorm", "96-day": "Bouřka s krupobitím", - "96-night": "Bouřka s krupobitím", - "99-day": "Bouřka s krupobitím", - "99-night": "Bouřka s krupobitím" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Systém", @@ -523,17 +529,17 @@ "up_to_date": "Žádné", "child_bridges": "Podřízené můstky", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Běží", - "pending": "Čeká", - "down": "Výpadek" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nové", - "up": "Běží", + "up": "Up", "grace": "V období odkladu", - "down": "Výpadek", + "down": "Down", "paused": "Pozastaveno", - "status": "Stav", + "status": "Status", "last_ping": "Poslední ping", "never": "Zatím žádné pingy" }, @@ -543,27 +549,27 @@ "containers_failed": "Selhalo" }, "autobrr": { - "approvedPushes": "Schváleno", + "approvedPushes": "Approved", "rejectedPushes": "Zamítnuto", "filters": "Filtry", - "indexers": "Indexery" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Fronta", + "downloads": "Queue", "videos": "Videa", "channels": "Kanály", "playlists": "Playlisty" }, "truenas": { "load": "Zatížení systému", - "uptime": "Doba spuštění", - "alerts": "Upozornění" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Rychlost", - "active": "Aktivní", - "queue": "Fronta", - "total": "Celkem" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Veřejná IP", @@ -572,25 +578,25 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanály", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuner", "channelNumber": "Kanál", "channelNetwork": "Síť", "signalStrength": "Síla", "signalQuality": "Kvalita", - "symbolQuality": "Kvalita", - "networkRate": "Přenosová rychlost", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Klient" }, "scrutiny": { "passed": "Úspěšné", - "failed": "Selhalo", - "unknown": "Neznámý" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Doručená pošta", - "total": "Celkem" + "total": "Total" }, "peanut": { "battery_charge": "Úroveň baterie", @@ -601,18 +607,18 @@ "low_battery": "Nízký stav baterie" }, "nextdns": { - "wait": "Čekejte prosím", + "wait": "Please Wait", "no_devices": "Žádná přijatá data zařízení" }, "mikrotik": { "cpuLoad": "Zatížení procesoru", "memoryUsed": "Použitá paměť", - "uptime": "Doba spuštění", + "uptime": "Uptime", "numberOfLeases": "Pronájmy" }, "xteve": { "streams_all": "Všechny streamy", - "streams_active": "Aktivní streamy", + "streams_active": "Active Streams", "streams_xepg": "Kanály XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "Zatížení procesoru", + "cpu": "CPU Load", "memory": "Aktivní paměť", "wanUpload": "Nahrávání WAN", "wanDownload": "Stahování WAN" @@ -634,22 +640,22 @@ "layers": "Vrstvy" }, "octoprint": { - "printer_state": "Stav", + "printer_state": "Status", "temp_tool": "Teplota nástroje", "temp_bed": "Teplota postele", "job_completion": "Dokončení" }, "cloudflared": { "origin_ip": "Původní IP", - "status": "Stav" + "status": "Status" }, "pfsense": { "load": "Prům. zatížení", "memory": "Využití paměti", "wanStatus": "Stav WAN", - "up": "Běží", - "down": "Výpadek", - "temp": "Teplota", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Využití disku", "wanIP": "IP WAN" }, @@ -660,49 +666,49 @@ "memory_usage": "Paměť" }, "immich": { - "users": "Uživatelé", + "users": "Users", "photos": "Fotografie", - "videos": "Videa", + "videos": "Videos", "storage": "Úložiště" }, "uptimekuma": { "up": "Stránky Up", "down": "Stránky Down", - "uptime": "Doba spuštění", + "uptime": "Uptime", "incident": "Událost", "m": "m" }, "atsumeru": { - "series": "Seriály", + "series": "Series", "archives": "Archivy", "chapters": "Kapitoly", "categories": "Kategorie" }, "komga": { "libraries": "Knihovny", - "series": "Seriály", - "books": "Knihy" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "dní", - "uptime": "Doba spuštění", - "volumeAvailable": "Dostupné" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Seriály", + "series": "Series", "issues": "Problémy", - "wanted": "Hledané" + "wanted": "Wanted" }, "photoprism": { - "albums": "Alba", - "photos": "Fotografie", - "videos": "Videa", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Lidé" }, "fileflows": { - "queue": "Fronta", - "processing": "Zpracovávání", - "processed": "Zpracováno", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Čas" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Sdílené položky" }, "kopia": { - "status": "Stav", + "status": "Status", "size": "Velikost", "lastrun": "Poslední spuštění", "nextrun": "Další spuštění", - "failed": "Selhalo" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktivní workers", @@ -745,20 +751,20 @@ "targets_total": "Cíle celkem" }, "gatus": { - "up": "Stránky Up", - "down": "Stránky Down", - "uptime": "Doba spuštění" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Dnes", + "gross_percent_today": "Today", "gross_percent_1y": "Jeden rok", "gross_percent_max": "Za celou dobu" }, "audiobookshelf": { "podcasts": "Podcasty", - "books": "Knihy", + "books": "Books", "podcastsDuration": "Trvání", - "booksDuration": "Trvání" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Lidí doma", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "Sledování", - "updates": "Aktualizace" + "updates": "Updates" }, "calibreweb": { - "books": "Knihy", + "books": "Books", "authors": "Autoři", - "categories": "Kategorie", - "series": "Seriály" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Fronta", - "downloadBytesRemaining": "Zbývá", - "downloadTotalBytes": "Velikost", - "downloadSpeed": "Rychlost" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Seriály", - "totalFiles": "Soubory" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Výsledek", - "status": "Stav", + "status": "Status", "buildId": "ID sestavení", "succeeded": "Úspěšně", "notStarted": "Nezahájeno", - "failed": "Selhalo", + "failed": "Failed", "canceled": "Zrušeno", "inProgress": "Probíhá", "totalPrs": "Celkem PR", "myPrs": "Moje PR", - "approved": "Schváleno" + "approved": "Approved" }, "gamedig": { - "status": "Stav", + "status": "Status", "online": "Online", "offline": "Offline", "name": "Jméno", "map": "Mapa", "currentPlayers": "Počet hráčů", - "players": "Hráči", + "players": "Players", "maxPlayers": "Maximální počet hráčů", "bots": "Boti", - "ping": "Odezva" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recepty", - "users": "Uživatelé", - "categories": "Kategorie", + "users": "Users", + "categories": "Categories", "tags": "Štítky" }, "openmediavault": { "downloading": "Stahování", - "total": "Celkem", - "running": "Běží", - "stopped": "Zastaveno", - "passed": "Úspěšné", - "failed": "Selhalo" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Doba spuštění", + "uptime": "Uptime", "cpuLoad": "Prům. zatížení procesoru (5m)", - "up": "Běží", - "down": "Výpadek", + "up": "Up", + "down": "Down", "bytesTx": "Přeneseno", - "bytesRx": "Přijaté" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stav", - "uptime": "Doba spuštění", + "status": "Status", + "uptime": "Uptime", "lastDown": "Poslední výpadek", "downDuration": "Trvání výpadku", - "sitesUp": "Stránky Up", - "sitesDown": "Stránky Down", - "paused": "Pozastaveno", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Zatím nezkontrolováno", - "up": "Běží", + "up": "Up", "seemsdown": "Zdá se nedostupný", - "down": "Výpadek", - "unknown": "Neznámý" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "V kinech", @@ -869,10 +875,10 @@ "totalfilesize": "Celková velikost" }, "mailcow": { - "domains": "Domény", + "domains": "Domains", "mailboxes": "E-mailové schránky", "mails": "Maily", - "storage": "Úložiště" + "storage": "Storage" }, "netdata": { "warnings": "Upozornění", @@ -881,12 +887,12 @@ "plantit": { "events": "Události", "plants": "Rostliny", - "photos": "Fotografie", + "photos": "Photos", "species": "Druhy" }, "gitea": { "notifications": "Oznámení", - "issues": "Problémy", + "issues": "Issues", "pulls": "Pull Requests", "repositories": "Repozitáře" }, @@ -902,13 +908,13 @@ "galleries": "Galerie", "performers": "Herci", "studios": "Studia", - "movies": "Filmy", - "tags": "Štítky", + "movies": "Movies", + "tags": "Tags", "oCount": "Počet O" }, "tandoor": { - "users": "Uživatelé", - "recipes": "Recepty", + "users": "Users", + "recipes": "Recipes", "keywords": "Klíčová slova" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Se zárukou", "locations": "Lokality", "labels": "Štítky", - "users": "Uživatelé", + "users": "Users", "totalValue": "Celková hodnota" }, "crowdsec": { - "alerts": "Upozornění", + "alerts": "Alerts", "bans": "Bany" }, "wgeasy": { - "connected": "", - "enabled": "Povoleno", - "disabled": "Zakázáno", - "total": "Celkem" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Přes proxy", @@ -936,9 +942,9 @@ "banned": "Zabanován" }, "myspeed": { - "ping": "Odezva", - "download": "Stahování", - "upload": "Nahrávání" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Akcie", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamery", - "uptime": "Doba spuštění", - "version": "Verze" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Linky", "collections": "Sbírky", - "tags": "Štítky" + "tags": "Tags" }, "zabbix": { "unclassified": "Neklasifikováno", - "information": "Informace", + "information": "Information", "warning": "Upozornění", "average": "Průměr", "high": "Vysoký", @@ -980,24 +986,24 @@ "tasksInProgress": "Probíhají úkoly" }, "headscale": { - "name": "Jméno", - "address": "Adresa", - "last_seen": "Naposledy viděno", - "status": "Stav", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Jméno", + "name": "Name", "systems": "Systém", - "up": "Běží", - "down": "Výpadek", - "paused": "Pozastaveno", - "pending": "Čeká", - "status": "Stav", - "updated": "Aktualizováno", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", - "memory": "RAM", + "memory": "MEM", "disk": "Disk", "network": "Síť" }, @@ -1005,26 +1011,26 @@ "apps": "Aplikace", "synced": "Synchronizováno", "outOfSync": "Nesynchronizováno", - "healthy": "Zdravý", + "healthy": "Healthy", "degraded": "Degradováno", "progressing": "Probíhá", - "missing": "Chybějící", + "missing": "Missing", "suspended": "Pozastaveno" }, "spoolman": { - "loading": "Načítání" + "loading": "Loading" }, "gitlab": { "groups": "Skupiny", - "issues": "Problémy", + "issues": "Issues", "merges": "Žádosti o sloučení", "projects": "Projekty" }, "apcups": { - "status": "Stav", - "load": "Zatížení", - "bcharge": "Úroveň baterie", - "timeleft": "Zbývající čas" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Záložky", @@ -1032,27 +1038,50 @@ "archived": "Archivováno", "highlights": "Zvýraznění", "lists": "Seznamy", - "tags": "Štítky" + "tags": "Tags" }, "slskd": { - "slskStatus": "Síť", - "connected": "", - "disconnected": "Odpojeno", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Aktualizace", - "update_yes": "Dostupné", - "update_no": "Žádné", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Stažení", "uploads": "Nahrávání", - "sharedFiles": "Soubory" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Skladby", - "movies": "Filmy", - "episodes": "Epizody", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/da/common.json b/public/locales/da/common.json index 310eb5ecb..15eed56a3 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -61,15 +61,15 @@ "wlan_devices": "WLAN Enheder", "lan_users": "LAN Brugere", "wlan_users": "WLAN Brugere", - "up": "OP", + "up": "UP", "down": "NED", - "wait": "Vent venligst", + "wait": "Please wait", "empty_data": "Subsystem status ukendt" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "RAM", + "mem": "MEM", "cpu": "CPU", "running": "Kører", "offline": "Offline", @@ -83,7 +83,7 @@ "partial": "Delvis" }, "ping": { - "error": "Fejl", + "error": "Error", "ping": "Ping", "down": "Ned", "up": "Op", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP-status", - "error": "Fejl", + "error": "Error", "response": "Response", - "down": "Ned", - "up": "Op", - "not_available": "Ikke tilgængelig" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Afspiller", @@ -112,7 +112,7 @@ "offline_alt": "Offline", "online": "Online", "total": "Total", - "unknown": "Ukendt" + "unknown": "Unknown" }, "evcc": { "pv_power": "Produktion", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Disconnecting", "connectionStatusDisconnected": "Disconnected", "connectionStatusConnected": "Connected", - "uptime": "Oppetid", + "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", - "down": "Ned", - "up": "Op", + "down": "Down", + "up": "Up", "received": "Modtaget", "sent": "Sendt", "externalIPAddress": "Ekstern IP", @@ -168,10 +168,10 @@ "passes": "Bestået" }, "tautulli": { - "playing": "Afspiller", - "transcoding": "Transcoder", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Ingen Aktive Streams", + "no_active": "No Active Streams", "plex_connection_error": "Tjek Plex-forbindelse" }, "omada": { @@ -189,11 +189,11 @@ "plex": { "streams": "Aktive Streams", "albums": "Albums", - "movies": "Film", + "movies": "Movies", "tv": "TV-Shows" }, "sabnzbd": { - "rate": "Sats", + "rate": "Rate", "queue": "Kø", "timeleft": "Resterende tid" }, @@ -241,26 +241,26 @@ "sonarr": { "wanted": "Ønsket", "queued": "I Kø", - "series": "Serier", - "queue": "Kø", - "unknown": "Ukendt" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Ønsket", + "wanted": "Wanted", "missing": "Mangler", - "queued": "I Kø", - "movies": "Film", - "queue": "Kø", - "unknown": "Ukendt" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Ønsket", - "queued": "I Kø", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artister" }, "readarr": { - "wanted": "Ønsket", - "queued": "I Kø", + "wanted": "Wanted", + "queued": "Queued", "books": "Bøger" }, "bazarr": { @@ -273,15 +273,15 @@ "available": "Tilgængelig" }, "jellyseerr": { - "pending": "Afventer", - "approved": "Godkendt", - "available": "Tilgængelig" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Afventer", + "pending": "Pending", "processing": "Behandler", - "approved": "Godkendt", - "available": "Tilgængelig" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", @@ -296,8 +296,8 @@ "gravity": "Tyngdekraft" }, "adguard": { - "queries": "Forespørgsler", - "blocked": "Blokerede", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtreret", "latency": "Latenstid" }, @@ -307,15 +307,15 @@ "ping": "Ping" }, "portainer": { - "running": "Kører", + "running": "Running", "stopped": "Stoppede", "total": "Total" }, "suwayomi": { - "download": "Hentet", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Læst", - "unread": "Ulæst", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Siden" }, "technitium": { - "totalQueries": "Forespørgsler", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Blokerede", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klienter" }, "tdarr": { - "queue": "Kø", + "queue": "Queue", "processed": "Behandlet", "errored": "Fejlet", "saved": "Gemt" @@ -359,8 +359,14 @@ "services": "Tjenester", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Ingen Aktive Streams", + "nothing_streaming": "No Active Streams", "please_wait": "Vent venligst" }, "npm": { @@ -377,35 +383,35 @@ }, "gotify": { "apps": "Applikationer", - "clients": "Klienter", + "clients": "Clients", "messages": "Beskeder" }, "prowlarr": { "enableIndexers": "Indeksører", "numberOfGrabs": "Grab", - "numberOfQueries": "Forespørgsler", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Fejl Grabs", "numberOfFailQueries": "Fejl Forespørgsler" }, "jackett": { "configured": "Konfigureret", - "errored": "Fejlet" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessioner", "numConnections": "Forbindelser", "dataRelayed": "Videresendt", - "transferRate": "Sats" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Brugere", + "user_count": "Users", "status_count": "Indlæg", "domain_count": "Domæner" }, "medusa": { - "wanted": "Ønsket", - "queued": "I Kø", - "series": "Serier" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Afspillere", @@ -416,34 +422,34 @@ }, "miniflux": { "read": "Læst", - "unread": "Ulæst" + "unread": "Unread" }, "authentik": { - "users": "Brugere", + "users": "Users", "loginsLast24H": "Login (24 timer)", "failedLoginsLast24H": "Mislykkede logins (24 timer)" }, "proxmox": { - "mem": "RAM", + "mem": "MEM", "cpu": "CPU", "lxc": "LXC", "vms": "VMs" }, "glances": { "cpu": "CPU", - "load": "Belastning", - "wait": "Vent venligst", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Advar", - "uptime": "OP", + "uptime": "UP", "total": "Total", - "free": "Fri", - "used": "Brugt", + "free": "Free", + "used": "Used", "days": "d", - "hours": "t", + "hours": "h", "crit": "Crit", - "read": "Læst", + "read": "Read", "write": "Skriv", "gpu": "GPU", "mem": "Ram", @@ -464,57 +470,57 @@ "1-day": "Overvejende Solrigt", "1-night": "Overvejende Skyfrit", "2-day": "Delvist Overskyet", - "2-night": "Delvist Overskyet", + "2-night": "Partly Cloudy", "3-day": "Skyet", - "3-night": "Skyet", + "3-night": "Cloudy", "45-day": "Tåget", - "45-night": "Tåget", - "48-day": "Tåget", - "48-night": "Tåget", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Let Støvregn", - "51-night": "Let Støvregn", + "51-night": "Light Drizzle", "53-day": "Støvregn", - "53-night": "Støvregn", + "53-night": "Drizzle", "55-day": "Kraftig Støvregn", - "55-night": "Kraftig Støvregn", + "55-night": "Heavy Drizzle", "56-day": "Let Frysende Støvregn", - "56-night": "Let Frysende Støvregn", + "56-night": "Light Freezing Drizzle", "57-day": "Frysende Støvregn", - "57-night": "Frysende Støvregn", + "57-night": "Freezing Drizzle", "61-day": "Let Regn", - "61-night": "Let Regn", + "61-night": "Light Rain", "63-day": "Regn", - "63-night": "Regn", + "63-night": "Rain", "65-day": "Kraftig Regn", - "65-night": "Kraftig Regn", + "65-night": "Heavy Rain", "66-day": "Frysende Regn", - "66-night": "Frysende Regn", - "67-day": "Frysende Regn", - "67-night": "Frysende Regn", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Let Sne", - "71-night": "Let Sne", + "71-night": "Light Snow", "73-day": "Sne", - "73-night": "Sne", + "73-night": "Snow", "75-day": "Kraftig Sne", - "75-night": "Kraftig Sne", + "75-night": "Heavy Snow", "77-day": "Snekorn", - "77-night": "Snekorn", + "77-night": "Snow Grains", "80-day": "Lette Byger", - "80-night": "Lette Byger", + "80-night": "Light Showers", "81-day": "Byger", - "81-night": "Byger", + "81-night": "Showers", "82-day": "Kraftige Byger", - "82-night": "Kraftige Byger", + "82-night": "Heavy Showers", "85-day": "Snebyger", - "85-night": "Snebyger", - "86-day": "Snebyger", - "86-night": "Snebyger", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Tordenvejr", - "95-night": "Tordenvejr", + "95-night": "Thunderstorm", "96-day": "Tordenvejr Med Hagl", - "96-night": "Tordenvejr Med Hagl", - "99-day": "Tordenvejr Med Hagl", - "99-night": "Tordenvejr Med Hagl" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "System", @@ -523,15 +529,15 @@ "up_to_date": "Opdateret", "child_bridges": "Underbroer", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Op", - "pending": "Afventer", - "down": "Ned" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Ny", - "up": "Op", + "up": "Up", "grace": "Henstandsperiode", - "down": "Ned", + "down": "Down", "paused": "Pause", "status": "Status", "last_ping": "Sidste Ping", @@ -543,26 +549,26 @@ "containers_failed": "Fejlet" }, "autobrr": { - "approvedPushes": "Godkendt", + "approvedPushes": "Approved", "rejectedPushes": "Afviste", "filters": "Filtre", - "indexers": "Indeksører" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Kø", + "downloads": "Queue", "videos": "Videoer", "channels": "Kanaler", "playlists": "Afspilningslister" }, "truenas": { "load": "Systembelastning", - "uptime": "Oppetid", - "alerts": "Advarsler" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Hastighed", - "active": "Aktive", - "queue": "Kø", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,7 +578,7 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanaler", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuners", "channelNumber": "Channel", @@ -585,8 +591,8 @@ }, "scrutiny": { "passed": "Bestået", - "failed": "Fejlet", - "unknown": "Ukendt" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Indbakke", @@ -601,18 +607,18 @@ "low_battery": "Lavt batteriniveau" }, "nextdns": { - "wait": "Vent venligst", + "wait": "Please Wait", "no_devices": "Ingen Enhedsdata Modtaget" }, "mikrotik": { "cpuLoad": "CPU Belastning", "memoryUsed": "Hukommelse Brugt", - "uptime": "Oppetid", + "uptime": "Uptime", "numberOfLeases": "Leasinger" }, "xteve": { "streams_all": "Alle Streams", - "streams_active": "Aktive Streams", + "streams_active": "Active Streams", "streams_xepg": "XEPG Kanaler" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Begrænsning" }, "opnsense": { - "cpu": "CPU Belastning", + "cpu": "CPU Load", "memory": "Aktiv Hukommelse", "wanUpload": "WAN Upload", "wanDownload": "WAN Download" @@ -647,8 +653,8 @@ "load": "Belastning Gns", "memory": "Hukommelse Forbrug", "wanStatus": "WAN Status", - "up": "Op", - "down": "Ned", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Disk Forbrug", "wanIP": "WAN IP" @@ -660,49 +666,49 @@ "memory_usage": "Hukommelse" }, "immich": { - "users": "Brugere", + "users": "Users", "photos": "Billeder", - "videos": "Videoer", + "videos": "Videos", "storage": "Lager" }, "uptimekuma": { "up": "Sider Oppe", "down": "Sider Nede", - "uptime": "Oppetid", + "uptime": "Uptime", "incident": "Hændelse", "m": "m" }, "atsumeru": { - "series": "Serier", + "series": "Series", "archives": "Arkiver", "chapters": "Kapitler", "categories": "Kategorier" }, "komga": { "libraries": "Biblioteker", - "series": "Serier", - "books": "Bøger" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dage", - "uptime": "Oppetid", - "volumeAvailable": "Tilgængelig" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Serier", + "series": "Series", "issues": "Problemer", - "wanted": "Ønsket" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", - "photos": "Billeder", - "videos": "Videoer", + "photos": "Photos", + "videos": "Videos", "people": "Mennesker" }, "fileflows": { - "queue": "Kø", - "processing": "Behandler", - "processed": "Behandlet", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Tid" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Størrelse", "lastrun": "Sidst Kørt", "nextrun": "Næste Kørsel", - "failed": "Fejlet" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktive Arbejdere", @@ -745,20 +751,20 @@ "targets_total": "Totale Mål" }, "gatus": { - "up": "Sider Oppe", - "down": "Sider Nede", - "uptime": "Oppetid" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "I dag", + "gross_percent_today": "Today", "gross_percent_1y": "Et År", "gross_percent_max": "Altid" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Bøger", + "books": "Books", "podcastsDuration": "Varighed", - "booksDuration": "Varighed" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Personer Hjemme", @@ -767,23 +773,23 @@ }, "whatsupdocker": { "monitoring": "Overvåger", - "updates": "Opdateringer" + "updates": "Updates" }, "calibreweb": { - "books": "Bøger", + "books": "Books", "authors": "Forfattere", - "categories": "Kategorier", - "series": "Serier" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Kø", - "downloadBytesRemaining": "Manglende", - "downloadTotalBytes": "Størrelse", - "downloadSpeed": "Hastighed" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serier", - "totalFiles": "Filer" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Resultat", @@ -791,12 +797,12 @@ "buildId": "Build ID", "succeeded": "Lykkedes", "notStarted": "Ikke Startet", - "failed": "Fejlet", + "failed": "Failed", "canceled": "Annulleret", "inProgress": "I Gang", "totalPrs": "Total PRs", "myPrs": "Mine PRs", - "approved": "Godkendt" + "approved": "Approved" }, "gamedig": { "status": "Status", @@ -805,7 +811,7 @@ "name": "Navn", "map": "Kort", "currentPlayers": "Nuværende Spillere", - "players": "Afspillere", + "players": "Players", "maxPlayers": "Maks spillere", "bots": "Bots", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Opskrifter", - "users": "Brugere", - "categories": "Kategorier", + "users": "Users", + "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloader", "total": "Total", - "running": "Kører", - "stopped": "Stoppede", - "passed": "Bestået", - "failed": "Fejlet" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Oppetid", + "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", - "up": "Op", - "down": "Ned", + "up": "Up", + "down": "Down", "bytesTx": "Transmitted", - "bytesRx": "Modtaget" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Oppetid", + "uptime": "Uptime", "lastDown": "Seneste Nedetid", "downDuration": "Nedetid Varighed", - "sitesUp": "Sider Oppe", - "sitesDown": "Sider Nede", - "paused": "Pause", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Endnu Ikke Kontrolleret", - "up": "Op", + "up": "Up", "seemsdown": "Synes Ned", - "down": "Ned", - "unknown": "Ukendt" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "I biografen", @@ -869,10 +875,10 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Domæner", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "Lager" + "storage": "Storage" }, "netdata": { "warnings": "Advarsler", @@ -881,12 +887,12 @@ "plantit": { "events": "Events", "plants": "Plants", - "photos": "Billeder", + "photos": "Photos", "species": "Species" }, "gitea": { "notifications": "Notifications", - "issues": "Problemer", + "issues": "Issues", "pulls": "Pull Requests", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galleries", "performers": "Performers", "studios": "Studios", - "movies": "Film", + "movies": "Movies", "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Brugere", - "recipes": "Opskrifter", + "users": "Users", + "recipes": "Recipes", "keywords": "Keywords" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "Brugere", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "Advarsler", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { "connected": "Connected", - "enabled": "Aktiveret", - "disabled": "Deaktiveret", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -949,7 +955,7 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Oppetid", + "uptime": "Uptime", "version": "Version" }, "linkwarden": { @@ -980,24 +986,24 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Navn", - "address": "Adresse", - "last_seen": "Sidst Set", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", "status": "Status", "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Navn", + "name": "Name", "systems": "Systems", - "up": "Op", - "down": "Ned", - "paused": "Pause", - "pending": "Afventer", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", "status": "Status", - "updated": "Opdateret", + "updated": "Updated", "cpu": "CPU", - "memory": "RAM", + "memory": "MEM", "disk": "Disk", "network": "NET" }, @@ -1005,10 +1011,10 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Sund", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Mangler", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1016,15 +1022,15 @@ }, "gitlab": { "groups": "Groups", - "issues": "Problemer", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { "status": "Status", - "load": "Belastning", - "bcharge": "Batteriniveau", - "timeleft": "Resterende tid" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1039,20 +1045,43 @@ "connected": "Connected", "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Tilgængelig", - "update_no": "Opdateret", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Filer" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Sange", - "movies": "Film", - "episodes": "Episoder", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 4bee5e67a..1971c9bf9 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -61,7 +61,7 @@ "wlan_devices": "WLAN-Geräte", "lan_users": "LAN-Benutzer", "wlan_users": "WLAN-Benutzer", - "up": "BETRIEBSZEIT", + "up": "Gesendet", "down": "EMPFANGEN", "wait": "Bitte warten", "empty_data": "Subsystem-Status unbekannt" @@ -93,8 +93,8 @@ "http_status": "HTTP-Status", "error": "Fehler", "response": "Antwort", - "down": "Offline", - "up": "Online", + "down": "Online", + "up": "Offline", "not_available": "Nicht verfügbar" }, "emby": { @@ -111,7 +111,7 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Online", - "total": "Gesamt", + "total": "Total", "unknown": "Unbekannt" }, "evcc": { @@ -144,13 +144,13 @@ "uptime": "Betriebszeit", "maxDown": "Max. Down", "maxUp": "Max. Up", - "down": "Offline", - "up": "Online", + "down": "Download", + "up": "Upload", "received": "Empfangen", "sent": "Gesendet", "externalIPAddress": "Externe IP", - "externalIPv6Address": "Externe IPv6", - "externalIPv6Prefix": "Externes IPv6-Präfix" + "externalIPv6Address": "Ext. IPv6", + "externalIPv6Prefix": "Ext. IPv6-Präfix" }, "caddy": { "upstreams": "Upstreams", @@ -165,10 +165,10 @@ "shows": "Serien", "recordings": "Aufnahmen", "scheduled": "Geplant", - "passes": "Pässe" + "passes": "Durchläufe" }, "tautulli": { - "playing": "Wiedergabe", + "playing": "Spielt", "transcoding": "Transcodiert", "bitrate": "Bitrate", "no_active": "Keine aktiven Streams", @@ -193,7 +193,7 @@ "tv": "TV-Serien" }, "sabnzbd": { - "rate": "Datenrate", + "rate": "Rate", "queue": "Warteschlange", "timeleft": "Verbleibende Zeit" }, @@ -273,18 +273,18 @@ "available": "Verfügbar" }, "jellyseerr": { - "pending": "Ausstehend", + "pending": "Wartend", "approved": "Genehmigt", "available": "Verfügbar" }, "overseerr": { - "pending": "Ausstehend", + "pending": "Wartend", "processing": "Wird verarbeitet", "approved": "Genehmigt", "available": "Verfügbar" }, "netalertx": { - "total": "Gesamt", + "total": "Total", "connected": "Verbunden", "new_devices": "Neue Geräte", "down_alerts": "Down-Warnungen" @@ -309,7 +309,7 @@ "portainer": { "running": "Wird ausgeführt", "stopped": "Gestoppt", - "total": "Gesamt" + "total": "Total" }, "suwayomi": { "download": "Heruntergeladen", @@ -359,6 +359,12 @@ "services": "Dienste", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notizen", + "dbSize": "Datenbankgröße", + "unknown": "Unbekannt" + }, "navidrome": { "nothing_streaming": "Keine aktiven Streams", "please_wait": "Bitte warten" @@ -366,7 +372,7 @@ "npm": { "enabled": "Aktiviert", "disabled": "Deaktiviert", - "total": "Gesamt" + "total": "Total" }, "coinmarketcap": { "configure": "Konfiguriere eine oder mehrere Kryptowährungen zur Beobachtung", @@ -377,7 +383,7 @@ }, "gotify": { "apps": "Programme", - "clients": "Benutzer", + "clients": "Endgeräte", "messages": "Nachrichten" }, "prowlarr": { @@ -395,7 +401,7 @@ "numActiveSessions": "Sitzungen", "numConnections": "Verbindungen", "dataRelayed": "Weitergeleitet", - "transferRate": "Datenrate" + "transferRate": "Rate" }, "mastodon": { "user_count": "Benutzer", @@ -433,17 +439,17 @@ "cpu": "CPU", "load": "Last", "wait": "Bitte warten", - "temp": "TEMP", + "temp": "Temp", "_temp": "Temperatur", "warn": "Warnung", - "uptime": "BETRIEBSZEIT", - "total": "Gesamt", + "uptime": "Betriebszeit", + "total": "Total", "free": "Frei", - "used": "In Benutzung", + "used": "Benutzt", "days": "d", "hours": "h", "crit": "Krit", - "read": "Gelesen", + "read": "Lesen", "write": "Schreiben", "gpu": "GPU", "mem": "RAM", @@ -468,37 +474,37 @@ "3-day": "Bewölkt", "3-night": "Bewölkt", "45-day": "neblig", - "45-night": "neblig", - "48-day": "neblig", - "48-night": "neblig", + "45-night": "Nebel", + "48-day": "Nebel", + "48-night": "Nebel", "51-day": "leichter Nieselregen", - "51-night": "leichter Nieselregen", + "51-night": "Leichter Nieselregen", "53-day": "Nieselregen", "53-night": "Nieselregen", "55-day": "starker Nieselregen", - "55-night": "starker Nieselregen", + "55-night": "Starker Nieselregen", "56-day": "leichter gefrierender Nieselregen", - "56-night": "leichter gefrierender Nieselregen", + "56-night": "Leicht gefrierender Nieselregen", "57-day": "gefrierender Nieselregen", - "57-night": "gefrierender Nieselregen", + "57-night": "Gefrierender Nieselregen", "61-day": "leichter Regen", - "61-night": "leichter Regen", + "61-night": "Leichter Regen", "63-day": "Regen", "63-night": "Regen", "65-day": "starker Regen", - "65-night": "starker Regen", + "65-night": "Starker Regen", "66-day": "Gefrierender Regen", "66-night": "Gefrierender Regen", "67-day": "Gefrierender Regen", "67-night": "Gefrierender Regen", "71-day": "Leichter Schneefall", - "71-night": "Leichter Schneefall", + "71-night": "Leichter Schnee", "73-day": "Schnee", "73-night": "Schnee", "75-day": "Starker Schneefall", - "75-night": "Starker Schneefall", + "75-night": "Starker Schnee", "77-day": "Schneegriesel", - "77-night": "Schneegriesel", + "77-night": "Schneekörner", "80-day": "Leichte Schauer", "80-night": "Leichte Schauer", "81-day": "Schauer", @@ -510,11 +516,11 @@ "86-day": "Schneeschauer", "86-night": "Schneeschauer", "95-day": "Gewitter", - "95-night": "Gewitter", + "95-night": "Sturm", "96-day": "Gewitter mit Hagel", - "96-night": "Gewitter mit Hagel", - "99-day": "Gewitter mit Hagel", - "99-night": "Gewitter mit Hagel" + "96-night": "Sturm mit Hagel", + "99-day": "Sturm mit Hagel", + "99-night": "Sturm mit Hagel" }, "homebridge": { "available_update": "System", @@ -524,7 +530,7 @@ "child_bridges": "Unter-Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Online", - "pending": "Ausstehend", + "pending": "Wartend", "down": "Offline" }, "healthchecks": { @@ -546,7 +552,7 @@ "approvedPushes": "Genehmigt", "rejectedPushes": "Abgelehnt", "filters": "Filter", - "indexers": "Indexer" + "indexers": "Indexierer" }, "tubearchivist": { "downloads": "Warteschlange", @@ -557,13 +563,13 @@ "truenas": { "load": "Systemlast", "uptime": "Betriebszeit", - "alerts": "Warnungen" + "alerts": "Alarme" }, "pyload": { "speed": "Datenrate", "active": "Aktiv", "queue": "Warteschlange", - "total": "Gesamt" + "total": "Total" }, "gluetun": { "public_ip": "Öffentliche IP", @@ -585,12 +591,12 @@ }, "scrutiny": { "passed": "Bestanden", - "failed": "Fehlgeschlagen", + "failed": "Fehlerhaft", "unknown": "Unbekannt" }, "paperlessngx": { "inbox": "Posteingang", - "total": "Gesamt" + "total": "Total" }, "peanut": { "battery_charge": "Akkuladung", @@ -622,7 +628,7 @@ "limit": "Grenze" }, "opnsense": { - "cpu": "CPU-Auslastung", + "cpu": "CPU-Last", "memory": "Aktiver RAM", "wanUpload": "WAN-Upload", "wanDownload": "WAN-Download" @@ -649,7 +655,7 @@ "wanStatus": "WAN-Status", "up": "Online", "down": "Offline", - "temp": "Temperatur", + "temp": "Temp", "disk": "Datenträgernutzung", "wanIP": "WAN-IP" }, @@ -670,7 +676,7 @@ "down": "Down", "uptime": "Betriebszeit", "incident": "Vorfall", - "m": "min" + "m": "m" }, "atsumeru": { "series": "Serien", @@ -702,7 +708,7 @@ "fileflows": { "queue": "Warteschlange", "processing": "Wird verarbeitet", - "processed": "Verarbeitet", + "processed": "Wird verarbeitet", "time": "Zeit" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Größe", "lastrun": "Letzter Durchlauf", "nextrun": "Nächster Durchlauf", - "failed": "Fehlgeschlagen" + "failed": "Fehlerhaft" }, "unmanic": { "active_workers": "Aktive Worker", @@ -745,8 +751,8 @@ "targets_total": "Alle Ziele" }, "gatus": { - "up": "Up", - "down": "Down", + "up": "Seiten online", + "down": "Seiten offline", "uptime": "Betriebszeit" }, "ghostfolio": { @@ -779,7 +785,7 @@ "downloadCount": "Warteschlange", "downloadBytesRemaining": "Verbleibend", "downloadTotalBytes": "Größe", - "downloadSpeed": "Datenrate" + "downloadSpeed": "Geschwindigkeit" }, "kavita": { "seriesCount": "Serien", @@ -791,7 +797,7 @@ "buildId": "Build-ID", "succeeded": "Erfolgreich", "notStarted": "Nicht gestartet", - "failed": "Fehlgeschlagen", + "failed": "Fehlerhaft", "canceled": "Abgebrochen", "inProgress": "In Bearbeitung", "totalPrs": "PRs gesamt", @@ -824,11 +830,11 @@ }, "openmediavault": { "downloading": "Wird heruntergeladen", - "total": "Gesamt", + "total": "Total", "running": "Wird ausgeführt", "stopped": "Gestoppt", - "passed": "Bestanden", - "failed": "Fehlgeschlagen" + "passed": "Erfolgreich", + "failed": "Fehlerhaft" }, "openwrt": { "uptime": "Betriebszeit", @@ -843,13 +849,13 @@ "uptime": "Betriebszeit", "lastDown": "Letzter Ausfall", "downDuration": "Ausfalldauer", - "sitesUp": "Up", - "sitesDown": "Down", + "sitesUp": "Seiten online", + "sitesDown": "Seiten offline", "paused": "Pausiert", "notyetchecked": "Noch nicht geprüft", "up": "Online", "seemsdown": "Scheint nicht verfügbar", - "down": "Offline", + "down": "Unbekannt", "unknown": "Unbekannt" }, "calendar": { @@ -869,7 +875,7 @@ "totalfilesize": "Gesamtgröße" }, "mailcow": { - "domains": "Domänen", + "domains": "Domains", "mailboxes": "Postfächer", "mails": "E-Mails", "storage": "Speicher" @@ -903,7 +909,7 @@ "performers": "Darsteller", "studios": "Studios", "movies": "Filme", - "tags": "Schlagwörter", + "tags": "Tags", "oCount": "O-Anzahl" }, "tandoor": { @@ -920,14 +926,14 @@ "totalValue": "Gesamtwert" }, "crowdsec": { - "alerts": "Warnungen", + "alerts": "Alarme", "bans": "Banns" }, "wgeasy": { "connected": "Verbunden", "enabled": "Aktiviert", "disabled": "Deaktiviert", - "total": "Gesamt" + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -955,11 +961,11 @@ "linkwarden": { "links": "Links", "collections": "Sammlungen", - "tags": "Schlagwörter" + "tags": "Tags" }, "zabbix": { "unclassified": "Nicht klassifiziert", - "information": "Informationen", + "information": "Information", "warning": "Warnung", "average": "Durchschnitt", "high": "Hoch", @@ -990,12 +996,12 @@ "beszel": { "name": "Name", "systems": "Systeme", - "up": "Online", + "up": "Offline", "down": "Offline", "paused": "Pausiert", - "pending": "Ausstehend", + "pending": "Wartend", "status": "Status", - "updated": "Aktualisiert", + "updated": "Aktuell", "cpu": "CPU", "memory": "RAM", "disk": "Festplatte", @@ -1005,14 +1011,14 @@ "apps": "Anwendungen", "synced": "Synchronisiert", "outOfSync": "Nicht mehr synchronisiert", - "healthy": "Fehlerfrei", + "healthy": "Gesund", "degraded": "Beeinträchtigt", "progressing": "Fortschritt", "missing": "Fehlend", "suspended": "Unterbrochen" }, "spoolman": { - "loading": "Wird geladen" + "loading": "Lädt" }, "gitlab": { "groups": "Gruppen", @@ -1023,7 +1029,7 @@ "apcups": { "status": "Status", "load": "Last", - "bcharge": "Akkuladung", + "bcharge": "Batterieladung", "timeleft": "Verbleibende Zeit" }, "karakeep": { @@ -1032,7 +1038,7 @@ "archived": "Archiviert", "highlights": "Highlights", "lists": "Listen", - "tags": "Schlagwörter" + "tags": "Tags" }, "slskd": { "slskStatus": "Netzwerk", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Dienstprobleme", "hostErrors": "Hostprobleme" + }, + "komodo": { + "total": "Gesamt", + "running": "Aktiv", + "stopped": "Angehalten", + "down": "Inaktiv", + "unhealthy": "Fehlerhaft", + "unknown": "Unbekannt", + "servers": "Server", + "stacks": "Stacks", + "containers": "Container" + }, + "filebrowser": { + "available": "Verfügbar", + "used": "Benutzt", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Abonnements", + "thisMonthlyCost": "Dieser Monat", + "nextMonthlyCost": "Nächster Monat", + "previousMonthlyCost": "Vorh. Monat", + "nextRenewingSubscription": "Nächste Zahlung" } } diff --git a/public/locales/el/common.json b/public/locales/el/common.json index 72a490d6d..78d826032 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -61,16 +61,16 @@ "wlan_devices": "WLAN Συσκευές", "lan_users": "LAN Χρήστες", "wlan_users": "WLAN Χρήστες", - "up": "Χρόνος Λειτουργίας", + "up": "UP", "down": "ΚΑΤΩ", - "wait": "Παρακαλώ περιμένετε", + "wait": "Please wait", "empty_data": "Άγνωστη κατάσταση υποσυστήματος" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "Μνήμη", - "cpu": "Επεξεργαστής", + "mem": "MEM", + "cpu": "CPU", "running": "Τρέχων", "offline": "Εκτός σύνδεσης", "error": "Σφάλμα", @@ -83,7 +83,7 @@ "partial": "Μερικό" }, "ping": { - "error": "Σφάλμα", + "error": "Error", "ping": "Ping", "down": "Ping down", "up": "Ping up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Κατάσταση HTTP", - "error": "Σφάλμα", + "error": "Error", "response": "Απόκριση", - "down": "Ping down", - "up": "Ping up", - "not_available": "Μη διαθέσιμο" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Παίζει", @@ -108,11 +108,11 @@ "songs": "Τραγούδια" }, "esphome": { - "offline": "Εκτός σύνδεσης", - "offline_alt": "Εκτός σύνδεσης", + "offline": "Offline", + "offline_alt": "Offline", "online": "Συνδεδεμένοι", - "total": "Σύνολο", - "unknown": "Άγνωστο" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Παραγωγή", @@ -133,7 +133,7 @@ "unread": "Μη Διαβασμένο" }, "fritzbox": { - "connectionStatus": "Κατάσταση", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Μη Ρυθμισμένο", "connectionStatusConnecting": "Κατάσταση Σύνδεσης", "connectionStatusAuthenticating": "Ταυτοποίηση", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Αποσύνδεση", "connectionStatusDisconnected": "Αποσυνδέθηκε", "connectionStatusConnected": "Συνδέθηκε", - "uptime": "Χρόνος Λειτουργίας", + "uptime": "Uptime", "maxDown": "Μέγιστο Download", "maxUp": "Μέγιστο Upload", - "down": "Ping down", - "up": "Ping up", + "down": "Down", + "up": "Up", "received": "Ληφθέντα", "sent": "Απεσταλμένα", "externalIPAddress": "Εξωτερική IP", @@ -168,10 +168,10 @@ "passes": "Περάσματα" }, "tautulli": { - "playing": "Παίζει", - "transcoding": "Διακωδικοποίηση", - "bitrate": "Ρυθμός bit", - "no_active": "Δεν υπάρχουν ενεργές ροές", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Έλεγχος Σύνδεσης με Plex" }, "omada": { @@ -189,28 +189,28 @@ "plex": { "streams": "Ενεργές Ροές", "albums": "Άλμπουμ", - "movies": "Ταινίες", + "movies": "Movies", "tv": "Τηλεοπτικές εκπομπές" }, "sabnzbd": { - "rate": "Ρυθμός", + "rate": "Rate", "queue": "Ουρά", "timeleft": "Χρόνος που απομένει" }, "rutorrent": { "active": "Ενεργό", - "upload": "Μεταφόρτωση", - "download": "Λήξη" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Λήξη", - "upload": "Μεταφόρτωση", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Λήξη", - "upload": "Μεταφόρτωση", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Μη έγκυρο" }, "deluge": { - "download": "Λήξη", - "upload": "Μεταφόρτωση", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Λήξη", - "upload": "Μεταφόρτωση", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Επιθυμούντε", "queued": "Σε σειρά", - "series": "Σειρές", - "queue": "Ουρά", - "unknown": "Άγνωστο" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Επιθυμούντε", + "wanted": "Wanted", "missing": "Απουσιάζει", - "queued": "Σε σειρά", - "movies": "Ταινίες", - "queue": "Ουρά", - "unknown": "Άγνωστο" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Επιθυμούντε", - "queued": "Σε σειρά", + "wanted": "Wanted", + "queued": "Queued", "artists": "Καλλιτέχνες" }, "readarr": { - "wanted": "Επιθυμούντε", - "queued": "Σε σειρά", + "wanted": "Wanted", + "queued": "Queued", "books": "Βιβλία" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Διαθέσιμο" }, "jellyseerr": { - "pending": "Σε εκκρεμότητα", - "approved": "Εγκρίθηκε", - "available": "Διαθέσιμο" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Σε εκκρεμότητα", + "pending": "Pending", "processing": "Σε επεξεργασία", - "approved": "Εγκρίθηκε", - "available": "Διαθέσιμο" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Σύνολο", - "connected": "Συνδέθηκε", + "total": "Total", + "connected": "Connected", "new_devices": "Νέες συσκευές", "down_alerts": "Ειδοποιήσεις offline" }, @@ -297,25 +297,25 @@ }, "adguard": { "queries": "Queries", - "blocked": "Αποκλεισμένο", + "blocked": "Blocked", "filtered": "Φιλτραρισμένα", "latency": "Καθυστέρηση" }, "speedtest": { - "upload": "Μεταφόρτωση", - "download": "Λήξη", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Τρέχων", + "running": "Running", "stopped": "Σταματημένο", - "total": "Σύνολο" + "total": "Total" }, "suwayomi": { - "download": "Κατεβασμένο", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Διαβάστηκε", - "unread": "Μη Διαβασμένο", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Αποκλεισμένο", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Πελάτες" }, "tdarr": { - "queue": "Ουρά", + "queue": "Queue", "processed": "Σε επεξεργασία", "errored": "Σφάλματα", "saved": "Αποθηκεύτηκε" @@ -359,14 +359,20 @@ "services": "Υπηρεσίες", "middleware": "Ενδιάμεσο λογισμικό" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Δεν υπάρχουν ενεργές ροές", + "nothing_streaming": "No Active Streams", "please_wait": "Παρακαλώ περιμένετε" }, "npm": { "enabled": "Ενεργοποιημένο", "disabled": "Απενεργοποιημένο", - "total": "Σύνολο" + "total": "Total" }, "coinmarketcap": { "configure": "Ρυθμίστε ένα ή περισσότερα κρυπτονομίσματα για παρακολούθηση", @@ -377,7 +383,7 @@ }, "gotify": { "apps": "Εφαρμογές", - "clients": "Πελάτες", + "clients": "Clients", "messages": "Μηνύματα" }, "prowlarr": { @@ -389,61 +395,61 @@ }, "jackett": { "configured": "Ρυθμισμένο", - "errored": "Σφάλματα" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Συνεδρίες", "numConnections": "Συνδέσεις", "dataRelayed": "Relayed", - "transferRate": "Ρυθμός" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Χρήστες", + "user_count": "Users", "status_count": "Δημοσιεύσεις", "domain_count": "Τομείς" }, "medusa": { - "wanted": "Επιθυμούντε", - "queued": "Σε σειρά", - "series": "Σειρές" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Παίκτες", "version": "Έκδοση", - "status": "Κατάσταση", - "up": "Συνδεδεμένοι", - "down": "Εκτός σύνδεσης" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Διαβάστηκε", - "unread": "Μη Διαβασμένο" + "unread": "Unread" }, "authentik": { - "users": "Χρήστες", + "users": "Users", "loginsLast24H": "Συνδέσεις (24h)", "failedLoginsLast24H": "Αποτυχημένες Συνδέσεις (24h)" }, "proxmox": { - "mem": "Μνήμη", - "cpu": "Επεξεργαστής", + "mem": "MEM", + "cpu": "CPU", "lxc": "LXC", "vms": "VMs" }, "glances": { - "cpu": "Επεξεργαστής", - "load": "Φόρτωση", - "wait": "Παρακαλώ περιμένετε", - "temp": "Θερμοκρασία", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Temp", "warn": "Warn", - "uptime": "Χρόνος Λειτουργίας", - "total": "Σύνολο", - "free": "Δωρεάν", - "used": "χρησιμοποιημένο", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", - "read": "Διαβάστηκε", + "read": "Read", "write": "Write", "gpu": "GPU", "mem": "Μνήμη", @@ -464,57 +470,57 @@ "1-day": "Κυρίως Ηλιόλουστη", "1-night": "Κυρίως καθαρή", "2-day": "Αραιές Νεφώσεις", - "2-night": "Αραιές Νεφώσεις", + "2-night": "Partly Cloudy", "3-day": "Συννεφιές", - "3-night": "Συννεφιές", + "3-night": "Cloudy", "45-day": "Ομίχλη", - "45-night": "Ομίχλη", - "48-day": "Ομίχλη", - "48-night": "Ομίχλη", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Ψιλόβροχο", - "51-night": "Ψιλόβροχο", + "51-night": "Light Drizzle", "53-day": "Ψιλόβροχο", - "53-night": "Ψιλόβροχο", + "53-night": "Drizzle", "55-day": "Heavy Drizzle", "55-night": "Heavy Drizzle", "56-day": "Light Freezing Drizzle", "56-night": "Light Freezing Drizzle", "57-day": "Παγωμένο ψιχάλισμα", - "57-night": "Παγωμένο ψιχάλισμα", + "57-night": "Freezing Drizzle", "61-day": "Ψιλόβροχο", - "61-night": "Ψιλόβροχο", + "61-night": "Light Rain", "63-day": "Βροχή", - "63-night": "Βροχή", + "63-night": "Rain", "65-day": "Δυνατή βροχή", - "65-night": "Δυνατή βροχή", + "65-night": "Heavy Rain", "66-day": "Παγωμένη βροχή", - "66-night": "Παγωμένη βροχή", - "67-day": "Παγωμένη βροχή", - "67-night": "Παγωμένη βροχή", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Ελαφριά Χιονόπτωση", - "71-night": "Ελαφριά Χιονόπτωση", + "71-night": "Light Snow", "73-day": "Χιόνι", - "73-night": "Χιόνι", + "73-night": "Snow", "75-day": "Ισχυρή χιονόπτωση", - "75-night": "Ισχυρή χιονόπτωση", + "75-night": "Heavy Snow", "77-day": "Κόκκοι Χιονιού", - "77-night": "Κόκκοι Χιονιού", + "77-night": "Snow Grains", "80-day": "Ασθενείς βροχές", - "80-night": "Ασθενείς βροχές", + "80-night": "Light Showers", "81-day": "Βροχοπτώσεις", - "81-night": "Βροχοπτώσεις", + "81-night": "Showers", "82-day": "Ισχυρές βροχοπτώσεις", - "82-night": "Ισχυρές βροχοπτώσεις", + "82-night": "Heavy Showers", "85-day": "Χιονοπτώσεις", - "85-night": "Χιονοπτώσεις", - "86-day": "Χιονοπτώσεις", - "86-night": "Χιονοπτώσεις", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Καταιγίδα", - "95-night": "Καταιγίδα", + "95-night": "Thunderstorm", "96-day": "Καταιγίδα Με Χαλάζι", - "96-night": "Καταιγίδα Με Χαλάζι", - "99-day": "Καταιγίδα Με Χαλάζι", - "99-night": "Καταιγίδα Με Χαλάζι" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Σύστημα", @@ -523,17 +529,17 @@ "up_to_date": "Ενημερωμένο", "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Ping up", - "pending": "Σε εκκρεμότητα", - "down": "Ping down" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "New", - "up": "Ping up", + "up": "Up", "grace": "In Grace Period", - "down": "Ping down", + "down": "Down", "paused": "Paused", - "status": "Κατάσταση", + "status": "Status", "last_ping": "Τελευταίο Ping", "never": "Δεν υπάρχουν ping ακόμα" }, @@ -543,27 +549,27 @@ "containers_failed": "Απέτυχε" }, "autobrr": { - "approvedPushes": "Εγκρίθηκε", + "approvedPushes": "Approved", "rejectedPushes": "Απορρίφθηκε", "filters": "Φίλτρα", - "indexers": "Ευρετήρια" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Ουρά", + "downloads": "Queue", "videos": "Βίντεο", "channels": "Κανάλια", "playlists": "Λίστες αναπαραγωγής" }, "truenas": { "load": "Φόρτος Συστήματος", - "uptime": "Χρόνος Λειτουργίας", - "alerts": "Ειδοποιήσεις" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Ταχύτητα", - "active": "Ενεργό", - "queue": "Ουρά", - "total": "Σύνολο" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Δημόσια ΙΡ", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Κανάλια", + "channels": "Channels", "hd": "HD", "tunerCount": "Δέκτες", "channelNumber": "Κανάλι", "channelNetwork": "Δίκτυο", "signalStrength": "Ισχύς σήματος", "signalQuality": "Ποιότητα", - "symbolQuality": "Ποιότητα", - "networkRate": "Ρυθμός bit", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Πελάτης" }, "scrutiny": { "passed": "Passed", - "failed": "Απέτυχε", - "unknown": "Άγνωστο" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Εισερχόμενα", - "total": "Σύνολο" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", "ups_load": "UPS Load", "ups_status": "UPS Status", - "online": "Συνδεδεμένοι", + "online": "Online", "on_battery": "Σε μπαταρία", "low_battery": "Χαμηλή μπαταρία" }, "nextdns": { - "wait": "Παρακαλώ περιμένετε", + "wait": "Please Wait", "no_devices": "No Device Data Received" }, "mikrotik": { "cpuLoad": "Φόρτος CPU", "memoryUsed": "Χρήση μνήμης", - "uptime": "Χρόνος Λειτουργίας", + "uptime": "Uptime", "numberOfLeases": "Μισθώσεις" }, "xteve": { "streams_all": "All Streams", - "streams_active": "Ενεργές Ροές", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "Φόρτος CPU", + "cpu": "CPU Load", "memory": "Active Memory", "wanUpload": "WAN Upload", "wanDownload": "WAN Download" @@ -634,21 +640,21 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "Κατάσταση", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Ολοκλήρωση" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Κατάσταση" + "status": "Status" }, "pfsense": { "load": "Load Avg", "memory": "Mem Usage", "wanStatus": "WAN Status", - "up": "Ping up", - "down": "Ping down", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Χρήση δίσκου", "wanIP": "WAN IP" @@ -656,53 +662,53 @@ "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "Failed Tasks 24h", - "cpu_usage": "Επεξεργαστής", + "cpu_usage": "CPU", "memory_usage": "Memory" }, "immich": { - "users": "Χρήστες", + "users": "Users", "photos": "Φωτογραφίες", - "videos": "Βίντεο", + "videos": "Videos", "storage": "Αποθηκευτικός χώρος" }, "uptimekuma": { "up": "Online τοποθεσίες", "down": "Offline τοποθεσίες", - "uptime": "Χρόνος Λειτουργίας", + "uptime": "Uptime", "incident": "Περιστατικό", "m": "m" }, "atsumeru": { - "series": "Σειρές", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Κατηγορίες" }, "komga": { "libraries": "Libraries", - "series": "Σειρές", - "books": "Βιβλία" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Ημέρες", - "uptime": "Χρόνος Λειτουργίας", - "volumeAvailable": "Διαθέσιμο" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Σειρές", + "series": "Series", "issues": "Issues", - "wanted": "Επιθυμούντε" + "wanted": "Wanted" }, "photoprism": { - "albums": "Άλμπουμ", - "photos": "Φωτογραφίες", - "videos": "Βίντεο", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Άνθρωποι" }, "fileflows": { - "queue": "Ουρά", - "processing": "Σε επεξεργασία", - "processed": "Σε επεξεργασία", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Ώρα" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Κοινόχρηστα στοιχεία" }, "kopia": { - "status": "Κατάσταση", + "status": "Status", "size": "Μέγεθος", "lastrun": "Τελευταία εκτέλεση", "nextrun": "Επόμενη εκτέλεση", - "failed": "Απέτυχε" + "failed": "Failed" }, "unmanic": { "active_workers": "Ενεργοί χρήστες", @@ -745,20 +751,20 @@ "targets_total": "Συνολικοί Στόχοι" }, "gatus": { - "up": "Online τοποθεσίες", - "down": "Offline τοποθεσίες", - "uptime": "Χρόνος Λειτουργίας" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Σήμερα", + "gross_percent_today": "Today", "gross_percent_1y": "Ένας χρόνος", "gross_percent_max": "Διαχρονικά" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Βιβλία", + "books": "Books", "podcastsDuration": "Διάρκεια", - "booksDuration": "Διάρκεια" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Σύνολο ανθρώπων στο σπίτι", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Παρακολούθηση", - "updates": "Ενημερώσεις" + "updates": "Updates" }, "calibreweb": { - "books": "Βιβλία", + "books": "Books", "authors": "Συντάκτες", - "categories": "Κατηγορίες", - "series": "Σειρές" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Ουρά", - "downloadBytesRemaining": "Υπόλοιπο", - "downloadTotalBytes": "Μέγεθος", - "downloadSpeed": "Ταχύτητα" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Σειρές", - "totalFiles": "Αρχεία" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Αποτέλεσμα", - "status": "Κατάσταση", + "status": "Status", "buildId": "Build ID", "succeeded": "Πέτυχε", "notStarted": "Δεν ξεκίνησε", - "failed": "Απέτυχε", + "failed": "Failed", "canceled": "Ακυρώθηκε", "inProgress": "Σε εξέλιξη", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Εγκρίθηκε" + "approved": "Approved" }, "gamedig": { - "status": "Κατάσταση", - "online": "Συνδεδεμένοι", - "offline": "Εκτός σύνδεσης", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Όνομα", "map": "Χάρτης", "currentPlayers": "Current players", - "players": "Παίκτες", + "players": "Players", "maxPlayers": "Max players", "bots": "Bots", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Συνταγές", - "users": "Χρήστες", - "categories": "Κατηγορίες", + "users": "Users", + "categories": "Categories", "tags": "Ετικέτες" }, "openmediavault": { "downloading": "Γίνεται λήψη", - "total": "Σύνολο", - "running": "Τρέχων", - "stopped": "Σταματημένο", + "total": "Total", + "running": "Running", + "stopped": "Stopped", "passed": "Passed", - "failed": "Απέτυχε" + "failed": "Failed" }, "openwrt": { - "uptime": "Χρόνος Λειτουργίας", + "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", - "up": "Ping up", - "down": "Ping down", + "up": "Up", + "down": "Down", "bytesTx": "Transmitted", - "bytesRx": "Ληφθέντα" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Κατάσταση", - "uptime": "Χρόνος Λειτουργίας", + "status": "Status", + "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", - "sitesUp": "Online τοποθεσίες", - "sitesDown": "Offline τοποθεσίες", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", "paused": "Paused", "notyetchecked": "Not Yet Checked", - "up": "Ping up", + "up": "Up", "seemsdown": "Seems Down", - "down": "Ping down", - "unknown": "Άγνωστο" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -869,10 +875,10 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Τομείς", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "Αποθηκευτικός χώρος" + "storage": "Storage" }, "netdata": { "warnings": "Warnings", @@ -881,7 +887,7 @@ "plantit": { "events": "Events", "plants": "Plants", - "photos": "Φωτογραφίες", + "photos": "Photos", "species": "Species" }, "gitea": { @@ -902,13 +908,13 @@ "galleries": "Galleries", "performers": "Performers", "studios": "Studios", - "movies": "Ταινίες", - "tags": "Ετικέτες", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Χρήστες", - "recipes": "Συνταγές", + "users": "Users", + "recipes": "Recipes", "keywords": "Keywords" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "Χρήστες", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "Ειδοποιήσεις", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "Συνδέθηκε", - "enabled": "Ενεργοποιημένο", - "disabled": "Απενεργοποιημένο", - "total": "Σύνολο" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Λήξη", - "upload": "Μεταφόρτωση" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Χρόνος Λειτουργίας", - "version": "Έκδοση" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Ετικέτες" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Πληροφορία", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,24 +986,24 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Όνομα", - "address": "Διεύθυνση", - "last_seen": "Τελευταία Σύνδεση", - "status": "Κατάσταση", - "online": "Συνδεδεμένοι", - "offline": "Εκτός σύνδεσης" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Όνομα", + "name": "Name", "systems": "Systems", - "up": "Ping up", - "down": "Ping down", + "up": "Up", + "down": "Down", "paused": "Paused", - "pending": "Σε εκκρεμότητα", - "status": "Κατάσταση", - "updated": "Ενημερώθηκε", - "cpu": "Επεξεργαστής", - "memory": "Μνήμη", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", + "memory": "MEM", "disk": "Disk", "network": "NET" }, @@ -1005,10 +1011,10 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Υγειές", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Απουσιάζει", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "Κατάσταση", - "load": "Φόρτωση", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", - "timeleft": "Χρόνος που απομένει" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Ετικέτες" + "tags": "Tags" }, "slskd": { - "slskStatus": "Δίκτυο", - "connected": "Συνδέθηκε", - "disconnected": "Αποσυνδέθηκε", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Διαθέσιμο", - "update_no": "Ενημερωμένο", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Αρχεία" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Τραγούδια", - "movies": "Ταινίες", - "episodes": "Επεισόδια", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 07c12d5a8..f37329e46 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -1071,5 +1071,17 @@ "servers": "Servers", "stacks": "Stacks", "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 8386a3c42..91b3cf6d3 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -63,14 +63,14 @@ "wlan_users": "WLAN-Uzantoj", "up": "UP", "down": "DOWN", - "wait": "Bonvolu atendi", + "wait": "Please wait", "empty_data": "Subsistemostatuso nekonata" }, "docker": { "rx": "RX", "tx": "TX", "mem": "MEM", - "cpu": "Ĉefprocesoro", + "cpu": "CPU", "running": "Rulata", "offline": "Malkonekta", "error": "Eraro", @@ -83,7 +83,7 @@ "partial": "Parta" }, "ping": { - "error": "Eraro", + "error": "Error", "ping": "Sondaĵo", "down": "Down", "up": "Up", @@ -91,7 +91,7 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "Eraro", + "error": "Error", "response": "Response", "down": "Down", "up": "Up", @@ -108,11 +108,11 @@ "songs": "Kantoj" }, "esphome": { - "offline": "Malkonekta", - "offline_alt": "Malkonekta", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "Totalo", - "unknown": "Nekonata" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Production", @@ -133,7 +133,7 @@ "unread": "Unread" }, "fritzbox": { - "connectionStatus": "Stato", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Unconfigured", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -168,9 +168,9 @@ "passes": "Passes" }, "tautulli": { - "playing": "Ludante", - "transcoding": "Transkodigo", - "bitrate": "Bitrapido", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, @@ -189,7 +189,7 @@ "plex": { "streams": "Active Streams", "albums": "Albums", - "movies": "Filmoj", + "movies": "Movies", "tv": "Televidprogramoj" }, "sabnzbd": { @@ -199,18 +199,18 @@ }, "rutorrent": { "active": "Active", - "upload": "Alŝuti", - "download": "Elŝuti" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Elŝuti", - "upload": "Alŝuti", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Elŝuti", - "upload": "Alŝuti", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Invalid" }, "deluge": { - "download": "Elŝuti", - "upload": "Alŝuti", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,25 +233,25 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Elŝuti", - "upload": "Alŝuti", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Wanted", "queued": "Queued", - "series": "Serioj", + "series": "Series", "queue": "Queue", - "unknown": "Nekonata" + "unknown": "Unknown" }, "radarr": { "wanted": "Wanted", "missing": "Missing", "queued": "Queued", - "movies": "Filmoj", + "movies": "Movies", "queue": "Queue", - "unknown": "Nekonata" + "unknown": "Unknown" }, "lidarr": { "wanted": "Wanted", @@ -274,17 +274,17 @@ }, "jellyseerr": { "pending": "Pending", - "approved": "Aprobita", - "available": "Havebla" + "approved": "Approved", + "available": "Available" }, "overseerr": { "pending": "Pending", "processing": "Processing", - "approved": "Aprobita", - "available": "Havebla" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Totalo", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -302,14 +302,14 @@ "latency": "Latency" }, "speedtest": { - "upload": "Alŝuti", - "download": "Elŝuti", - "ping": "Sondaĵo" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Rulata", + "running": "Running", "stopped": "Stopped", - "total": "Totalo" + "total": "Total" }, "suwayomi": { "download": "Downloaded", @@ -359,6 +359,12 @@ "services": "Servoj", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" @@ -366,7 +372,7 @@ "npm": { "enabled": "Enabled", "disabled": "Disabled", - "total": "Totalo" + "total": "Total" }, "coinmarketcap": { "configure": "Configure one or more crypto currencies to track", @@ -377,7 +383,7 @@ }, "gotify": { "apps": "Applications", - "clients": "Klientoj", + "clients": "Clients", "messages": "Mesaĝoj" }, "prowlarr": { @@ -398,48 +404,48 @@ "transferRate": "Rate" }, "mastodon": { - "user_count": "Uzantoj", + "user_count": "Users", "status_count": "Afiŝoj", "domain_count": "Domains" }, "medusa": { "wanted": "Wanted", "queued": "Queued", - "series": "Serioj" + "series": "Series" }, "minecraft": { "players": "Players", "version": "Version", - "status": "Stato", + "status": "Status", "up": "Online", - "down": "Malkonekta" + "down": "Offline" }, "miniflux": { "read": "Read", "unread": "Unread" }, "authentik": { - "users": "Uzantoj", + "users": "Users", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, "proxmox": { "mem": "MEM", - "cpu": "Ĉefprocesoro", + "cpu": "CPU", "lxc": "LXC", "vms": "VMs" }, "glances": { - "cpu": "Ĉefprocesoro", - "load": "Ŝarĝo", - "wait": "Bonvolu atendi", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "Totalo", - "free": "Libera", - "used": "Uzata", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -464,13 +470,13 @@ "1-day": "Mainly Sunny", "1-night": "Mainly Clear", "2-day": "Nubeta", - "2-night": "Nubeta", + "2-night": "Partly Cloudy", "3-day": "Nuba", - "3-night": "Nuba", + "3-night": "Cloudy", "45-day": "Nebula", - "45-night": "Nebula", - "48-day": "Nebula", - "48-night": "Nebula", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Light Drizzle", "51-night": "Light Drizzle", "53-day": "Drizzle", @@ -484,19 +490,19 @@ "61-day": "Light Rain", "61-night": "Light Rain", "63-day": "Pluvo", - "63-night": "Pluvo", + "63-night": "Rain", "65-day": "Pluvego", - "65-night": "Pluvego", + "65-night": "Heavy Rain", "66-day": "Frosta pluvo", - "66-night": "Frosta pluvo", - "67-day": "Frosta pluvo", - "67-night": "Frosta pluvo", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Light Snow", "71-night": "Light Snow", "73-day": "Neĝo", - "73-night": "Neĝo", + "73-night": "Snow", "75-day": "Neĝego", - "75-night": "Neĝego", + "75-night": "Heavy Snow", "77-day": "Snow Grains", "77-night": "Snow Grains", "80-day": "Light Showers", @@ -510,11 +516,11 @@ "86-day": "Snow Showers", "86-night": "Snow Showers", "95-day": "Fulmotondro", - "95-night": "Fulmotondro", + "95-night": "Thunderstorm", "96-day": "Fulmotondro kun hajlo", - "96-night": "Fulmotondro kun hajlo", - "99-day": "Fulmotondro kun hajlo", - "99-night": "Fulmotondro kun hajlo" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistemo", @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "Stato", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -543,7 +549,7 @@ "containers_failed": "Failed" }, "autobrr": { - "approvedPushes": "Aprobita", + "approvedPushes": "Approved", "rejectedPushes": "Rejected", "filters": "Filtriloj", "indexers": "Indexers" @@ -563,7 +569,7 @@ "speed": "Speed", "active": "Active", "queue": "Queue", - "total": "Totalo" + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -572,7 +578,7 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanaloj", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuners", "channelNumber": "Channel", @@ -580,17 +586,17 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "Bitrapido", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passed", "failed": "Failed", - "unknown": "Nekonata" + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", - "total": "Totalo" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "Stato", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Stato" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -656,11 +662,11 @@ "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "Failed Tasks 24h", - "cpu_usage": "Ĉefprocesoro", + "cpu_usage": "CPU", "memory_usage": "Memory" }, "immich": { - "users": "Uzantoj", + "users": "Users", "photos": "Photos", "videos": "Videos", "storage": "Storage" @@ -673,23 +679,23 @@ "m": "m" }, "atsumeru": { - "series": "Serioj", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Categories" }, "komga": { "libraries": "Libraries", - "series": "Serioj", - "books": "Libroj" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Tagoj", + "days": "Days", "uptime": "Uptime", - "volumeAvailable": "Havebla" + "volumeAvailable": "Available" }, "mylar": { - "series": "Serioj", + "series": "Series", "issues": "Issues", "wanted": "Wanted" }, @@ -724,7 +730,7 @@ "numshares": "Shared Items" }, "kopia": { - "status": "Stato", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Libroj", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -770,10 +776,10 @@ "updates": "Updates" }, "calibreweb": { - "books": "Libroj", + "books": "Books", "authors": "Authors", "categories": "Categories", - "series": "Serioj" + "series": "Series" }, "jdownloader": { "downloadCount": "Queue", @@ -782,12 +788,12 @@ "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serioj", + "seriesCount": "Series", "totalFiles": "Files" }, "azuredevops": { "result": "Result", - "status": "Stato", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -796,19 +802,19 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Aprobita" + "approved": "Approved" }, "gamedig": { - "status": "Stato", + "status": "Status", "online": "Online", - "offline": "Malkonekta", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", "players": "Players", "maxPlayers": "Max players", "bots": "Bots", - "ping": "Sondaĵo" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,14 +824,14 @@ }, "mealie": { "recipes": "Recipes", - "users": "Uzantoj", + "users": "Users", "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloading", - "total": "Totalo", - "running": "Rulata", + "total": "Total", + "running": "Running", "stopped": "Stopped", "passed": "Passed", "failed": "Failed" @@ -839,7 +845,7 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "Stato", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", @@ -850,7 +856,7 @@ "up": "Up", "seemsdown": "Seems Down", "down": "Down", - "unknown": "Nekonata" + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -902,12 +908,12 @@ "galleries": "Galleries", "performers": "Performers", "studios": "Studios", - "movies": "Filmoj", + "movies": "Movies", "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Uzantoj", + "users": "Users", "recipes": "Recipes", "keywords": "Keywords" }, @@ -916,7 +922,7 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "Uzantoj", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { @@ -927,7 +933,7 @@ "connected": "Connected", "enabled": "Enabled", "disabled": "Disabled", - "total": "Totalo" + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Banned" }, "myspeed": { - "ping": "Sondaĵo", - "download": "Elŝuti", - "upload": "Alŝuti" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -959,7 +965,7 @@ }, "zabbix": { "unclassified": "Not classified", - "information": "Informo", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -983,9 +989,9 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "Stato", + "status": "Status", "online": "Online", - "offline": "Malkonekta" + "offline": "Offline" }, "beszel": { "name": "Name", @@ -994,9 +1000,9 @@ "down": "Down", "paused": "Paused", "pending": "Pending", - "status": "Stato", + "status": "Status", "updated": "Updated", - "cpu": "Ĉefprocesoro", + "cpu": "CPU", "memory": "MEM", "disk": "Disk", "network": "NET" @@ -1005,7 +1011,7 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Sana", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", "missing": "Missing", @@ -1021,8 +1027,8 @@ "projects": "Projects" }, "apcups": { - "status": "Stato", - "load": "Ŝarĝo", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", "timeleft": "Time Left" }, @@ -1039,20 +1045,43 @@ "connected": "Connected", "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Havebla", + "update_yes": "Available", "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", "sharedFiles": "Files" }, "jellystat": { - "songs": "Kantoj", - "movies": "Filmoj", - "episodes": "Epizodoj", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 603e8d565..6d337f0da 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -61,9 +61,9 @@ "wlan_devices": "Dispositivos WLAN", "lan_users": "Usuarios LAN", "wlan_users": "Usuarios WLAN", - "up": "ACTIVO", + "up": "UP", "down": "CAÍDO", - "wait": "Espera, por favor", + "wait": "Please wait", "empty_data": "Se desconoce el estado del subsistema" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Parcial" }, "ping": { - "error": "Fallo", + "error": "Error", "ping": "Ping", "down": "Inactivo", "up": "Activo", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Estado HTTP", - "error": "Fallo", + "error": "Error", "response": "Respuesta", - "down": "Inactivo", - "up": "Activo", - "not_available": "No disponible" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Reproduciendo", @@ -108,11 +108,11 @@ "songs": "Canciones" }, "esphome": { - "offline": "Desconectado", - "offline_alt": "Desconectado", + "offline": "Offline", + "offline_alt": "Offline", "online": "En línea", "total": "Total", - "unknown": "Desconocido" + "unknown": "Unknown" }, "evcc": { "pv_power": "Producción", @@ -133,7 +133,7 @@ "unread": "Sin leer" }, "fritzbox": { - "connectionStatus": "Estado", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Sin configurar", "connectionStatusConnecting": "Conectando", "connectionStatusAuthenticating": "Autenticando", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Desconectando", "connectionStatusDisconnected": "Desconectado", "connectionStatusConnected": "Conectado", - "uptime": "Tiempo activo", + "uptime": "Uptime", "maxDown": "Descarga máxima", "maxUp": "Subida máxima", - "down": "Inactivo", - "up": "Activo", + "down": "Down", + "up": "Up", "received": "Recibido", "sent": "Enviado", "externalIPAddress": "IP ext.", @@ -168,10 +168,10 @@ "passes": "Pases" }, "tautulli": { - "playing": "Reproduciendo", - "transcoding": "Transcodificando", - "bitrate": "Tasa de bits", - "no_active": "Sin transmisiones activas", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Comprueba la conexión a Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Transmisiones activas", "albums": "Álbumes", - "movies": "Películas", + "movies": "Movies", "tv": "Series" }, "sabnzbd": { - "rate": "Tasa", + "rate": "Rate", "queue": "En cola", "timeleft": "Tiempo restante" }, "rutorrent": { "active": "Activo", - "upload": "Subida", - "download": "Descarga" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Descarga", - "upload": "Subida", - "leech": "Descargas", - "seed": "Semillas" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Descarga", - "upload": "Subida", - "leech": "Descargas", - "seed": "Semillas" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Uso de la CPU", @@ -223,44 +223,44 @@ "invalid": "No válido" }, "deluge": { - "download": "Descarga", - "upload": "Subida", - "leech": "Descargas", - "seed": "Semillas" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Bytes encontrados en caché", "cachemissbytes": "Bytes faltantes en caché" }, "downloadstation": { - "download": "Descarga", - "upload": "Subida", - "leech": "Descargas", - "seed": "Semillas" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Buscando", "queued": "En cola", "series": "Series", - "queue": "En cola", - "unknown": "Desconocido" + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Buscando", + "wanted": "Wanted", "missing": "Faltantes", - "queued": "En cola", - "movies": "Películas", - "queue": "En cola", - "unknown": "Desconocido" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Buscando", - "queued": "En cola", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artistas" }, "readarr": { - "wanted": "Buscando", - "queued": "En cola", + "wanted": "Wanted", + "queued": "Queued", "books": "Libros" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponible" }, "jellyseerr": { - "pending": "Pendiente", - "approved": "Aprobado", - "available": "Disponible" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Pendiente", + "pending": "Pending", "processing": "Procesando", - "approved": "Aprobado", - "available": "Disponible" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Conectado", + "connected": "Connected", "new_devices": "Nuevos dispositivos", "down_alerts": "Alertas de caída" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Consultas", - "blocked": "Bloqueado", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrado", "latency": "Latencia" }, "speedtest": { - "upload": "Subida", - "download": "Descarga", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Ejecutando", + "running": "Running", "stopped": "Detenido", "total": "Total" }, "suwayomi": { - "download": "Descargado", + "download": "Downloaded", "nondownload": "No descargado", - "read": "Leer", - "unread": "Sin leer", + "read": "Read", + "unread": "Unread", "downloadedread": "Descargado y leído", "downloadedunread": "Descargado y no leído", "nondownloadedread": "No descargado y leído", @@ -336,7 +336,7 @@ "ago": "Hace {{value}}" }, "technitium": { - "totalQueries": "Consultas", + "totalQueries": "Queries", "totalNoError": "Éxitos", "totalServerFailure": "Fallas", "totalNxDomain": "Dominios NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritarios", "totalRecursive": "Recursivos", "totalCached": "En caché", - "totalBlocked": "Bloqueado", + "totalBlocked": "Blocked", "totalDropped": "Descartados", "totalClients": "Clientes" }, "tdarr": { - "queue": "En cola", + "queue": "Queue", "processed": "Procesado", "errored": "Error", "saved": "Guardado" @@ -359,8 +359,14 @@ "services": "Servicios", "middleware": "Software intermedio" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Sin transmisiones activas", + "nothing_streaming": "No Active Streams", "please_wait": "Por favor, espera" }, "npm": { @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Aplicaciones", - "clients": "Clientes", + "clients": "Clients", "messages": "Mensajes" }, "prowlarr": { "enableIndexers": "Indexadores", "numberOfGrabs": "Capturas", - "numberOfQueries": "Consultas", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Capturas fallidas", "numberOfFailQueries": "Consultas fallidas" }, "jackett": { "configured": "Configurado", - "errored": "Error" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesiones", "numConnections": "Conexiones", "dataRelayed": "Retransmitido", - "transferRate": "Tasa" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Usuarios", + "user_count": "Users", "status_count": "Publicaciones", "domain_count": "Dominios" }, "medusa": { - "wanted": "Buscando", - "queued": "En cola", + "wanted": "Wanted", + "queued": "Queued", "series": "Series" }, "minecraft": { "players": "Jugadores", "version": "Versión", - "status": "Estado", - "up": "En línea", - "down": "Desconectado" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Leer", - "unread": "Sin leer" + "unread": "Unread" }, "authentik": { - "users": "Usuarios", + "users": "Users", "loginsLast24H": "Inicios de sesión (24h)", "failedLoginsLast24H": "Inicios de sesión fallidos (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Carga", - "wait": "Espera, por favor", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temperatura", "warn": "Advertir", - "uptime": "ACTIVO", + "uptime": "UP", "total": "Total", - "free": "Libre", - "used": "Usado", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crít.", - "read": "Leer", + "read": "Read", "write": "Escribir", "gpu": "GPU", "mem": "Memoria", @@ -455,7 +461,7 @@ "search": "Buscar", "custom": "Personalizado", "visit": "Visitar", - "url": "Enlace", + "url": "URL", "searchsuggestion": "Sugerencia" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Mayormente soleado", "1-night": "Mayormente despejado", "2-day": "Parcialmente nuboso", - "2-night": "Parcialmente nuboso", + "2-night": "Partly Cloudy", "3-day": "Nublado", - "3-night": "Nublado", + "3-night": "Cloudy", "45-day": "Niebla", - "45-night": "Niebla", - "48-day": "Niebla", - "48-night": "Niebla", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Llovizna ligera", - "51-night": "Llovizna ligera", + "51-night": "Light Drizzle", "53-day": "Llovizna", - "53-night": "Llovizna", + "53-night": "Drizzle", "55-day": "Llovizna intensa", - "55-night": "Llovizna intensa", + "55-night": "Heavy Drizzle", "56-day": "Llovizna helada ligera", - "56-night": "Llovizna helada ligera", + "56-night": "Light Freezing Drizzle", "57-day": "Llovizna helada", - "57-night": "Llovizna helada", + "57-night": "Freezing Drizzle", "61-day": "Lluvia ligera", - "61-night": "Lluvia ligera", + "61-night": "Light Rain", "63-day": "Lluvia", - "63-night": "Lluvia", + "63-night": "Rain", "65-day": "Lluvia torrencial", - "65-night": "Lluvia torrencial", + "65-night": "Heavy Rain", "66-day": "Granizo", - "66-night": "Granizo", - "67-day": "Granizo", - "67-night": "Granizo", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Nevada leve", - "71-night": "Nevada leve", + "71-night": "Light Snow", "73-day": "Nevada", - "73-night": "Nevada", + "73-night": "Snow", "75-day": "Nevada intensa", - "75-night": "Nevada intensa", + "75-night": "Heavy Snow", "77-day": "Granizada", - "77-night": "Granizada", + "77-night": "Snow Grains", "80-day": "Llovizna", - "80-night": "Llovizna", + "80-night": "Light Showers", "81-day": "Lluvia", - "81-night": "Lluvia", + "81-night": "Showers", "82-day": "Lluvias torrenciales", - "82-night": "Lluvias torrenciales", + "82-night": "Heavy Showers", "85-day": "Lluvia de nieve", - "85-night": "Lluvia de nieve", - "86-day": "Lluvia de nieve", - "86-night": "Lluvia de nieve", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Tormenta", - "95-night": "Tormenta", + "95-night": "Thunderstorm", "96-day": "Tormenta con granizo", - "96-night": "Tormenta con granizo", - "99-day": "Tormenta con granizo", - "99-night": "Tormenta con granizo" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistema", @@ -523,17 +529,17 @@ "up_to_date": "Actualizado", "child_bridges": "Bridges secundarios", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Activo", - "pending": "Pendiente", - "down": "Inactivo" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nuevo", - "up": "Activo", + "up": "Up", "grace": "En Periodo de Gracia", - "down": "Inactivo", + "down": "Down", "paused": "Pausado", - "status": "Estado", + "status": "Status", "last_ping": "Último ping", "never": "Aún no hay pings" }, @@ -543,50 +549,50 @@ "containers_failed": "Fallido" }, "autobrr": { - "approvedPushes": "Aprobado", + "approvedPushes": "Approved", "rejectedPushes": "Rechazado", "filters": "Filtros", - "indexers": "Indexadores" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "En cola", + "downloads": "Queue", "videos": "Videos", "channels": "Canales", "playlists": "Listas de reproducción" }, "truenas": { "load": "Carga del sistema", - "uptime": "Tiempo activo", - "alerts": "Alertas" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Velocidad", - "active": "Activo", - "queue": "En cola", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { "public_ip": "IP pública", "region": "Región", "country": "País", - "port_forwarded": "Port Forwarded" + "port_forwarded": "Puerto redireccionado" }, "hdhomerun": { - "channels": "Canales", + "channels": "Channels", "hd": "Alta definición", "tunerCount": "Sintonizadores", "channelNumber": "Canal", "channelNetwork": "Red", "signalStrength": "Intensidad", "signalQuality": "Calidad", - "symbolQuality": "Calidad", - "networkRate": "Tasa de bits", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Cliente" }, "scrutiny": { "passed": "Aprobado", - "failed": "Fallido", - "unknown": "Desconocido" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Bandeja de entrada", @@ -596,23 +602,23 @@ "battery_charge": "Carga de la batería", "ups_load": "Carga del UPS", "ups_status": "Estado del UPS", - "online": "En línea", + "online": "Online", "on_battery": "Con batería", "low_battery": "Batería baja" }, "nextdns": { - "wait": "Por favor, espera", + "wait": "Please Wait", "no_devices": "No se recibieron datos del dispositivo" }, "mikrotik": { "cpuLoad": "Carga de la CPU", "memoryUsed": "Memoria utilizada", - "uptime": "Tiempo activo", + "uptime": "Uptime", "numberOfLeases": "Alquileres" }, "xteve": { "streams_all": "Todas las transmisiones", - "streams_active": "Transmisiones activas", + "streams_active": "Active Streams", "streams_xepg": "Canales XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Límite" }, "opnsense": { - "cpu": "Carga de la CPU", + "cpu": "CPU Load", "memory": "Memoria activa", "wanUpload": "Subida WAN", "wanDownload": "Descarga WAN" @@ -634,22 +640,22 @@ "layers": "Capas" }, "octoprint": { - "printer_state": "Estado", + "printer_state": "Status", "temp_tool": "Temperatura de la herramienta", "temp_bed": "Temperatura de la plataforma", "job_completion": "Finalización" }, "cloudflared": { "origin_ip": "IP de origen", - "status": "Estado" + "status": "Status" }, "pfsense": { "load": "Promedio de carga", "memory": "Uso de memoria", "wanStatus": "Estado de la WAN", - "up": "Activo", - "down": "Inactivo", - "temp": "Temperatura", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Uso del disco", "wanIP": "IP de la WAN" }, @@ -660,7 +666,7 @@ "memory_usage": "Memoria" }, "immich": { - "users": "Usuarios", + "users": "Users", "photos": "Fotos", "videos": "Videos", "storage": "Almacenamiento" @@ -668,7 +674,7 @@ "uptimekuma": { "up": "Sitios activos", "down": "Sitios inactivos", - "uptime": "Tiempo activo", + "uptime": "Uptime", "incident": "Incidencia", "m": "m" }, @@ -681,28 +687,28 @@ "komga": { "libraries": "Librerías", "series": "Series", - "books": "Libros" + "books": "Books" }, "diskstation": { - "days": "Días", - "uptime": "Tiempo activo", - "volumeAvailable": "Disponible" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { "series": "Series", "issues": "Números", - "wanted": "Buscando" + "wanted": "Wanted" }, "photoprism": { - "albums": "Álbumes", - "photos": "Fotos", + "albums": "Albums", + "photos": "Photos", "videos": "Videos", "people": "Personas" }, "fileflows": { - "queue": "En cola", - "processing": "Procesando", - "processed": "Procesado", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Tiempo" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Elementos compartidos" }, "kopia": { - "status": "Estado", + "status": "Status", "size": "Tamaño", "lastrun": "Última ejecución", "nextrun": "Siguiente ejecución", - "failed": "Fallido" + "failed": "Failed" }, "unmanic": { "active_workers": "Trabajadores activos", @@ -745,20 +751,20 @@ "targets_total": "Objetivos totales" }, "gatus": { - "up": "Sitios activos", - "down": "Sitios inactivos", - "uptime": "Tiempo activo" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Hoy", + "gross_percent_today": "Today", "gross_percent_1y": "Un año", "gross_percent_max": "Todo el tiempo" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Libros", + "books": "Books", "podcastsDuration": "Duración", - "booksDuration": "Duración" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Personas en casa", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Monitorizando", - "updates": "Actualizaciones" + "updates": "Updates" }, "calibreweb": { - "books": "Libros", + "books": "Books", "authors": "Autores", - "categories": "Categorías", + "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "En cola", - "downloadBytesRemaining": "Restante", - "downloadTotalBytes": "Tamaño", - "downloadSpeed": "Velocidad" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { "seriesCount": "Series", - "totalFiles": "Archivos" + "totalFiles": "Files" }, "azuredevops": { "result": "Resultado", - "status": "Estado", + "status": "Status", "buildId": "ID de compilación", "succeeded": "Exitoso", "notStarted": "No iniciado", - "failed": "Fallido", + "failed": "Failed", "canceled": "Cancelado", "inProgress": "En curso", "totalPrs": "RP totales", "myPrs": "Mis logros", - "approved": "Aprobado" + "approved": "Approved" }, "gamedig": { - "status": "Estado", - "online": "En línea", - "offline": "Desconectado", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Nombre", "map": "Mapa", "currentPlayers": "Jugadores actuales", - "players": "Jugadores", + "players": "Players", "maxPlayers": "Jugadores máximos", "bots": "Bots", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recetas", - "users": "Usuarios", - "categories": "Categorías", + "users": "Users", + "categories": "Categories", "tags": "Etiquetas" }, "openmediavault": { "downloading": "Descargando", "total": "Total", - "running": "Ejecutando", - "stopped": "Detenido", - "passed": "Aprobado", - "failed": "Fallido" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Tiempo activo", + "uptime": "Uptime", "cpuLoad": "Carga promedio del CPU (5m)", - "up": "Activo", - "down": "Inactivo", + "up": "Up", + "down": "Down", "bytesTx": "Transmitido", - "bytesRx": "Recibido" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Estado", - "uptime": "Tiempo activo", + "status": "Status", + "uptime": "Uptime", "lastDown": "Último periodo de inactividad", "downDuration": "Duración de inactividad", - "sitesUp": "Sitios activos", - "sitesDown": "Sitios inactivos", - "paused": "Pausado", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Aún no verificado", - "up": "Activo", + "up": "Up", "seemsdown": "Parece caída", - "down": "Inactivo", - "unknown": "Desconocido" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "En cine", @@ -858,7 +864,7 @@ "digitalRelease": "Lanzamiento en digital", "noEventsToday": "¡Sin eventos para hoy!", "noEventsFound": "No se encontraron eventos", - "errorWhenLoadingData": "Error when loading calendar data" + "errorWhenLoadingData": "Error al cargar los datos del calendario" }, "romm": { "platforms": "Plataformas", @@ -869,10 +875,10 @@ "totalfilesize": "Tamaño total" }, "mailcow": { - "domains": "Dominios", + "domains": "Domains", "mailboxes": "Buzones de correo", "mails": "Correos", - "storage": "Almacenamiento" + "storage": "Storage" }, "netdata": { "warnings": "Advertencias", @@ -881,12 +887,12 @@ "plantit": { "events": "Eventos", "plants": "Plantas", - "photos": "Fotos", + "photos": "Photos", "species": "Especies" }, "gitea": { "notifications": "Notificaciones", - "issues": "Números", + "issues": "Issues", "pulls": "Solicitudes de cambios", "repositories": "Repositorios" }, @@ -902,13 +908,13 @@ "galleries": "Galerías", "performers": "Intérpretes", "studios": "Estudios", - "movies": "Películas", - "tags": "Etiquetas", + "movies": "Movies", + "tags": "Tags", "oCount": "Cantidad de O" }, "tandoor": { - "users": "Usuarios", - "recipes": "Recetas", + "users": "Users", + "recipes": "Recipes", "keywords": "Palabras clave" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "Con garantía", "locations": "Ubicaciones", "labels": "Etiquetas", - "users": "Usuarios", + "users": "Users", "totalValue": "Valor total" }, "crowdsec": { - "alerts": "Alertas", + "alerts": "Alerts", "bans": "Baneos" }, "wgeasy": { - "connected": "Conectado", - "enabled": "Activado", - "disabled": "Desactivado", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Descarga", - "upload": "Subida" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Acciones", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cámaras", - "uptime": "Tiempo activo", - "version": "Versión" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Enlaces", "collections": "Colecciones", - "tags": "Etiquetas" + "tags": "Tags" }, "zabbix": { "unclassified": "No clasificado", - "information": "Información", + "information": "Information", "warning": "Advertencia", "average": "Promedio", "high": "Alto", @@ -980,22 +986,22 @@ "tasksInProgress": "Tareas en progreso" }, "headscale": { - "name": "Nombre", - "address": "Dirección", - "last_seen": "Visto por última vez", - "status": "Estado", - "online": "En línea", - "offline": "Desconectado" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Nombre", + "name": "Name", "systems": "Sistemas", - "up": "Activo", - "down": "Inactivo", - "paused": "Pausado", - "pending": "Pendiente", - "status": "Estado", - "updated": "Actualizado", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disco", @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Sincronizado", "outOfSync": "Desincronizado", - "healthy": "Saludable", + "healthy": "Healthy", "degraded": "Degradado", "progressing": "Progresando", - "missing": "Faltantes", + "missing": "Missing", "suspended": "Suspendido" }, "spoolman": { - "loading": "Cargando" + "loading": "Loading" }, "gitlab": { "groups": "Grupos", - "issues": "Números", + "issues": "Issues", "merges": "Solicitudes de fusión", "projects": "Proyectos" }, "apcups": { - "status": "Estado", - "load": "Carga", - "bcharge": "Carga de la batería", - "timeleft": "Tiempo restante" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Marcadores", @@ -1032,27 +1038,50 @@ "archived": "Archivado", "highlights": "Destacados", "lists": "Listas", - "tags": "Etiquetas" + "tags": "Tags" }, "slskd": { - "slskStatus": "Red", - "connected": "Conectado", - "disconnected": "Desconectado", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Actualización", - "update_yes": "Disponible", - "update_no": "Actualizado", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Descargas", "uploads": "Subidas", - "sharedFiles": "Archivos" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Canciones", - "movies": "Películas", - "episodes": "Episodios", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Otros" }, "checkmk": { - "serviceErrors": "Service issues", - "hostErrors": "Host issues" + "serviceErrors": "Problemas de servicio", + "hostErrors": "Problemas de host" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json index b63d6437b..3220ee349 100644 --- a/public/locales/eu/common.json +++ b/public/locales/eu/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN Erabiltzaileak", "up": "UP", "down": "DOWN", - "wait": "Itxaron mesedez", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { @@ -93,8 +93,8 @@ "http_status": "HTTP status", "error": "Error", "response": "Erantzuna", - "down": "Behera", - "up": "Gora", + "down": "Down", + "up": "Up", "not_available": "Not Available" }, "emby": { @@ -111,8 +111,8 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Online", - "total": "Guztira", - "unknown": "Ezezaguna" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produkzioak", @@ -144,8 +144,8 @@ "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", - "down": "Behera", - "up": "Gora", + "down": "Down", + "up": "Up", "received": "Received", "sent": "Bidalita", "externalIPAddress": "Ext. IP", @@ -170,7 +170,7 @@ "tautulli": { "playing": "Playing", "transcoding": "Transcoding", - "bitrate": "Bit-tasa", + "bitrate": "Bitrate", "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, @@ -189,7 +189,7 @@ "plex": { "streams": "Active Streams", "albums": "Albums", - "movies": "Filmak", + "movies": "Movies", "tv": "TV Shows" }, "sabnzbd": { @@ -199,18 +199,18 @@ }, "rutorrent": { "active": "Active", - "upload": "Kargatu", - "download": "Jeitsierak" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Jeitsierak", - "upload": "Kargatu", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Jeitsierak", - "upload": "Kargatu", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Invalid" }, "deluge": { - "download": "Jeitsierak", - "upload": "Kargatu", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,25 +233,25 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Jeitsierak", - "upload": "Kargatu", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Wanted", "queued": "Queued", - "series": "Serieak", + "series": "Series", "queue": "Queue", - "unknown": "Ezezaguna" + "unknown": "Unknown" }, "radarr": { "wanted": "Wanted", "missing": "Missing", "queued": "Queued", - "movies": "Filmak", + "movies": "Movies", "queue": "Queue", - "unknown": "Ezezaguna" + "unknown": "Unknown" }, "lidarr": { "wanted": "Wanted", @@ -284,8 +284,8 @@ "available": "Available" }, "netalertx": { - "total": "Guztira", - "connected": "Konektatuta", + "total": "Total", + "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" }, @@ -302,20 +302,20 @@ "latency": "Latency" }, "speedtest": { - "upload": "Kargatu", - "download": "Jeitsierak", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { "running": "Running", "stopped": "Stopped", - "total": "Guztira" + "total": "Total" }, "suwayomi": { "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", - "unread": "Irakurri gabe", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -359,6 +359,12 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" @@ -366,7 +372,7 @@ "npm": { "enabled": "Enabled", "disabled": "Disabled", - "total": "Guztira" + "total": "Total" }, "coinmarketcap": { "configure": "Configure one or more crypto currencies to track", @@ -405,7 +411,7 @@ "medusa": { "wanted": "Wanted", "queued": "Queued", - "series": "Serieak" + "series": "Series" }, "minecraft": { "players": "Jokalariak", @@ -416,7 +422,7 @@ }, "miniflux": { "read": "Read", - "unread": "Irakurri gabe" + "unread": "Unread" }, "authentik": { "users": "Users", @@ -432,14 +438,14 @@ "glances": { "cpu": "CPU", "load": "Load", - "wait": "Itxaron mesedez", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "Guztira", + "total": "Total", "free": "Free", - "used": "Erabilita", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -523,15 +529,15 @@ "up_to_date": "Up to Date", "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Gora", + "up": "Up", "pending": "Pending", - "down": "Behera" + "down": "Down" }, "healthchecks": { "new": "New", - "up": "Gora", + "up": "Up", "grace": "In Grace Period", - "down": "Behera", + "down": "Down", "paused": "Paused", "status": "Status", "last_ping": "Last Ping", @@ -563,7 +569,7 @@ "speed": "Speed", "active": "Active", "queue": "Queue", - "total": "Guztira" + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -580,17 +586,17 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "Bit-tasa", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passed", "failed": "Failed", - "unknown": "Ezezaguna" + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", - "total": "Guztira" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -647,8 +653,8 @@ "load": "Load Avg", "memory": "Mem Usage", "wanStatus": "WAN Status", - "up": "Gora", - "down": "Behera", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Disk Usage", "wanIP": "WAN IP" @@ -673,29 +679,29 @@ "m": "m" }, "atsumeru": { - "series": "Serieak", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Categories" }, "komga": { "libraries": "Libraries", - "series": "Serieak", + "series": "Series", "books": "Books" }, "diskstation": { - "days": "Egun", + "days": "Days", "uptime": "Uptime", "volumeAvailable": "Available" }, "mylar": { - "series": "Serieak", + "series": "Series", "issues": "Arazoak", "wanted": "Wanted" }, "photoprism": { "albums": "Albums", - "photos": "Argazkiak", + "photos": "Photos", "videos": "Videos", "people": "People" }, @@ -773,7 +779,7 @@ "books": "Books", "authors": "Authors", "categories": "Categories", - "series": "Serieak" + "series": "Series" }, "jdownloader": { "downloadCount": "Queue", @@ -782,7 +788,7 @@ "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serieak", + "seriesCount": "Series", "totalFiles": "Files" }, "azuredevops": { @@ -805,7 +811,7 @@ "name": "Izena", "map": "Mapa", "currentPlayers": "Current players", - "players": "Jokalariak", + "players": "Players", "maxPlayers": "Max players", "bots": "Bots", "ping": "Ping" @@ -824,7 +830,7 @@ }, "openmediavault": { "downloading": "Deskargatzen", - "total": "Guztira", + "total": "Total", "running": "Running", "stopped": "Stopped", "passed": "Passed", @@ -833,8 +839,8 @@ "openwrt": { "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", - "up": "Gora", - "down": "Behera", + "up": "Up", + "down": "Down", "bytesTx": "Transmitted", "bytesRx": "Received" }, @@ -847,10 +853,10 @@ "sitesDown": "Sites Down", "paused": "Paused", "notyetchecked": "Not Yet Checked", - "up": "Gora", + "up": "Up", "seemsdown": "Seems Down", - "down": "Behera", - "unknown": "Ezezaguna" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -881,12 +887,12 @@ "plantit": { "events": "Ekitaldiak", "plants": "Landareak", - "photos": "Argazkiak", + "photos": "Photos", "species": "Species" }, "gitea": { "notifications": "Jakinarazpenak", - "issues": "Arazoak", + "issues": "Issues", "pulls": "Pull Requests", "repositories": "Repositories" }, @@ -902,8 +908,8 @@ "galleries": "Galleries", "performers": "Performers", "studios": "Studios", - "movies": "Filmak", - "tags": "Etiketak", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { @@ -924,10 +930,10 @@ "bans": "Bans" }, "wgeasy": { - "connected": "Konektatuta", + "connected": "Connected", "enabled": "Enabled", "disabled": "Disabled", - "total": "Guztira" + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Jeitsierak", - "upload": "Kargatu" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -955,11 +961,11 @@ "linkwarden": { "links": "Links", "collections": "Bildumak", - "tags": "Etiketak" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informazioa", + "information": "Information", "warning": "Abisua", "average": "Batez besteko", "high": "Altua", @@ -980,7 +986,7 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Izena", + "name": "Name", "address": "Address", "last_seen": "Last Seen", "status": "Status", @@ -988,10 +994,10 @@ "offline": "Offline" }, "beszel": { - "name": "Izena", + "name": "Name", "systems": "Systems", - "up": "Gora", - "down": "Behera", + "up": "Up", + "down": "Down", "paused": "Paused", "pending": "Pending", "status": "Status", @@ -1005,7 +1011,7 @@ "apps": "Aplikazioak", "synced": "Sinkronizatuta", "outOfSync": "Out Of Sync", - "healthy": "Osasuntsu", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", "missing": "Missing", @@ -1016,7 +1022,7 @@ }, "gitlab": { "groups": "Taldeak", - "issues": "Arazoak", + "issues": "Issues", "merges": "Merge Requests", "projects": "Proiektuak" }, @@ -1032,12 +1038,12 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Etiketak" + "tags": "Tags" }, "slskd": { "slskStatus": "Network", - "connected": "Konektatuta", - "disconnected": "Deskonektatuta", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", "update_yes": "Available", "update_no": "Up to Date", @@ -1046,13 +1052,36 @@ "sharedFiles": "Files" }, "jellystat": { - "songs": "Abestiak", - "movies": "Filmak", + "songs": "Songs", + "movies": "Movies", "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index c2aeaff26..f6fd3c39c 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Odota, ole hyvä", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { @@ -111,7 +111,7 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Online", - "total": "Yhteensä", + "total": "Total", "unknown": "Unknown" }, "evcc": { @@ -133,7 +133,7 @@ "unread": "Unread" }, "fritzbox": { - "connectionStatus": "Tila", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Unconfigured", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "Toistaa", - "transcoding": "Transkoodaa", - "bitrate": "Bittinopeus", - "no_active": "Ei aktiivisia striimejä", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -193,7 +193,7 @@ "tv": "TV Shows" }, "sabnzbd": { - "rate": "Nopeus", + "rate": "Rate", "queue": "Jono", "timeleft": "Aikaa jäljellä" }, @@ -242,25 +242,25 @@ "wanted": "Haluttu", "queued": "Jonossa", "series": "Series", - "queue": "Jono", + "queue": "Queue", "unknown": "Unknown" }, "radarr": { - "wanted": "Haluttu", + "wanted": "Wanted", "missing": "Missing", - "queued": "Jonossa", + "queued": "Queued", "movies": "Movies", - "queue": "Jono", + "queue": "Queue", "unknown": "Unknown" }, "lidarr": { - "wanted": "Haluttu", - "queued": "Jonossa", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artists" }, "readarr": { - "wanted": "Haluttu", - "queued": "Jonossa", + "wanted": "Wanted", + "queued": "Queued", "books": "Kirjoja" }, "bazarr": { @@ -273,18 +273,18 @@ "available": "Saatavilla" }, "jellyseerr": { - "pending": "Vireillä", - "approved": "Hyväksytty", - "available": "Saatavilla" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Vireillä", + "pending": "Pending", "processing": "Processing", - "approved": "Hyväksytty", - "available": "Saatavilla" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Yhteensä", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -296,8 +296,8 @@ "gravity": "Vakavuus" }, "adguard": { - "queries": "Kyselyjä", - "blocked": "Estetty", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Suodatettu", "latency": "Viive" }, @@ -309,10 +309,10 @@ "portainer": { "running": "Running", "stopped": "Pysäytetty", - "total": "Yhteensä" + "total": "Total" }, "suwayomi": { - "download": "Ladattu", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", "unread": "Unread", @@ -336,7 +336,7 @@ "ago": "{{value}} Ago" }, "technitium": { - "totalQueries": "Kyselyjä", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Estetty", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Asiakasohjelmia" }, "tdarr": { - "queue": "Jono", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Saved" @@ -359,14 +359,20 @@ "services": "Palveluja", "middleware": "Middlewareja" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Ei aktiivisia striimejä", + "nothing_streaming": "No Active Streams", "please_wait": "Odota, ole hyvä" }, "npm": { "enabled": "Käytössä", "disabled": "Poissa käytöstä", - "total": "Yhteensä" + "total": "Total" }, "coinmarketcap": { "configure": "Määritä yksi tai useampi kryptovaluutta seurattavaksi", @@ -377,13 +383,13 @@ }, "gotify": { "apps": "Sovelluksia", - "clients": "Asiakasohjelmia", + "clients": "Clients", "messages": "Viestejä" }, "prowlarr": { "enableIndexers": "Indeksoijia", "numberOfGrabs": "Nappauksia", - "numberOfQueries": "Kyselyjä", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Epäonnistuneita nappauksia", "numberOfFailQueries": "Epäonnistuneita kyselyjä" }, @@ -395,7 +401,7 @@ "numActiveSessions": "Istuntoja", "numConnections": "Yhteyksiä", "dataRelayed": "Välitetty", - "transferRate": "Nopeus" + "transferRate": "Rate" }, "mastodon": { "user_count": "Users", @@ -403,14 +409,14 @@ "domain_count": "Verkkotunnuksia" }, "medusa": { - "wanted": "Haluttu", - "queued": "Jonossa", + "wanted": "Wanted", + "queued": "Queued", "series": "Series" }, "minecraft": { "players": "Players", "version": "Version", - "status": "Tila", + "status": "Status", "up": "Online", "down": "Offline" }, @@ -431,15 +437,15 @@ }, "glances": { "cpu": "CPU", - "load": "Kuorma", - "wait": "Odota, ole hyvä", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "Yhteensä", - "free": "Vapaana", - "used": "Käytetty", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -524,7 +530,7 @@ "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "Vireillä", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "Tila", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -543,13 +549,13 @@ "containers_failed": "Failed" }, "autobrr": { - "approvedPushes": "Hyväksytty", + "approvedPushes": "Approved", "rejectedPushes": "Rejected", "filters": "Filters", - "indexers": "Indeksoijia" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Jono", + "downloads": "Queue", "videos": "Videos", "channels": "Channels", "playlists": "Playlists" @@ -561,9 +567,9 @@ }, "pyload": { "speed": "Speed", - "active": "Aktiivinen", - "queue": "Jono", - "total": "Yhteensä" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -580,7 +586,7 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "Bittinopeus", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { @@ -590,7 +596,7 @@ }, "paperlessngx": { "inbox": "Inbox", - "total": "Yhteensä" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -601,7 +607,7 @@ "low_battery": "Low Battery" }, "nextdns": { - "wait": "Odota, ole hyvä", + "wait": "Please Wait", "no_devices": "No Device Data Received" }, "mikrotik": { @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "Tila", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Tila" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -681,17 +687,17 @@ "komga": { "libraries": "Libraries", "series": "Series", - "books": "Kirjoja" + "books": "Books" }, "diskstation": { "days": "Days", "uptime": "Uptime", - "volumeAvailable": "Saatavilla" + "volumeAvailable": "Available" }, "mylar": { "series": "Series", "issues": "Issues", - "wanted": "Haluttu" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", @@ -700,7 +706,7 @@ "people": "People" }, "fileflows": { - "queue": "Jono", + "queue": "Queue", "processing": "Processing", "processed": "Processed", "time": "Time" @@ -724,7 +730,7 @@ "numshares": "Shared Items" }, "kopia": { - "status": "Tila", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Kirjoja", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -770,14 +776,14 @@ "updates": "Updates" }, "calibreweb": { - "books": "Kirjoja", + "books": "Books", "authors": "Authors", "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "Jono", - "downloadBytesRemaining": "Jäljellä", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" }, @@ -787,7 +793,7 @@ }, "azuredevops": { "result": "Result", - "status": "Tila", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -796,10 +802,10 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Hyväksytty" + "approved": "Approved" }, "gamedig": { - "status": "Tila", + "status": "Status", "online": "Online", "offline": "Offline", "name": "Name", @@ -824,9 +830,9 @@ }, "openmediavault": { "downloading": "Downloading", - "total": "Yhteensä", + "total": "Total", "running": "Running", - "stopped": "Pysäytetty", + "stopped": "Stopped", "passed": "Passed", "failed": "Failed" }, @@ -839,7 +845,7 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "Tila", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", @@ -869,7 +875,7 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Verkkotunnuksia", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", "storage": "Storage" @@ -925,9 +931,9 @@ }, "wgeasy": { "connected": "Connected", - "enabled": "Käytössä", - "disabled": "Poissa käytöstä", - "total": "Yhteensä" + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -983,7 +989,7 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "Tila", + "status": "Status", "online": "Online", "offline": "Offline" }, @@ -993,8 +999,8 @@ "up": "Up", "down": "Down", "paused": "Paused", - "pending": "Vireillä", - "status": "Tila", + "pending": "Pending", + "status": "Status", "updated": "Updated", "cpu": "CPU", "memory": "MEM", @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "Tila", - "load": "Kuorma", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", - "timeleft": "Aikaa jäljellä" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1039,7 +1045,7 @@ "connected": "Connected", "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Saatavilla", + "update_yes": "Available", "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index e81b661b3..732a3ba50 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -21,10 +21,10 @@ "seconds": "s" }, "widget": { - "missing_type": "Type de widget manquant: {{type}}", + "missing_type": "Type de widget manquant : {{type}}", "api_error": "Erreur API", "information": "Informations", - "status": "Statut", + "status": "État", "url": "URL", "raw_error": "Erreur brute", "response_data": "Données de réponse" @@ -40,14 +40,14 @@ }, "resources": { "cpu": "CPU", - "mem": "MÉM", + "mem": "RAM", "total": "Total", "free": "Libre", "used": "Utilisé", "load": "Charge", - "temp": "Temp", + "temp": "Température", "max": "Max", - "uptime": "Up" + "uptime": "Démarré depuis" }, "unifi": { "users": "Utilisateurs", @@ -61,7 +61,7 @@ "wlan_devices": "Périphériques WLAN", "lan_users": "Utilisateurs LAN", "wlan_users": "Utilisateurs WLAN", - "up": "Up", + "up": "ACTIF", "down": "INACTIF", "wait": "Veuillez patienter", "empty_data": "Statut du sous-système inconnu" @@ -69,43 +69,43 @@ "docker": { "rx": "Rx", "tx": "Tx", - "mem": "MÉM", + "mem": "RAM", "cpu": "CPU", "running": "Démarré", - "offline": "Hors ligne", + "offline": "Stoppé", "error": "Erreur", "unknown": "Inconnu", "healthy": "Fonctionnel", "starting": "Démarrage", "unhealthy": "Mauvaise santé", - "not_found": "Introuvable", + "not_found": "Inconnu", "exited": "Arrêté", "partial": "Partiel" }, "ping": { "error": "Erreur", "ping": "Latence", - "down": "Down", - "up": "Up", + "down": "Hors ligne", + "up": "En ligne", "not_available": "Non disponible" }, "siteMonitor": { "http_status": "Statut HTTP", "error": "Erreur", "response": "Réponse", - "down": "Down", - "up": "Up", + "down": "Hors ligne", + "up": "En ligne", "not_available": "Non disponible" }, "emby": { "playing": "En lecture", "transcoding": "Transcodage", "bitrate": "Débit", - "no_active": "Aucun flux actif", + "no_active": "Aucune lecture en cours", "movies": "Films", "series": "Séries", "episodes": "Épisodes", - "songs": "Chansons" + "songs": "Morceaux" }, "esphome": { "offline": "Hors ligne", @@ -117,35 +117,35 @@ "evcc": { "pv_power": "Production", "battery_soc": "Batterie", - "grid_power": "Grille", + "grid_power": "Réseau", "home_power": "Consommation", - "charge_power": "Chargeur", + "charge_power": "Charge", "kilowatt": "kW" }, "flood": { "download": "Récep.", - "upload": "Téléverser", - "leech": "Leech", - "seed": "Seed" + "upload": "Envoi", + "leech": "En téléchargement", + "seed": "En partage" }, "freshrss": { "subscriptions": "Abonnements", "unread": "Non lu" }, "fritzbox": { - "connectionStatus": "Statut", - "connectionStatusUnconfigured": "Non-configuré", + "connectionStatus": "État", + "connectionStatusUnconfigured": "Non configuré", "connectionStatusConnecting": "Connexion en cours", - "connectionStatusAuthenticating": "Authentification en cours", + "connectionStatusAuthenticating": "En cours d'authentification", "connectionStatusPendingDisconnect": "Déconnexion en attente", "connectionStatusDisconnecting": "Déconnexion en cours", "connectionStatusDisconnected": "Déconnecté", "connectionStatusConnected": "Connecté", "uptime": "Démarré depuis", - "maxDown": "Max. Down", - "maxUp": "Max. Up", - "down": "Down", - "up": "Up", + "maxDown": "Réception max.", + "maxUp": "Envoi max.", + "down": "Réception", + "up": "Envoi", "received": "Reçu", "sent": "Envoyé", "externalIPAddress": "IP externe", @@ -153,12 +153,12 @@ "externalIPv6Prefix": "Préfixe IPv6 externe" }, "caddy": { - "upstreams": "En amont", - "requests": "Demandes en cours", - "requests_failed": "Demandes échouées" + "upstreams": "Upstreams", + "requests": "Requêtes en cours", + "requests_failed": "Requêtes échouées" }, "changedetectionio": { - "totalObserved": "Total Observé", + "totalObserved": "Total observé", "diffsDetected": "Différences détectées" }, "channelsdvrserver": { @@ -168,14 +168,14 @@ "passes": "Passes" }, "tautulli": { - "playing": "En lecture", + "playing": "En cours de lecture", "transcoding": "Transcodage", "bitrate": "Débit", - "no_active": "Aucun flux actif", + "no_active": "Aucune lecture en cours", "plex_connection_error": "Vérifier la connexion à Plex" }, "omada": { - "connectedAp": "AP connectés", + "connectedAp": "APs connectées", "activeUser": "Périphériques actifs", "alerts": "Alertes", "connectedGateways": "Passerelles connectées", @@ -187,80 +187,80 @@ "downloaded": "Téléchargé" }, "plex": { - "streams": "Flux actif", + "streams": "Lectures en cours", "albums": "Albums", "movies": "Films", "tv": "Séries" }, "sabnzbd": { "rate": "Débit", - "queue": "En attente", + "queue": "File d'attente", "timeleft": "Temps restant" }, "rutorrent": { "active": "Actif", - "upload": "Téléverser", - "download": "Récep." + "upload": "Envoi", + "download": "Réception" }, "transmission": { - "download": "Récep.", - "upload": "Téléverser", - "leech": "Leech", - "seed": "Seed" + "download": "Réception", + "upload": "Envoi", + "leech": "En téléchargement", + "seed": "En partage" }, "qbittorrent": { - "download": "Récep.", - "upload": "Téléverser", - "leech": "Leech", - "seed": "Seed" + "download": "Réception", + "upload": "Envoi", + "leech": "En téléchargement", + "seed": "En partage" }, "qnap": { - "cpuUsage": "Processeur utilisé", - "memUsage": "Mémoire utilisée", + "cpuUsage": "Utilisation CPU", + "memUsage": "RAM utilisée", "systemTempC": "Température système", "poolUsage": "Utilisation de la pool", "volumeUsage": "Utilisation du volume", "invalid": "Invalide" }, "deluge": { - "download": "Récep.", - "upload": "Téléverser", - "leech": "Leech", - "seed": "Seed" + "download": "Réception", + "upload": "Envoi", + "leech": "En téléchargement", + "seed": "En partage" }, "develancacheui": { - "cachehitbytes": "Octets de la mémoire cache", - "cachemissbytes": "Octets manquants du cache" + "cachehitbytes": "Cache Hit (B)", + "cachemissbytes": "Cache Miss (B)" }, "downloadstation": { - "download": "Récep.", - "upload": "Téléverser", - "leech": "Leech", - "seed": "Seed" + "download": "Réception", + "upload": "Envoi", + "leech": "En téléchargement", + "seed": "En partage" }, "sonarr": { - "wanted": "Demandé", - "queued": "En file d'attente", + "wanted": "Recherché", + "queued": "En attente", "series": "Séries", - "queue": "En attente", + "queue": "File d'attente", "unknown": "Inconnu" }, "radarr": { - "wanted": "Demandé", + "wanted": "Recherché", "missing": "Manquant", - "queued": "En file d'attente", + "queued": "En attente", "movies": "Films", - "queue": "En attente", + "queue": "File d'attente", "unknown": "Inconnu" }, "lidarr": { - "wanted": "Demandé", - "queued": "En file d'attente", + "wanted": "Recherché", + "queued": "En attente", "artists": "Artistes" }, "readarr": { - "wanted": "Demandé", - "queued": "En file d'attente", + "wanted": "Recherché", + "queued": "En attente", "books": "Livres" }, "bazarr": { @@ -302,12 +302,12 @@ "latency": "Latence" }, "speedtest": { - "upload": "Téléverser", - "download": "Récep.", + "upload": "Envoi", + "download": "Réception", "ping": "Latence" }, "portainer": { - "running": "Démarré", + "running": "En cours d'exécution", "stopped": "Arrêté", "total": "Total" }, @@ -315,7 +315,7 @@ "download": "Téléchargé", "nondownload": "Non téléchargé", "read": "Lu", - "unread": "Non lu", + "unread": "Non llu", "downloadedread": "Téléchargé et lu", "downloadedunread": "Téléchargé et non lu", "nondownloadedread": "Non téléchargé et lu", @@ -349,7 +349,7 @@ "totalClients": "Clients" }, "tdarr": { - "queue": "En attente", + "queue": "File d'attente", "processed": "Traité", "errored": "Erroné", "saved": "Enregistré" @@ -359,8 +359,14 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Taille de la base de données", + "unknown": "Inconnu" + }, "navidrome": { - "nothing_streaming": "Aucun flux actif", + "nothing_streaming": "Aucune lecture en cours", "please_wait": "Merci de patienter" }, "npm": { @@ -389,13 +395,13 @@ }, "jackett": { "configured": "Configuré", - "errored": "Erroné" + "errored": "Échoué" }, "strelaysrv": { "numActiveSessions": "Sessions", "numConnections": "Connexions", "dataRelayed": "Relayé", - "transferRate": "Débit" + "transferRate": "Taux de transfert" }, "mastodon": { "user_count": "Utilisateurs", @@ -403,8 +409,8 @@ "domain_count": "Domaines" }, "medusa": { - "wanted": "Demandé", - "queued": "En file d'attente", + "wanted": "Recherché", + "queued": "En attente", "series": "Séries" }, "minecraft": { @@ -424,7 +430,7 @@ "failedLoginsLast24H": "Connexions échouées (24 h)" }, "proxmox": { - "mem": "MÉM", + "mem": "RAM", "cpu": "CPU", "lxc": "LXC", "vms": "VMs" @@ -433,10 +439,10 @@ "cpu": "CPU", "load": "Charge", "wait": "Veuillez patienter", - "temp": "Temp", + "temp": "Température", "_temp": "Température", "warn": "Alerte", - "uptime": "Up", + "uptime": "Démarré depuis", "total": "Total", "free": "Libre", "used": "Utilisé", @@ -468,17 +474,17 @@ "3-day": "Nuageux", "3-night": "Nuageux", "45-day": "Brumeux", - "45-night": "Brumeux", - "48-day": "Brumeux", - "48-night": "Brumeux", + "45-night": "Brouillard", + "48-day": "Brouillard", + "48-night": "Brouillard", "51-day": "Bruine légère", - "51-night": "Bruine légère", + "51-night": "Faible bruine", "53-day": "Bruine", "53-night": "Bruine", "55-day": "Bruine épaisse", "55-night": "Bruine épaisse", "56-day": "Légère bruine verglaçante", - "56-night": "Légère bruine verglaçante", + "56-night": "Faible bruine verglaçante", "57-day": "Bruine verglaçante", "57-night": "Bruine verglaçante", "61-day": "Pluie légère", @@ -496,15 +502,15 @@ "73-day": "Neige", "73-night": "Neige", "75-day": "Neige abondante", - "75-night": "Neige abondante", + "75-night": "Fortes chutes de neige", "77-day": "Grains de neige", - "77-night": "Grains de neige", + "77-night": "Neige en grains", "80-day": "Averses légères", "80-night": "Averses légères", "81-day": "Averses", "81-night": "Averses", "82-day": "Averses fortes", - "82-night": "Averses fortes", + "82-night": "Fortes averses", "85-day": "Averses de neige", "85-night": "Averses de neige", "86-day": "Averses de neige", @@ -523,15 +529,15 @@ "up_to_date": "À jour", "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Up", + "up": "En ligne", "pending": "En attente", - "down": "Down" + "down": "Hors ligne" }, "healthchecks": { "new": "Nouveau", - "up": "Up", + "up": "En ligne", "grace": "En Période de Grâce", - "down": "Down", + "down": "Hors ligne", "paused": "En Pause", "status": "Statut", "last_ping": "Dernier Ping", @@ -546,10 +552,10 @@ "approvedPushes": "Approuvé", "rejectedPushes": "Rejeté", "filters": "Filtres", - "indexers": "Indexeur" + "indexers": "Indexeurs" }, "tubearchivist": { - "downloads": "En attente", + "downloads": "File d'attente", "videos": "Vidéos", "channels": "Chaînes", "playlists": "Listes de lecture" @@ -562,7 +568,7 @@ "pyload": { "speed": "Débit", "active": "Actif", - "queue": "En attente", + "queue": "File d'attente", "total": "Total" }, "gluetun": { @@ -601,7 +607,7 @@ "low_battery": "Batterie Faible" }, "nextdns": { - "wait": "Merci de patienter", + "wait": "Veuillez patienter", "no_devices": "Aucune donnée d'appareil reçue" }, "mikrotik": { @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "Tous les flux", - "streams_active": "Flux actif", + "streams_active": "Lectures en cours", "streams_xepg": "Canal XEPG" }, "opendtu": { @@ -622,9 +628,9 @@ "limit": "Limite" }, "opnsense": { - "cpu": "Charge du processeur", + "cpu": "Charge CPU", "memory": "Mémoire utilisée", - "wanUpload": "WAN Envoi", + "wanUpload": "Envoi WAN", "wanDownload": "WAN Récep." }, "moonraker": { @@ -647,8 +653,8 @@ "load": "Charge moy.", "memory": "Util. Mém.", "wanStatus": "Statut WAN", - "up": "Up", - "down": "Down", + "up": "Haut", + "down": "Bas", "temp": "Température", "disk": "Util. Disque", "wanIP": "IP WAN" @@ -666,8 +672,8 @@ "storage": "Stockage" }, "uptimekuma": { - "up": "En ligne", - "down": "Hors ligne", + "up": "Sites actifs", + "down": "Sites inactifs", "uptime": "Démarré depuis", "incident": "Incident", "m": "m" @@ -685,13 +691,13 @@ }, "diskstation": { "days": "Jours", - "uptime": "Démarré depuis", + "uptime": "Disponibilité", "volumeAvailable": "Disponible" }, "mylar": { "series": "Séries", "issues": "Anomalies", - "wanted": "Demandé" + "wanted": "Recherché" }, "photoprism": { "albums": "Albums", @@ -700,8 +706,8 @@ "people": "Personnes" }, "fileflows": { - "queue": "En attente", - "processing": "En cours de traitement", + "queue": "File d'attente", + "processing": "En traitement", "processed": "Traité", "time": "Temps" }, @@ -747,7 +753,7 @@ "gatus": { "up": "En ligne", "down": "Hors ligne", - "uptime": "Démarré depuis" + "uptime": "Disponibilité" }, "ghostfolio": { "gross_percent_today": "Aujourd'hui", @@ -776,10 +782,10 @@ "series": "Séries" }, "jdownloader": { - "downloadCount": "En attente", + "downloadCount": "File d'attente", "downloadBytesRemaining": "Restant", "downloadTotalBytes": "Taille", - "downloadSpeed": "Débit" + "downloadSpeed": "Vitesse" }, "kavita": { "seriesCount": "Séries", @@ -825,31 +831,31 @@ "openmediavault": { "downloading": "Téléchargement", "total": "Total", - "running": "Démarré", + "running": "Actif", "stopped": "Arrêté", "passed": "Réussi", "failed": "Échoué" }, "openwrt": { - "uptime": "Démarré depuis", + "uptime": "Disponibilité", "cpuLoad": "Charge moyenne CPU (5 min)", - "up": "Up", - "down": "Down", + "up": "Actif", + "down": "Inactif", "bytesTx": "Transmis", "bytesRx": "Reçu" }, "uptimerobot": { "status": "Statut", - "uptime": "Démarré depuis", + "uptime": "Disponibilité", "lastDown": "Dernière interruption", "downDuration": "Durée d'interruption", - "sitesUp": "En ligne", - "sitesDown": "Hors ligne", - "paused": "En Pause", + "sitesUp": "Sites actifs", + "sitesDown": "Sites inactifs", + "paused": "En pause", "notyetchecked": "Non vérifié", - "up": "Up", + "up": "En ligne", "seemsdown": "Semble hors ligne", - "down": "Down", + "down": "Hors ligne", "unknown": "Inconnu" }, "calendar": { @@ -858,7 +864,7 @@ "digitalRelease": "Sortie numérique", "noEventsToday": "Rien pour aujourd'hui !", "noEventsFound": "Aucun événement trouvé", - "errorWhenLoadingData": "Error when loading calendar data" + "errorWhenLoadingData": "Erreur lors du chargement du calendrier" }, "romm": { "platforms": "Plateformes", @@ -886,7 +892,7 @@ }, "gitea": { "notifications": "Notifications", - "issues": "Anomalies", + "issues": "Tickets", "pulls": "Demandes de tirage", "repositories": "Dépôts" }, @@ -903,7 +909,7 @@ "performers": "Acteurs", "studios": "Studios", "movies": "Films", - "tags": "Étiquettes", + "tags": "Tags", "oCount": "0 Compte" }, "tandoor": { @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Latence", - "download": "Récep.", - "upload": "Téléverser" + "download": "Réception", + "upload": "Envoi" }, "stocks": { "stocks": "Stocks", @@ -949,13 +955,13 @@ }, "frigate": { "cameras": "Caméras", - "uptime": "Démarré depuis", + "uptime": "Disponibilité", "version": "Version" }, "linkwarden": { "links": "Liens", "collections": "Collections", - "tags": "Étiquettes" + "tags": "Tags" }, "zabbix": { "unclassified": "Non classé", @@ -990,14 +996,14 @@ "beszel": { "name": "Nom", "systems": "Systèmes", - "up": "Up", - "down": "Down", - "paused": "En Pause", + "up": "En ligne", + "down": "Hors ligne", + "paused": "En pause", "pending": "En attente", "status": "Statut", "updated": "Mis à jour", "cpu": "CPU", - "memory": "MÉM", + "memory": "RAM", "disk": "Disque", "network": "Réseau" }, @@ -1016,7 +1022,7 @@ }, "gitlab": { "groups": "Groupes", - "issues": "Anomalies", + "issues": "Tickets", "merges": "Demandes de fusion de branches", "projects": "Projets" }, @@ -1032,7 +1038,7 @@ "archived": "Archivé", "highlights": "À la une", "lists": "Listes", - "tags": "Étiquettes" + "tags": "Tags" }, "slskd": { "slskStatus": "Réseau", @@ -1042,11 +1048,11 @@ "update_yes": "Disponible", "update_no": "À jour", "downloads": "Téléchargements", - "uploads": "Téléversements", + "uploads": "Envois", "sharedFiles": "Fichiers" }, "jellystat": { - "songs": "Chansons", + "songs": "Morceaux", "movies": "Films", "episodes": "Épisodes", "other": "Autres" @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Problèmes de service", "hostErrors": "Problèmes d'hôte" + }, + "komodo": { + "total": "Total", + "running": "Démarré", + "stopped": "Arrêté", + "down": "Hors ligne", + "unhealthy": "Non fonctionnel", + "unknown": "Inconnu", + "servers": "Serveurs", + "stacks": "Stacks", + "containers": "Conteneurs" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/he/common.json b/public/locales/he/common.json index da44715ae..f713049af 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -14,11 +14,11 @@ "date": "{{value, date}}", "relativeDate": "{{value, relativeDate}}", "duration": "{{value, duration}}", - "months": "חודש", - "days": "יום", - "hours": "שעה", - "minutes": "דקה", - "seconds": "שניה" + "months": "חודשים", + "days": "ימים", + "hours": "שעות", + "minutes": "דקות", + "seconds": "שניות" }, "widget": { "missing_type": "סוג ווידג'ט חסר: {{type}}", @@ -61,16 +61,16 @@ "wlan_devices": "מכשירים ב-WAN", "lan_users": "משתמשים ב-LAN", "wlan_users": "משתמשים ב-WLAN", - "up": "זמן פעילות", + "up": "למעלה", "down": "כבוי", - "wait": "המתן בבקשה", + "wait": "נא להמתין", "empty_data": "מצב תת-מערכת לא ידוע" }, "docker": { "rx": "RX", "tx": "TX", "mem": "זיכרון", - "cpu": "מעבד", + "cpu": "ניצול מעבד", "running": "רץ", "offline": "לא מקוון", "error": "שגיאה", @@ -108,8 +108,8 @@ "songs": "שירים" }, "esphome": { - "offline": "לא מקוון", - "offline_alt": "לא מקוון", + "offline": "מכובה", + "offline_alt": "מכובה", "online": "מקוון", "total": "סה\"כ", "unknown": "לא ידוע" @@ -169,8 +169,8 @@ }, "tautulli": { "playing": "מנגן", - "transcoding": "מקודד", - "bitrate": "סיביות", + "transcoding": "המרת קידוד", + "bitrate": "קצב נתונים", "no_active": "אין הזרמות פעילות", "plex_connection_error": "בדוק חיבור ל-Plex" }, @@ -178,7 +178,7 @@ "connectedAp": "נקודות גישה מחוברות", "activeUser": "מכשירים פעילים", "alerts": "התראות", - "connectedGateways": "שערי רשת מחוברים (Gateway)", + "connectedGateways": "נתבים מחוברים", "connectedSwitches": "נתבים מחוברים" }, "nzbget": { @@ -193,7 +193,7 @@ "tv": "תוכניות טלוויזיה" }, "sabnzbd": { - "rate": "יחס", + "rate": "קצב", "queue": "תור", "timeleft": "זמן שנותר" }, @@ -206,13 +206,13 @@ "download": "הורדה", "upload": "העלאה", "leech": "עלוקה", - "seed": "זרע" + "seed": "זורע" }, "qbittorrent": { "download": "הורדה", "upload": "העלאה", "leech": "עלוקה", - "seed": "זרע" + "seed": "זורע" }, "qnap": { "cpuUsage": "שימוש במעבד", @@ -226,7 +226,7 @@ "download": "הורדה", "upload": "העלאה", "leech": "עלוקה", - "seed": "זרע" + "seed": "זורע" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", @@ -236,7 +236,7 @@ "download": "הורדה", "upload": "העלאה", "leech": "עלוקה", - "seed": "זרע" + "seed": "זורע" }, "sonarr": { "wanted": "מבוקש", @@ -273,12 +273,12 @@ "available": "זמין" }, "jellyseerr": { - "pending": "ממתין", + "pending": "ממתין לאישור", "approved": "מאושר", "available": "זמין" }, "overseerr": { - "pending": "ממתין", + "pending": "ממתין לאישור", "processing": "מעבד", "approved": "מאושר", "available": "זמין" @@ -304,7 +304,7 @@ "speedtest": { "upload": "העלאה", "download": "הורדה", - "ping": "פינג" + "ping": "זמן תגובה" }, "portainer": { "running": "רץ", @@ -312,10 +312,10 @@ "total": "סה\"כ" }, "suwayomi": { - "download": "הורד", + "download": "ירד", "nondownload": "לא הורד", - "read": "נקרא", - "unread": "לא נקרא", + "read": "נקראו", + "unread": "לא נקראו", "downloadedread": "ירד ונקרא", "downloadedunread": "ירד ולא נקרא", "nondownloadedread": "לא ירד ונקרא", @@ -344,7 +344,7 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "רקורסיבי", "totalCached": "נשמר במטמון", - "totalBlocked": "נחסם", + "totalBlocked": "חסומות", "totalDropped": "נפל", "totalClients": "לקוחות" }, @@ -359,6 +359,12 @@ "services": "שירותים", "middleware": "מתווך" }, + "trilium": { + "version": "גרסה", + "notesCount": "הערות", + "dbSize": "גודל מסד הנתונים", + "unknown": "לא ידוע" + }, "navidrome": { "nothing_streaming": "אין הזרמות פעילות", "please_wait": "המתן בבקשה" @@ -389,13 +395,13 @@ }, "jackett": { "configured": "מוגדר", - "errored": "נכשל" + "errored": "שגיאות" }, "strelaysrv": { "numActiveSessions": "סשנים פעילים", "numConnections": "חיבורים", "dataRelayed": "דאטה שהועבר", - "transferRate": "יחס" + "transferRate": "קצב" }, "mastodon": { "user_count": "משתמשים", @@ -403,7 +409,7 @@ "domain_count": "דומיינים" }, "medusa": { - "wanted": "מבוקש", + "wanted": "רצוי", "queued": "בתור", "series": "סדרות" }, @@ -416,7 +422,7 @@ }, "miniflux": { "read": "נקרא", - "unread": "לא נקרא" + "unread": "לא נקראו" }, "authentik": { "users": "משתמשים", @@ -425,14 +431,14 @@ }, "proxmox": { "mem": "זיכרון", - "cpu": "מעבד", + "cpu": "ניצול מעבד", "lxc": "LXC", "vms": "VMs" }, "glances": { - "cpu": "מעבד", + "cpu": "ניצול מעבד", "load": "עומס", - "wait": "המתן בבקשה", + "wait": "נא להמתין", "temp": "טמפ׳", "_temp": "טמפ׳", "warn": "אזהרה", @@ -440,8 +446,8 @@ "total": "סה\"כ", "free": "פנוי", "used": "בשימוש", - "days": "יום", - "hours": "שעה", + "days": "ימים", + "hours": "שעות", "crit": "Crit", "read": "נקרא", "write": "כתיבה", @@ -498,23 +504,23 @@ "75-day": "שלג כבד", "75-night": "שלג כבד", "77-day": "גרגרי שלג", - "77-night": "גרגרי שלג", + "77-night": "פתיתי שלג", "80-day": "ממטרים קלים", - "80-night": "ממטרים קלים", + "80-night": "גשם קל", "81-day": "ממטרים", - "81-night": "ממטרים", + "81-night": "גשם", "82-day": "ממטרים כבדים", - "82-night": "ממטרים כבדים", + "82-night": "גשם כבד", "85-day": "ממטרי שלג", - "85-night": "ממטרי שלג", - "86-day": "ממטרי שלג", - "86-night": "ממטרי שלג", + "85-night": "גשם מושלג", + "86-day": "גשם מושלג", + "86-night": "גשם מושלג", "95-day": "סופת רעמים", - "95-night": "סופת רעמים", + "95-night": "סופת ברקים", "96-day": "סופת רעמים עם ברד", - "96-night": "סופת רעמים עם ברד", - "99-day": "סופת רעמים עם ברד", - "99-night": "סופת רעמים עם ברד" + "96-night": "סופת ברקים וברד", + "99-day": "סופת ברקים וברד", + "99-night": "סופת ברקים וברד" }, "homebridge": { "available_update": "מערכת", @@ -543,7 +549,7 @@ "containers_failed": "נכשל" }, "autobrr": { - "approvedPushes": "מאושר", + "approvedPushes": "אושרו", "rejectedPushes": "נדחה", "filters": "פילטרים", "indexers": "אינדקסים" @@ -561,7 +567,7 @@ }, "pyload": { "speed": "מהירות", - "active": "פעיל", + "active": "פעילות", "queue": "תור", "total": "סה\"כ" }, @@ -580,12 +586,12 @@ "signalStrength": "עוצמה", "signalQuality": "איכות", "symbolQuality": "איכות", - "networkRate": "סיביות", + "networkRate": "קצב נתונים", "clientIP": "לקוח" }, "scrutiny": { "passed": "עבר", - "failed": "נכשל", + "failed": "נכשלו", "unknown": "לא ידוע" }, "paperlessngx": { @@ -596,12 +602,12 @@ "battery_charge": "טעינת סוללה", "ups_load": "עומס UPS", "ups_status": "סטטוס UPS", - "online": "מקוון", + "online": "מחובר", "on_battery": "על סוללה", "low_battery": "סוללה חלשה" }, "nextdns": { - "wait": "המתן בבקשה", + "wait": "נא להמתין", "no_devices": "אין מכשירים" }, "mikrotik": { @@ -656,7 +662,7 @@ "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "משימות שנכשלו 24h", - "cpu_usage": "מעבד", + "cpu_usage": "ניצול מעבד", "memory_usage": "זיכרון" }, "immich": { @@ -670,7 +676,7 @@ "down": "אתרים לא פעילים", "uptime": "זמן פעילות", "incident": "תקריות", - "m": "דקה" + "m": "דקות" }, "atsumeru": { "series": "סדרות", @@ -701,8 +707,8 @@ }, "fileflows": { "queue": "תור", - "processing": "מעבד", - "processed": "עובד", + "processing": "בעיבוד", + "processed": "עובדו", "time": "זמן" }, "firefly": { @@ -728,7 +734,7 @@ "size": "גודל", "lastrun": "הרצה אחרונה", "nextrun": "הרצה הבאה", - "failed": "נכשל" + "failed": "נכשלו" }, "unmanic": { "active_workers": "עובדים פעילים", @@ -745,8 +751,8 @@ "targets_total": "סה\"כ מטרות" }, "gatus": { - "up": "אתרים פעילים", - "down": "אתרים לא פעילים", + "up": "אתרים למעלה", + "down": "אתרים למטה", "uptime": "זמן פעילות" }, "ghostfolio": { @@ -758,7 +764,7 @@ "podcasts": "פודקאסטים", "books": "ספרים", "podcastsDuration": "משך פודקאסטים", - "booksDuration": "משך פודקאסטים" + "booksDuration": "משך זמן" }, "homeassistant": { "people_home": "אנשים בבית", @@ -791,17 +797,17 @@ "buildId": "Build ID", "succeeded": "הצליח", "notStarted": "לא התחיל", - "failed": "נכשל", + "failed": "נכשלו", "canceled": "בוטל", "inProgress": "בתהליך", "totalPrs": "סה\"כ PRs", "myPrs": "PRs שלי", - "approved": "מאושר" + "approved": "אושרו" }, "gamedig": { "status": "סטטוס", - "online": "מקוון", - "offline": "לא מקוון", + "online": "מחובר", + "offline": "מנותק", "name": "שם", "map": "מפה", "currentPlayers": "שחקנים נוכחיים", @@ -813,7 +819,7 @@ "urbackup": { "ok": "Ok", "errored": "שגיאות", - "noRecent": "ללא תאריך", + "noRecent": "לא עדכני", "totalUsed": "אחסון בשימוש" }, "mealie": { @@ -825,10 +831,10 @@ "openmediavault": { "downloading": "מוריד", "total": "סה\"כ", - "running": "רץ", - "stopped": "נעצר", - "passed": "עבר", - "failed": "נכשל" + "running": "רצים", + "stopped": "נעצרו", + "passed": "עברו", + "failed": "נכשלו" }, "openwrt": { "uptime": "זמן פעילות", @@ -839,12 +845,12 @@ "bytesRx": "התקבל" }, "uptimerobot": { - "status": "סטטוס", + "status": "זמן פעילות", "uptime": "זמן פעילות", "lastDown": "זמן השבתה אחרון", "downDuration": "משך השבתה", - "sitesUp": "אתרים פעילים", - "sitesDown": "אתרים לא פעילים", + "sitesUp": "אתרים למעלה", + "sitesDown": "אתרים למטה", "paused": "מושהה", "notyetchecked": "לא נבדק עדיין", "up": "למעלה", @@ -886,7 +892,7 @@ }, "gitea": { "notifications": "התראות", - "issues": "גיליונות", + "issues": "נושאים", "pulls": "בקשות משיכה", "repositories": "מאגרי מידע" }, @@ -903,7 +909,7 @@ "performers": "מבצעים", "studios": "אולפנים", "movies": "סרטים", - "tags": "טגיות", + "tags": "תגיות", "oCount": "O Count" }, "tandoor": { @@ -926,7 +932,7 @@ "wgeasy": { "connected": "מחובר", "enabled": "מופעל", - "disabled": "מבוטל", + "disabled": "מושבת", "total": "סה\"כ" }, "swagdashboard": { @@ -955,7 +961,7 @@ "linkwarden": { "links": "קישורים", "collections": "אוספים", - "tags": "טגיות" + "tags": "תגיות" }, "zabbix": { "unclassified": "לא ממויין", @@ -984,8 +990,8 @@ "address": "כתובת", "last_seen": "נראה לאחרונה", "status": "סטטוס", - "online": "מקוון", - "offline": "לא מקוון" + "online": "מחובר", + "offline": "מנותק" }, "beszel": { "name": "שם", @@ -995,7 +1001,7 @@ "paused": "מושהה", "pending": "ממתין", "status": "סטטוס", - "updated": "עודכן", + "updated": "מעודכן", "cpu": "מעבד", "memory": "זיכרון", "disk": "דיסק", @@ -1008,7 +1014,7 @@ "healthy": "בריא", "degraded": "פגום", "progressing": "מתקדם", - "missing": "חסרים", + "missing": "חסר", "suspended": "מושהה" }, "spoolman": { @@ -1016,7 +1022,7 @@ }, "gitlab": { "groups": "קבוצות", - "issues": "גיליונות", + "issues": "נושאים", "merges": "Merge Requests", "projects": "פרוייקטים" }, @@ -1032,7 +1038,7 @@ "archived": "ארכיון", "highlights": "הדגשות", "lists": "רשימות", - "tags": "טגיות" + "tags": "תגיות" }, "slskd": { "slskStatus": "רשת", @@ -1040,7 +1046,7 @@ "disconnected": "מנותק", "updateStatus": "עדכן", "update_yes": "זמין", - "update_no": "עדכני", + "update_no": "מעודכן", "downloads": "הורדות", "uploads": "העלאות", "sharedFiles": "קבצים" @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "שגיאות שירות", "hostErrors": "שגיאות מארח" + }, + "komodo": { + "total": "סה\"כ", + "running": "רץ", + "stopped": "עצר", + "down": "למטה", + "unhealthy": "לא בריא", + "unknown": "לא ידוע", + "servers": "שרתים", + "stacks": "ערימות", + "containers": "קונטיינרים" + }, + "filebrowser": { + "available": "פנוי", + "used": "בשימוש", + "total": "סה\"כ" + }, + "wallos": { + "activeSubscriptions": "מנויים", + "thisMonthlyCost": "החודש", + "nextMonthlyCost": "חודש הבא", + "previousMonthlyCost": "חודש קודם", + "nextRenewingSubscription": "תשלום הבא" } } diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index 4b44e87ed..f425beeb8 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -359,6 +359,12 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" @@ -441,7 +447,7 @@ "free": "Free", "used": "Used", "days": "d", - "hours": "घं.", + "hours": "h", "crit": "Crit", "read": "Read", "write": "Write", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index 2feb8153c..b84b8c69b 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -61,9 +61,9 @@ "wlan_devices": "WLAN uređaji", "lan_users": "LAN korisnici", "wlan_users": "WLAN korisnici", - "up": "Vrijeme rada", + "up": "UP", "down": "NEDOSTUPNO", - "wait": "Pričekaj", + "wait": "Please wait", "empty_data": "Stanje podsustava nepoznato" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Djelomično" }, "ping": { - "error": "Greška", + "error": "Error", "ping": "Ping", "down": "Nedostupno", "up": "Dostupno", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Stanje HTTP-a", - "error": "Greška", + "error": "Error", "response": "Odgovor", - "down": "Nedostupno", - "up": "Dostupno", - "not_available": "Nije dostupno" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Reprodukcija", @@ -111,8 +111,8 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Online", - "total": "Ukupno", - "unknown": "Nepoznato" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Proizvodnja", @@ -133,7 +133,7 @@ "unread": "Nepročitano" }, "fritzbox": { - "connectionStatus": "Stanje", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Nekonfigurirano", "connectionStatusConnecting": "Povezivanje", "connectionStatusAuthenticating": "Autentificiranje", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Odspajanje", "connectionStatusDisconnected": "Odspojeno", "connectionStatusConnected": "Povezano", - "uptime": "Vrijeme rada", + "uptime": "Uptime", "maxDown": "Maksimum preuzimanja", "maxUp": "Maksimum prijenosa", - "down": "Nedostupno", - "up": "Dostupno", + "down": "Down", + "up": "Up", "received": "Primljeno", "sent": "Poslano", "externalIPAddress": "Eksterna IP adresa", @@ -168,10 +168,10 @@ "passes": "Prolazi" }, "tautulli": { - "playing": "Reprodukcija", - "transcoding": "Prekodiranje", - "bitrate": "Stopa bitova", - "no_active": "Nema aktivnih prijenosa", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Provjeri Plex vezu" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Aktivni prijenosi", "albums": "Albumi", - "movies": "Filmovi", + "movies": "Movies", "tv": "TV emisije" }, "sabnzbd": { - "rate": "Stopa", + "rate": "Rate", "queue": "Red čekanja", "timeleft": "Preostalo vrijeme" }, "rutorrent": { "active": "Aktivno", - "upload": "Prijenos", - "download": "Preuzimanje" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Preuzimanje", - "upload": "Prijenos", - "leech": "Korištenje tuđeg sadržaja", - "seed": "Prenošenje preuzetog sadržaja" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Preuzimanje", - "upload": "Prijenos", - "leech": "Korištenje tuđeg sadržaja", - "seed": "Prenošenje preuzetog sadržaja" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Korištenje procesora", @@ -223,44 +223,44 @@ "invalid": "Neispravno" }, "deluge": { - "download": "Preuzimanje", - "upload": "Prijenos", - "leech": "Korištenje tuđeg sadržaja", - "seed": "Prenošenje preuzetog sadržaja" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Bajtovi pogodaka predmemorije", "cachemissbytes": "Bajtovi promašaja predmemorije" }, "downloadstation": { - "download": "Preuzimanje", - "upload": "Prijenos", - "leech": "Korištenje tuđeg sadržaja", - "seed": "Prenošenje preuzetog sadržaja" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Zatraženo", "queued": "U redu čekanja", - "series": "Serije", - "queue": "Red čekanja", - "unknown": "Nepoznato" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Zatraženo", + "wanted": "Wanted", "missing": "Nedostaje", - "queued": "U redu čekanja", - "movies": "Filmovi", - "queue": "Red čekanja", - "unknown": "Nepoznato" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Zatraženo", - "queued": "U redu čekanja", + "wanted": "Wanted", + "queued": "Queued", "artists": "Umjetnici" }, "readarr": { - "wanted": "Zatraženo", - "queued": "U redu čekanja", + "wanted": "Wanted", + "queued": "Queued", "books": "Knjige" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Dostupno" }, "jellyseerr": { - "pending": "U tijeku", - "approved": "Odobreno", - "available": "Dostupno" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "U tijeku", + "pending": "Pending", "processing": "Obrada", - "approved": "Odobreno", - "available": "Dostupno" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Ukupno", - "connected": "Povezano", + "total": "Total", + "connected": "Connected", "new_devices": "Novi uređaji", "down_alerts": "Obavijesti o nedostupnosti" }, @@ -296,26 +296,26 @@ "gravity": "Gravitacija" }, "adguard": { - "queries": "Upiti", - "blocked": "Blokirano", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrirano", "latency": "Kašnjenje" }, "speedtest": { - "upload": "Prijenos", - "download": "Preuzimanje", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Pokrenuto", + "running": "Running", "stopped": "Prekinuto", - "total": "Ukupno" + "total": "Total" }, "suwayomi": { - "download": "Preuzeto", + "download": "Downloaded", "nondownload": "Nepreuzeto", - "read": "Pročitano", - "unread": "Nepročitano", + "read": "Read", + "unread": "Unread", "downloadedread": "Preuzeto i pročitano", "downloadedunread": "Preuzeto i nepročitano", "nondownloadedread": "Nepreuzeto i pročitano", @@ -336,7 +336,7 @@ "ago": "Prije {{value}}" }, "technitium": { - "totalQueries": "Upiti", + "totalQueries": "Queries", "totalNoError": "Uspješno", "totalServerFailure": "Neuspješno", "totalNxDomain": "NX domene", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritativan", "totalRecursive": "Rekurzivno", "totalCached": "Predmemorirano", - "totalBlocked": "Blokirano", + "totalBlocked": "Blocked", "totalDropped": "Odbačeno", "totalClients": "Klijenti" }, "tdarr": { - "queue": "Red čekanja", + "queue": "Queue", "processed": "Obrađeno", "errored": "S greškom", "saved": "Spremljeno" @@ -359,14 +359,20 @@ "services": "Usluge", "middleware": "Posrednički softver" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Nema aktivnih prijenosa", + "nothing_streaming": "No Active Streams", "please_wait": "Pričekaj" }, "npm": { "enabled": "Aktivirano", "disabled": "Deaktivirano", - "total": "Ukupno" + "total": "Total" }, "coinmarketcap": { "configure": "Konfiguriraj jednu ili više kripto valuta za praćenje", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Programi", - "clients": "Klijenti", + "clients": "Clients", "messages": "Poruke" }, "prowlarr": { "enableIndexers": "Indeksatori", "numberOfGrabs": "Dohvaćanja", - "numberOfQueries": "Upiti", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Neuspjela dohvaćanja", "numberOfFailQueries": "Neuspjeli upiti" }, "jackett": { "configured": "Konfigurirano", - "errored": "S greškom" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesije", "numConnections": "Veze", "dataRelayed": "Proslijeđeno", - "transferRate": "Stopa" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Korisnici", + "user_count": "Users", "status_count": "Objave", "domain_count": "Domene" }, "medusa": { - "wanted": "Zatraženo", - "queued": "U redu čekanja", - "series": "Serije" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Igrači", "version": "Verzija", - "status": "Stanje", + "status": "Status", "up": "Online", "down": "Offline" }, "miniflux": { "read": "Pročitano", - "unread": "Nepročitano" + "unread": "Unread" }, "authentik": { - "users": "Korisnici", + "users": "Users", "loginsLast24H": "Prijave (24 h)", "failedLoginsLast24H": "Neuspjele prijave (24 h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Opterećenje", - "wait": "Pričekaj", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temperatura", "warn": "Upozori", - "uptime": "Vrijeme rada", - "total": "Ukupno", - "free": "Slobodno", - "used": "Korišteno", - "days": "dan(a)", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", "hours": "h", "crit": "Krritično", - "read": "Pročitano", + "read": "Read", "write": "Piši", "gpu": "GPU", "mem": "Memorija", @@ -464,57 +470,57 @@ "1-day": "Pretežno sunčano", "1-night": "Pretežno verdo", "2-day": "Djelimično oblačno", - "2-night": "Djelimično oblačno", + "2-night": "Partly Cloudy", "3-day": "Oblačno", - "3-night": "Oblačno", + "3-night": "Cloudy", "45-day": "Maglovito", - "45-night": "Maglovito", - "48-day": "Maglovito", - "48-night": "Maglovito", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Laka rosulja", - "51-night": "Laka rosulja", + "51-night": "Light Drizzle", "53-day": "Rosulja", - "53-night": "Rosulja", + "53-night": "Drizzle", "55-day": "Jaka rosulja", - "55-night": "Jaka rosulja", + "55-night": "Heavy Drizzle", "56-day": "Laka ledena rosulja", - "56-night": "Laka ledena rosulja", + "56-night": "Light Freezing Drizzle", "57-day": "Ledena rosulja", - "57-night": "Ledena rosulja", + "57-night": "Freezing Drizzle", "61-day": "Laka kiša", - "61-night": "Laka kiša", + "61-night": "Light Rain", "63-day": "Kiša", - "63-night": "Kiša", + "63-night": "Rain", "65-day": "Jaka kiša", - "65-night": "Jaka kiša", + "65-night": "Heavy Rain", "66-day": "Ledena kiša", - "66-night": "Ledena kiša", - "67-day": "Ledena kiša", - "67-night": "Ledena kiša", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Laki snijeg", - "71-night": "Laki snijeg", + "71-night": "Light Snow", "73-day": "Snijeg", - "73-night": "Snijeg", + "73-night": "Snow", "75-day": "Jaki snijeg", - "75-night": "Jaki snijeg", + "75-night": "Heavy Snow", "77-day": "Zrnati snijeg", - "77-night": "Zrnati snijeg", + "77-night": "Snow Grains", "80-day": "Laki pljuskovi", - "80-night": "Laki pljuskovi", + "80-night": "Light Showers", "81-day": "Pljuskovi", - "81-night": "Pljuskovi", + "81-night": "Showers", "82-day": "Jaki pljuskovi", - "82-night": "Jaki pljuskovi", + "82-night": "Heavy Showers", "85-day": "Snježni pljuskovi", - "85-night": "Snježni pljuskovi", - "86-day": "Snježni pljuskovi", - "86-night": "Snježni pljuskovi", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Oluja", - "95-night": "Oluja", + "95-night": "Thunderstorm", "96-day": "Oluja s tučom", - "96-night": "Oluja s tučom", - "99-day": "Oluja s tučom", - "99-night": "Oluja s tučom" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sustav", @@ -523,17 +529,17 @@ "up_to_date": "Aktualno", "child_bridges": "Podređeni mosotvi", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Dostupno", - "pending": "U tijeku", - "down": "Nedostupno" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Novo", - "up": "Dostupno", + "up": "Up", "grace": "U razdoblju odgode", - "down": "Nedostupno", + "down": "Down", "paused": "Zaustavljeno", - "status": "Stanje", + "status": "Status", "last_ping": "Zadnji ping", "never": "Još nema pingova" }, @@ -543,27 +549,27 @@ "containers_failed": "Neuspjelo" }, "autobrr": { - "approvedPushes": "Odobreno", + "approvedPushes": "Approved", "rejectedPushes": "Odbijeno", "filters": "Filtri", - "indexers": "Indeksatori" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Red čekanja", + "downloads": "Queue", "videos": "Videa", "channels": "Kanali", "playlists": "Playliste" }, "truenas": { "load": "Opterećenje sustava", - "uptime": "Vrijeme rada", - "alerts": "Upozorenja" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Brzina", - "active": "Aktivno", - "queue": "Red čekanja", - "total": "Ukupno" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Javni IP", @@ -572,25 +578,25 @@ "port_forwarded": "Port proslijeđen" }, "hdhomerun": { - "channels": "Kanali", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuneri", "channelNumber": "Kanal", "channelNetwork": "Mreža", "signalStrength": "Jačina", "signalQuality": "Kvaliteta", - "symbolQuality": "Kvaliteta", - "networkRate": "Stopa bitova", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Klijent" }, "scrutiny": { "passed": "Uspjelo", - "failed": "Neuspjelo", - "unknown": "Nepoznato" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Ulazni sandučić", - "total": "Ukupno" + "total": "Total" }, "peanut": { "battery_charge": "Napunjenost baterije", @@ -601,18 +607,18 @@ "low_battery": "Slaba baterija" }, "nextdns": { - "wait": "Pričekaj", + "wait": "Please Wait", "no_devices": "Podaci uređaja nisu primljeni" }, "mikrotik": { "cpuLoad": "CPU opterećenje", "memoryUsed": "Korištena memorija", - "uptime": "Vrijeme rada", + "uptime": "Uptime", "numberOfLeases": "Unajmljivanja" }, "xteve": { "streams_all": "Svi prijenosi", - "streams_active": "Aktivni prijenosi", + "streams_active": "Active Streams", "streams_xepg": "XEPG kanali" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Ograničenje" }, "opnsense": { - "cpu": "CPU opterećenje", + "cpu": "CPU Load", "memory": "Aktivna memorija", "wanUpload": "WAN prijenos", "wanDownload": "WAN preuzimanje" @@ -634,22 +640,22 @@ "layers": "Slojevi" }, "octoprint": { - "printer_state": "Stanje", + "printer_state": "Status", "temp_tool": "Temperatura alata", "temp_bed": "Temperatura platforme", "job_completion": "Dovršenost" }, "cloudflared": { "origin_ip": "IP izvora", - "status": "Stanje" + "status": "Status" }, "pfsense": { "load": "Prosječno opterećenje", "memory": "Korištenje memorije", "wanStatus": "Stanje WAN-a", - "up": "Dostupno", - "down": "Nedostupno", - "temp": "Temperatura", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Korištenje diska", "wanIP": "WAN IP" }, @@ -660,49 +666,49 @@ "memory_usage": "Memorija" }, "immich": { - "users": "Korisnici", + "users": "Users", "photos": "Fotografije", - "videos": "Videa", + "videos": "Videos", "storage": "Spremište" }, "uptimekuma": { "up": "Dostupne stranice", "down": "Nedostupne stranice", - "uptime": "Vrijeme rada", + "uptime": "Uptime", "incident": "Slučaj", - "m": "min" + "m": "m" }, "atsumeru": { - "series": "Serije", + "series": "Series", "archives": "Arhive", "chapters": "Poglavlja", "categories": "Kategorije" }, "komga": { "libraries": "Biblioteke", - "series": "Serije", - "books": "Knjige" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dani", - "uptime": "Vrijeme rada", - "volumeAvailable": "Dostupno" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Serije", + "series": "Series", "issues": "Problemi", - "wanted": "Zatraženo" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albumi", - "photos": "Fotografije", - "videos": "Videa", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Osobe" }, "fileflows": { - "queue": "Red čekanja", - "processing": "Obrada", - "processed": "Obrađeno", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Vrijeme" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Dijeljene stavke" }, "kopia": { - "status": "Stanje", + "status": "Status", "size": "Veličina", "lastrun": "Zadnje pokretanje", "nextrun": "Sljedeće pokretanje", - "failed": "Neuspjelo" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktivni radnici", @@ -745,20 +751,20 @@ "targets_total": "Ukupni broj ciljeva" }, "gatus": { - "up": "Dostupne stranice", - "down": "Nedostupne stranice", - "uptime": "Vrijeme rada" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Danas", + "gross_percent_today": "Today", "gross_percent_1y": "Jedna godina", "gross_percent_max": "Svo vrijeme" }, "audiobookshelf": { "podcasts": "Podcasti", - "books": "Knjige", + "books": "Books", "podcastsDuration": "Trajanje", - "booksDuration": "Trajanje" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Ljudi doma", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Praćenje", - "updates": "Aktualiziranja" + "updates": "Updates" }, "calibreweb": { - "books": "Knjige", + "books": "Books", "authors": "Autori", - "categories": "Kategorije", - "series": "Serije" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Red čekanja", - "downloadBytesRemaining": "Preostalo", - "downloadTotalBytes": "Veličina", - "downloadSpeed": "Brzina" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serije", - "totalFiles": "Datoteke" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Rezultat", - "status": "Stanje", + "status": "Status", "buildId": "ID izgradnje", "succeeded": "Uspjelo", "notStarted": "Nije započeto", - "failed": "Neuspjelo", + "failed": "Failed", "canceled": "Prekinuto", "inProgress": "U tijeku", "totalPrs": "Ukupni broj PR-ova", "myPrs": "Moji zahtjevi za preuzimanje (PR-ovi)", - "approved": "Odobreno" + "approved": "Approved" }, "gamedig": { - "status": "Stanje", + "status": "Status", "online": "Online", "offline": "Offline", "name": "Ime", "map": "Karta", "currentPlayers": "Trenutačni igrači", - "players": "Igrači", + "players": "Players", "maxPlayers": "Maks. broj igrača", "bots": "Botovi", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recepti", - "users": "Korisnici", - "categories": "Kategorije", + "users": "Users", + "categories": "Categories", "tags": "Oznake" }, "openmediavault": { "downloading": "Preuzimanje", - "total": "Ukupno", - "running": "Pokrenuto", - "stopped": "Prekinuto", - "passed": "Uspjelo", - "failed": "Neuspjelo" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Vrijeme rada", + "uptime": "Uptime", "cpuLoad": "Prosjećno CPU opterećenje (5m)", - "up": "Dostupno", - "down": "Nedostupno", + "up": "Up", + "down": "Down", "bytesTx": "Preneseno", - "bytesRx": "Primljeno" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stanje", - "uptime": "Vrijeme rada", + "status": "Status", + "uptime": "Uptime", "lastDown": "Zadnja nedostupnost", "downDuration": "Trajanje nedostupnosti", - "sitesUp": "Dostupne stranice", - "sitesDown": "Nedostupne stranice", - "paused": "Zaustavljeno", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Još nije provjereno", - "up": "Dostupno", + "up": "Up", "seemsdown": "Čini se da je nedostupno", - "down": "Nedostupno", - "unknown": "Nepoznato" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "U kinima", @@ -869,10 +875,10 @@ "totalfilesize": "Ukupna veličina" }, "mailcow": { - "domains": "Domene", + "domains": "Domains", "mailboxes": "Poštanski sandučići", "mails": "Pošta", - "storage": "Spremište" + "storage": "Storage" }, "netdata": { "warnings": "Upozorenja", @@ -881,12 +887,12 @@ "plantit": { "events": "Događaji", "plants": "Biljke", - "photos": "Fotografije", + "photos": "Photos", "species": "Vrste" }, "gitea": { "notifications": "Obavijesti", - "issues": "Problemi", + "issues": "Issues", "pulls": "Zahtjevi za povlačenje", "repositories": "Repozitoriji" }, @@ -902,13 +908,13 @@ "galleries": "Galerije", "performers": "Glumci", "studios": "Studiji", - "movies": "Filmovi", - "tags": "Oznake", + "movies": "Movies", + "tags": "Tags", "oCount": "O zbroj" }, "tandoor": { - "users": "Korisnici", - "recipes": "Recepti", + "users": "Users", + "recipes": "Recipes", "keywords": "Ključne riječi" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "S garancijom", "locations": "Lokacije", "labels": "Oznake", - "users": "Korisnici", + "users": "Users", "totalValue": "Svukupno" }, "crowdsec": { - "alerts": "Upozorenja", + "alerts": "Alerts", "bans": "Zabrane" }, "wgeasy": { - "connected": "Povezano", - "enabled": "Aktivirano", - "disabled": "Deaktivirano", - "total": "Ukupno" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Posredovano", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Preuzimanje", - "upload": "Prijenos" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Dionice", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamere", - "uptime": "Vrijeme rada", - "version": "Verzija" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Poveznice", "collections": "Zbirke", - "tags": "Oznake" + "tags": "Tags" }, "zabbix": { "unclassified": "Nije klasificirano", - "information": "Informacije", + "information": "Information", "warning": "Upozorenje", "average": "Prosjek", "high": "Visoko", @@ -980,22 +986,22 @@ "tasksInProgress": "Zadaci u tijeku" }, "headscale": { - "name": "Ime", - "address": "Adresa", - "last_seen": "Zadnje viđeno", - "status": "Stanje", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Ime", + "name": "Name", "systems": "Sustavi", - "up": "Dostupno", - "down": "Nedostupno", - "paused": "Zaustavljeno", - "pending": "U tijeku", - "status": "Stanje", - "updated": "Aktualizirano", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,26 +1011,26 @@ "apps": "Aplikacije", "synced": "Sinkronizirano", "outOfSync": "Izvan sinkronizacije", - "healthy": "Funkcionalno", + "healthy": "Healthy", "degraded": "Degradirano", "progressing": "Napredovanje", - "missing": "Nedostaje", + "missing": "Missing", "suspended": "Suspendiran" }, "spoolman": { - "loading": "Učitavanje" + "loading": "Loading" }, "gitlab": { "groups": "Grupe", - "issues": "Problemi", + "issues": "Issues", "merges": "Zahtjevi za sjedinjenjem", "projects": "Projekti" }, "apcups": { - "status": "Stanje", - "load": "Opterećenje", - "bcharge": "Napunjenost baterije", - "timeleft": "Preostalo vrijeme" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Oznake", @@ -1032,27 +1038,50 @@ "archived": "Arhivirano", "highlights": "Izdvajamo", "lists": "Liste", - "tags": "Oznake" + "tags": "Tags" }, "slskd": { - "slskStatus": "Mreža", - "connected": "Povezano", - "disconnected": "Odspojeno", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Ažuriraj", - "update_yes": "Dostupno", - "update_no": "Aktualno", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Preuzimanje", "uploads": "Prijenos", - "sharedFiles": "Datoteke" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Pjesme", - "movies": "Filmovi", - "episodes": "Epizode", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Ostalo" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 8989af6c8..80a45f7a4 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -61,16 +61,16 @@ "wlan_devices": "WLAN Eszközök", "lan_users": "LAN Felhasználók", "wlan_users": "WLAN Felhasználók", - "up": "FUT", + "up": "UP", "down": "ÁLL", - "wait": "Kérjük várjon", + "wait": "Please wait", "empty_data": "Az alrendszer állapota ismeretlen" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "RAM", - "cpu": "Processzor", + "mem": "MEM", + "cpu": "CPU", "running": "Futó", "offline": "Nem elérhető", "error": "Hiba", @@ -93,8 +93,8 @@ "http_status": "HTTP állapot", "error": "Hiba", "response": "Válasz", - "down": "Le", - "up": "Fel", + "down": "Down", + "up": "Up", "not_available": "Nem elérhető" }, "emby": { @@ -108,10 +108,10 @@ "songs": "Zeneszám" }, "esphome": { - "offline": "Nem elérhető", - "offline_alt": "Nem elérhető", + "offline": "Offline", + "offline_alt": "Offline", "online": "Csatlakozva", - "total": "Összes", + "total": "Total", "unknown": "Ismeretlen" }, "evcc": { @@ -133,7 +133,7 @@ "unread": "Olvasatlan" }, "fritzbox": { - "connectionStatus": "Státusz", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Nem beállított", "connectionStatusConnecting": "Kapcsolódás", "connectionStatusAuthenticating": "Hitelesítés", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Kapcsolat bontása", "connectionStatusDisconnected": "Kapcsolat bontva", "connectionStatusConnected": "Csatlakozva", - "uptime": "Üzemidő", + "uptime": "Uptime", "maxDown": "Max let.", "maxUp": "Max felt.", - "down": "Le", - "up": "Fel", + "down": "Down", + "up": "Up", "received": "Fogadott", "sent": "Küldött", "externalIPAddress": "Külső IP cím", @@ -168,10 +168,10 @@ "passes": "Engedélyek" }, "tautulli": { - "playing": "Lejátszás", - "transcoding": "Átkódolás", - "bitrate": "Bitráta", - "no_active": "Nincs aktív lejátszás", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Plex kapcsolat ellenőrzése" }, "omada": { @@ -189,11 +189,11 @@ "plex": { "streams": "Aktív Stream-ek", "albums": "Albumok", - "movies": "Film", + "movies": "Movies", "tv": "TV műsorok" }, "sabnzbd": { - "rate": "Ráta", + "rate": "Rate", "queue": "Sor", "timeleft": "Hátralévő idő" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Gyorsítótárban Hibás Bitek" }, "downloadstation": { - "download": "Letöltés", - "upload": "Feltöltés", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Keresett", "queued": "Sorban áll", - "series": "Sorozat", - "queue": "Sor", - "unknown": "Ismeretlen" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Keresett", + "wanted": "Wanted", "missing": "Hiányzik", - "queued": "Sorban áll", - "movies": "Film", - "queue": "Sor", - "unknown": "Ismeretlen" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Keresett", - "queued": "Sorban áll", + "wanted": "Wanted", + "queued": "Queued", "artists": "Előadók" }, "readarr": { - "wanted": "Keresett", - "queued": "Sorban áll", + "wanted": "Wanted", + "queued": "Queued", "books": "Könyvek" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Elérhető" }, "jellyseerr": { - "pending": "Függőben", - "approved": "Engedélyezett", - "available": "Elérhető" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Függőben", + "pending": "Pending", "processing": "Feldolgozás", - "approved": "Engedélyezett", - "available": "Elérhető" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Összes", - "connected": "Csatlakozva", + "total": "Total", + "connected": "Connected", "new_devices": "Új eszközök", "down_alerts": "Leállási riasztások" }, @@ -296,26 +296,26 @@ "gravity": "Gravitáció" }, "adguard": { - "queries": "Lekérdezések", - "blocked": "Blokkolt", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Szűrt", "latency": "Késleltetés" }, "speedtest": { - "upload": "Feltöltés", - "download": "Letöltés", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Futó", + "running": "Running", "stopped": "Megállított", - "total": "Összes" + "total": "Total" }, "suwayomi": { - "download": "Letöltött", + "download": "Downloaded", "nondownload": "Nem Letöltött", - "read": "Olvasott", - "unread": "Olvasatlan", + "read": "Read", + "unread": "Unread", "downloadedread": "Letöltött & Olvasott", "downloadedunread": "Letöltött & Olvasatlan", "nondownloadedread": "Nem Letöltött & Olvasatlan", @@ -336,7 +336,7 @@ "ago": "{{value}} Ezelőtt" }, "technitium": { - "totalQueries": "Lekérdezések", + "totalQueries": "Queries", "totalNoError": "Sikerek", "totalServerFailure": "Hibák", "totalNxDomain": "NX Domainek", @@ -344,12 +344,12 @@ "totalAuthoritative": "Irányadó", "totalRecursive": "Rekurzív", "totalCached": "Gyorsítótárazott", - "totalBlocked": "Blokkolt", + "totalBlocked": "Blocked", "totalDropped": "Eldobott", "totalClients": "Kliensek" }, "tdarr": { - "queue": "Sor", + "queue": "Queue", "processed": "Feldolgozott", "errored": "Hibás", "saved": "Mentett" @@ -359,14 +359,20 @@ "services": "Folyamatok", "middleware": "Közvetítő" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Nincs aktív lejátszás", + "nothing_streaming": "No Active Streams", "please_wait": "Kérjük Várjon" }, "npm": { "enabled": "Bekapcsolva", "disabled": "Kikapcsolva", - "total": "Összes" + "total": "Total" }, "coinmarketcap": { "configure": "Állíts be egy vagy több Cryptovalutát a követéshez", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "Applikációk", - "clients": "Kliensek", + "clients": "Clients", "messages": "Üzenetek" }, "prowlarr": { "enableIndexers": "Indexerek", "numberOfGrabs": "Fogott", - "numberOfQueries": "Lekérdezések", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Hibás fogások", "numberOfFailQueries": "Hibás lekérdezések" }, "jackett": { "configured": "Beállított", - "errored": "Hibás" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Munkamenetek", "numConnections": "Csatlakozások", "dataRelayed": "Átirányított", - "transferRate": "Ráta" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Felhasználók", + "user_count": "Users", "status_count": "Posztok", "domain_count": "Domainek" }, "medusa": { - "wanted": "Keresett", - "queued": "Sorban áll", - "series": "Sorozat" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Lejátszók", "version": "Verzió", - "status": "Státusz", - "up": "Csatlakozva", - "down": "Nem elérhető" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Olvasott", - "unread": "Olvasatlan" + "unread": "Unread" }, "authentik": { - "users": "Felhasználók", + "users": "Users", "loginsLast24H": "Bejelentkezések (24 óra)", "failedLoginsLast24H": "Sikertelen bejelentkezések (24h)" }, "proxmox": { - "mem": "RAM", - "cpu": "Processzor", + "mem": "MEM", + "cpu": "CPU", "lxc": "LXC-k", "vms": "VM-ek" }, "glances": { - "cpu": "Processzor", - "load": "Terhelés", - "wait": "Kérjük várjon", - "temp": "HŐM", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Hőmérséklet", "warn": "Figyelmeztet", - "uptime": "FUT", - "total": "Összes", - "free": "Szabad", - "used": "Használt", - "days": "n", - "hours": "ó", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Kritikus", - "read": "Olvasott", + "read": "Read", "write": "Írás", "gpu": "GPU", "mem": "Memória", @@ -464,57 +470,57 @@ "1-day": "Többnyire napos", "1-night": "Többnyire derült", "2-day": "Részben felhős", - "2-night": "Részben felhős", + "2-night": "Partly Cloudy", "3-day": "Felhős", - "3-night": "Felhős", + "3-night": "Cloudy", "45-day": "Ködös", - "45-night": "Ködös", - "48-day": "Ködös", - "48-night": "Ködös", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Enyhe szitálás", - "51-night": "Enyhe szitálás", + "51-night": "Light Drizzle", "53-day": "Szitálás", - "53-night": "Szitálás", + "53-night": "Drizzle", "55-day": "Erős szitálás", - "55-night": "Erős szitálás", + "55-night": "Heavy Drizzle", "56-day": "Enyhe fagyos szitálás", - "56-night": "Enyhe fagyos szitálás", + "56-night": "Light Freezing Drizzle", "57-day": "Fagyos szitálás", - "57-night": "Fagyos szitálás", + "57-night": "Freezing Drizzle", "61-day": "Enyhe eső", - "61-night": "Enyhe eső", + "61-night": "Light Rain", "63-day": "Eső", - "63-night": "Eső", + "63-night": "Rain", "65-day": "Heves eső", - "65-night": "Heves eső", + "65-night": "Heavy Rain", "66-day": "Ónos eső", - "66-night": "Ónos eső", - "67-day": "Ónos eső", - "67-night": "Ónos eső", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Enyhe havazás", - "71-night": "Enyhe havazás", + "71-night": "Light Snow", "73-day": "Hó", - "73-night": "Hó", + "73-night": "Snow", "75-day": "Erős havazás", - "75-night": "Erős havazás", + "75-night": "Heavy Snow", "77-day": "Hódara", - "77-night": "Hódara", + "77-night": "Snow Grains", "80-day": "Enyhe záporok", - "80-night": "Enyhe záporok", + "80-night": "Light Showers", "81-day": "Záporok", - "81-night": "Záporok", + "81-night": "Showers", "82-day": "Heves záporok", - "82-night": "Heves záporok", + "82-night": "Heavy Showers", "85-day": "Hózáporok", - "85-night": "Hózáporok", - "86-day": "Hózáporok", - "86-night": "Hózáporok", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Zivatar", - "95-night": "Zivatar", + "95-night": "Thunderstorm", "96-day": "Zivatar jégesővel", - "96-night": "Zivatar jégesővel", - "99-day": "Zivatar jégesővel", - "99-night": "Zivatar jégesővel" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Rendszer", @@ -523,17 +529,17 @@ "up_to_date": "Naprakész", "child_bridges": "Gyerek Hidak", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Fel", - "pending": "Függőben", - "down": "Le" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Új", - "up": "Fel", + "up": "Up", "grace": "Türelmi idő alatt", - "down": "Le", + "down": "Down", "paused": "Szünetel", - "status": "Státusz", + "status": "Status", "last_ping": "Legutóbbi Ping", "never": "Még nincsenek ping-ek" }, @@ -543,27 +549,27 @@ "containers_failed": "Sikertelen" }, "autobrr": { - "approvedPushes": "Engedélyezett", + "approvedPushes": "Approved", "rejectedPushes": "Elutasított", "filters": "Szűrők", - "indexers": "Indexerek" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Sor", + "downloads": "Queue", "videos": "Videók", "channels": "Csatornák", "playlists": "Lejátszási listák" }, "truenas": { "load": "Rendszerterhelés", - "uptime": "Üzemidő", - "alerts": "Riasztások" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Sebesség", - "active": "Aktív", - "queue": "Sor", - "total": "Összes" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Nyilvános IP-cím", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Csatornák", + "channels": "Channels", "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", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Kliens" }, "scrutiny": { "passed": "Megfelelt", - "failed": "Sikertelen", - "unknown": "Ismeretlen" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Beérkezett", - "total": "Összes" + "total": "Total" }, "peanut": { "battery_charge": "Akku töltöttsége", "ups_load": "UPS terheltsége", "ups_status": "UPS állapot", - "online": "Csatlakozva", + "online": "Online", "on_battery": "Akkuról", "low_battery": "Alacsony töltöttség" }, "nextdns": { - "wait": "Kérjük Várjon", + "wait": "Please Wait", "no_devices": "Nincs fogadott eszközadat" }, "mikrotik": { "cpuLoad": "Processzor Terhelés", "memoryUsed": "Felhasznált Memória", - "uptime": "Üzemidő", + "uptime": "Uptime", "numberOfLeases": "Bérletek" }, "xteve": { "streams_all": "Minden Stream", - "streams_active": "Aktív Stream-ek", + "streams_active": "Active Streams", "streams_xepg": "XEPG Csatornák" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Korlát" }, "opnsense": { - "cpu": "Processzor Terhelés", + "cpu": "CPU Load", "memory": "Aktív Memória", "wanUpload": "WAN Feltöltés", "wanDownload": "WAN Letöltés" @@ -634,75 +640,75 @@ "layers": "Rétegek" }, "octoprint": { - "printer_state": "Státusz", + "printer_state": "Status", "temp_tool": "Szerszám hőmérséklet", "temp_bed": "Ágy Hőmérséklet", "job_completion": "Teljesítés" }, "cloudflared": { "origin_ip": "Eredeti IP", - "status": "Státusz" + "status": "Status" }, "pfsense": { "load": "Átlagos terhelés", "memory": "RAM Használat", "wanStatus": "WAN Állapot", - "up": "Fel", - "down": "Le", - "temp": "Hőmérséklet", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Lemezhasználat", "wanIP": "WAN IP" }, "proxmoxbackupserver": { "datastore_usage": "Adattár", "failed_tasks_24h": "Sikertelen feladatok 24h", - "cpu_usage": "Processzor", + "cpu_usage": "CPU", "memory_usage": "Memória" }, "immich": { - "users": "Felhasználók", + "users": "Users", "photos": "Fényképek", - "videos": "Videók", + "videos": "Videos", "storage": "Tárhely" }, "uptimekuma": { "up": "Futó Webhelyek", "down": "Nem Elérhető Webhelyek", - "uptime": "Üzemidő", + "uptime": "Uptime", "incident": "Incidens", - "m": "p" + "m": "m" }, "atsumeru": { - "series": "Sorozat", + "series": "Series", "archives": "Archívum", "chapters": "Fejezetek", "categories": "Kategóriák" }, "komga": { "libraries": "Könyvtárak", - "series": "Sorozat", - "books": "Könyvek" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Napok", - "uptime": "Üzemidő", - "volumeAvailable": "Elérhető" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Sorozat", + "series": "Series", "issues": "Problémák", - "wanted": "Keresett" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albumok", - "photos": "Fényképek", - "videos": "Videók", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Emberek" }, "fileflows": { - "queue": "Sor", - "processing": "Feldolgozás", - "processed": "Feldolgozott", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Idő" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Megosztott Elemek" }, "kopia": { - "status": "Státusz", + "status": "Status", "size": "Méret", "lastrun": "Legutóbbi futtatás", "nextrun": "Következő Futtatás", - "failed": "Sikertelen" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktív Dolgozók", @@ -745,20 +751,20 @@ "targets_total": "Összes Célpont" }, "gatus": { - "up": "Futó Webhelyek", - "down": "Nem Elérhető Webhelyek", - "uptime": "Üzemidő" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Ma", + "gross_percent_today": "Today", "gross_percent_1y": "Egy év", "gross_percent_max": "Mindig" }, "audiobookshelf": { "podcasts": "Podcast", - "books": "Könyvek", + "books": "Books", "podcastsDuration": "Időtartam", - "booksDuration": "Időtartam" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Emberek otthon", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Nyomonkövetés", - "updates": "Frissítések" + "updates": "Updates" }, "calibreweb": { - "books": "Könyvek", + "books": "Books", "authors": "Szerzők", - "categories": "Kategóriák", - "series": "Sorozat" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Sor", - "downloadBytesRemaining": "Hátralévő", - "downloadTotalBytes": "Méret", - "downloadSpeed": "Sebesség" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Sorozat", - "totalFiles": "Fájlok" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Eredmény", - "status": "Státusz", + "status": "Status", "buildId": "Gyártás ID", "succeeded": "Sikerült", "notStarted": "Nem indult", - "failed": "Sikertelen", + "failed": "Failed", "canceled": "Megszakítva", "inProgress": "Folyamatban", "totalPrs": "Minden PR", "myPrs": "Saját PR-ek", - "approved": "Engedélyezett" + "approved": "Approved" }, "gamedig": { - "status": "Státusz", - "online": "Csatlakozva", - "offline": "Nem elérhető", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Név", "map": "Térkép", "currentPlayers": "Jelenlegi játékosok", - "players": "Lejátszók", + "players": "Players", "maxPlayers": "Max. játékosok", "bots": "Botok", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Receptek", - "users": "Felhasználók", - "categories": "Kategóriák", + "users": "Users", + "categories": "Categories", "tags": "Címkék" }, "openmediavault": { "downloading": "Letöltés folyamatban", - "total": "Összes", - "running": "Futó", - "stopped": "Megállított", - "passed": "Megfelelt", - "failed": "Sikertelen" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Üzemidő", + "uptime": "Uptime", "cpuLoad": "Átlag CPU terhelés (5p)", - "up": "Fel", - "down": "Le", + "up": "Up", + "down": "Down", "bytesTx": "Továbbított", - "bytesRx": "Fogadott" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Státusz", - "uptime": "Üzemidő", + "status": "Status", + "uptime": "Uptime", "lastDown": "Utolsó leállás", "downDuration": "Leállás ideje", - "sitesUp": "Futó Webhelyek", - "sitesDown": "Nem Elérhető Webhelyek", - "paused": "Szünetel", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Még nincs ellenőrizve", - "up": "Fel", + "up": "Up", "seemsdown": "Elérhetetlennek tűnik", - "down": "Le", - "unknown": "Ismeretlen" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "Mozikban", @@ -869,10 +875,10 @@ "totalfilesize": "Teljes méret" }, "mailcow": { - "domains": "Domainek", + "domains": "Domains", "mailboxes": "E-mail fiókok", "mails": "Mailek", - "storage": "Tárhely" + "storage": "Storage" }, "netdata": { "warnings": "Figyelmeztetések", @@ -881,12 +887,12 @@ "plantit": { "events": "Események", "plants": "Növények", - "photos": "Fényképek", + "photos": "Photos", "species": "Fajok" }, "gitea": { "notifications": "Üzenetek", - "issues": "Problémák", + "issues": "Issues", "pulls": "Pull request-ek", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galériák", "performers": "Előadók", "studios": "Stúdiók", - "movies": "Film", - "tags": "Címkék", + "movies": "Movies", + "tags": "Tags", "oCount": "O szám" }, "tandoor": { - "users": "Felhasználók", - "recipes": "Receptek", + "users": "Users", + "recipes": "Recipes", "keywords": "Kulcsszavak" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Garanciával", "locations": "Helyek", "labels": "Címkék", - "users": "Felhasználók", + "users": "Users", "totalValue": "Teljes érték" }, "crowdsec": { - "alerts": "Riasztások", + "alerts": "Alerts", "bans": "Kitiltások" }, "wgeasy": { - "connected": "Csatlakozva", - "enabled": "Bekapcsolva", - "disabled": "Kikapcsolva", - "total": "Összes" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxyzott", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Letöltés", - "upload": "Feltöltés" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Tőzsde", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamerák", - "uptime": "Üzemidő", - "version": "Verzió" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Linkek", "collections": "Gyűjtemény", - "tags": "Címkék" + "tags": "Tags" }, "zabbix": { "unclassified": "Nem titkosított", - "information": "Információ", + "information": "Information", "warning": "Figyelmeztetés", "average": "Átlag", "high": "Magas", @@ -980,24 +986,24 @@ "tasksInProgress": "Folyamatban levő Feladatok" }, "headscale": { - "name": "Név", - "address": "Cím", - "last_seen": "Utoljára látott", - "status": "Státusz", - "online": "Csatlakozva", - "offline": "Nem elérhető" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Név", + "name": "Name", "systems": "Rendszerek", - "up": "Fel", - "down": "Le", - "paused": "Szünetel", - "pending": "Függőben", - "status": "Státusz", - "updated": "Frissített", - "cpu": "Processzor", - "memory": "RAM", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", + "memory": "MEM", "disk": "Lemez", "network": "Hálózat" }, @@ -1005,26 +1011,26 @@ "apps": "Alkalmazások", "synced": "Szinkronizált", "outOfSync": "Nincs szinkronban", - "healthy": "Egészséges", + "healthy": "Healthy", "degraded": "Leépült", "progressing": "Halad", - "missing": "Hiányzik", + "missing": "Missing", "suspended": "Felfüggesztett" }, "spoolman": { - "loading": "Betöltés" + "loading": "Loading" }, "gitlab": { "groups": "Csoportok", - "issues": "Problémák", + "issues": "Issues", "merges": "Merge kérések", "projects": "Projektek" }, "apcups": { - "status": "Státusz", - "load": "Terhelés", - "bcharge": "Akku töltöttsége", - "timeleft": "Hátralévő idő" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Címkék" + "tags": "Tags" }, "slskd": { - "slskStatus": "Hálózat", - "connected": "Csatlakozva", - "disconnected": "Kapcsolat bontva", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Elérhető", - "update_no": "Naprakész", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Fájlok" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Zeneszám", - "movies": "Film", - "episodes": "Epizód", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/id/common.json b/public/locales/id/common.json index 6e46e0176..17199d3c5 100644 --- a/public/locales/id/common.json +++ b/public/locales/id/common.json @@ -61,9 +61,9 @@ "wlan_devices": "Perangkat WLAN", "lan_users": "Pengguna LAN", "wlan_users": "Pengguna WLAN", - "up": "Waktu Aktif", + "up": "UP", "down": "Mati", - "wait": "Harap tunggu", + "wait": "Please wait", "empty_data": "Status subsistem tdk diketahui" }, "docker": { @@ -93,9 +93,9 @@ "http_status": "HTTP Status", "error": "Error", "response": "Respons", - "down": "Mati", - "up": "Hidup", - "not_available": "Tidak Tersedia" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Sedang Diputar", @@ -112,7 +112,7 @@ "offline_alt": "Offline", "online": "Online", "total": "Total", - "unknown": "Tidak Diketahui" + "unknown": "Unknown" }, "evcc": { "pv_power": "Produksi", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Sedan Memutus", "connectionStatusDisconnected": "Terputus", "connectionStatusConnected": "Tersambung", - "uptime": "Waktu Aktif", + "uptime": "Uptime", "maxDown": "Maks Unduh", "maxUp": "Maks Unggah", - "down": "Mati", - "up": "Hidup", + "down": "Down", + "up": "Up", "received": "Diterima", "sent": "Terkirim", "externalIPAddress": "IP Eksternal", @@ -168,10 +168,10 @@ "passes": "Tiket" }, "tautulli": { - "playing": "Sedang Diputar", - "transcoding": "Mentranskode", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Tidak ada Strim Aktif", + "no_active": "No Active Streams", "plex_connection_error": "Cek Koneksi ke Plex" }, "omada": { @@ -189,28 +189,28 @@ "plex": { "streams": "Stream Berjalan", "albums": "Albums", - "movies": "Film", + "movies": "Movies", "tv": "Acara TV" }, "sabnzbd": { - "rate": "Laju Bandwidth", + "rate": "Rate", "queue": "Antrian", "timeleft": "Sisa Waktu" }, "rutorrent": { "active": "Aktif", - "upload": "Unggah", - "download": "Unduh" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Unduh", - "upload": "Unggah", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Unduh", - "upload": "Unggah", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Tidak valid" }, "deluge": { - "download": "Unduh", - "upload": "Unggah", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Unduh", - "upload": "Unggah", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Dicari", "queued": "Terantrikan", - "series": "Seri", - "queue": "Antrian", - "unknown": "Tidak Diketahui" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Dicari", + "wanted": "Wanted", "missing": "Tidak Ditemukan", - "queued": "Terantrikan", - "movies": "Film", - "queue": "Antrian", - "unknown": "Tidak Diketahui" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Dicari", - "queued": "Terantrikan", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artis" }, "readarr": { - "wanted": "Dicari", - "queued": "Terantrikan", + "wanted": "Wanted", + "queued": "Queued", "books": "Buku" }, "bazarr": { @@ -274,18 +274,18 @@ }, "jellyseerr": { "pending": "Pending", - "approved": "Tersetujui", - "available": "Tersedia" + "approved": "Approved", + "available": "Available" }, "overseerr": { "pending": "Pending", "processing": "Memproses", - "approved": "Tersetujui", - "available": "Tersedia" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Tersambung", + "connected": "Connected", "new_devices": "Perangkat Baru", "down_alerts": "Peringatan Pemadaman" }, @@ -296,26 +296,26 @@ "gravity": "Gravitasi" }, "adguard": { - "queries": "Kueri", - "blocked": "Terblokir", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Terfilter", "latency": "Latensi" }, "speedtest": { - "upload": "Unggah", - "download": "Unduh", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Berjalan", + "running": "Running", "stopped": "Terhenti", "total": "Total" }, "suwayomi": { - "download": "Terunduh", + "download": "Downloaded", "nondownload": "Belum Diunduh", - "read": "Baca", - "unread": "Belum Dibaca", + "read": "Read", + "unread": "Unread", "downloadedread": "Diunduh & Dibaca", "downloadedunread": "Diunduh & Belum Dibaca", "nondownloadedread": "Belum Diunduh & Dibaca", @@ -336,7 +336,7 @@ "ago": "{{value}} Yang Lalu" }, "technitium": { - "totalQueries": "Kueri", + "totalQueries": "Queries", "totalNoError": "Berhasil", "totalServerFailure": "Gagal", "totalNxDomain": "Domain NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Rekursif", "totalCached": "Cached", - "totalBlocked": "Terblokir", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klien" }, "tdarr": { - "queue": "Antrian", + "queue": "Queue", "processed": "Terproses", "errored": "Error", "saved": "Tersimpan" @@ -359,8 +359,14 @@ "services": "Layanan", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Tidak ada Strim Aktif", + "nothing_streaming": "No Active Streams", "please_wait": "Mohon menunggu" }, "npm": { @@ -377,35 +383,35 @@ }, "gotify": { "apps": "Aplikasi", - "clients": "Klien", + "clients": "Clients", "messages": "Pesan" }, "prowlarr": { "enableIndexers": "Pengindeks", "numberOfGrabs": "Jumlah Ambilan", - "numberOfQueries": "Kueri", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Ambilan Gagal", "numberOfFailQueries": "Jumlah Kueri Gagal" }, "jackett": { "configured": "Konfigurasi", - "errored": "Error" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesi", "numConnections": "Jumlah Koneksi", "dataRelayed": "Data Diteruskan", - "transferRate": "Laju Bandwidth" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Pengguna", + "user_count": "Users", "status_count": "Jumlah Posting", "domain_count": "Jumlah Domain" }, "medusa": { - "wanted": "Dicari", - "queued": "Terantrikan", - "series": "Seri" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Jumlah Pemain", @@ -416,10 +422,10 @@ }, "miniflux": { "read": "Baca", - "unread": "Belum Dibaca" + "unread": "Unread" }, "authentik": { - "users": "Pengguna", + "users": "Users", "loginsLast24H": "Login (24j)", "failedLoginsLast24H": "Login Gagal (24j)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Beban", - "wait": "Harap tunggu", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Suhu", "warn": "Peringatan", - "uptime": "Waktu Aktif", + "uptime": "UP", "total": "Total", - "free": "Luang", - "used": "Digunakan", - "days": "h", - "hours": "j", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Penting", - "read": "Baca", + "read": "Read", "write": "Tulis", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "Cerah", "1-night": "Cerah", "2-day": "Sedikit Berawan", - "2-night": "Sedikit Berawan", + "2-night": "Partly Cloudy", "3-day": "Berawan", - "3-night": "Berawan", + "3-night": "Cloudy", "45-day": "Berkabut", - "45-night": "Berkabut", - "48-day": "Berkabut", - "48-night": "Berkabut", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Gerimis Ringan", - "51-night": "Gerimis Ringan", + "51-night": "Light Drizzle", "53-day": "Gerimis", - "53-night": "Gerimis", + "53-night": "Drizzle", "55-day": "Gerimis Lebat", - "55-night": "Gerimis Lebat", + "55-night": "Heavy Drizzle", "56-day": "Gerimis Membeku Ringan", - "56-night": "Gerimis Membeku Ringan", + "56-night": "Light Freezing Drizzle", "57-day": "Gerimis Membeku", - "57-night": "Gerimis Membeku", + "57-night": "Freezing Drizzle", "61-day": "Hujan Ringan", - "61-night": "Hujan Ringan", + "61-night": "Light Rain", "63-day": "Hujan", - "63-night": "Hujan", + "63-night": "Rain", "65-day": "Hujan Deras", - "65-night": "Hujan Deras", + "65-night": "Heavy Rain", "66-day": "Hujan Dingin", - "66-night": "Hujan Dingin", - "67-day": "Hujan Dingin", - "67-night": "Hujan Dingin", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Hujan Salju Ringan", - "71-night": "Hujan Salju Ringan", + "71-night": "Light Snow", "73-day": "Hujan Salju", - "73-night": "Hujan Salju", + "73-night": "Snow", "75-day": "Hujan Salju Lebat", - "75-night": "Hujan Salju Lebat", + "75-night": "Heavy Snow", "77-day": "Hujan Salju Butiran", - "77-night": "Hujan Salju Butiran", + "77-night": "Snow Grains", "80-day": "Hujan Ringan", - "80-night": "Hujan Ringan", + "80-night": "Light Showers", "81-day": "Hujan", - "81-night": "Hujan", + "81-night": "Showers", "82-day": "Hujan Lebat", - "82-night": "Hujan Lebat", + "82-night": "Heavy Showers", "85-day": "Hujan Salju", - "85-night": "Hujan Salju", - "86-day": "Hujan Salju", - "86-night": "Hujan Salju", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Badai Petir", - "95-night": "Badai Petir", + "95-night": "Thunderstorm", "96-day": "Badai Petir Hujan Es", - "96-night": "Badai Petir Hujan Es", - "99-day": "Badai Petir Hujan Es", - "99-night": "Badai Petir Hujan Es" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistem", @@ -523,15 +529,15 @@ "up_to_date": "Terbaru", "child_bridges": "Bridge Turunan", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Hidup", + "up": "Up", "pending": "Pending", - "down": "Mati" + "down": "Down" }, "healthchecks": { "new": "Baru", - "up": "Hidup", + "up": "Up", "grace": "Dalam Masa Tenggang", - "down": "Mati", + "down": "Down", "paused": "Pause", "status": "Status", "last_ping": "Ping Terakhir", @@ -543,26 +549,26 @@ "containers_failed": "Gagal" }, "autobrr": { - "approvedPushes": "Tersetujui", + "approvedPushes": "Approved", "rejectedPushes": "Tertolak", "filters": "Filter", - "indexers": "Pengindeks" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Antrian", + "downloads": "Queue", "videos": "Video", "channels": "Channel", "playlists": "Daftar Putar" }, "truenas": { "load": "Beban Sistem", - "uptime": "Waktu Aktif", - "alerts": "Peringatan" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Kecepatan", - "active": "Aktif", - "queue": "Antrian", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,21 +578,21 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Channel", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuner", "channelNumber": "Channel", "channelNetwork": "Jaringan", "signalStrength": "Kekuatan Signal", "signalQuality": "Kualitas", - "symbolQuality": "Kualitas", + "symbolQuality": "Quality", "networkRate": "Bitrate", "clientIP": "Klien" }, "scrutiny": { "passed": "Sukses", - "failed": "Gagal", - "unknown": "Tidak Diketahui" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Kotak Masuk", @@ -601,18 +607,18 @@ "low_battery": "Baterai Lemah" }, "nextdns": { - "wait": "Mohon menunggu", + "wait": "Please Wait", "no_devices": "Tidak ada Data Perangkat Diterima" }, "mikrotik": { "cpuLoad": "Beban CPU", "memoryUsed": "Memori Terpakai", - "uptime": "Waktu Aktif", + "uptime": "Uptime", "numberOfLeases": "Leases" }, "xteve": { "streams_all": "Semua Strim", - "streams_active": "Stream Berjalan", + "streams_active": "Active Streams", "streams_xepg": "Channel XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Batas" }, "opnsense": { - "cpu": "Beban CPU", + "cpu": "CPU Load", "memory": "Memori Aktif", "wanUpload": "WAN Unggan", "wanDownload": "WAN Unduh" @@ -647,9 +653,9 @@ "load": "Beban Rata-rata", "memory": "Penggunaan Memory", "wanStatus": "Status WAN", - "up": "Hidup", - "down": "Mati", - "temp": "Suhu", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Penggunaan Disk", "wanIP": "IP WAN" }, @@ -660,49 +666,49 @@ "memory_usage": "Memory" }, "immich": { - "users": "Pengguna", + "users": "Users", "photos": "Foto", - "videos": "Video", + "videos": "Videos", "storage": "Penyimpanan" }, "uptimekuma": { "up": "Situs Hidup", "down": "Situs Mati", - "uptime": "Waktu Aktif", + "uptime": "Uptime", "incident": "Insiden", "m": "m" }, "atsumeru": { - "series": "Seri", + "series": "Series", "archives": "Arsip", "chapters": "Bab", "categories": "Kategori" }, "komga": { "libraries": "Perpustakaan", - "series": "Seri", - "books": "Buku" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Hari-hari", - "uptime": "Waktu Aktif", - "volumeAvailable": "Tersedia" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Seri", + "series": "Series", "issues": "Isu", - "wanted": "Dicari" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", - "photos": "Foto", - "videos": "Video", + "photos": "Photos", + "videos": "Videos", "people": "Orang" }, "fileflows": { - "queue": "Antrian", - "processing": "Memproses", - "processed": "Terproses", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Waktu" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Ukuran", "lastrun": "Terakhir Dijalankan", "nextrun": "Akan Dijalankan Dalam", - "failed": "Gagal" + "failed": "Failed" }, "unmanic": { "active_workers": "Pengguna Aktif", @@ -745,20 +751,20 @@ "targets_total": "Target Total" }, "gatus": { - "up": "Situs Hidup", - "down": "Situs Mati", - "uptime": "Waktu Aktif" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Hari ini", + "gross_percent_today": "Today", "gross_percent_1y": "Satu Tahun", "gross_percent_max": "Sepanjang Masa" }, "audiobookshelf": { "podcasts": "Podcast", - "books": "Buku", + "books": "Books", "podcastsDuration": "Durasi", - "booksDuration": "Durasi" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Orang Di Rumah", @@ -767,23 +773,23 @@ }, "whatsupdocker": { "monitoring": "Pengawasan", - "updates": "Pembaruan" + "updates": "Updates" }, "calibreweb": { - "books": "Buku", + "books": "Books", "authors": "Penulis", - "categories": "Kategori", - "series": "Seri" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Antrian", - "downloadBytesRemaining": "Sisa", - "downloadTotalBytes": "Ukuran", - "downloadSpeed": "Kecepatan" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Seri", - "totalFiles": "File" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Hasil", @@ -791,12 +797,12 @@ "buildId": "Build ID", "succeeded": "Berhasil", "notStarted": "Belum Dimulai", - "failed": "Gagal", + "failed": "Failed", "canceled": "Dibatalkan", "inProgress": "Sedang Berlangsung", "totalPrs": "PR Total", "myPrs": "PR Saya", - "approved": "Tersetujui" + "approved": "Approved" }, "gamedig": { "status": "Status", @@ -805,7 +811,7 @@ "name": "Nama", "map": "Peta", "currentPlayers": "Jumlah pemain", - "players": "Jumlah Pemain", + "players": "Players", "maxPlayers": "Maksimum pemain", "bots": "Bot", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Resep", - "users": "Pengguna", - "categories": "Kategori", + "users": "Users", + "categories": "Categories", "tags": "Tag" }, "openmediavault": { "downloading": "Mengunduh", "total": "Total", - "running": "Berjalan", - "stopped": "Terhenti", - "passed": "Sukses", - "failed": "Gagal" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Waktu Aktif", + "uptime": "Uptime", "cpuLoad": "Beban rata2 CPU (5m)", - "up": "Hidup", - "down": "Mati", + "up": "Up", + "down": "Down", "bytesTx": "Tersalur", - "bytesRx": "Diterima" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Waktu Aktif", + "uptime": "Uptime", "lastDown": "Terakhir Terhenti", "downDuration": "Jumlah Waktu Terhenti", - "sitesUp": "Situs Hidup", - "sitesDown": "Situs Mati", - "paused": "Pause", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Belum Di Cek", - "up": "Hidup", + "up": "Up", "seemsdown": "Sepertinya Mati", - "down": "Mati", - "unknown": "Tidak Diketahui" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "Tersedia Di Bioskop", @@ -869,10 +875,10 @@ "totalfilesize": "Total Ukuran" }, "mailcow": { - "domains": "Jumlah Domain", + "domains": "Domains", "mailboxes": "Kotak surat", "mails": "Surat", - "storage": "Penyimpanan" + "storage": "Storage" }, "netdata": { "warnings": "Peringatan", @@ -881,12 +887,12 @@ "plantit": { "events": "Acara", "plants": "Tanaman", - "photos": "Foto", + "photos": "Photos", "species": "Spesies" }, "gitea": { "notifications": "Notifikasi", - "issues": "Isu", + "issues": "Issues", "pulls": "Pull Requests", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galeri", "performers": "Pemain", "studios": "Studio", - "movies": "Film", - "tags": "Tag", + "movies": "Movies", + "tags": "Tags", "oCount": "Jumlah O" }, "tandoor": { - "users": "Pengguna", - "recipes": "Resep", + "users": "Users", + "recipes": "Recipes", "keywords": "Kata Kunci" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "Dengan Garansi", "locations": "Lokasi", "labels": "Label", - "users": "Pengguna", + "users": "Users", "totalValue": "Total Nilai" }, "crowdsec": { - "alerts": "Peringatan", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "Tersambung", - "enabled": "Aktif", - "disabled": "Nonaktif", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Unduh", - "upload": "Unggah" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Saham", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamera", - "uptime": "Waktu Aktif", - "version": "Versi" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Tautan", "collections": "Koleksi", - "tags": "Tag" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informasi", + "information": "Information", "warning": "Peringatan", "average": "Rata-rata", "high": "Tinggi", @@ -980,22 +986,22 @@ "tasksInProgress": "Tugas Berlangsung" }, "headscale": { - "name": "Nama", - "address": "Alamat", - "last_seen": "Terakhir terlihat", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", "status": "Status", "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Nama", + "name": "Name", "systems": "Sistem", - "up": "Hidup", - "down": "Mati", - "paused": "Pause", + "up": "Up", + "down": "Down", + "paused": "Paused", "pending": "Pending", "status": "Status", - "updated": "Terbarui", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Diska", @@ -1005,26 +1011,26 @@ "apps": "Apl", "synced": "Tersinkron", "outOfSync": "Tidak Sinkron", - "healthy": "Lancar", + "healthy": "Healthy", "degraded": "Terdegradasi", "progressing": "Progressing", - "missing": "Tidak Ditemukan", + "missing": "Missing", "suspended": "Ditangguhkan" }, "spoolman": { - "loading": "Memuat" + "loading": "Loading" }, "gitlab": { "groups": "Grup", - "issues": "Isu", + "issues": "Issues", "merges": "Merge Requests", "projects": "Proyek" }, "apcups": { "status": "Status", - "load": "Beban", - "bcharge": "Sisa Baterai", - "timeleft": "Sisa Waktu" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Tag" + "tags": "Tags" }, "slskd": { - "slskStatus": "Jaringan", - "connected": "Tersambung", - "disconnected": "Terputus", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Tersedia", - "update_no": "Terbaru", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "File" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Lagu", - "movies": "Film", - "episodes": "Episode", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 68f400a3b..55675e921 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -63,7 +63,7 @@ "wlan_users": "Utenti WLAN", "up": "UP", "down": "DOWN", - "wait": "Attendi per favore", + "wait": "Please wait", "empty_data": "Stato del sottosistema sconosciuto" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Parziale" }, "ping": { - "error": "Errore", + "error": "Error", "ping": "Ping", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Stato HTTP", - "error": "Errore", + "error": "Error", "response": "Risposta", "down": "Down", "up": "Up", - "not_available": "Non disponibile" + "not_available": "Not Available" }, "emby": { "playing": "In riproduzione", @@ -108,11 +108,11 @@ "songs": "Canzoni" }, "esphome": { - "offline": "Non in linea", - "offline_alt": "Non in linea", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "Totale", - "unknown": "Sconosciuto" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produzione", @@ -133,7 +133,7 @@ "unread": "Non letto" }, "fritzbox": { - "connectionStatus": "Stato", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Non configurato", "connectionStatusConnecting": "Connessione in corso", "connectionStatusAuthenticating": "In fase di autenticazione", @@ -141,7 +141,7 @@ "connectionStatusDisconnecting": "Disconnessione in corso", "connectionStatusDisconnected": "Disconnesso", "connectionStatusConnected": "Connesso", - "uptime": "Tempo di attività", + "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", "down": "Down", @@ -168,10 +168,10 @@ "passes": "Tessere" }, "tautulli": { - "playing": "In riproduzione", - "transcoding": "Transcodifica", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Nessuno Stream Attivo", + "no_active": "No Active Streams", "plex_connection_error": "Controllare la connessione a Plex" }, "omada": { @@ -189,11 +189,11 @@ "plex": { "streams": "Trasmissioni attive", "albums": "Album", - "movies": "Film", + "movies": "Movies", "tv": "Programmi televisivi" }, "sabnzbd": { - "rate": "Rapporto", + "rate": "Rate", "queue": "Coda", "timeleft": "Tempo Rimanente" }, @@ -205,13 +205,13 @@ "transmission": { "download": "Download", "upload": "Upload", - "leech": "In download", + "leech": "Leech", "seed": "Seed" }, "qbittorrent": { "download": "Download", "upload": "Upload", - "leech": "In download", + "leech": "Leech", "seed": "Seed" }, "qnap": { @@ -225,7 +225,7 @@ "deluge": { "download": "Download", "upload": "Upload", - "leech": "In download", + "leech": "Leech", "seed": "Seed" }, "develancacheui": { @@ -235,32 +235,32 @@ "downloadstation": { "download": "Download", "upload": "Upload", - "leech": "In download", + "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Richiesti", "queued": "In coda", - "series": "Serie", - "queue": "Coda", - "unknown": "Sconosciuto" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Richiesti", + "wanted": "Wanted", "missing": "Mancanti", - "queued": "In coda", - "movies": "Film", - "queue": "Coda", - "unknown": "Sconosciuto" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Richiesti", - "queued": "In coda", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artisti" }, "readarr": { - "wanted": "Richiesti", - "queued": "In coda", + "wanted": "Wanted", + "queued": "Queued", "books": "Libri" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponibili" }, "jellyseerr": { - "pending": "In attesa", - "approved": "Approvati", - "available": "Disponibili" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "In attesa", + "pending": "Pending", "processing": "In lavorazione", - "approved": "Approvati", - "available": "Disponibili" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Totale", - "connected": "Connesso", + "total": "Total", + "connected": "Connected", "new_devices": "Nuovi Dispositivi", "down_alerts": "Avvisi di Disservizio" }, @@ -296,8 +296,8 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Richieste", - "blocked": "Bloccati", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrati", "latency": "Latenza" }, @@ -307,15 +307,15 @@ "ping": "Ping" }, "portainer": { - "running": "In esecuzione", + "running": "Running", "stopped": "Fermati", - "total": "Totale" + "total": "Total" }, "suwayomi": { - "download": "Scaricato", + "download": "Downloaded", "nondownload": "Non Scaricato", - "read": "Letti", - "unread": "Non letto", + "read": "Read", + "unread": "Unread", "downloadedread": "Scaricato E Letto", "downloadedunread": "Scaricato E Non Letto", "nondownloadedread": "Non Scaricato E Letto", @@ -336,7 +336,7 @@ "ago": "{{value}} Fa" }, "technitium": { - "totalQueries": "Richieste", + "totalQueries": "Queries", "totalNoError": "Successo", "totalServerFailure": "Fallimenti", "totalNxDomain": "Domini NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritario", "totalRecursive": "Ricorsivo", "totalCached": "In cache", - "totalBlocked": "Bloccati", + "totalBlocked": "Blocked", "totalDropped": "Saltati", "totalClients": "Client" }, "tdarr": { - "queue": "Coda", + "queue": "Queue", "processed": "Elaborati", "errored": "In errore", "saved": "Salvati" @@ -359,14 +359,20 @@ "services": "Servizi", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Nessuno Stream Attivo", + "nothing_streaming": "No Active Streams", "please_wait": "Attendere prego" }, "npm": { "enabled": "Abilitato", "disabled": "Disabilitati", - "total": "Totale" + "total": "Total" }, "coinmarketcap": { "configure": "Configurare una o più criptomonete da seguire", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Applicazioni", - "clients": "Client", + "clients": "Clients", "messages": "Messaggi" }, "prowlarr": { "enableIndexers": "Indicizzatori", "numberOfGrabs": "Grab", - "numberOfQueries": "Richieste", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Grabs Falliti", "numberOfFailQueries": "Queries Fallite" }, "jackett": { "configured": "Configurato", - "errored": "In errore" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessioni", "numConnections": "Connessioni", "dataRelayed": "Ritrasmessi", - "transferRate": "Rapporto" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Utenti", + "user_count": "Users", "status_count": "Messaggi", "domain_count": "Domini" }, "medusa": { - "wanted": "Richiesti", - "queued": "In coda", - "series": "Serie" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Giocatori", "version": "Versione", - "status": "Stato", + "status": "Status", "up": "Online", - "down": "Non in linea" + "down": "Offline" }, "miniflux": { "read": "Letti", - "unread": "Non letto" + "unread": "Unread" }, "authentik": { - "users": "Utenti", + "users": "Users", "loginsLast24H": "Accessi (24h)", "failedLoginsLast24H": "Accessi Falliti (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Carico", - "wait": "Attendi per favore", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp.", "warn": "Avviso", "uptime": "UP", - "total": "Totale", - "free": "Libero", - "used": "In utilizzo", - "days": "g", - "hours": "o", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Critico", - "read": "Letti", + "read": "Read", "write": "Scrittura", "gpu": "GPU", "mem": "Mem.", @@ -464,57 +470,57 @@ "1-day": "Prevalentemente Soleggiato", "1-night": "Prevalentemente Sereno", "2-day": "Parzialmente Nuvoloso", - "2-night": "Parzialmente Nuvoloso", + "2-night": "Partly Cloudy", "3-day": "Nuvoloso", - "3-night": "Nuvoloso", + "3-night": "Cloudy", "45-day": "Nebbioso", - "45-night": "Nebbioso", - "48-day": "Nebbioso", - "48-night": "Nebbioso", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Pioggerella Leggera", - "51-night": "Pioggerella Leggera", + "51-night": "Light Drizzle", "53-day": "Pioggerella", - "53-night": "Pioggerella", + "53-night": "Drizzle", "55-day": "Pioggerella Pesante", - "55-night": "Pioggerella Pesante", + "55-night": "Heavy Drizzle", "56-day": "Leggera Pioggia Gelata", - "56-night": "Leggera Pioggia Gelata", + "56-night": "Light Freezing Drizzle", "57-day": "Pioggerella Gelata", - "57-night": "Pioggerella Gelata", + "57-night": "Freezing Drizzle", "61-day": "Pioggia Leggera", - "61-night": "Pioggia Leggera", + "61-night": "Light Rain", "63-day": "Pioggia", - "63-night": "Pioggia", + "63-night": "Rain", "65-day": "Pioggia Intensa", - "65-night": "Pioggia Intensa", + "65-night": "Heavy Rain", "66-day": "Grandine", - "66-night": "Grandine", - "67-day": "Grandine", - "67-night": "Grandine", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Leggera Nevicata", - "71-night": "Leggera Nevicata", + "71-night": "Light Snow", "73-day": "Neve", - "73-night": "Neve", + "73-night": "Snow", "75-day": "Nevicata Intensa", - "75-night": "Nevicata Intensa", + "75-night": "Heavy Snow", "77-day": "Fiocchi di Neve", - "77-night": "Fiocchi di Neve", + "77-night": "Snow Grains", "80-day": "Leggeri Rovesci", - "80-night": "Leggeri Rovesci", + "80-night": "Light Showers", "81-day": "Rovesci", - "81-night": "Rovesci", + "81-night": "Showers", "82-day": "Intensi Rovesci", - "82-night": "Intensi Rovesci", + "82-night": "Heavy Showers", "85-day": "Rovesci di Neve", - "85-night": "Rovesci di Neve", - "86-day": "Rovesci di Neve", - "86-night": "Rovesci di Neve", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Temporale", - "95-night": "Temporale", + "95-night": "Thunderstorm", "96-day": "Temporale con grandine", - "96-night": "Temporale con grandine", - "99-day": "Temporale con grandine", - "99-night": "Temporale con grandine" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistema", @@ -524,7 +530,7 @@ "child_bridges": "Bridge Figli", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "In attesa", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "Periodo di Tolleranza", "down": "Down", "paused": "In Pausa", - "status": "Stato", + "status": "Status", "last_ping": "Ultimo Ping", "never": "Ancora nessun ping" }, @@ -543,27 +549,27 @@ "containers_failed": "Fallito" }, "autobrr": { - "approvedPushes": "Approvati", + "approvedPushes": "Approved", "rejectedPushes": "Rifiutato", "filters": "Filtri", - "indexers": "Indicizzatori" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Coda", + "downloads": "Queue", "videos": "Video", "channels": "Canali", "playlists": "Playlist" }, "truenas": { "load": "Carico di Sistema", - "uptime": "Tempo di attività", - "alerts": "Allarmi" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Velocità", - "active": "Attivo", - "queue": "Coda", - "total": "Totale" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "IP pubblico", @@ -572,25 +578,25 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Canali", + "channels": "Channels", "hd": "HD", "tunerCount": "Regolatori", "channelNumber": "Canale", "channelNetwork": "Rete", "signalStrength": "Intensità", "signalQuality": "Qualità", - "symbolQuality": "Qualità", + "symbolQuality": "Quality", "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passati", - "failed": "Fallito", - "unknown": "Sconosciuto" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "In arrivo", - "total": "Totale" + "total": "Total" }, "peanut": { "battery_charge": "Carica Batteria", @@ -601,18 +607,18 @@ "low_battery": "Batteria Quasi Scarica" }, "nextdns": { - "wait": "Attendere prego", + "wait": "Please Wait", "no_devices": "Nessun dato del dispositivo ricevuto" }, "mikrotik": { "cpuLoad": "Carico della CPU", "memoryUsed": "Memoria Utilizzata", - "uptime": "Tempo di attività", + "uptime": "Uptime", "numberOfLeases": "Rilasci" }, "xteve": { "streams_all": "Tutti gli stream", - "streams_active": "Trasmissioni attive", + "streams_active": "Active Streams", "streams_xepg": "Canali XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limite" }, "opnsense": { - "cpu": "Carico della CPU", + "cpu": "CPU Load", "memory": "Memoria in uso", "wanUpload": "WAN Upload", "wanDownload": "WAN Download" @@ -634,14 +640,14 @@ "layers": "Livelli" }, "octoprint": { - "printer_state": "Stato", + "printer_state": "Status", "temp_tool": "Temp. utensile", "temp_bed": "Temp. letto", "job_completion": "Completamento" }, "cloudflared": { "origin_ip": "IP sorgente", - "status": "Stato" + "status": "Status" }, "pfsense": { "load": "Carico Medio", @@ -649,7 +655,7 @@ "wanStatus": "Stato WAN", "up": "Up", "down": "Down", - "temp": "Temp.", + "temp": "Temp", "disk": "Uso Disco", "wanIP": "IP WAN" }, @@ -660,49 +666,49 @@ "memory_usage": "Memoria" }, "immich": { - "users": "Utenti", + "users": "Users", "photos": "Foto", - "videos": "Video", + "videos": "Videos", "storage": "Archiviazione" }, "uptimekuma": { "up": "Siti On", "down": "Siti Down", - "uptime": "Tempo di attività", + "uptime": "Uptime", "incident": "Incidente", "m": "m" }, "atsumeru": { - "series": "Serie", + "series": "Series", "archives": "Archivi", "chapters": "Capitoli", "categories": "Categorie" }, "komga": { "libraries": "Librerie", - "series": "Serie", - "books": "Libri" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Giorni", - "uptime": "Tempo di attività", - "volumeAvailable": "Disponibili" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Serie", + "series": "Series", "issues": "Problemi", - "wanted": "Richiesti" + "wanted": "Wanted" }, "photoprism": { - "albums": "Album", - "photos": "Foto", - "videos": "Video", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Persone" }, "fileflows": { - "queue": "Coda", - "processing": "In lavorazione", - "processed": "Elaborati", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Tempo" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Oggetti Condivisi" }, "kopia": { - "status": "Stato", + "status": "Status", "size": "Dimensione", "lastrun": "Ultima esecuzione", "nextrun": "Prossima esecuzione", - "failed": "Fallito" + "failed": "Failed" }, "unmanic": { "active_workers": "Lavoratori Attivi", @@ -745,20 +751,20 @@ "targets_total": "Targets Totali" }, "gatus": { - "up": "Siti On", - "down": "Siti Down", - "uptime": "Tempo di attività" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Oggi", + "gross_percent_today": "Today", "gross_percent_1y": "Un anno", "gross_percent_max": "Sempre" }, "audiobookshelf": { "podcasts": "Podcast", - "books": "Libri", + "books": "Books", "podcastsDuration": "Durata", - "booksDuration": "Durata" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Persone a Casa", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Monitoraggio", - "updates": "Aggiornamenti" + "updates": "Updates" }, "calibreweb": { - "books": "Libri", + "books": "Books", "authors": "Autori", - "categories": "Categorie", - "series": "Serie" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Coda", - "downloadBytesRemaining": "Rimanente", - "downloadTotalBytes": "Dimensione", - "downloadSpeed": "Velocità" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serie", - "totalFiles": "File" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Risultato", - "status": "Stato", + "status": "Status", "buildId": "ID Build", "succeeded": "Riuscito", "notStarted": "Non Avviato", - "failed": "Fallito", + "failed": "Failed", "canceled": "Cancellato", "inProgress": "In corso", "totalPrs": "PR Totali", "myPrs": "Miei PR", - "approved": "Approvati" + "approved": "Approved" }, "gamedig": { - "status": "Stato", + "status": "Status", "online": "Online", - "offline": "Non in linea", + "offline": "Offline", "name": "Nome", "map": "Mappa", "currentPlayers": "Giocatori attuali", - "players": "Giocatori", + "players": "Players", "maxPlayers": "Giocatori max", "bots": "Bot", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Ricette", - "users": "Utenti", - "categories": "Categorie", + "users": "Users", + "categories": "Categories", "tags": "Tag" }, "openmediavault": { "downloading": "Download in corso", - "total": "Totale", - "running": "In esecuzione", - "stopped": "Fermati", - "passed": "Passati", - "failed": "Fallito" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Tempo di attività", + "uptime": "Uptime", "cpuLoad": "Media Carico Cpu (5m)", "up": "Up", "down": "Down", "bytesTx": "Trasmessi", - "bytesRx": "Ricevuti" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stato", - "uptime": "Tempo di attività", + "status": "Status", + "uptime": "Uptime", "lastDown": "Ultimo periodo di inattività", "downDuration": "Durata inattività", - "sitesUp": "Siti On", - "sitesDown": "Siti Down", - "paused": "In Pausa", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Non ancora controllati", "up": "Up", "seemsdown": "Sembrano non attivi", "down": "Down", - "unknown": "Sconosciuto" + "unknown": "Unknown" }, "calendar": { "inCinemas": "Al cinema", @@ -869,10 +875,10 @@ "totalfilesize": "Dimensioni totali" }, "mailcow": { - "domains": "Domini", + "domains": "Domains", "mailboxes": "Caselle di posta", "mails": "Mail", - "storage": "Archiviazione" + "storage": "Storage" }, "netdata": { "warnings": "Avvisi", @@ -881,12 +887,12 @@ "plantit": { "events": "Eventi", "plants": "Piante", - "photos": "Foto", + "photos": "Photos", "species": "Specie" }, "gitea": { "notifications": "Notifiche", - "issues": "Problemi", + "issues": "Issues", "pulls": "Richieste di Pull", "repositories": "Repository" }, @@ -902,13 +908,13 @@ "galleries": "Gallerie", "performers": "Esecutori", "studios": "Studi", - "movies": "Film", - "tags": "Tag", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Utenti", - "recipes": "Ricette", + "users": "Users", + "recipes": "Recipes", "keywords": "Parole chiave" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Con Garanzia", "locations": "Luoghi", "labels": "Etichette", - "users": "Utenti", + "users": "Users", "totalValue": "Valore totale" }, "crowdsec": { - "alerts": "Allarmi", + "alerts": "Alerts", "bans": "Bannati" }, "wgeasy": { - "connected": "Connesso", - "enabled": "Abilitato", - "disabled": "Disabilitati", - "total": "Totale" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxato", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Telecamere", - "uptime": "Tempo di attività", - "version": "Versione" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Collegamenti", "collections": "Raccolte", - "tags": "Tag" + "tags": "Tags" }, "zabbix": { "unclassified": "Non classificato", - "information": "Informazioni", + "information": "Information", "warning": "Avviso", "average": "Media", "high": "Alto", @@ -980,22 +986,22 @@ "tasksInProgress": "Task In Corso" }, "headscale": { - "name": "Nome", - "address": "Indirizzo", - "last_seen": "Ultima visualizzazione", - "status": "Stato", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", "online": "Online", - "offline": "Non in linea" + "offline": "Offline" }, "beszel": { - "name": "Nome", + "name": "Name", "systems": "Sistemi", "up": "Up", "down": "Down", - "paused": "In Pausa", - "pending": "In attesa", - "status": "Stato", - "updated": "Aggiornato", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disco", @@ -1005,26 +1011,26 @@ "apps": "Applicazioni", "synced": "Sincronizzato", "outOfSync": "Non Sincronizzato", - "healthy": "Sano", + "healthy": "Healthy", "degraded": "Degradato", "progressing": "Progressione", - "missing": "Mancanti", + "missing": "Missing", "suspended": "Sospeso" }, "spoolman": { - "loading": "Caricamento" + "loading": "Loading" }, "gitlab": { "groups": "Gruppi", - "issues": "Problemi", + "issues": "Issues", "merges": "Richieste di merge", "projects": "Progetti" }, "apcups": { - "status": "Stato", - "load": "Carico", - "bcharge": "Carica Batteria", - "timeleft": "Tempo Rimanente" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Segnalibri", @@ -1032,27 +1038,50 @@ "archived": "Archiviato", "highlights": "Highlights", "lists": "Liste", - "tags": "Tag" + "tags": "Tags" }, "slskd": { - "slskStatus": "Rete", - "connected": "Connesso", - "disconnected": "Disconnesso", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Aggiornamento", - "update_yes": "Disponibili", - "update_no": "Aggiornato", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Download", "uploads": "Caricamenti", - "sharedFiles": "File" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Canzoni", - "movies": "Film", - "episodes": "Episodi", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Altro" }, "checkmk": { "serviceErrors": "Problemi di servizio", "hostErrors": "Problemi di host" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index d5871c63d..b2027c1cf 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -83,7 +83,7 @@ "partial": "部分的" }, "ping": { - "error": "エラー", + "error": "Error", "ping": "Ping", "down": "下へ", "up": "稼働", @@ -93,9 +93,9 @@ "http_status": "HTTP ステータス", "error": "エラー", "response": "応答", - "down": "下へ", - "up": "稼働", - "not_available": "利用できません。" + "down": "Down", + "up": "Up", + "not_available": "利用できません" }, "emby": { "playing": "再生中", @@ -108,11 +108,11 @@ "songs": "曲" }, "esphome": { - "offline": "オフライン", + "offline": "", "offline_alt": "オフライン", "online": "オンライン", - "total": "合計", - "unknown": "不明" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "発電量", @@ -133,7 +133,7 @@ "unread": "未読" }, "fritzbox": { - "connectionStatus": "状態", + "connectionStatus": "Status", "connectionStatusUnconfigured": "未設定", "connectionStatusConnecting": "接続中", "connectionStatusAuthenticating": "認証中", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "接続を切断中", "connectionStatusDisconnected": "切断されました", "connectionStatusConnected": "接続済", - "uptime": "稼働時間", + "uptime": "Uptime", "maxDown": "最大ダウン", "maxUp": "最大アップ", - "down": "下へ", - "up": "稼働", + "down": "Down", + "up": "Up", "received": "受信済み", "sent": "送信済み", "externalIPAddress": "退出ID", @@ -168,10 +168,10 @@ "passes": "パス" }, "tautulli": { - "playing": "再生中", - "transcoding": "変換中", - "bitrate": "ビットレート", - "no_active": "アクティブ・ストリーム無し", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Plex接続の確認" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "アクティブストリーム", "albums": "アルバム", - "movies": "映画", + "movies": "Movies", "tv": "テレビ番組" }, "sabnzbd": { - "rate": "速度", + "rate": "Rate", "queue": "キュー", "timeleft": "残り時間" }, "rutorrent": { "active": "アクティブ", - "upload": "アップロード", - "download": "ダウンロード" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "ダウンロード", - "upload": "アップロード", - "leech": "リーチ", - "seed": "シード" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "ダウンロード", - "upload": "アップロード", - "leech": "リーチ", - "seed": "シード" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU使用量", @@ -223,44 +223,44 @@ "invalid": "無効" }, "deluge": { - "download": "ダウンロード", - "upload": "アップロード", - "leech": "リーチ", - "seed": "シード" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "キャッシュ・ヒットバイト", "cachemissbytes": "キャッシュミスバイト" }, "downloadstation": { - "download": "ダウンロード", - "upload": "アップロード", - "leech": "リーチ", - "seed": "シード" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "募集中", "queued": "待機中", - "series": "シリーズ", - "queue": "キュー", - "unknown": "不明" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "募集中", + "wanted": "Wanted", "missing": "不明", - "queued": "待機中", - "movies": "映画", - "queue": "キュー", - "unknown": "不明" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "募集中", - "queued": "待機中", + "wanted": "Wanted", + "queued": "Queued", "artists": "アーティスト" }, "readarr": { - "wanted": "募集中", - "queued": "待機中", + "wanted": "Wanted", + "queued": "Queued", "books": "書籍" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "利用可" }, "jellyseerr": { - "pending": "保留中", - "approved": "承認済", - "available": "利用可" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "保留中", + "pending": "Pending", "processing": "処理中", - "approved": "承認済", - "available": "利用可" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "合計", - "connected": "接続済", + "total": "Total", + "connected": "Connected", "new_devices": "新規デバイス", "down_alerts": "ダウンアラート" }, @@ -296,26 +296,26 @@ "gravity": "グラビティ" }, "adguard": { - "queries": "クエリ", - "blocked": "ブロック中", + "queries": "Queries", + "blocked": "Blocked", "filtered": "フィルタ済", "latency": "遅延" }, "speedtest": { - "upload": "アップロード", - "download": "ダウンロード", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "起動中", + "running": "Running", "stopped": "停止中", - "total": "合計" + "total": "Total" }, "suwayomi": { - "download": "ダウンロード", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "既読", - "unread": "未読", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} 前" }, "technitium": { - "totalQueries": "クエリ", + "totalQueries": "Queries", "totalNoError": "成功", "totalServerFailure": "失敗", "totalNxDomain": "NXドメイン", @@ -344,12 +344,12 @@ "totalAuthoritative": "正式", "totalRecursive": "再帰的", "totalCached": "キャッシュ済み", - "totalBlocked": "ブロック中", + "totalBlocked": "Blocked", "totalDropped": "ドロップ済み", "totalClients": "クライアント" }, "tdarr": { - "queue": "キュー", + "queue": "Queue", "processed": "処理済み", "errored": "エラー", "saved": "保存" @@ -359,14 +359,20 @@ "services": "サービス", "middleware": "ミドルウェア" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "アクティブ・ストリーム無し", + "nothing_streaming": "No Active Streams", "please_wait": "お待ちください" }, "npm": { "enabled": "有効", "disabled": "無効", - "total": "合計" + "total": "Total" }, "coinmarketcap": { "configure": "1つ以上の暗号通貨を設定して追跡", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "アプリケーション", - "clients": "クライアント", + "clients": "Clients", "messages": "メッセージ" }, "prowlarr": { "enableIndexers": "インデックス", "numberOfGrabs": "Grab", - "numberOfQueries": "クエリ", + "numberOfQueries": "Queries", "numberOfFailGrabs": "失敗したグラブ", "numberOfFailQueries": "失敗クエリー" }, "jackett": { "configured": "設定済", - "errored": "エラー" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "セッション", "numConnections": "コネクション", "dataRelayed": "中継", - "transferRate": "速度" + "transferRate": "Rate" }, "mastodon": { - "user_count": "ユーザ", + "user_count": "Users", "status_count": "ポスト", "domain_count": "ドメイン" }, "medusa": { - "wanted": "募集中", - "queued": "待機中", - "series": "シリーズ" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "プレイヤー", "version": "バージョン", - "status": "状態", - "up": "オンライン", - "down": "オフライン" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "既読", - "unread": "未読" + "unread": "Unread" }, "authentik": { - "users": "ユーザ", + "users": "Users", "loginsLast24H": "ログイン (24時間)", "failedLoginsLast24H": "ログイン失敗(24時間)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "ロード", - "wait": "お待ちください", - "temp": "温度", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "温度", "warn": "警告", "uptime": "UP", - "total": "合計", - "free": "空き", - "used": "使用", - "days": "日", - "hours": "時間", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "クリティカル", - "read": "既読", + "read": "Read", "write": "書き込み", "gpu": "GPU", "mem": "メモリ", @@ -464,57 +470,57 @@ "1-day": "晴れ時々曇り", "1-night": "晴れ時々曇り", "2-day": "曇り時々晴れ", - "2-night": "曇り時々晴れ", + "2-night": "Partly Cloudy", "3-day": "曇り", - "3-night": "曇り", + "3-night": "Cloudy", "45-day": "霧", - "45-night": "霧", - "48-day": "霧", - "48-night": "霧", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "霧雨", - "51-night": "霧雨", + "51-night": "Light Drizzle", "53-day": "小雨", - "53-night": "小雨", + "53-night": "Drizzle", "55-day": "霧雨", - "55-night": "霧雨", + "55-night": "Heavy Drizzle", "56-day": "着氷性の霧雨", - "56-night": "着氷性の霧雨", + "56-night": "Light Freezing Drizzle", "57-day": "着氷性の小雨", - "57-night": "着氷性の小雨", + "57-night": "Freezing Drizzle", "61-day": "小雨", - "61-night": "小雨", + "61-night": "Light Rain", "63-day": "雨", - "63-night": "雨", + "63-night": "Rain", "65-day": "大雨", - "65-night": "大雨", + "65-night": "Heavy Rain", "66-day": "着氷性の雨", - "66-night": "着氷性の雨", - "67-day": "着氷性の雨", - "67-night": "着氷性の雨", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "小雪", - "71-night": "小雪", + "71-night": "Light Snow", "73-day": "雪", - "73-night": "雪", + "73-night": "Snow", "75-day": "大雪", - "75-night": "大雪", + "75-night": "Heavy Snow", "77-day": "霧雪", - "77-night": "霧雪", + "77-night": "Snow Grains", "80-day": "弱いにわか雨", - "80-night": "弱いにわか雨", + "80-night": "Light Showers", "81-day": "にわか雨", - "81-night": "にわか雨", + "81-night": "Showers", "82-day": "強いにわか雨", - "82-night": "強いにわか雨", + "82-night": "Heavy Showers", "85-day": "にわか雪", - "85-night": "にわか雪", - "86-day": "にわか雪", - "86-night": "にわか雪", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "雷雨", - "95-night": "雷雨", + "95-night": "Thunderstorm", "96-day": "雷雨・ひょう", - "96-night": "雷雨・ひょう", - "99-day": "雷雨・ひょう", - "99-night": "雷雨・ひょう" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "システム", @@ -523,17 +529,17 @@ "up_to_date": "最新", "child_bridges": "子ブリッジ", "child_bridges_status": "{{ok}}/{{total}}", - "up": "稼働", - "pending": "保留中", - "down": "下へ" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "新着", - "up": "稼働", + "up": "Up", "grace": "猶予期間中", - "down": "下へ", + "down": "Down", "paused": "一時停止中", - "status": "状態", + "status": "Status", "last_ping": "最後のPing", "never": "Pingしていません" }, @@ -543,27 +549,27 @@ "containers_failed": "失敗" }, "autobrr": { - "approvedPushes": "承認済", + "approvedPushes": "Approved", "rejectedPushes": "却下", "filters": "フィルター", - "indexers": "インデックス" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "キュー", + "downloads": "Queue", "videos": "ビデオ", "channels": "チャンネル", "playlists": "プレイリスト" }, "truenas": { "load": "システム負荷", - "uptime": "稼働時間", - "alerts": "アラート" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "速度", - "active": "アクティブ", - "queue": "キュー", - "total": "合計" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "パブリックIP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "チャンネル", + "channels": "Channels", "hd": "HD", "tunerCount": "チューナー", "channelNumber": "チャンネル", "channelNetwork": "ネットワーク", "signalStrength": "強さ", "signalQuality": "クオリティ", - "symbolQuality": "クオリティ", - "networkRate": "ビットレート", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "クライアント IP" }, "scrutiny": { "passed": "合格", - "failed": "失敗", - "unknown": "不明" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "受信トレイ", - "total": "合計" + "total": "Total" }, "peanut": { "battery_charge": "バッテリー充電", "ups_load": "UPS 負荷", "ups_status": "UPS 状態", - "online": "オンライン", + "online": "Online", "on_battery": "バッテリー稼働中", "low_battery": "バッテリー残量低下" }, "nextdns": { - "wait": "お待ちください", + "wait": "Please Wait", "no_devices": "デバイス データを受信していません" }, "mikrotik": { "cpuLoad": "CPU負荷", "memoryUsed": "メモリ使用量", - "uptime": "稼働時間", + "uptime": "Uptime", "numberOfLeases": "リース" }, "xteve": { "streams_all": "すべてのストリーム", - "streams_active": "アクティブストリーム", + "streams_active": "Active Streams", "streams_xepg": "XEPGチャンネル" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "リミット" }, "opnsense": { - "cpu": "CPU負荷", + "cpu": "CPU Load", "memory": "アクティブ・メモリ", "wanUpload": "WANアップロード", "wanDownload": "WANダウンロード" @@ -634,22 +640,22 @@ "layers": "レイヤー" }, "octoprint": { - "printer_state": "状態", + "printer_state": "Status", "temp_tool": "ツール温度", "temp_bed": "ベッド温度", "job_completion": "完了" }, "cloudflared": { "origin_ip": "オリジンIP", - "status": "状態" + "status": "Status" }, "pfsense": { "load": "読み込み平均", "memory": "メモリ使用量", "wanStatus": "WANステータス", - "up": "稼働", - "down": "下へ", - "temp": "温度", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "ディスク使用量", "wanIP": "WAN IP" }, @@ -660,49 +666,49 @@ "memory_usage": "メモリ" }, "immich": { - "users": "ユーザ", + "users": "Users", "photos": "写真", - "videos": "ビデオ", + "videos": "Videos", "storage": "ストレージ" }, "uptimekuma": { "up": "サイトUp", "down": "サイトDown", - "uptime": "稼働時間", + "uptime": "Uptime", "incident": "事件", - "m": "分" + "m": "m" }, "atsumeru": { - "series": "シリーズ", + "series": "Series", "archives": "アーカイブ", "chapters": "チャプター", "categories": "カテゴリー" }, "komga": { "libraries": "ライブラリ", - "series": "シリーズ", - "books": "書籍" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "日", - "uptime": "稼働時間", - "volumeAvailable": "利用可" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "シリーズ", + "series": "Series", "issues": "課題", - "wanted": "募集中" + "wanted": "Wanted" }, "photoprism": { - "albums": "アルバム", - "photos": "写真", - "videos": "ビデオ", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "人" }, "fileflows": { - "queue": "キュー", - "processing": "処理中", - "processed": "処理済み", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "時間" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "共有アイテム" }, "kopia": { - "status": "状態", + "status": "Status", "size": "サイズ", "lastrun": "前回の実行", "nextrun": "次回の実行", - "failed": "失敗" + "failed": "Failed" }, "unmanic": { "active_workers": "アクティブ・ワーカー", @@ -745,20 +751,20 @@ "targets_total": "ターゲット合計" }, "gatus": { - "up": "サイトUp", - "down": "サイトDown", - "uptime": "稼働時間" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "今日", + "gross_percent_today": "Today", "gross_percent_1y": "1年", "gross_percent_max": "全期間" }, "audiobookshelf": { "podcasts": "ポッドキャスト", - "books": "書籍", + "books": "Books", "podcastsDuration": "時間", - "booksDuration": "時間" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "ホーム人数", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "モニタリング", - "updates": "アップデート" + "updates": "Updates" }, "calibreweb": { - "books": "書籍", + "books": "Books", "authors": "著者", - "categories": "カテゴリー", - "series": "シリーズ" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "キュー", - "downloadBytesRemaining": "残り", - "downloadTotalBytes": "サイズ", - "downloadSpeed": "速度" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "シリーズ", - "totalFiles": "ファイル" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "結果", - "status": "状態", + "status": "Status", "buildId": "ビルドID", "succeeded": "成功", "notStarted": "開始していません", - "failed": "失敗", + "failed": "Failed", "canceled": "キャンセル", "inProgress": "進行中", "totalPrs": "合計PR数", "myPrs": "私のPR", - "approved": "承認済" + "approved": "Approved" }, "gamedig": { - "status": "状態", - "online": "オンライン", - "offline": "オフライン", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "名前", "map": "マップ", "currentPlayers": "現在のプレーヤー", - "players": "プレイヤー", + "players": "Players", "maxPlayers": "最大プレイヤー数", "bots": "ボット", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "レシピ", - "users": "ユーザ", - "categories": "カテゴリー", + "users": "Users", + "categories": "Categories", "tags": "タグ" }, "openmediavault": { "downloading": "ダウンロード中", - "total": "合計", - "running": "起動中", - "stopped": "停止中", - "passed": "合格", - "failed": "失敗" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "稼働時間", + "uptime": "Uptime", "cpuLoad": "CPU 平均負荷(5 分)", - "up": "稼働", - "down": "下へ", + "up": "Up", + "down": "Down", "bytesTx": "送信済み", - "bytesRx": "受信済み" + "bytesRx": "Received" }, "uptimerobot": { - "status": "状態", - "uptime": "稼働時間", + "status": "Status", + "uptime": "Uptime", "lastDown": "最後のダウンタイム", "downDuration": "ダウンタイム時間", - "sitesUp": "サイトUp", - "sitesDown": "サイトDown", - "paused": "一時停止中", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "チェックされていません", - "up": "稼働", + "up": "Up", "seemsdown": "ダウンしているようです", - "down": "下へ", - "unknown": "不明" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "映画館内", @@ -869,10 +875,10 @@ "totalfilesize": "合計サイズ" }, "mailcow": { - "domains": "ドメイン", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "ストレージ" + "storage": "Storage" }, "netdata": { "warnings": "警告", @@ -881,12 +887,12 @@ "plantit": { "events": "イベント", "plants": "植物", - "photos": "写真", + "photos": "Photos", "species": "種" }, "gitea": { "notifications": "通知", - "issues": "課題", + "issues": "Issues", "pulls": "プルリクエスト", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "ギャラリー", "performers": "出演者", "studios": "スタジオ", - "movies": "映画", - "tags": "タグ", + "movies": "Movies", + "tags": "Tags", "oCount": "O カウント" }, "tandoor": { - "users": "ユーザ", - "recipes": "レシピ", + "users": "Users", + "recipes": "Recipes", "keywords": "キーワード" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "保証付き", "locations": "場所", "labels": "ラベル", - "users": "ユーザ", + "users": "Users", "totalValue": "合計値" }, "crowdsec": { - "alerts": "アラート", + "alerts": "Alerts", "bans": "禁止" }, "wgeasy": { - "connected": "接続済", - "enabled": "有効", - "disabled": "無効", - "total": "合計" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "プロキシ済", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "ダウンロード", - "upload": "アップロード" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "在庫", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "カメラ", - "uptime": "稼働時間", - "version": "バージョン" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "リンク", "collections": "コレクション", - "tags": "タグ" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "情報", + "information": "Information", "warning": "警告", "average": "平均", "high": "高い", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "名前", - "address": "アドレス", - "last_seen": "最終日時", - "status": "状態", - "online": "オンライン", - "offline": "オフライン" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "名前", + "name": "Name", "systems": "Systems", - "up": "稼働", - "down": "下へ", - "paused": "一時停止中", - "pending": "保留中", - "status": "状態", - "updated": "更新済", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "正常", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "不明", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "読み込み中" + "loading": "Loading" }, "gitlab": { "groups": "Groups", - "issues": "課題", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { - "status": "状態", - "load": "ロード", - "bcharge": "バッテリー充電", - "timeleft": "残り時間" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "タグ" + "tags": "Tags" }, "slskd": { - "slskStatus": "ネットワーク", - "connected": "接続済", - "disconnected": "切断されました", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "利用可", - "update_no": "最新", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "ファイル" + "sharedFiles": "Files" }, "jellystat": { - "songs": "曲", - "movies": "映画", - "episodes": "エピソード", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index 9df7c31c6..613ef5354 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -61,9 +61,9 @@ "wlan_devices": "WLAN 장치", "lan_users": "LAN 사용자", "wlan_users": "WLAN 사용자", - "up": "가동", + "up": "UP", "down": "DOWN", - "wait": "잠시만 기다리세요", + "wait": "Please wait", "empty_data": "서브시스템 상태 알 수 없음" }, "docker": { @@ -83,7 +83,7 @@ "partial": "부분적" }, "ping": { - "error": "오류", + "error": "Error", "ping": "Ping", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP 상태", - "error": "오류", + "error": "Error", "response": "응답", "down": "Down", "up": "Up", - "not_available": "사용할 수 없음" + "not_available": "Not Available" }, "emby": { "playing": "재생 중", @@ -108,11 +108,11 @@ "songs": "음악" }, "esphome": { - "offline": "중지", - "offline_alt": "중지", + "offline": "Offline", + "offline_alt": "Offline", "online": "온라인", - "total": "총합", - "unknown": "알 수 없음" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Production", @@ -133,7 +133,7 @@ "unread": "미열람" }, "fritzbox": { - "connectionStatus": "상태", + "connectionStatus": "Status", "connectionStatusUnconfigured": "구성되지 않음", "connectionStatusConnecting": "연결중", "connectionStatusAuthenticating": "인증", @@ -141,7 +141,7 @@ "connectionStatusDisconnecting": "연결을 끊는 중...", "connectionStatusDisconnected": "연결 끊김", "connectionStatusConnected": "연결됨", - "uptime": "가동 시간", + "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", "down": "Down", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "재생 중", - "transcoding": "트랜스코딩", - "bitrate": "비트레이트", - "no_active": "활성 스트림 없음", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "활성 스트림", "albums": "앨범", - "movies": "영화", + "movies": "Movies", "tv": "TV 쇼" }, "sabnzbd": { - "rate": "비율", + "rate": "Rate", "queue": "대기열", "timeleft": "남은 시간" }, "rutorrent": { "active": "활성", - "upload": "업로드", - "download": "다운로드" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "다운로드", - "upload": "업로드", - "leech": "리치", - "seed": "시드" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "다운로드", - "upload": "업로드", - "leech": "리치", - "seed": "시드" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU 사용", @@ -223,44 +223,44 @@ "invalid": "잘못됨" }, "deluge": { - "download": "다운로드", - "upload": "업로드", - "leech": "리치", - "seed": "시드" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "다운로드", - "upload": "업로드", - "leech": "리치", - "seed": "시드" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "요청", "queued": "대기 중", - "series": "시리즈", - "queue": "대기열", - "unknown": "알 수 없음" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "요청", + "wanted": "Wanted", "missing": "빠짐", - "queued": "대기 중", - "movies": "영화", - "queue": "대기열", - "unknown": "알 수 없음" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "요청", - "queued": "대기 중", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artists" }, "readarr": { - "wanted": "요청", - "queued": "대기 중", + "wanted": "Wanted", + "queued": "Queued", "books": "책" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "이용 가능" }, "jellyseerr": { - "pending": "대기 중", - "approved": "승인됨", - "available": "이용 가능" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "대기 중", + "pending": "Pending", "processing": "처리 중", - "approved": "승인됨", - "available": "이용 가능" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "총합", - "connected": "연결됨", + "total": "Total", + "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "쿼리", - "blocked": "차단됨", + "queries": "Queries", + "blocked": "Blocked", "filtered": "필터링됨", "latency": "지연" }, "speedtest": { - "upload": "업로드", - "download": "다운로드", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "가동 중", + "running": "Running", "stopped": "중지", - "total": "총합" + "total": "Total" }, "suwayomi": { - "download": "다운로드됨", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "읽음", - "unread": "미열람", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} 전" }, "technitium": { - "totalQueries": "쿼리", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "차단됨", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "클라이언트" }, "tdarr": { - "queue": "대기열", + "queue": "Queue", "processed": "처리됨", "errored": "오류", "saved": "저장됨" @@ -359,14 +359,20 @@ "services": "서비스", "middleware": "미들웨어" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "활성 스트림 없음", + "nothing_streaming": "No Active Streams", "please_wait": "잠시만 기다리세요" }, "npm": { "enabled": "활성", "disabled": "비활성", - "total": "총합" + "total": "Total" }, "coinmarketcap": { "configure": "한 개 이상의 가상화폐를 설정하여 추적", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "어플리케이션", - "clients": "클라이언트", + "clients": "Clients", "messages": "메시지" }, "prowlarr": { "enableIndexers": "인덱서", "numberOfGrabs": "Grabs", - "numberOfQueries": "쿼리", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Fail Grabs", "numberOfFailQueries": "Fail Queries" }, "jackett": { "configured": "구성됨", - "errored": "오류" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessions", "numConnections": "Connections", "dataRelayed": "Relayed", - "transferRate": "비율" + "transferRate": "Rate" }, "mastodon": { - "user_count": "사용자", + "user_count": "Users", "status_count": "게시글", "domain_count": "Domains" }, "medusa": { - "wanted": "요청", - "queued": "대기 중", - "series": "시리즈" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Players", "version": "버전", - "status": "상태", - "up": "온라인", - "down": "중지" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "읽음", - "unread": "미열람" + "unread": "Unread" }, "authentik": { - "users": "사용자", + "users": "Users", "loginsLast24H": "로그인 (24h)", "failedLoginsLast24H": "실패한 로그인 (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "부하", - "wait": "잠시만 기다리세요", - "temp": "온도", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "온도", "warn": "경고", - "uptime": "가동", - "total": "총합", - "free": "남음", - "used": "사용", - "days": "일", - "hours": "시", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Crit", - "read": "읽음", + "read": "Read", "write": "쓰기", "gpu": "GPU", "mem": "Men", @@ -466,7 +472,7 @@ "2-day": "Partly Cloudy", "2-night": "Partly Cloudy", "3-day": "구름 낀", - "3-night": "구름 낀", + "3-night": "Cloudy", "45-day": "Foggy", "45-night": "Foggy", "48-day": "Foggy", @@ -492,13 +498,13 @@ "67-day": "Freezing Rain", "67-night": "Freezing Rain", "71-day": "약한 눈", - "71-night": "약한 눈", + "71-night": "Light Snow", "73-day": "Snow", "73-night": "Snow", "75-day": "폭설", - "75-night": "폭설", + "75-night": "Heavy Snow", "77-day": "싸락눈", - "77-night": "싸락눈", + "77-night": "Snow Grains", "80-day": "Light Showers", "80-night": "Light Showers", "81-day": "Showers", @@ -524,7 +530,7 @@ "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "대기 중", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "상태", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -543,27 +549,27 @@ "containers_failed": "Failed" }, "autobrr": { - "approvedPushes": "승인됨", + "approvedPushes": "Approved", "rejectedPushes": "Rejected", "filters": "Filters", - "indexers": "인덱서" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "대기열", + "downloads": "Queue", "videos": "동영상", "channels": "채널", "playlists": "재생 목록" }, "truenas": { "load": "System Load", - "uptime": "가동 시간", - "alerts": "경고" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Speed", - "active": "활성", - "queue": "대기열", - "total": "총합" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -572,7 +578,7 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "채널", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuners", "channelNumber": "채널", @@ -580,39 +586,39 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "비트레이트", + "networkRate": "Bitrate", "clientIP": "클라이언트" }, "scrutiny": { "passed": "Passed", "failed": "Failed", - "unknown": "알 수 없음" + "unknown": "Unknown" }, "paperlessngx": { "inbox": "받은메일함", - "total": "총합" + "total": "Total" }, "peanut": { "battery_charge": "배터리 충전 중", "ups_load": "UPS Load", "ups_status": "UPS Status", - "online": "온라인", + "online": "Online", "on_battery": "배터리 사용", "low_battery": "배터리 부족" }, "nextdns": { - "wait": "잠시만 기다리세요", + "wait": "Please Wait", "no_devices": "No Device Data Received" }, "mikrotik": { "cpuLoad": "CPU Load", "memoryUsed": "메모리 사용량", - "uptime": "가동 시간", + "uptime": "Uptime", "numberOfLeases": "Leases" }, "xteve": { "streams_all": "모든 스트림", - "streams_active": "활성 스트림", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "상태", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "상태" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -649,7 +655,7 @@ "wanStatus": "WAN Status", "up": "Up", "down": "Down", - "temp": "온도", + "temp": "Temp", "disk": "Disk Usage", "wanIP": "WAN IP" }, @@ -660,49 +666,49 @@ "memory_usage": "Memory" }, "immich": { - "users": "사용자", + "users": "Users", "photos": "사진", - "videos": "동영상", + "videos": "Videos", "storage": "저장됨" }, "uptimekuma": { "up": "Sites Up", "down": "Sites Down", - "uptime": "가동 시간", + "uptime": "Uptime", "incident": "Incident", - "m": "분" + "m": "m" }, "atsumeru": { - "series": "시리즈", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "분류" }, "komga": { "libraries": "서재", - "series": "시리즈", - "books": "책" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "일", - "uptime": "가동 시간", - "volumeAvailable": "이용 가능" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "시리즈", + "series": "Series", "issues": "Issues", - "wanted": "요청" + "wanted": "Wanted" }, "photoprism": { - "albums": "앨범", - "photos": "사진", - "videos": "동영상", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "People" }, "fileflows": { - "queue": "대기열", - "processing": "처리 중", - "processed": "처리됨", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Time" }, "firefly": { @@ -724,7 +730,7 @@ "numshares": "공유된 항목" }, "kopia": { - "status": "상태", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -747,18 +753,18 @@ "gatus": { "up": "Sites Up", "down": "Sites Down", - "uptime": "가동 시간" + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "오늘", + "gross_percent_today": "Today", "gross_percent_1y": "One year", "gross_percent_max": "All time" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "책", + "books": "Books", "podcastsDuration": "지속시간", - "booksDuration": "지속시간" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "People Home", @@ -767,27 +773,27 @@ }, "whatsupdocker": { "monitoring": "Monitoring", - "updates": "업데이트" + "updates": "Updates" }, "calibreweb": { - "books": "책", + "books": "Books", "authors": "저자", - "categories": "분류", - "series": "시리즈" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "대기열", - "downloadBytesRemaining": "남음", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "시리즈", - "totalFiles": "파일" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Result", - "status": "상태", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -796,12 +802,12 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "승인됨" + "approved": "Approved" }, "gamedig": { - "status": "상태", - "online": "온라인", - "offline": "중지", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "이름", "map": "지도", "currentPlayers": "Current players", @@ -818,29 +824,29 @@ }, "mealie": { "recipes": "레시피", - "users": "사용자", - "categories": "분류", + "users": "Users", + "categories": "Categories", "tags": "태그" }, "openmediavault": { "downloading": "다운로드 중", - "total": "총합", - "running": "가동 중", - "stopped": "중지", + "total": "Total", + "running": "Running", + "stopped": "Stopped", "passed": "Passed", "failed": "Failed" }, "openwrt": { - "uptime": "가동 시간", + "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", "up": "Up", "down": "Down", "bytesTx": "Transmitted", - "bytesRx": "수신됨" + "bytesRx": "Received" }, "uptimerobot": { - "status": "상태", - "uptime": "가동 시간", + "status": "Status", + "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", "sitesUp": "Sites Up", @@ -850,7 +856,7 @@ "up": "Up", "seemsdown": "Seems Down", "down": "Down", - "unknown": "알 수 없음" + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -872,7 +878,7 @@ "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "저장됨" + "storage": "Storage" }, "netdata": { "warnings": "Warnings", @@ -881,7 +887,7 @@ "plantit": { "events": "Events", "plants": "Plants", - "photos": "사진", + "photos": "Photos", "species": "Species" }, "gitea": { @@ -902,13 +908,13 @@ "galleries": "Galleries", "performers": "Performers", "studios": "스튜디오", - "movies": "영화", - "tags": "태그", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "사용자", - "recipes": "레시피", + "users": "Users", + "recipes": "Recipes", "keywords": "키워드" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "사용자", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "경고", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "연결됨", - "enabled": "활성", - "disabled": "비활성", - "total": "총합" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "다운로드", - "upload": "업로드" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "카메라", - "uptime": "가동 시간", - "version": "버전" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "태그" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "정보", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,21 +986,21 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "이름", - "address": "주소", - "last_seen": "마지막 접속", - "status": "상태", - "online": "온라인", - "offline": "중지" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "이름", + "name": "Name", "systems": "Systems", "up": "Up", "down": "Down", "paused": "Paused", - "pending": "대기 중", - "status": "상태", + "pending": "Pending", + "status": "Status", "updated": "Updated", "cpu": "CPU", "memory": "MEM", @@ -1005,14 +1011,14 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "좋음", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "빠짐", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "로드 중" + "loading": "Loading" }, "gitlab": { "groups": "Groups", @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "상태", - "load": "부하", - "bcharge": "배터리 충전 중", - "timeleft": "남은 시간" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "태그" + "tags": "Tags" }, "slskd": { - "slskStatus": "네트워크", - "connected": "연결됨", - "disconnected": "연결 끊김", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "이용 가능", - "update_no": "최신 상태", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "파일" + "sharedFiles": "Files" }, "jellystat": { - "songs": "음악", - "movies": "영화", - "episodes": "에피소드", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index e51fd3069..98bcaba5d 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN lietotāji", "up": "UP", "down": "NEDARBOJAS", - "wait": "Lūdzu, uzgaidiet", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Partial" }, "ping": { - "error": "Kļūda", + "error": "Error", "ping": "Ping", "down": "Down", "up": "Up", @@ -91,7 +91,7 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "Kļūda", + "error": "Error", "response": "Response", "down": "Down", "up": "Up", @@ -108,11 +108,11 @@ "songs": "Songs" }, "esphome": { - "offline": "Bezsaistē", - "offline_alt": "Bezsaistē", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "Kopā", - "unknown": "Nezināms" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Production", @@ -133,7 +133,7 @@ "unread": "Unread" }, "fritzbox": { - "connectionStatus": "Statuss", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Unconfigured", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "Atskaņo", - "transcoding": "Pārkodē", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Nav aktīvu straumju", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -199,20 +199,20 @@ }, "rutorrent": { "active": "Aktīvs", - "upload": "Augšupielāde", - "download": "Lejupielāde" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Lejupielāde", - "upload": "Augšupielāde", - "leech": "Ņēmēji", - "seed": "Devēji" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Lejupielāde", - "upload": "Augšupielāde", - "leech": "Ņēmēji", - "seed": "Devēji" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU Usage", @@ -223,35 +223,35 @@ "invalid": "Invalid" }, "deluge": { - "download": "Lejupielāde", - "upload": "Augšupielāde", - "leech": "Ņēmēji", - "seed": "Devēji" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Lejupielāde", - "upload": "Augšupielāde", - "leech": "Ņēmēji", - "seed": "Devēji" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Wanted", "queued": "Queued", "series": "Series", - "queue": "Rindā", - "unknown": "Nezināms" + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { "wanted": "Wanted", "missing": "Missing", "queued": "Queued", "movies": "Movies", - "queue": "Rindā", - "unknown": "Nezināms" + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { "wanted": "Wanted", @@ -284,7 +284,7 @@ "available": "Available" }, "netalertx": { - "total": "Kopā", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -302,17 +302,17 @@ "latency": "Latency" }, "speedtest": { - "upload": "Augšupielāde", - "download": "Lejupielāde", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { "running": "Running", "stopped": "Stopped", - "total": "Kopā" + "total": "Total" }, "suwayomi": { - "download": "Lejupielādēts", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", "unread": "Unread", @@ -349,7 +349,7 @@ "totalClients": "Clients" }, "tdarr": { - "queue": "Rindā", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Saved" @@ -359,14 +359,20 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Nav aktīvu straumju", + "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" }, "npm": { "enabled": "Enabled", "disabled": "Disabled", - "total": "Kopā" + "total": "Total" }, "coinmarketcap": { "configure": "Configure one or more crypto currencies to track", @@ -398,7 +404,7 @@ "transferRate": "Rate" }, "mastodon": { - "user_count": "Lietotāji", + "user_count": "Users", "status_count": "Posts", "domain_count": "Domains" }, @@ -410,16 +416,16 @@ "minecraft": { "players": "Players", "version": "Version", - "status": "Statuss", + "status": "Status", "up": "Online", - "down": "Bezsaistē" + "down": "Offline" }, "miniflux": { "read": "Read", "unread": "Unread" }, "authentik": { - "users": "Lietotāji", + "users": "Users", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, @@ -431,15 +437,15 @@ }, "glances": { "cpu": "CPU", - "load": "Ielādē", - "wait": "Lūdzu, uzgaidiet", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "Kopā", - "free": "Brīvs", - "used": "Izmantojas", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -464,37 +470,37 @@ "1-day": "Galvenokārt saulains", "1-night": "Galvenokārt skaidrs", "2-day": "Daļēji apmācies", - "2-night": "Daļēji apmācies", + "2-night": "Partly Cloudy", "3-day": "Apmācies", - "3-night": "Apmācies", + "3-night": "Cloudy", "45-day": "Miglains", - "45-night": "Miglains", - "48-day": "Miglains", - "48-night": "Miglains", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Neliels lietus", - "51-night": "Neliels lietus", + "51-night": "Light Drizzle", "53-day": "Lietus", - "53-night": "Lietus", + "53-night": "Drizzle", "55-day": "Spēcīgs lietus", - "55-night": "Spēcīgs lietus", + "55-night": "Heavy Drizzle", "56-day": "Neliels stindzinošs lietus", - "56-night": "Neliels stindzinošs lietus", + "56-night": "Light Freezing Drizzle", "57-day": "Sasalstošs lietus", - "57-night": "Sasalstošs lietus", + "57-night": "Freezing Drizzle", "61-day": "Viegls lietus", - "61-night": "Viegls lietus", + "61-night": "Light Rain", "63-day": "Lietus", - "63-night": "Lietus", + "63-night": "Rain", "65-day": "Spēcīgs lietus", - "65-night": "Spēcīgs lietus", + "65-night": "Heavy Rain", "66-day": "Ledains lietus", - "66-night": "Ledains lietus", - "67-day": "Ledains lietus", - "67-night": "Ledains lietus", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Neliels sniegs", - "71-night": "Neliels sniegs", + "71-night": "Light Snow", "73-day": "Sniegs", - "73-night": "Sniegs", + "73-night": "Snow", "75-day": "Heavy Snow", "75-night": "Heavy Snow", "77-day": "Snow Grains", @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "Statuss", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -549,7 +555,7 @@ "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Rindā", + "downloads": "Queue", "videos": "Videos", "channels": "Channels", "playlists": "Playlists" @@ -557,13 +563,13 @@ "truenas": { "load": "System Load", "uptime": "Uptime", - "alerts": "Paziņojumi" + "alerts": "Alerts" }, "pyload": { "speed": "Speed", - "active": "Aktīvs", - "queue": "Rindā", - "total": "Kopā" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -586,11 +592,11 @@ "scrutiny": { "passed": "Passed", "failed": "Failed", - "unknown": "Nezināms" + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", - "total": "Kopā" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "All Streams", - "streams_active": "Aktīvās straumes", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "Statuss", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Statuss" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -660,7 +666,7 @@ "memory_usage": "Memory" }, "immich": { - "users": "Lietotāji", + "users": "Users", "photos": "Photos", "videos": "Videos", "storage": "Storage" @@ -681,10 +687,10 @@ "komga": { "libraries": "Libraries", "series": "Series", - "books": "Grāmatas" + "books": "Books" }, "diskstation": { - "days": "Dienas", + "days": "Days", "uptime": "Uptime", "volumeAvailable": "Available" }, @@ -700,7 +706,7 @@ "people": "People" }, "fileflows": { - "queue": "Rindā", + "queue": "Queue", "processing": "Processing", "processed": "Processed", "time": "Time" @@ -724,7 +730,7 @@ "numshares": "Shared Items" }, "kopia": { - "status": "Statuss", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Grāmatas", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -770,14 +776,14 @@ "updates": "Updates" }, "calibreweb": { - "books": "Grāmatas", + "books": "Books", "authors": "Authors", "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "Rindā", - "downloadBytesRemaining": "Palika", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" }, @@ -787,7 +793,7 @@ }, "azuredevops": { "result": "Result", - "status": "Statuss", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -799,9 +805,9 @@ "approved": "Approved" }, "gamedig": { - "status": "Statuss", + "status": "Status", "online": "Online", - "offline": "Bezsaistē", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", @@ -818,13 +824,13 @@ }, "mealie": { "recipes": "Recipes", - "users": "Lietotāji", + "users": "Users", "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloading", - "total": "Kopā", + "total": "Total", "running": "Running", "stopped": "Stopped", "passed": "Passed", @@ -839,7 +845,7 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "Statuss", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", @@ -850,7 +856,7 @@ "up": "Up", "seemsdown": "Seems Down", "down": "Down", - "unknown": "Nezināms" + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -907,7 +913,7 @@ "oCount": "O Count" }, "tandoor": { - "users": "Lietotāji", + "users": "Users", "recipes": "Recipes", "keywords": "Keywords" }, @@ -916,18 +922,18 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "Lietotāji", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "Paziņojumi", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { "connected": "Connected", "enabled": "Enabled", "disabled": "Disabled", - "total": "Kopā" + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Lejupielāde", - "upload": "Augšupielāde" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -959,7 +965,7 @@ }, "zabbix": { "unclassified": "Not classified", - "information": "Informācija", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -983,9 +989,9 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "Statuss", + "status": "Status", "online": "Online", - "offline": "Bezsaistē" + "offline": "Offline" }, "beszel": { "name": "Name", @@ -994,7 +1000,7 @@ "down": "Down", "paused": "Paused", "pending": "Pending", - "status": "Statuss", + "status": "Status", "updated": "Updated", "cpu": "CPU", "memory": "MEM", @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "Statuss", - "load": "Ielādē", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", - "timeleft": "Atlikušais laiks" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index 99c49284e..a0085eac2 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -61,9 +61,9 @@ "wlan_devices": "Peranti WLAN", "lan_users": "Pengguna LAN", "wlan_users": "Pengguna WLAN", - "up": "HIDUP", + "up": "UP", "down": "MATI", - "wait": "Sila tunggu", + "wait": "Please wait", "empty_data": "Status subsistem tak diketahui" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Sebahagian" }, "ping": { - "error": "Ralat", + "error": "Error", "ping": "Ping", "down": "Mati", "up": "Hidup", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Status HTTP", - "error": "Ralat", + "error": "Error", "response": "Tindak balas", - "down": "Mati", - "up": "Hidup", - "not_available": "Tidak dijumpai" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Sedang dimainkan", @@ -108,11 +108,11 @@ "songs": "Lagu" }, "esphome": { - "offline": "Luar talian", - "offline_alt": "Luar talian", + "offline": "Offline", + "offline_alt": "Offline", "online": "Dalam Talian", - "total": "Jumlah", - "unknown": "Tidak Diketahui" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produksi", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Putuskan", "connectionStatusDisconnected": "Sambungan Terputus", "connectionStatusConnected": "Connected", - "uptime": "Masa Hidup", + "uptime": "Uptime", "maxDown": "Mati Maksima", "maxUp": "Hidup Maksima", - "down": "Mati", - "up": "Hidup", + "down": "Down", + "up": "Up", "received": "Diterima", "sent": "Telah dihantar", "externalIPAddress": "IP Luaran", @@ -168,10 +168,10 @@ "passes": "Lulus" }, "tautulli": { - "playing": "Sedang dimainkan", - "transcoding": "Transkoding", - "bitrate": "Kadar bit", - "no_active": "Tiada Strim Aktif", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -189,28 +189,28 @@ "plex": { "streams": "Strim Aktif", "albums": "Album", - "movies": "Filem", + "movies": "Movies", "tv": "Rancangan TV" }, "sabnzbd": { - "rate": "Kadar", + "rate": "Rate", "queue": "Barisan", "timeleft": "Masa Tinggal" }, "rutorrent": { "active": "Aktif", - "upload": "Muat naik", - "download": "Muat turun" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Muat turun", - "upload": "Muat naik", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Muat turun", - "upload": "Muat naik", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Invalid" }, "deluge": { - "download": "Muat turun", - "upload": "Muat naik", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Muat turun", - "upload": "Muat naik", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Mahu", "queued": "Dibaris Gilir", - "series": "Siri", - "queue": "Barisan", - "unknown": "Tidak Diketahui" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Mahu", + "wanted": "Wanted", "missing": "Hilang", - "queued": "Dibaris Gilir", - "movies": "Filem", - "queue": "Barisan", - "unknown": "Tidak Diketahui" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Mahu", - "queued": "Dibaris Gilir", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artis" }, "readarr": { - "wanted": "Mahu", - "queued": "Dibaris Gilir", + "wanted": "Wanted", + "queued": "Queued", "books": "Buku" }, "bazarr": { @@ -273,18 +273,18 @@ "available": "Sudah Ada" }, "jellyseerr": { - "pending": "Tertunda", - "approved": "Lulus", - "available": "Sudah Ada" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Tertunda", + "pending": "Pending", "processing": "Processing", - "approved": "Lulus", - "available": "Sudah Ada" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Jumlah", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Permintaan", - "blocked": "Disekat", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Ditapis", "latency": "Kependaman" }, "speedtest": { - "upload": "Muat naik", - "download": "Muat turun", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Sedang jalan", + "running": "Running", "stopped": "Terhenti", - "total": "Jumlah" + "total": "Total" }, "suwayomi": { - "download": "Telah Muat Turun", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Baca", - "unread": "Belum dibaca", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Lepas" }, "technitium": { - "totalQueries": "Permintaan", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Disekat", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klien" }, "tdarr": { - "queue": "Barisan", + "queue": "Queue", "processed": "Sudah diprosess", "errored": "Ralat", "saved": "Simpan" @@ -359,14 +359,20 @@ "services": "Servis", "middleware": "Perisian Tengah" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Tiada Strim Aktif", + "nothing_streaming": "No Active Streams", "please_wait": "Sila tunggu" }, "npm": { "enabled": "Didayakan", "disabled": "Dinyahdayakan", - "total": "Jumlah" + "total": "Total" }, "coinmarketcap": { "configure": "Konfigurasikan satu atau lebih matawang crypto untuk dipantau", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Aplikasi", - "clients": "Klien", + "clients": "Clients", "messages": "Mesej" }, "prowlarr": { "enableIndexers": "Pengindeks", "numberOfGrabs": "Capai", - "numberOfQueries": "Permintaan", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Capai Yang Ggagal", "numberOfFailQueries": "Permintaan Yang Gagal" }, "jackett": { "configured": "Telah Dikonfigurasi", - "errored": "Ralat" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesi", "numConnections": "Penyambungan", "dataRelayed": "Disalurkan", - "transferRate": "Kadar" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Pengguna", + "user_count": "Users", "status_count": "Pos", "domain_count": "Domain" }, "medusa": { - "wanted": "Mahu", - "queued": "Dibaris Gilir", - "series": "Siri" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Senarai pemain", "version": "Versi", "status": "Status", - "up": "Dalam Talian", - "down": "Luar talian" + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Baca", - "unread": "Belum dibaca" + "unread": "Unread" }, "authentik": { - "users": "Pengguna", + "users": "Users", "loginsLast24H": "Logmasuk (24j)", "failedLoginsLast24H": "Logmasuk Gagal (24j)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Beban", - "wait": "Sila tunggu", - "temp": "SUHU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Suhu", "warn": "Amaran", - "uptime": "HIDUP", - "total": "Jumlah", - "free": "Bebas", - "used": "Telah diguna", - "days": "h", - "hours": "j", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Krit", - "read": "Baca", + "read": "Read", "write": "Tulis", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "Sebahagian Besar Terik", "1-night": "Sebahagian Besar Cerah", "2-day": "Sebahagian Mendung", - "2-night": "Sebahagian Mendung", + "2-night": "Partly Cloudy", "3-day": "Mendung", - "3-night": "Mendung", + "3-night": "Cloudy", "45-day": "Berkabus", - "45-night": "Berkabus", - "48-day": "Berkabus", - "48-night": "Berkabus", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Gerimis", - "51-night": "Gerimis", + "51-night": "Light Drizzle", "53-day": "Renyai", - "53-night": "Renyai", + "53-night": "Drizzle", "55-day": "Renyai Kuat", - "55-night": "Renyai Kuat", + "55-night": "Heavy Drizzle", "56-day": "Gerimis Sejuk Ringan", - "56-night": "Gerimis Sejuk Ringan", + "56-night": "Light Freezing Drizzle", "57-day": "Gerimis Sejuk", - "57-night": "Gerimis Sejuk", + "57-night": "Freezing Drizzle", "61-day": "Hujan Renyai", - "61-night": "Hujan Renyai", + "61-night": "Light Rain", "63-day": "Hujan", - "63-night": "Hujan", + "63-night": "Rain", "65-day": "Hujan Lebat", - "65-night": "Hujan Lebat", + "65-night": "Heavy Rain", "66-day": "Hujan Sejuk", - "66-night": "Hujan Sejuk", - "67-day": "Hujan Sejuk", - "67-night": "Hujan Sejuk", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Salji Ringan", - "71-night": "Salji Ringan", + "71-night": "Light Snow", "73-day": "Salji", - "73-night": "Salji", + "73-night": "Snow", "75-day": "Salji Lebat", - "75-night": "Salji Lebat", + "75-night": "Heavy Snow", "77-day": "Butiran Salji", - "77-night": "Butiran Salji", + "77-night": "Snow Grains", "80-day": "Rintik Ringan", - "80-night": "Rintik Ringan", + "80-night": "Light Showers", "81-day": "Rintik", - "81-night": "Rintik", + "81-night": "Showers", "82-day": "Rintik Lebat", - "82-night": "Rintik Lebat", + "82-night": "Heavy Showers", "85-day": "Rintik Salji", - "85-night": "Rintik Salji", - "86-day": "Rintik Salji", - "86-night": "Rintik Salji", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Ribut", - "95-night": "Ribut", + "95-night": "Thunderstorm", "96-day": "Ribut Hujan Batu", - "96-night": "Ribut Hujan Batu", - "99-day": "Ribut Hujan Batu", - "99-night": "Ribut Hujan Batu" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistem", @@ -523,15 +529,15 @@ "up_to_date": "Terkemaskini", "child_bridges": "Jambatan Anak", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Hidup", - "pending": "Tertunda", - "down": "Mati" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Baharu", - "up": "Hidup", + "up": "Up", "grace": "Tempoh Aman", - "down": "Mati", + "down": "Down", "paused": "Tangguh", "status": "Status", "last_ping": "Ping terakhir", @@ -543,27 +549,27 @@ "containers_failed": "Gagal" }, "autobrr": { - "approvedPushes": "Lulus", + "approvedPushes": "Approved", "rejectedPushes": "Ditolak", "filters": "Tapisan", - "indexers": "Pengindeks" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Barisan", + "downloads": "Queue", "videos": "Video", "channels": "Saluran", "playlists": "Senarai Siar" }, "truenas": { "load": "Beban Sistem", - "uptime": "Masa Hidup", - "alerts": "Perhatian" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Kelajuan", - "active": "Aktif", - "queue": "Barisan", - "total": "Jumlah" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "IP Awam", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Saluran", + "channels": "Channels", "hd": "HD", "tunerCount": "Penala", "channelNumber": "Saluran", "channelNetwork": "Rangkaian", "signalStrength": "Kekuatan", "signalQuality": "Kualiti", - "symbolQuality": "Kualiti", - "networkRate": "Kadar bit", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Klien" }, "scrutiny": { "passed": "Lulus", - "failed": "Gagal", - "unknown": "Tidak Diketahui" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Peti Masuk", - "total": "Jumlah" + "total": "Total" }, "peanut": { "battery_charge": "Bateri dicas", "ups_load": "Beban UPS", "ups_status": "Status UPS", - "online": "Dalam Talian", + "online": "Online", "on_battery": "Guna bateri", "low_battery": "Bateri lemah" }, "nextdns": { - "wait": "Sila tunggu", + "wait": "Please Wait", "no_devices": "Tiada Data Diterima Peranti" }, "mikrotik": { "cpuLoad": "Beban CPU", "memoryUsed": "Penggunaan memori", - "uptime": "Masa Hidup", + "uptime": "Uptime", "numberOfLeases": "Sewaan" }, "xteve": { "streams_all": "Semua Strim", - "streams_active": "Strim Aktif", + "streams_active": "Active Streams", "streams_xepg": "Saluran XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Had/Batas" }, "opnsense": { - "cpu": "Beban CPU", + "cpu": "CPU Load", "memory": "Active Memory", "wanUpload": "WAN Upload", "wanDownload": "WAN Download" @@ -647,9 +653,9 @@ "load": "Load Avg", "memory": "Mem Usage", "wanStatus": "WAN Status", - "up": "Hidup", - "down": "Mati", - "temp": "Suhu", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Disk Usage", "wanIP": "WAN IP" }, @@ -660,49 +666,49 @@ "memory_usage": "Memory" }, "immich": { - "users": "Pengguna", + "users": "Users", "photos": "Gambar", - "videos": "Video", + "videos": "Videos", "storage": "Storage" }, "uptimekuma": { "up": "Sites Up", "down": "Sites Down", - "uptime": "Masa Hidup", + "uptime": "Uptime", "incident": "Incident", "m": "m" }, "atsumeru": { - "series": "Siri", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Memori" }, "komga": { "libraries": "Libraries", - "series": "Siri", - "books": "Buku" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Hari", - "uptime": "Masa Hidup", - "volumeAvailable": "Sudah Ada" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Siri", + "series": "Series", "issues": "Issues", - "wanted": "Mahu" + "wanted": "Wanted" }, "photoprism": { - "albums": "Album", - "photos": "Gambar", - "videos": "Video", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "People" }, "fileflows": { - "queue": "Barisan", + "queue": "Queue", "processing": "Processing", - "processed": "Sudah diprosess", + "processed": "Processed", "time": "Time" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", - "failed": "Gagal" + "failed": "Failed" }, "unmanic": { "active_workers": "Active Workers", @@ -747,18 +753,18 @@ "gatus": { "up": "Sites Up", "down": "Sites Down", - "uptime": "Masa Hidup" + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Hari ini", + "gross_percent_today": "Today", "gross_percent_1y": "Satu tahun", "gross_percent_max": "Sepanjang masa" }, "audiobookshelf": { "podcasts": "Podkas", - "books": "Buku", + "books": "Books", "podcastsDuration": "Tempoh", - "booksDuration": "Tempoh" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Orang Dirumah", @@ -767,22 +773,22 @@ }, "whatsupdocker": { "monitoring": "Pemantauan", - "updates": "Kemaskini" + "updates": "Updates" }, "calibreweb": { - "books": "Buku", + "books": "Books", "authors": "Pengarang/Penulis", - "categories": "Memori", - "series": "Siri" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Barisan", - "downloadBytesRemaining": "Baki", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", - "downloadSpeed": "Kelajuan" + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Siri", + "seriesCount": "Series", "totalFiles": "Files" }, "azuredevops": { @@ -791,21 +797,21 @@ "buildId": "ID Binaan", "succeeded": "Berjaya", "notStarted": "Belum Bermula", - "failed": "Gagal", + "failed": "Failed", "canceled": "Dibatalkan", "inProgress": "Sedang Diproses", "totalPrs": "Jumlah PR", "myPrs": "PR Sendiri", - "approved": "Lulus" + "approved": "Approved" }, "gamedig": { "status": "Status", - "online": "Dalam Talian", - "offline": "Luar talian", + "online": "Online", + "offline": "Offline", "name": "Nama", "map": "Peta", "currentPlayers": "Pemain Semasa", - "players": "Senarai pemain", + "players": "Players", "maxPlayers": "Bilangan peserta maksimum", "bots": "Bot", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Resipi", - "users": "Pengguna", - "categories": "Memori", + "users": "Users", + "categories": "Categories", "tags": "Tanda nama" }, "openmediavault": { "downloading": "Sedang muat turun", - "total": "Jumlah", - "running": "Sedang jalan", - "stopped": "Terhenti", - "passed": "Lulus", - "failed": "Gagal" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Masa Hidup", + "uptime": "Uptime", "cpuLoad": "Purata Beban CPU (5m)", - "up": "Hidup", - "down": "Mati", + "up": "Up", + "down": "Down", "bytesTx": "Terpancar", - "bytesRx": "Diterima" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Masa Hidup", + "uptime": "Uptime", "lastDown": "Masa Mati Terakhir", "downDuration": "Jangkamasa Kematian", "sitesUp": "Sites Up", "sitesDown": "Sites Down", - "paused": "Tangguh", + "paused": "Paused", "notyetchecked": "Belum Disemak", - "up": "Hidup", + "up": "Up", "seemsdown": "Seperti Mati", - "down": "Mati", - "unknown": "Tidak Diketahui" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "Di pawagam", @@ -869,7 +875,7 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Domain", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", "storage": "Storage" @@ -881,7 +887,7 @@ "plantit": { "events": "Events", "plants": "Plants", - "photos": "Gambar", + "photos": "Photos", "species": "Species" }, "gitea": { @@ -902,13 +908,13 @@ "galleries": "Galleries", "performers": "Performers", "studios": "Studios", - "movies": "Filem", - "tags": "Tanda nama", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Pengguna", - "recipes": "Resipi", + "users": "Users", + "recipes": "Recipes", "keywords": "Keywords" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "With Warranty", "locations": "Lokasi", "labels": "Labels", - "users": "Pengguna", + "users": "Users", "totalValue": "Jumlah nilai" }, "crowdsec": { - "alerts": "Perhatian", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { "connected": "Connected", - "enabled": "Didayakan", - "disabled": "Dinyahdayakan", - "total": "Jumlah" + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Muat turun", - "upload": "Muat naik" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Masa Hidup", - "version": "Versi" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Tanda nama" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informasi", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Nama", + "name": "Name", "address": "Address", "last_seen": "Last Seen", "status": "Status", - "online": "Dalam Talian", - "offline": "Luar talian" + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Nama", + "name": "Name", "systems": "Systems", - "up": "Hidup", - "down": "Mati", - "paused": "Tangguh", - "pending": "Tertunda", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", "status": "Status", - "updated": "Dikemaskini", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,10 +1011,10 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Sihat", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Hilang", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1022,9 +1028,9 @@ }, "apcups": { "status": "Status", - "load": "Beban", - "bcharge": "Bateri dicas", - "timeleft": "Masa Tinggal" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Tanda nama" + "tags": "Tags" }, "slskd": { - "slskStatus": "Rangkaian", + "slskStatus": "Network", "connected": "Connected", - "disconnected": "Sambungan Terputus", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Sudah Ada", - "update_no": "Terkemaskini", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", "sharedFiles": "Files" }, "jellystat": { - "songs": "Lagu", - "movies": "Filem", - "episodes": "Episod", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 61e6f6c19..e564a3f80 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -63,13 +63,13 @@ "wlan_users": "WLAN Gebruikers", "up": "UP", "down": "OFFLINE", - "wait": "Even geduld", + "wait": "Please wait", "empty_data": "Subsysteem status onbekend" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "GEH", + "mem": "MEM", "cpu": "CPU", "running": "Actief", "offline": "Offline", @@ -83,7 +83,7 @@ "partial": "Gedeeltelijk" }, "ping": { - "error": "Fout", + "error": "Error", "ping": "Ping", "down": "Offline", "up": "Online", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "Fout", + "error": "Error", "response": "Reactie", - "down": "Offline", - "up": "Online", - "not_available": "Niet Beschikbaar" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Afspelen", @@ -111,8 +111,8 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Bereikbaar", - "total": "Totaal", - "unknown": "Onbekend" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Productie", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Verbinding verbreken", "connectionStatusDisconnected": "Verbinding verbroken", "connectionStatusConnected": "Verbonden", - "uptime": "Online", + "uptime": "Uptime", "maxDown": "Max. Download", "maxUp": "Max. Upload", - "down": "Offline", - "up": "Online", + "down": "Down", + "up": "Up", "received": "Ontvangen", "sent": "Verzonden", "externalIPAddress": "Ext. IP", @@ -168,10 +168,10 @@ "passes": "Gepasseerd" }, "tautulli": { - "playing": "Afspelen", - "transcoding": "Transcodering", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Geen Actieve Streams", + "no_active": "No Active Streams", "plex_connection_error": "Controleer Plex Connectie" }, "omada": { @@ -189,7 +189,7 @@ "plex": { "streams": "Actieve Streams", "albums": "Albums", - "movies": "Films", + "movies": "Movies", "tv": "TV Series" }, "sabnzbd": { @@ -206,13 +206,13 @@ "download": "Download", "upload": "Upload", "leech": "Leech", - "seed": "Delen" + "seed": "Seed" }, "qbittorrent": { "download": "Download", "upload": "Upload", "leech": "Leech", - "seed": "Delen" + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU Verbruik", @@ -226,7 +226,7 @@ "download": "Download", "upload": "Upload", "leech": "Leech", - "seed": "Delen" + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", @@ -236,31 +236,31 @@ "download": "Download", "upload": "Upload", "leech": "Leech", - "seed": "Delen" + "seed": "Seed" }, "sonarr": { "wanted": "Gezocht", "queued": "Wachtrij", "series": "Series", - "queue": "Wachtrij", - "unknown": "Onbekend" + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Gezocht", + "wanted": "Wanted", "missing": "Ontbreekt", - "queued": "Wachtrij", - "movies": "Films", - "queue": "Wachtrij", - "unknown": "Onbekend" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Gezocht", - "queued": "Wachtrij", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artiesten" }, "readarr": { - "wanted": "Gezocht", - "queued": "Wachtrij", + "wanted": "Wanted", + "queued": "Queued", "books": "Boeken" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Beschikbaar" }, "jellyseerr": { - "pending": "In afwachting", - "approved": "Goedgekeurd", - "available": "Beschikbaar" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "In afwachting", + "pending": "Pending", "processing": "Verwerken", - "approved": "Goedgekeurd", - "available": "Beschikbaar" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Totaal", - "connected": "Verbonden", + "total": "Total", + "connected": "Connected", "new_devices": "Nieuwe Apparaten", "down_alerts": "Geen verbinding" }, @@ -296,8 +296,8 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Verzoeken", - "blocked": "Geblokkeerd", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Gefilterd", "latency": "Latentie" }, @@ -307,15 +307,15 @@ "ping": "Ping" }, "portainer": { - "running": "Actief", + "running": "Running", "stopped": "Gestopt", - "total": "Totaal" + "total": "Total" }, "suwayomi": { - "download": "Gedownload", + "download": "Downloaded", "nondownload": "Niet gedownload", - "read": "Gelezen", - "unread": "Ongelezen", + "read": "Read", + "unread": "Unread", "downloadedread": "Gedownload & gelezen", "downloadedunread": "Gedownload & ongelezen", "nondownloadedread": "Niet-gedownload & gelezen", @@ -336,7 +336,7 @@ "ago": "{{value}} Geleden" }, "technitium": { - "totalQueries": "Verzoeken", + "totalQueries": "Queries", "totalNoError": "Geslaagd", "totalServerFailure": "Gefaald", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Gecached", - "totalBlocked": "Geblokkeerd", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Cliënten" }, "tdarr": { - "queue": "Wachtrij", + "queue": "Queue", "processed": "Verwerkt", "errored": "Fout", "saved": "Opgeslagen" @@ -359,14 +359,20 @@ "services": "Diensten", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Geen Actieve Streams", + "nothing_streaming": "No Active Streams", "please_wait": "Even geduld aub" }, "npm": { "enabled": "Ingeschakeld", "disabled": "Uitgeschakeld", - "total": "Totaal" + "total": "Total" }, "coinmarketcap": { "configure": "Configureer een of meer crypto eenheden om bij te houden", @@ -377,19 +383,19 @@ }, "gotify": { "apps": "Applicaties", - "clients": "Cliënten", + "clients": "Clients", "messages": "Berichten" }, "prowlarr": { "enableIndexers": "Indexeerders", "numberOfGrabs": "Grabs", - "numberOfQueries": "Verzoeken", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Ophalen mislukt", "numberOfFailQueries": "Mislukte verzoeken" }, "jackett": { "configured": "Geconfigureerd", - "errored": "Fout" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessies", @@ -398,52 +404,52 @@ "transferRate": "Rate" }, "mastodon": { - "user_count": "Gebruikers", + "user_count": "Users", "status_count": "Berichten", "domain_count": "Domeinen" }, "medusa": { - "wanted": "Gezocht", - "queued": "Wachtrij", + "wanted": "Wanted", + "queued": "Queued", "series": "Series" }, "minecraft": { "players": "Spelers", "version": "Versie", "status": "Status", - "up": "Bereikbaar", + "up": "Online", "down": "Offline" }, "miniflux": { "read": "Gelezen", - "unread": "Ongelezen" + "unread": "Unread" }, "authentik": { - "users": "Gebruikers", + "users": "Users", "loginsLast24H": "Logins (24u)", "failedLoginsLast24H": "Mislukte Logins (24u)" }, "proxmox": { - "mem": "GEH", + "mem": "MEM", "cpu": "CPU", "lxc": "LXC", "vms": "VM's" }, "glances": { "cpu": "CPU", - "load": "Belasting", - "wait": "Even geduld", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Waarschuwing", "uptime": "UP", - "total": "Totaal", - "free": "Vrij", - "used": "Gebruikt", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", - "hours": "u", + "hours": "h", "crit": "Kritiek", - "read": "Gelezen", + "read": "Read", "write": "Schrijven", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "Overwegend Zonnig", "1-night": "Overwegend Helder", "2-day": "Gedeeltelijk Bewolkt", - "2-night": "Gedeeltelijk Bewolkt", + "2-night": "Partly Cloudy", "3-day": "Bewolkt", - "3-night": "Bewolkt", + "3-night": "Cloudy", "45-day": "Mistig", - "45-night": "Mistig", - "48-day": "Mistig", - "48-night": "Mistig", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Motregen", - "51-night": "Motregen", + "51-night": "Light Drizzle", "53-day": "Druilerig", - "53-night": "Druilerig", + "53-night": "Drizzle", "55-day": "Zware motregen", - "55-night": "Zware motregen", + "55-night": "Heavy Drizzle", "56-day": "Lichte opvriezende motregen", - "56-night": "Lichte opvriezende motregen", + "56-night": "Light Freezing Drizzle", "57-day": "Opvriezende motregen", - "57-night": "Opvriezende motregen", + "57-night": "Freezing Drizzle", "61-day": "Lichte Regen", - "61-night": "Lichte Regen", + "61-night": "Light Rain", "63-day": "Regen", - "63-night": "Regen", + "63-night": "Rain", "65-day": "Hevige Regen", - "65-night": "Hevige Regen", + "65-night": "Heavy Rain", "66-day": "Opvriezende regen", - "66-night": "Opvriezende regen", - "67-day": "Opvriezende regen", - "67-night": "Opvriezende regen", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Lichte Sneeuw", - "71-night": "Lichte Sneeuw", + "71-night": "Light Snow", "73-day": "Sneeuw", - "73-night": "Sneeuw", + "73-night": "Snow", "75-day": "Hevige Sneeuw", - "75-night": "Hevige Sneeuw", + "75-night": "Heavy Snow", "77-day": "Sneeuw korrels", - "77-night": "Sneeuw korrels", + "77-night": "Snow Grains", "80-day": "Lichte regenbui", - "80-night": "Lichte regenbui", + "80-night": "Light Showers", "81-day": "Regenbui", - "81-night": "Regenbui", + "81-night": "Showers", "82-day": "Zware Regenbuien", - "82-night": "Zware Regenbuien", + "82-night": "Heavy Showers", "85-day": "Sneeuwbuien", - "85-night": "Sneeuwbuien", - "86-day": "Sneeuwbuien", - "86-night": "Sneeuwbuien", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Onweersbui", - "95-night": "Onweersbui", + "95-night": "Thunderstorm", "96-day": "Onweersbui Met Hagel", - "96-night": "Onweersbui Met Hagel", - "99-day": "Onweersbui Met Hagel", - "99-night": "Onweersbui Met Hagel" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Systeem", @@ -523,15 +529,15 @@ "up_to_date": "Bijgewerkt", "child_bridges": "Onderliggende bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Online", - "pending": "In afwachting", - "down": "Offline" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nieuw", - "up": "Online", + "up": "Up", "grace": "In de respijt periode", - "down": "Offline", + "down": "Down", "paused": "Gepauzeerd", "status": "Status", "last_ping": "Laatste Ping", @@ -543,27 +549,27 @@ "containers_failed": "Gefaald" }, "autobrr": { - "approvedPushes": "Goedgekeurd", + "approvedPushes": "Approved", "rejectedPushes": "Afgewezen", "filters": "Filters", - "indexers": "Indexeerders" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Wachtrij", + "downloads": "Queue", "videos": "Video's", "channels": "Kanalen", "playlists": "Speellijsten" }, "truenas": { "load": "Belasting", - "uptime": "Online", - "alerts": "Meldingen" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Snelheid", - "active": "Actief", - "queue": "Wachtrij", - "total": "Totaal" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Publiek IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanalen", + "channels": "Channels", "hd": "HD", "tunerCount": "Tuners", "channelNumber": "Kanaal", "channelNetwork": "Netwerk", "signalStrength": "Sterkte", "signalQuality": "Kwaliteit", - "symbolQuality": "Kwaliteit", + "symbolQuality": "Quality", "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Geslaagd", - "failed": "Gefaald", - "unknown": "Onbekend" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Postvak In", - "total": "Totaal" + "total": "Total" }, "peanut": { "battery_charge": "Batterij opladen", "ups_load": "UPS-belasting", "ups_status": "UPS status", - "online": "Bereikbaar", + "online": "Online", "on_battery": "Op batterij", "low_battery": "Batterij bijna leeg" }, "nextdns": { - "wait": "Even geduld aub", + "wait": "Please Wait", "no_devices": "Geen Apparaat Data Ontvangen" }, "mikrotik": { "cpuLoad": "CPU Belasting", "memoryUsed": "Geheugen Gebruikt", - "uptime": "Online", + "uptime": "Uptime", "numberOfLeases": "Leases" }, "xteve": { "streams_all": "Alle Streams", - "streams_active": "Actieve Streams", + "streams_active": "Active Streams", "streams_xepg": "XEPG Kanalen" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limiet" }, "opnsense": { - "cpu": "CPU Belasting", + "cpu": "CPU Load", "memory": "Actief Geheugen", "wanUpload": "WAN Upload", "wanDownload": "WAN Download" @@ -647,8 +653,8 @@ "load": "Gem. Load", "memory": "Mem Gebruik", "wanStatus": "WAN Status", - "up": "Online", - "down": "Offline", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Schijf Gebruik", "wanIP": "WAN IP" @@ -660,15 +666,15 @@ "memory_usage": "Geheugen" }, "immich": { - "users": "Gebruikers", + "users": "Users", "photos": "Foto's", - "videos": "Video's", + "videos": "Videos", "storage": "Opslag" }, "uptimekuma": { "up": "Sites Bereikbaar", "down": "Sites Onbereikbaar", - "uptime": "Online", + "uptime": "Uptime", "incident": "Incident", "m": "m" }, @@ -681,28 +687,28 @@ "komga": { "libraries": "Bibliotheken", "series": "Series", - "books": "Boeken" + "books": "Books" }, "diskstation": { - "days": "Dagen", - "uptime": "Online", - "volumeAvailable": "Beschikbaar" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { "series": "Series", "issues": "Problemen", - "wanted": "Gezocht" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", - "photos": "Foto's", - "videos": "Video's", + "photos": "Photos", + "videos": "Videos", "people": "Personen" }, "fileflows": { - "queue": "Wachtrij", - "processing": "Verwerken", - "processed": "Verwerkt", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Tijd" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Grootte", "lastrun": "Laatste Run", "nextrun": "Volgende Run", - "failed": "Gefaald" + "failed": "Failed" }, "unmanic": { "active_workers": "Actieve Werkers", @@ -745,20 +751,20 @@ "targets_total": "Totaal aantal doelen" }, "gatus": { - "up": "Sites Bereikbaar", - "down": "Sites Onbereikbaar", - "uptime": "Online" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Vandaag", + "gross_percent_today": "Today", "gross_percent_1y": "Een jaar", "gross_percent_max": "Altijd" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Boeken", + "books": "Books", "podcastsDuration": "Duur", - "booksDuration": "Duur" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Mensen thuis", @@ -770,20 +776,20 @@ "updates": "Updates" }, "calibreweb": { - "books": "Boeken", + "books": "Books", "authors": "Auteurs", - "categories": "Categorieën", + "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "Wachtrij", - "downloadBytesRemaining": "Resterend", - "downloadTotalBytes": "Grootte", - "downloadSpeed": "Snelheid" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { "seriesCount": "Series", - "totalFiles": "Bestanden" + "totalFiles": "Files" }, "azuredevops": { "result": "Resultaat", @@ -791,21 +797,21 @@ "buildId": "Build ID", "succeeded": "Geslaagd", "notStarted": "Niet gestart", - "failed": "Gefaald", + "failed": "Failed", "canceled": "Afgebroken", "inProgress": "Voortgaand", "totalPrs": "Totaal PRs", "myPrs": "Mijn PR's", - "approved": "Goedgekeurd" + "approved": "Approved" }, "gamedig": { "status": "Status", - "online": "Bereikbaar", + "online": "Online", "offline": "Offline", "name": "Naam", "map": "Kaart", "currentPlayers": "Huidige spelers", - "players": "Spelers", + "players": "Players", "maxPlayers": "Max spelers", "bots": "Bots", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recepten", - "users": "Gebruikers", - "categories": "Categorieën", + "users": "Users", + "categories": "Categories", "tags": "Label" }, "openmediavault": { "downloading": "Downloaden", - "total": "Totaal", - "running": "Actief", - "stopped": "Gestopt", - "passed": "Geslaagd", - "failed": "Gefaald" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Online", + "uptime": "Uptime", "cpuLoad": "CPU Load Gem. (5m)", - "up": "Online", - "down": "Offline", + "up": "Up", + "down": "Down", "bytesTx": "Verzonden", - "bytesRx": "Ontvangen" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Online", + "uptime": "Uptime", "lastDown": "Laatste Downtime", "downDuration": "Duur Downtime", - "sitesUp": "Sites Bereikbaar", - "sitesDown": "Sites Onbereikbaar", - "paused": "Gepauzeerd", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Nog niet gecontroleerd", - "up": "Online", + "up": "Up", "seemsdown": "Lijkt onbereikbaar", - "down": "Offline", - "unknown": "Onbekend" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "In de bioscoop", @@ -869,10 +875,10 @@ "totalfilesize": "Totale grootte" }, "mailcow": { - "domains": "Domeinen", + "domains": "Domains", "mailboxes": "Mailboxen", "mails": "Mails", - "storage": "Opslag" + "storage": "Storage" }, "netdata": { "warnings": "Waarschuwingen", @@ -881,12 +887,12 @@ "plantit": { "events": "Gebeurtenissen", "plants": "Planten", - "photos": "Foto's", + "photos": "Photos", "species": "Soorten" }, "gitea": { "notifications": "Notificaties", - "issues": "Problemen", + "issues": "Issues", "pulls": "Pull Requests", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galerijen", "performers": "Uitvoerenden", "studios": "Studio's", - "movies": "Films", - "tags": "Label", + "movies": "Movies", + "tags": "Tags", "oCount": "O Aantal" }, "tandoor": { - "users": "Gebruikers", - "recipes": "Recepten", + "users": "Users", + "recipes": "Recipes", "keywords": "Trefwoorden" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Met garantie", "locations": "Locaties", "labels": "Labels", - "users": "Gebruikers", + "users": "Users", "totalValue": "Totale waarde" }, "crowdsec": { - "alerts": "Meldingen", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "Verbonden", - "enabled": "Ingeschakeld", - "disabled": "Uitgeschakeld", - "total": "Totaal" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Camera's", - "uptime": "Online", - "version": "Versie" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Label" + "tags": "Tags" }, "zabbix": { "unclassified": "Niet geclassificeerd", - "information": "Informatie", + "information": "Information", "warning": "Waarschuwingen", "average": "Average", "high": "High", @@ -980,24 +986,24 @@ "tasksInProgress": "Taken In Uitvoering" }, "headscale": { - "name": "Naam", - "address": "Adres", - "last_seen": "Laatst Gezien", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", "status": "Status", - "online": "Bereikbaar", + "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Naam", + "name": "Name", "systems": "Systemen", - "up": "Online", - "down": "Offline", - "paused": "Gepauzeerd", - "pending": "In afwachting", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", "status": "Status", - "updated": "Bijgewerkt", + "updated": "Updated", "cpu": "CPU", - "memory": "GEH", + "memory": "MEM", "disk": "Schijf", "network": "NET" }, @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Gesynchroniseerd", "outOfSync": "Niet gesynchroniseerd", - "healthy": "Gezond", + "healthy": "Healthy", "degraded": "Gedegradeerd", "progressing": "Doorvoeren", - "missing": "Ontbreekt", + "missing": "Missing", "suspended": "Onderbroken" }, "spoolman": { - "loading": "Laden" + "loading": "Loading" }, "gitlab": { "groups": "Groepen", - "issues": "Problemen", + "issues": "Issues", "merges": "Merge Verzoeken", "projects": "Projecten" }, "apcups": { "status": "Status", - "load": "Belasting", - "bcharge": "Batterij opladen", - "timeleft": "Resterende Tijd" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Label" + "tags": "Tags" }, "slskd": { - "slskStatus": "Netwerk", - "connected": "Verbonden", - "disconnected": "Verbinding verbroken", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Beschikbaar", - "update_no": "Bijgewerkt", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Bestanden" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Nummers", - "movies": "Films", - "episodes": "Afleveringen", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/no/common.json b/public/locales/no/common.json index 3690248d7..d0178aa29 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -61,9 +61,9 @@ "wlan_devices": "WLAN-enheter", "lan_users": "LAN Brukere", "wlan_users": "WLAN Brukere", - "up": "OPP", + "up": "UP", "down": "NEDE", - "wait": "Vennligst vent", + "wait": "Please wait", "empty_data": "Ukjent undersystemstatus" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Delvis" }, "ping": { - "error": "Feil", + "error": "Error", "ping": "Responstid", "down": "Nede", "up": "Oppe", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "Feil", + "error": "Error", "response": "Svar", - "down": "Nede", - "up": "Oppe", - "not_available": "Ikke tilgjengelig" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Spiller", @@ -108,11 +108,11 @@ "songs": "Sanger" }, "esphome": { - "offline": "Frakoblet", - "offline_alt": "Frakoblet", + "offline": "Offline", + "offline_alt": "Offline", "online": "På nett", - "total": "Totalt", - "unknown": "Ukjent" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produksjon", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Kobler fra", "connectionStatusDisconnected": "Frakoblet", "connectionStatusConnected": "Tilkoblet", - "uptime": "Oppetid", + "uptime": "Uptime", "maxDown": "Maks. Ned", "maxUp": "Max. Opp", - "down": "Nede", - "up": "Oppe", + "down": "Down", + "up": "Up", "received": "Mottatt", "sent": "Sendt", "externalIPAddress": "Ekstern IP", @@ -168,10 +168,10 @@ "passes": "Pasninger" }, "tautulli": { - "playing": "Spiller", - "transcoding": "Transkoding", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Ingen aktive strømminger", + "no_active": "No Active Streams", "plex_connection_error": "Kontroller Plex tilkoblingen" }, "omada": { @@ -189,28 +189,28 @@ "plex": { "streams": "Aktive strømmninger", "albums": "Album", - "movies": "Film", + "movies": "Movies", "tv": "TV serier" }, "sabnzbd": { - "rate": "Ranger", + "rate": "Rate", "queue": "Kø", "timeleft": "Gjenstående tid" }, "rutorrent": { "active": "Aktiv", - "upload": "Opplastning", - "download": "Last ned" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Last ned", - "upload": "Opplastning", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Last ned", - "upload": "Opplastning", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Ugyldig" }, "deluge": { - "download": "Last ned", - "upload": "Opplastning", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Last ned", - "upload": "Opplastning", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Ønsket", "queued": "Ventende", - "series": "Serie", - "queue": "Kø", - "unknown": "Ukjent" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Ønsket", + "wanted": "Wanted", "missing": "Mangler", - "queued": "Ventende", - "movies": "Film", - "queue": "Kø", - "unknown": "Ukjent" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Ønsket", - "queued": "Ventende", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artister" }, "readarr": { - "wanted": "Ønsket", - "queued": "Ventende", + "wanted": "Wanted", + "queued": "Queued", "books": "Bøker" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Tilgjengelig" }, "jellyseerr": { - "pending": "Ventende", - "approved": "Godkjent", - "available": "Tilgjengelig" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Ventende", + "pending": "Pending", "processing": "Behandler", - "approved": "Godkjent", - "available": "Tilgjengelig" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Totalt", - "connected": "Tilkoblet", + "total": "Total", + "connected": "Connected", "new_devices": "Nye enheter", "down_alerts": "Down Alerts" }, @@ -296,26 +296,26 @@ "gravity": "Gravitasjon" }, "adguard": { - "queries": "Spørringer", - "blocked": "Blokkert", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrert", "latency": "Responstid" }, "speedtest": { - "upload": "Opplastning", - "download": "Last ned", - "ping": "Responstid" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Kjører", + "running": "Running", "stopped": "Stoppet", - "total": "Totalt" + "total": "Total" }, "suwayomi": { - "download": "Nedlastede", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", - "unread": "Ulest", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Ago" }, "technitium": { - "totalQueries": "Spørringer", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Blokkert", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klienter" }, "tdarr": { - "queue": "Kø", + "queue": "Queue", "processed": "Behandlet", "errored": "Feilet", "saved": "Lagret" @@ -359,14 +359,20 @@ "services": "Tjenester", "middleware": "Mellomvare" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Ingen aktive strømminger", + "nothing_streaming": "No Active Streams", "please_wait": "Vennligst vent" }, "npm": { "enabled": "Aktivert", "disabled": "Deaktivert", - "total": "Totalt" + "total": "Total" }, "coinmarketcap": { "configure": "Konfigurer én eller flere krypteringsvalutaer som skal spores", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Applikasjoner", - "clients": "Klienter", + "clients": "Clients", "messages": "Meldinger" }, "prowlarr": { "enableIndexers": "Indeksere", "numberOfGrabs": "Tatt", - "numberOfQueries": "Spørringer", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Feil ved henting", "numberOfFailQueries": "Spørring mislyktes" }, "jackett": { "configured": "Konfigurert", - "errored": "Feilet" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesjoner", "numConnections": "Tilkoblinger", "dataRelayed": "Videresendt", - "transferRate": "Ranger" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Brukere", + "user_count": "Users", "status_count": "Innlegg", "domain_count": "Domener" }, "medusa": { - "wanted": "Ønsket", - "queued": "Ventende", - "series": "Serie" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Spillere", "version": "Versjon", "status": "Status", - "up": "På nett", - "down": "Frakoblet" + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Read", - "unread": "Ulest" + "unread": "Unread" }, "authentik": { - "users": "Brukere", + "users": "Users", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Mislykket innlogginger (24t)" }, @@ -431,17 +437,17 @@ }, "glances": { "cpu": "CPU", - "load": "Last", - "wait": "Vennligst vent", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Advarsel", - "uptime": "OPP", - "total": "Totalt", - "free": "Ledig", - "used": "Brukt", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", - "hours": "t", + "hours": "h", "crit": "Crit", "read": "Read", "write": "Skriv", @@ -455,7 +461,7 @@ "search": "Søk", "custom": "Egendefinert", "visit": "Besøk", - "url": "Nettadresse", + "url": "URL", "searchsuggestion": "Forslag" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Lettskyet", "1-night": "Lettskyet", "2-day": "Delvis skyet", - "2-night": "Delvis skyet", + "2-night": "Partly Cloudy", "3-day": "Skyet", - "3-night": "Skyet", + "3-night": "Cloudy", "45-day": "Tåke", - "45-night": "Tåke", - "48-day": "Tåke", - "48-night": "Tåke", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Lett yr", - "51-night": "Lett yr", + "51-night": "Light Drizzle", "53-day": "Yr", - "53-night": "Yr", + "53-night": "Drizzle", "55-day": "Tungt Regn", - "55-night": "Tungt Regn", + "55-night": "Heavy Drizzle", "56-day": "Lett underkjølt regn", - "56-night": "Lett underkjølt regn", + "56-night": "Light Freezing Drizzle", "57-day": "Underkjølt Regn", - "57-night": "Underkjølt Regn", + "57-night": "Freezing Drizzle", "61-day": "Lett regn", - "61-night": "Lett regn", + "61-night": "Light Rain", "63-day": "Regn", - "63-night": "Regn", + "63-night": "Rain", "65-day": "Kraftig regn", - "65-night": "Kraftig regn", + "65-night": "Heavy Rain", "66-day": "Underkjølt regn", - "66-night": "Underkjølt regn", - "67-day": "Underkjølt regn", - "67-night": "Underkjølt regn", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Lett snøvær", - "71-night": "Lett snøvær", + "71-night": "Light Snow", "73-day": "Snø", - "73-night": "Snø", + "73-night": "Snow", "75-day": "Tett snø", - "75-night": "Tett snø", + "75-night": "Heavy Snow", "77-day": "Snøkorn", - "77-night": "Snøkorn", + "77-night": "Snow Grains", "80-day": "Lette Regnbyger", - "80-night": "Lette Regnbyger", + "80-night": "Light Showers", "81-day": "Regnbyger", - "81-night": "Regnbyger", + "81-night": "Showers", "82-day": "Tunge regnbyger", - "82-night": "Tunge regnbyger", + "82-night": "Heavy Showers", "85-day": "Snøbyger", - "85-night": "Snøbyger", - "86-day": "Snøbyger", - "86-night": "Snøbyger", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Tordenbyger", - "95-night": "Tordenbyger", + "95-night": "Thunderstorm", "96-day": "Tordenvær med hagl", - "96-night": "Tordenvær med hagl", - "99-day": "Tordenvær med hagl", - "99-night": "Tordenvær med hagl" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "System", @@ -523,15 +529,15 @@ "up_to_date": "Oppdatert", "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Oppe", - "pending": "Ventende", - "down": "Nede" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Ny", - "up": "Oppe", + "up": "Up", "grace": "I rammeperiode", - "down": "Nede", + "down": "Down", "paused": "Pauset", "status": "Status", "last_ping": "Siste Ping", @@ -543,27 +549,27 @@ "containers_failed": "Mislyktes" }, "autobrr": { - "approvedPushes": "Godkjent", + "approvedPushes": "Approved", "rejectedPushes": "Avvist", "filters": "Filtre", - "indexers": "Indeksere" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Kø", + "downloads": "Queue", "videos": "Videoer", "channels": "Kanal", "playlists": "Spillelister" }, "truenas": { "load": "Last på systemet", - "uptime": "Oppetid", - "alerts": "Varsler" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Hastighet", - "active": "Aktiv", - "queue": "Kø", - "total": "Totalt" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Offentlig IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanal", + "channels": "Channels", "hd": "HD", "tunerCount": "Tunere", "channelNumber": "Kanal", "channelNetwork": "Nettverk", "signalStrength": "Styrke", "signalQuality": "Kvalitet", - "symbolQuality": "Kvalitet", + "symbolQuality": "Quality", "networkRate": "Bitrate", "clientIP": "Klient" }, "scrutiny": { "passed": "Bestått", - "failed": "Mislyktes", - "unknown": "Ukjent" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Innboks", - "total": "Totalt" + "total": "Total" }, "peanut": { "battery_charge": "Batteriladning", "ups_load": "UPS last", "ups_status": "UPS status", - "online": "På nett", + "online": "Online", "on_battery": "På batteri", "low_battery": "Lavt batterinivå" }, "nextdns": { - "wait": "Vennligst vent", + "wait": "Please Wait", "no_devices": "Ingen enhetsdata mottatt" }, "mikrotik": { "cpuLoad": "Prosessorbelastning", "memoryUsed": "Minne brukt", - "uptime": "Oppetid", + "uptime": "Uptime", "numberOfLeases": "Leases" }, "xteve": { "streams_all": "Alle strømminger", - "streams_active": "Aktive strømmninger", + "streams_active": "Active Streams", "streams_xepg": "XEPG Kanaler" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Grense" }, "opnsense": { - "cpu": "Prosessorbelastning", + "cpu": "CPU Load", "memory": "Aktiv minne", "wanUpload": "WAN Opplasting", "wanDownload": "WAN Nedlasting" @@ -647,8 +653,8 @@ "load": "Load Avg", "memory": "Mem Usage", "wanStatus": "WAN Status", - "up": "Oppe", - "down": "Nede", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Disk Usage", "wanIP": "WAN IP" @@ -660,49 +666,49 @@ "memory_usage": "Memory" }, "immich": { - "users": "Brukere", + "users": "Users", "photos": "Photos", - "videos": "Videoer", + "videos": "Videos", "storage": "Lagring" }, "uptimekuma": { "up": "Nettsteder opp", "down": "Sites Down", - "uptime": "Oppetid", + "uptime": "Uptime", "incident": "Incident", "m": "m" }, "atsumeru": { - "series": "Serie", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Categories" }, "komga": { "libraries": "Libraries", - "series": "Serie", - "books": "Bøker" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dager", - "uptime": "Oppetid", - "volumeAvailable": "Tilgjengelig" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Serie", + "series": "Series", "issues": "Issues", - "wanted": "Ønsket" + "wanted": "Wanted" }, "photoprism": { - "albums": "Album", + "albums": "Albums", "photos": "Photos", - "videos": "Videoer", + "videos": "Videos", "people": "People" }, "fileflows": { - "queue": "Kø", - "processing": "Behandler", - "processed": "Behandlet", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Time" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", - "failed": "Mislyktes" + "failed": "Failed" }, "unmanic": { "active_workers": "Active Workers", @@ -745,20 +751,20 @@ "targets_total": "Totalt antall mål" }, "gatus": { - "up": "Nettsteder opp", + "up": "Sites Up", "down": "Sites Down", - "uptime": "Oppetid" + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Idag", + "gross_percent_today": "Today", "gross_percent_1y": "Ett år", "gross_percent_max": "Gjennom tidene" }, "audiobookshelf": { "podcasts": "Podkaster", - "books": "Bøker", + "books": "Books", "podcastsDuration": "Varighet", - "booksDuration": "Varighet" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Personer hjemme", @@ -767,22 +773,22 @@ }, "whatsupdocker": { "monitoring": "Overvåker", - "updates": "Oppdateringer" + "updates": "Updates" }, "calibreweb": { - "books": "Bøker", + "books": "Books", "authors": "Forfattere", "categories": "Categories", - "series": "Serie" + "series": "Series" }, "jdownloader": { - "downloadCount": "Kø", - "downloadBytesRemaining": "Gjenstående", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", - "downloadSpeed": "Hastighet" + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serie", + "seriesCount": "Series", "totalFiles": "Files" }, "azuredevops": { @@ -791,24 +797,24 @@ "buildId": "Produksjons ID", "succeeded": "Vellykket", "notStarted": "Ikke startet", - "failed": "Mislyktes", + "failed": "Failed", "canceled": "Avbrutt", "inProgress": "Pågående", "totalPrs": "Totalt PR-er", "myPrs": "Mine PR'er", - "approved": "Godkjent" + "approved": "Approved" }, "gamedig": { "status": "Status", - "online": "På nett", - "offline": "Frakoblet", + "online": "Online", + "offline": "Offline", "name": "Navn", "map": "Kart", "currentPlayers": "Aktuelle spillere", - "players": "Spillere", + "players": "Players", "maxPlayers": "Maks spillere", "bots": "Bots", - "ping": "Responstid" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Oppskrifter", - "users": "Brukere", + "users": "Users", "categories": "Categories", "tags": "Stikkord" }, "openmediavault": { "downloading": "Nedlaster", - "total": "Totalt", - "running": "Kjører", - "stopped": "Stoppet", - "passed": "Bestått", - "failed": "Mislyktes" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Oppetid", + "uptime": "Uptime", "cpuLoad": "CPU-belastning snitt (5m)", - "up": "Oppe", - "down": "Nede", + "up": "Up", + "down": "Down", "bytesTx": "Sendt", - "bytesRx": "Mottatt" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Oppetid", + "uptime": "Uptime", "lastDown": "Siste nedetid", "downDuration": "Varighet på nedetid", - "sitesUp": "Nettsteder opp", + "sitesUp": "Sites Up", "sitesDown": "Sites Down", - "paused": "Pauset", + "paused": "Paused", "notyetchecked": "Ikke sjekket enda", - "up": "Oppe", + "up": "Up", "seemsdown": "Virker nede", - "down": "Nede", - "unknown": "Ukjent" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "På Kino", @@ -869,10 +875,10 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Domener", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "Lagring" + "storage": "Storage" }, "netdata": { "warnings": "Advarsler", @@ -902,13 +908,13 @@ "galleries": "Gallerier", "performers": "Utøvere", "studios": "Studios", - "movies": "Film", - "tags": "Stikkord", + "movies": "Movies", + "tags": "Tags", "oCount": "O antall" }, "tandoor": { - "users": "Brukere", - "recipes": "Oppskrifter", + "users": "Users", + "recipes": "Recipes", "keywords": "Nøkkelord" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Med garanti", "locations": "Posisjon", "labels": "Etiketter", - "users": "Brukere", + "users": "Users", "totalValue": "Totalverdi" }, "crowdsec": { - "alerts": "Varsler", + "alerts": "Alerts", "bans": "Utestengelse" }, "wgeasy": { - "connected": "Tilkoblet", - "enabled": "Aktivert", - "disabled": "Deaktivert", - "total": "Totalt" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Banned" }, "myspeed": { - "ping": "Responstid", - "download": "Last ned", - "upload": "Opplastning" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Oppetid", - "version": "Versjon" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Stikkord" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informasjon", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Navn", - "address": "Adresse", - "last_seen": "Sist sett", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", "status": "Status", - "online": "På nett", - "offline": "Frakoblet" + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Navn", + "name": "Name", "systems": "Systems", - "up": "Oppe", - "down": "Nede", - "paused": "Pauset", - "pending": "Ventende", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", "status": "Status", - "updated": "Oppdatert", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,10 +1011,10 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Friskt", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Mangler", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1022,9 +1028,9 @@ }, "apcups": { "status": "Status", - "load": "Last", - "bcharge": "Batteriladning", - "timeleft": "Gjenstående tid" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Stikkord" + "tags": "Tags" }, "slskd": { - "slskStatus": "Nettverk", - "connected": "Tilkoblet", - "disconnected": "Frakoblet", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Tilgjengelig", - "update_no": "Oppdatert", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", "sharedFiles": "Files" }, "jellystat": { - "songs": "Sanger", - "movies": "Film", - "episodes": "Episoder", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 10afb381e..a600b3d5a 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -61,7 +61,7 @@ "wlan_devices": "Urządzenia WLAN", "lan_users": "Użytkownicy LAN", "wlan_users": "Użytkownicy WLAN", - "up": "CZAS", + "up": "UP", "down": "Pobieranie", "wait": "Proszę czekać", "empty_data": "Status podsystemu nieznany" @@ -69,7 +69,7 @@ "docker": { "rx": "Rx", "tx": "Tx", - "mem": "RAM", + "mem": "MEM", "cpu": "Procesor", "running": "Działa", "offline": "Nieosiągalny", @@ -93,8 +93,8 @@ "http_status": "Status HTTP", "error": "Błąd", "response": "Odpowiedź", - "down": "Niedostępny", - "up": "Dostępny", + "down": "Down", + "up": "Up", "not_available": "Niedostępny" }, "emby": { @@ -108,11 +108,11 @@ "songs": "Piosenki" }, "esphome": { - "offline": "Nieosiągalny", - "offline_alt": "Nieosiągalny", + "offline": "Offline", + "offline_alt": "Offline", "online": "Dostępny", - "total": "Całkowite", - "unknown": "Nieznany" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produkcja", @@ -133,7 +133,7 @@ "unread": "Nieprzeczytane" }, "fritzbox": { - "connectionStatus": "Stan", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Nieskonfigurowane", "connectionStatusConnecting": "Łączenie", "connectionStatusAuthenticating": "Uwierzytelnianie", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Rozłączanie", "connectionStatusDisconnected": "Rozłączono", "connectionStatusConnected": "Połączono", - "uptime": "Czas działania", + "uptime": "Uptime", "maxDown": "Maks. Pobieranie", "maxUp": "Maks. Wysyłanie", - "down": "Niedostępny", - "up": "Dostępny", + "down": "Down", + "up": "Up", "received": "Odebrane", "sent": "Wysłane", "externalIPAddress": "Pub. IP", @@ -168,10 +168,10 @@ "passes": "Przebiegi" }, "tautulli": { - "playing": "Odtwarzanie", - "transcoding": "Transkodowanie", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Brak aktywnych strumieni", + "no_active": "No Active Streams", "plex_connection_error": "Sprawdź połączenie z Plex" }, "omada": { @@ -193,24 +193,24 @@ "tv": "Seriale" }, "sabnzbd": { - "rate": "Szybkość", + "rate": "Rate", "queue": "Kolejka", "timeleft": "Pozostało" }, "rutorrent": { "active": "Aktywny", - "upload": "Wysyłanie", + "upload": "Upload", "download": "Pobieranie" }, "transmission": { "download": "Pobieranie", - "upload": "Wysyłanie", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Pobieranie", - "upload": "Wysyłanie", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Nieprawidłowy" }, "deluge": { - "download": "Pobieranie", - "upload": "Wysyłanie", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Straty cache'u" }, "downloadstation": { - "download": "Pobieranie", - "upload": "Wysyłanie", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Poszukiwane", "queued": "W kolejce", - "series": "Seriale", - "queue": "Kolejka", - "unknown": "Nieznany" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Poszukiwane", + "wanted": "Wanted", "missing": "Brakujące", - "queued": "W kolejce", - "movies": "Filmy", - "queue": "Kolejka", - "unknown": "Nieznany" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Poszukiwane", - "queued": "W kolejce", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artyści" }, "readarr": { - "wanted": "Poszukiwane", - "queued": "W kolejce", + "wanted": "Wanted", + "queued": "Queued", "books": "Książki" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Dostępne" }, "jellyseerr": { - "pending": "Oczekiwane", - "approved": "Zaakceptowane", - "available": "Dostępne" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Oczekiwane", + "pending": "Pending", "processing": "Przetwarzane", - "approved": "Zaakceptowane", - "available": "Dostępne" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Całkowite", - "connected": "Połączono", + "total": "Total", + "connected": "Connected", "new_devices": "Nowe urządzenia", "down_alerts": "Alerty niedostępności" }, @@ -296,26 +296,26 @@ "gravity": "Grawitacja" }, "adguard": { - "queries": "Zapytania", - "blocked": "Zablokowane", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Przefiltrowane", "latency": "Opóźnienia" }, "speedtest": { - "upload": "Wysyłanie", - "download": "Pobieranie", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Działa", + "running": "Running", "stopped": "Zatrzymane", - "total": "Całkowite" + "total": "Total" }, "suwayomi": { - "download": "Pobrano", + "download": "Downloaded", "nondownload": "Niepobrane", - "read": "Przeczytane", - "unread": "Nieprzeczytane", + "read": "Read", + "unread": "Unread", "downloadedread": "Pobrane i przeczytane", "downloadedunread": "Pobrane i nieprzeczytane", "nondownloadedread": "Niepobrane i przeczytane", @@ -336,37 +336,43 @@ "ago": "{{value}} temu" }, "technitium": { - "totalQueries": "Zapytania", + "totalQueries": "Queries", "totalNoError": "Sukces", "totalServerFailure": "Porażki", "totalNxDomain": "Domeny NX", - "totalRefused": "Odrzucone", + "totalRefused": "Odrzuconych", "totalAuthoritative": "Autorytatywne", "totalRecursive": "Rekursywne", "totalCached": "Zbuforowane", - "totalBlocked": "Zablokowane", + "totalBlocked": "Blocked", "totalDropped": "Upuszczone", "totalClients": "Klienci" }, "tdarr": { - "queue": "Kolejka", + "queue": "Queue", "processed": "Przetworzone", "errored": "Błędne", "saved": "Zapisane" }, "traefik": { "routers": "Routery", - "services": "Serwisy", + "services": "Usługi", "middleware": "Pośrednicy" }, + "trilium": { + "version": "Wersja", + "notesCount": "Notatki", + "dbSize": "Rozmiar bazy danych", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Brak aktywnych strumieni", + "nothing_streaming": "No Active Streams", "please_wait": "Proszę czekać" }, "npm": { "enabled": "Włączone", "disabled": "Wyłączone", - "total": "Całkowite" + "total": "Total" }, "coinmarketcap": { "configure": "Wybierz jedną lub więcej kryptowalut do śledzenia", @@ -383,19 +389,19 @@ "prowlarr": { "enableIndexers": "Indeksery", "numberOfGrabs": "Pochwycenia", - "numberOfQueries": "Zapytania", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Nieudane pochwycenia", "numberOfFailQueries": "Nieudane zapytania" }, "jackett": { "configured": "Skonfigurowane", - "errored": "Błędne" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sesje", "numConnections": "Połączenia", "dataRelayed": "Przekazane", - "transferRate": "Szybkość" + "transferRate": "Rate" }, "mastodon": { "user_count": "Użytkownicy", @@ -403,47 +409,47 @@ "domain_count": "Domeny" }, "medusa": { - "wanted": "Poszukiwane", - "queued": "W kolejce", - "series": "Seriale" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Gracze", "version": "Wersja", - "status": "Stan", - "up": "Dostępny", - "down": "Nieosiągalny" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Przeczytane", - "unread": "Nieprzeczytane" + "unread": "Unread" }, "authentik": { - "users": "Użytkownicy", + "users": "Users", "loginsLast24H": "Logowania (24h)", "failedLoginsLast24H": "Nieudane logowania (24h)" }, "proxmox": { - "mem": "RAM", + "mem": "MEM", "cpu": "Procesor", "lxc": "Kontenery LXC", "vms": "Maszyn wirtualnych" }, "glances": { "cpu": "Procesor", - "load": "Obciążenie", + "load": "Load", "wait": "Proszę czekać", - "temp": "TEMP.", + "temp": "TEMP", "_temp": "Temperatura", "warn": "Ostrzeżenie", - "uptime": "CZAS", - "total": "Całkowite", - "free": "Wolne", - "used": "Użyte", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", - "hours": "g", + "hours": "h", "crit": "Krytyczyny", - "read": "Przeczytane", + "read": "Read", "write": "Zapis", "gpu": "Karta graficzna", "mem": "Pamięć", @@ -455,7 +461,7 @@ "search": "Wyszukaj", "custom": "Niestandardowe", "visit": "Odwiedź", - "url": "Adres URL", + "url": "URL", "searchsuggestion": "Sugestia" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Głównie słoneczny", "1-night": "Głównie bezchmurny", "2-day": "Częściowo pochmurnie", - "2-night": "Częściowo pochmurnie", + "2-night": "Partly Cloudy", "3-day": "Pochmurnie", - "3-night": "Pochmurnie", + "3-night": "Cloudy", "45-day": "Mgliście", - "45-night": "Mgliście", - "48-day": "Mgliście", - "48-night": "Mgliście", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Lekka mżawka", - "51-night": "Lekka mżawka", + "51-night": "Light Drizzle", "53-day": "Mżawka", - "53-night": "Mżawka", + "53-night": "Drizzle", "55-day": "Gęsta mżawka", - "55-night": "Gęsta mżawka", + "55-night": "Heavy Drizzle", "56-day": "Lekko chłodna mżawka", - "56-night": "Lekko chłodna mżawka", + "56-night": "Light Freezing Drizzle", "57-day": "Chłodna mżawka", - "57-night": "Chłodna mżawka", + "57-night": "Freezing Drizzle", "61-day": "Lekki deszcz", - "61-night": "Lekki deszcz", + "61-night": "Light Rain", "63-day": "Deszcz", - "63-night": "Deszcz", + "63-night": "Rain", "65-day": "Ciężki deszcz", - "65-night": "Ciężki deszcz", + "65-night": "Heavy Rain", "66-day": "Mroźny deszcz", - "66-night": "Mroźny deszcz", - "67-day": "Mroźny deszcz", - "67-night": "Mroźny deszcz", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Lekki śnieg", - "71-night": "Lekki śnieg", + "71-night": "Light Snow", "73-day": "Śnieg", - "73-night": "Śnieg", + "73-night": "Snow", "75-day": "Ciężki śnieg", - "75-night": "Ciężki śnieg", + "75-night": "Heavy Snow", "77-day": "Ziarnisty śnieg", - "77-night": "Ziarnisty śnieg", + "77-night": "Snow Grains", "80-day": "Lekkie opady", - "80-night": "Lekkie opady", + "80-night": "Light Showers", "81-day": "Opady", - "81-night": "Opady", + "81-night": "Showers", "82-day": "Ciężkie opady", - "82-night": "Ciężkie opady", + "82-night": "Heavy Showers", "85-day": "Opady śniegu", - "85-night": "Opady śniegu", - "86-day": "Opady śniegu", - "86-night": "Opady śniegu", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Burze z piorunami", - "95-night": "Burze z piorunami", + "95-night": "Thunderstorm", "96-day": "Burza z gradobiciem", - "96-night": "Burza z gradobiciem", - "99-day": "Burza z gradobiciem", - "99-night": "Burza z gradobiciem" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "System", @@ -523,17 +529,17 @@ "up_to_date": "Aktualny", "child_bridges": "Mostki podrzędne", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Dostępny", - "pending": "Oczekiwane", - "down": "Niedostępny" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nowy", - "up": "Dostępny", + "up": "Up", "grace": "W okresie karencji", - "down": "Niedostępny", - "paused": "Zatrzymane", - "status": "Stan", + "down": "Down", + "paused": "Wstrzymane", + "status": "Status", "last_ping": "Ostatni ping", "never": "Brak pingów" }, @@ -543,27 +549,27 @@ "containers_failed": "Niepowodzenie" }, "autobrr": { - "approvedPushes": "Zaakceptowane", + "approvedPushes": "Approved", "rejectedPushes": "Odrzucone", "filters": "Filtry", - "indexers": "Indeksery" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Kolejka", + "downloads": "Queue", "videos": "Pliki wideo", "channels": "Kanały", "playlists": "Playlisty" }, "truenas": { "load": "Obciążenie systemu", - "uptime": "Czas działania", - "alerts": "Alarmy" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Prędkość", - "active": "Aktywny", - "queue": "Kolejka", - "total": "Całkowite" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Adres publiczny", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanały", + "channels": "Channels", "hd": "HD", "tunerCount": "Tunery", "channelNumber": "Kanał", "channelNetwork": "Sieć", - "signalStrength": "Siła", + "signalStrength": "Siła sygnału", "signalQuality": "Jakość", - "symbolQuality": "Jakość", + "symbolQuality": "Quality", "networkRate": "Bitrate", "clientIP": "Klient" }, "scrutiny": { "passed": "Powodzenie", - "failed": "Niepowodzenie", - "unknown": "Nieznany" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Skrzynka odbiorcza", - "total": "Całkowite" + "total": "Total" }, "peanut": { "battery_charge": "Stan baterii", "ups_load": "Obciążenie UPS", "ups_status": "Status UPS", - "online": "Dostępny", + "online": "Online", "on_battery": "Na baterii", "low_battery": "Niski poziom baterii" }, "nextdns": { - "wait": "Proszę czekać", + "wait": "Please Wait", "no_devices": "Nie otrzymano danych urządzenia" }, "mikrotik": { "cpuLoad": "Obciążenie procesora", "memoryUsed": "Zużyta pamięć", - "uptime": "Czas działania", + "uptime": "Uptime", "numberOfLeases": "Dzierżawy" }, "xteve": { "streams_all": "Wszystkie strumienie", - "streams_active": "Aktywne strumienie", + "streams_active": "Active Streams", "streams_xepg": "Kanały XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "Obciążenie procesora", + "cpu": "Procesor", "memory": "Pamięć rzeczywista", "wanUpload": "WAN wysyłanie", "wanDownload": "WAN pobieranie" @@ -634,22 +640,22 @@ "layers": "Warstwy" }, "octoprint": { - "printer_state": "Stan", + "printer_state": "Status", "temp_tool": "Temperatura narzędzia", "temp_bed": "Temp. łóżka", "job_completion": "Ukończono" }, "cloudflared": { "origin_ip": "IP Źródła", - "status": "Stan" + "status": "Status" }, "pfsense": { "load": "Śr. Obciążenie", "memory": "Użycie pamięci", "wanStatus": "Status WAN", - "up": "Dostępny", - "down": "Niedostępny", - "temp": "Temperatura", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Użycie dysku", "wanIP": "WAN IP" }, @@ -660,38 +666,38 @@ "memory_usage": "Pamięć" }, "immich": { - "users": "Użytkownicy", + "users": "Users", "photos": "Zdjęcia", - "videos": "Pliki wideo", + "videos": "Videos", "storage": "Pamięć" }, "uptimekuma": { "up": "Działające", "down": "Niedziałające", - "uptime": "Czas działania", + "uptime": "Uptime", "incident": "Incydent", "m": "m" }, "atsumeru": { - "series": "Seriale", + "series": "Series", "archives": "Archiwa", "chapters": "Rozdziały", "categories": "Kategorie" }, "komga": { "libraries": "Biblioteki", - "series": "Seriale", - "books": "Książki" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dni", - "uptime": "Czas działania", - "volumeAvailable": "Dostępne" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Seriale", + "series": "Series", "issues": "Zgłoszenia", - "wanted": "Poszukiwane" + "wanted": "Wanted" }, "photoprism": { "albums": "Albumy", @@ -700,9 +706,9 @@ "people": "Ludzie" }, "fileflows": { - "queue": "Kolejka", - "processing": "Przetwarzane", - "processed": "Przetworzone", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Czas" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Udostępnione elementy" }, "kopia": { - "status": "Stan", + "status": "Status", "size": "Rozmiar", "lastrun": "Ostatnie uruchomienie", "nextrun": "Następne uruchomienie", - "failed": "Niepowodzenie" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktywni pracownicy", @@ -745,9 +751,9 @@ "targets_total": "Wszystkich Celi" }, "gatus": { - "up": "Działające", - "down": "Niedziałające", - "uptime": "Czas działania" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { "gross_percent_today": "Dzisiaj", @@ -767,27 +773,27 @@ }, "whatsupdocker": { "monitoring": "Monitoring", - "updates": "Aktualizacje" + "updates": "Updates" }, "calibreweb": { "books": "Książki", "authors": "Autorzy", "categories": "Kategorie", - "series": "Seriale" + "series": "Series" }, "jdownloader": { - "downloadCount": "Kolejka", - "downloadBytesRemaining": "Pozostało", - "downloadTotalBytes": "Rozmiar", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", "downloadSpeed": "Prędkość" }, "kavita": { - "seriesCount": "Seriale", + "seriesCount": "Series", "totalFiles": "Pliki" }, "azuredevops": { "result": "Wynik", - "status": "Stan", + "status": "Status", "buildId": "ID kompilacji", "succeeded": "Ukończono", "notStarted": "Nierozpoczęte", @@ -796,12 +802,12 @@ "inProgress": "W trakcie", "totalPrs": "Łącznie PRs", "myPrs": "Moje PRs", - "approved": "Zaakceptowane" + "approved": "Approved" }, "gamedig": { - "status": "Stan", - "online": "Dostępny", - "offline": "Nieosiągalny", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Nazwa", "map": "Mapa", "currentPlayers": "Gracze online", @@ -824,33 +830,33 @@ }, "openmediavault": { "downloading": "Pobieranie", - "total": "Całkowite", - "running": "Działa", - "stopped": "Zatrzymane", - "passed": "Powodzenie", - "failed": "Niepowodzenie" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Czas działania", + "uptime": "Uptime", "cpuLoad": "Śr. obciążenie CPU (5m)", - "up": "Dostępny", - "down": "Niedostępny", + "up": "Up", + "down": "Down", "bytesTx": "Przesłane", - "bytesRx": "Odebrane" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stan", - "uptime": "Czas działania", + "status": "Status", + "uptime": "Uptime", "lastDown": "Ostatni downtime", "downDuration": "Długość downtime'u", - "sitesUp": "Działające", - "sitesDown": "Niedziałające", - "paused": "Zatrzymane", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Nie sprawdzono", - "up": "Dostępny", + "up": "Up", "seemsdown": "Możliwe, że wyłączony", - "down": "Niedostępny", - "unknown": "Nieznany" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "W kinach", @@ -869,10 +875,10 @@ "totalfilesize": "Rozmiar całkowity" }, "mailcow": { - "domains": "Domeny", + "domains": "Domains", "mailboxes": "Skrzynki", "mails": "Poczta", - "storage": "Pamięć" + "storage": "Storage" }, "netdata": { "warnings": "Ostrzeżenia", @@ -881,12 +887,12 @@ "plantit": { "events": "Wydarzenia", "plants": "Rośliny", - "photos": "Zdjęcia", + "photos": "Photos", "species": "Gatunki" }, "gitea": { "notifications": "Powiadomienia", - "issues": "Zgłoszenia", + "issues": "Issues", "pulls": "Żądania Pull", "repositories": "Repozytoria" }, @@ -902,13 +908,13 @@ "galleries": "Galerie", "performers": "Artyści", "studios": "Studia", - "movies": "Filmy", - "tags": "Tagi", + "movies": "Movies", + "tags": "Tags", "oCount": "O Licznik" }, "tandoor": { - "users": "Użytkownicy", - "recipes": "Przepisy", + "users": "Users", + "recipes": "Recipes", "keywords": "Słowa kluczowe" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Z gwarancją", "locations": "Lokalizacje", "labels": "Etykiety", - "users": "Użytkownicy", + "users": "Users", "totalValue": "Wartość całkowita" }, "crowdsec": { - "alerts": "Alarmy", + "alerts": "Alerts", "bans": "Bany" }, "wgeasy": { - "connected": "Połączono", - "enabled": "Włączone", - "disabled": "Wyłączone", - "total": "Całkowite" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxy", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamery", - "uptime": "Czas działania", + "uptime": "Uptime", "version": "Wersja" }, "linkwarden": { - "links": "Łącza", + "links": "Zapisane linki", "collections": "Kolekcje", "tags": "Tagi" }, "zabbix": { "unclassified": "Niezaklasyfikowane", - "information": "Informacje", + "information": "Information", "warning": "Ostrzeżenie", "average": "Średnia", "high": "Wysokie", @@ -983,21 +989,21 @@ "name": "Nazwa", "address": "Adres", "last_seen": "Ostatnio dostępny", - "status": "Stan", - "online": "Dostępny", - "offline": "Nieosiągalny" + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { "name": "Nazwa", "systems": "Systemy", - "up": "Dostępny", - "down": "Niedostępny", - "paused": "Zatrzymane", - "pending": "Oczekiwane", - "status": "Stan", - "updated": "Zaktualizowane", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "Procesor", - "memory": "RAM", + "memory": "MEM", "disk": "Dysk", "network": "NET" }, @@ -1005,14 +1011,14 @@ "apps": "Aplikacje", "synced": "Synchronizowane", "outOfSync": "Bez synchronizacji", - "healthy": "Zdrowy", + "healthy": "Healthy", "degraded": "Zdegradowane", "progressing": "Postępujące", - "missing": "Brakujące", + "missing": "Missing", "suspended": "Zawieszone" }, "spoolman": { - "loading": "Wczytywanie" + "loading": "Loading" }, "gitlab": { "groups": "Grupy", @@ -1021,10 +1027,10 @@ "projects": "Projekty" }, "apcups": { - "status": "Stan", - "load": "Obciążenie", - "bcharge": "Stan baterii", - "timeleft": "Pozostało" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Zakładki", @@ -1035,11 +1041,11 @@ "tags": "Tagi" }, "slskd": { - "slskStatus": "Sieć", - "connected": "Połączono", - "disconnected": "Rozłączono", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Aktualizacja", - "update_yes": "Dostępne", + "update_yes": "Available", "update_no": "Aktualny", "downloads": "Pobieranie", "uploads": "Przesyłanie", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Serwery", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 55c4efcb6..35a8a30fb 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -61,9 +61,9 @@ "wlan_devices": "Dispositivos WLAN", "lan_users": "Utilizadores LAN", "wlan_users": "Utilizadores WLAN", - "up": "CIMA", + "up": "UP", "down": "Desligado", - "wait": "Por favor aguarde", + "wait": "Please wait", "empty_data": "Status de Subsistema Desconhecido" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Parcial" }, "ping": { - "error": "Erro", + "error": "Error", "ping": "Tempo de resposta", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Estado HTTP", - "error": "Erro", + "error": "Error", "response": "Resposta", "down": "Down", "up": "Up", - "not_available": "Não Disponível" + "not_available": "Not Available" }, "emby": { "playing": "A reproduzir", @@ -108,11 +108,11 @@ "songs": "Canções" }, "esphome": { - "offline": "Desligado", - "offline_alt": "Desligado", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", "total": "Total", - "unknown": "Desconhecido" + "unknown": "Unknown" }, "evcc": { "pv_power": "Produção", @@ -133,7 +133,7 @@ "unread": "Não lida" }, "fritzbox": { - "connectionStatus": "Estado", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Desconfigurado", "connectionStatusConnecting": "A conectar", "connectionStatusAuthenticating": "A Autenticar", @@ -141,7 +141,7 @@ "connectionStatusDisconnecting": "A Desconectar", "connectionStatusDisconnected": "Desconectado", "connectionStatusConnected": "Conectado", - "uptime": "Ligado", + "uptime": "Uptime", "maxDown": "Máx. de Descarga", "maxUp": "Max. de Envio", "down": "Down", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "A reproduzir", - "transcoding": "Transcodificação", - "bitrate": "Taxa de bits", - "no_active": "Sem streams ativas", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Verifique a conexão do Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Streams Activas", "albums": "Álbuns", - "movies": "Filmes", + "movies": "Movies", "tv": "Series de TV" }, "sabnzbd": { - "rate": "Taxa", + "rate": "Rate", "queue": "Fila", "timeleft": "Tempo Restante" }, "rutorrent": { "active": "Activo", - "upload": "Carregar", - "download": "Descarregar" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "qbittorrent": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "qnap": { "cpuUsage": "Utilização do CPU", @@ -223,44 +223,44 @@ "invalid": "Inválido" }, "deluge": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "‘Bytes’ de Acerto na Memória transitória", "cachemissbytes": "‘Bytes’ de Falha de Memória transitória" }, "downloadstation": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "sonarr": { "wanted": "Desejados", "queued": "Em fila de espera", - "series": "Séries", - "queue": "Fila", - "unknown": "Desconhecido" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Desejados", + "wanted": "Wanted", "missing": "Em falta", - "queued": "Em fila de espera", - "movies": "Filmes", - "queue": "Fila", - "unknown": "Desconhecido" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Desejados", - "queued": "Em fila de espera", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artistas" }, "readarr": { - "wanted": "Desejados", - "queued": "Em fila de espera", + "wanted": "Wanted", + "queued": "Queued", "books": "Livros" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponível" }, "jellyseerr": { - "pending": "Pendente", - "approved": "Aprovado", - "available": "Disponível" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Pendente", + "pending": "Pending", "processing": "A Processar", - "approved": "Aprovado", - "available": "Disponível" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Conectado", + "connected": "Connected", "new_devices": "Novos Dispositivos", "down_alerts": "Alertas de Falha" }, @@ -296,26 +296,26 @@ "gravity": "Gravidade" }, "adguard": { - "queries": "Consultas", - "blocked": "Bloqueado", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrado", "latency": "Latência" }, "speedtest": { - "upload": "Carregar", - "download": "Descarregar", - "ping": "Tempo de resposta" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "A correr", + "running": "Running", "stopped": "Parado", "total": "Total" }, "suwayomi": { - "download": "Descarregado", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Lido", - "unread": "Não lida", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Atrás" }, "technitium": { - "totalQueries": "Consultas", + "totalQueries": "Queries", "totalNoError": "Sucesso", "totalServerFailure": "Falhas", "totalNxDomain": "Domínios NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritário", "totalRecursive": "Recursivo", "totalCached": "Em Memória transitória", - "totalBlocked": "Bloqueado", + "totalBlocked": "Blocked", "totalDropped": "Perdidos", "totalClients": "Clientes" }, "tdarr": { - "queue": "Fila", + "queue": "Queue", "processed": "Processado", "errored": "Erro", "saved": "Guardado" @@ -359,8 +359,14 @@ "services": "Serviços", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Sem streams ativas", + "nothing_streaming": "No Active Streams", "please_wait": "Por Favor, Aguarde" }, "npm": { @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Aplicações", - "clients": "Clientes", + "clients": "Clients", "messages": "Mensagens" }, "prowlarr": { "enableIndexers": "Indexadores", "numberOfGrabs": "Agarrados", - "numberOfQueries": "Consultas", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Falhados", "numberOfFailQueries": "Pesquisas falhadas" }, "jackett": { "configured": "Configurado", - "errored": "Erro" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessões", "numConnections": "Conexões", "dataRelayed": "Retransmitido", - "transferRate": "Taxa" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Utilizadores", + "user_count": "Users", "status_count": "Postagens", "domain_count": "Domínios" }, "medusa": { - "wanted": "Desejados", - "queued": "Em fila de espera", - "series": "Séries" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Reprodutores", "version": "Versão", - "status": "Estado", + "status": "Status", "up": "Online", - "down": "Desligado" + "down": "Offline" }, "miniflux": { "read": "Lido", - "unread": "Não lida" + "unread": "Unread" }, "authentik": { - "users": "Utilizadores", + "users": "Users", "loginsLast24H": "Inícios de Sessão (24h)", "failedLoginsLast24H": "Inícios de Sessão Falhados (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Carga", - "wait": "Por favor aguarde", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Aviso", - "uptime": "CIMA", + "uptime": "UP", "total": "Total", - "free": "Livre", - "used": "Utilizado", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crítico", - "read": "Lido", + "read": "Read", "write": "Gravar", "gpu": "GPU", "mem": "Mem", @@ -455,7 +461,7 @@ "search": "Pesquisa", "custom": "Personalizado", "visit": "Visitar", - "url": "Endereço URL", + "url": "URL", "searchsuggestion": "Sugestão" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Maioritariamente Solarengo", "1-night": "Maioritariamente Limpo", "2-day": "Parcialmente Nublado", - "2-night": "Parcialmente Nublado", + "2-night": "Partly Cloudy", "3-day": "Nublado", - "3-night": "Nublado", + "3-night": "Cloudy", "45-day": "Nevoeiro", - "45-night": "Nevoeiro", - "48-day": "Nevoeiro", - "48-night": "Nevoeiro", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Aguaceiros", - "51-night": "Aguaceiros", + "51-night": "Light Drizzle", "53-day": "Chuvisco", - "53-night": "Chuvisco", + "53-night": "Drizzle", "55-day": "Aguaceiro Forte", - "55-night": "Aguaceiro Forte", + "55-night": "Heavy Drizzle", "56-day": "Granizo Leve", - "56-night": "Granizo Leve", + "56-night": "Light Freezing Drizzle", "57-day": "Granizo", - "57-night": "Granizo", + "57-night": "Freezing Drizzle", "61-day": "Chuva fraca", - "61-night": "Chuva fraca", + "61-night": "Light Rain", "63-day": "Chuva", - "63-night": "Chuva", + "63-night": "Rain", "65-day": "Chuva forte", - "65-night": "Chuva forte", + "65-night": "Heavy Rain", "66-day": "Granizo", - "66-night": "Granizo", - "67-day": "Granizo", - "67-night": "Granizo", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Neve fraca", - "71-night": "Neve fraca", + "71-night": "Light Snow", "73-day": "Neve", - "73-night": "Neve", + "73-night": "Snow", "75-day": "Neve forte", - "75-night": "Neve forte", + "75-night": "Heavy Snow", "77-day": "Grãos de Neve", - "77-night": "Grãos de Neve", + "77-night": "Snow Grains", "80-day": "Chuviscos Leves", - "80-night": "Chuviscos Leves", + "80-night": "Light Showers", "81-day": "Chuviscos", - "81-night": "Chuviscos", + "81-night": "Showers", "82-day": "Chuviscos fortes", - "82-night": "Chuviscos fortes", + "82-night": "Heavy Showers", "85-day": "Chuva de Neve", - "85-night": "Chuva de Neve", - "86-day": "Chuva de Neve", - "86-night": "Chuva de Neve", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Trovoada", - "95-night": "Trovoada", + "95-night": "Thunderstorm", "96-day": "Trovoada com granizo", - "96-night": "Trovoada com granizo", - "99-day": "Trovoada com granizo", - "99-night": "Trovoada com granizo" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistema", @@ -524,7 +530,7 @@ "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "Pendente", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "Em Período de Graça", "down": "Down", "paused": "Pausa", - "status": "Estado", + "status": "Status", "last_ping": "Ultimo Ping", "never": "Nenhum Ping ainda" }, @@ -543,26 +549,26 @@ "containers_failed": "Falhou" }, "autobrr": { - "approvedPushes": "Aprovado", + "approvedPushes": "Approved", "rejectedPushes": "Rejeitado", "filters": "Filtros", - "indexers": "Indexadores" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Fila", + "downloads": "Queue", "videos": "Vídeos", "channels": "Canais", "playlists": "Listas" }, "truenas": { "load": "Carga do sistema", - "uptime": "Ligado", - "alerts": "Alertas" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Velocidade", - "active": "Activo", - "queue": "Fila", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,21 +578,21 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Canais", + "channels": "Channels", "hd": "HD", "tunerCount": "Sintonizadores", "channelNumber": "Canal", "channelNetwork": "Rede", "signalStrength": "Potência", "signalQuality": "Qualidade", - "symbolQuality": "Qualidade", - "networkRate": "Taxa de bits", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Cliente" }, "scrutiny": { "passed": "Aprovado", - "failed": "Falhou", - "unknown": "Desconhecido" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Caixa de entrada", @@ -601,18 +607,18 @@ "low_battery": "Bateria Fraca" }, "nextdns": { - "wait": "Por Favor, Aguarde", + "wait": "Please Wait", "no_devices": "Nenhum Dado do Dispositivo Recebido" }, "mikrotik": { "cpuLoad": "Carga do CPU", "memoryUsed": "Memória Utilizada", - "uptime": "Ligado", + "uptime": "Uptime", "numberOfLeases": "Concessões" }, "xteve": { "streams_all": "Todos os Streams", - "streams_active": "Streams Activas", + "streams_active": "Active Streams", "streams_xepg": "Canais XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limite" }, "opnsense": { - "cpu": "Carga do CPU", + "cpu": "CPU Load", "memory": "Memória Ativa", "wanUpload": "Envio WAN", "wanDownload": "WAN Descarga" @@ -634,14 +640,14 @@ "layers": "Camadas" }, "octoprint": { - "printer_state": "Estado", + "printer_state": "Status", "temp_tool": "Temp. Ferramenta", "temp_bed": "Temp. Cama", "job_completion": "Conclusão" }, "cloudflared": { "origin_ip": "IP Origem", - "status": "Estado" + "status": "Status" }, "pfsense": { "load": "Carga Média", @@ -660,49 +666,49 @@ "memory_usage": "Memória" }, "immich": { - "users": "Utilizadores", + "users": "Users", "photos": "Fotos", - "videos": "Vídeos", + "videos": "Videos", "storage": "Armazenamento" }, "uptimekuma": { "up": "Sites no Ar", "down": "Sites Fora do Ar", - "uptime": "Ligado", + "uptime": "Uptime", "incident": "Incidente", - "m": "min" + "m": "m" }, "atsumeru": { - "series": "Séries", + "series": "Series", "archives": "Ficheiros", "chapters": "Capítulos", "categories": "Categorias" }, "komga": { "libraries": "Bibliotecas", - "series": "Séries", - "books": "Livros" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dias", - "uptime": "Ligado", - "volumeAvailable": "Disponível" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Séries", + "series": "Series", "issues": "Problemas", - "wanted": "Desejados" + "wanted": "Wanted" }, "photoprism": { - "albums": "Álbuns", - "photos": "Fotos", - "videos": "Vídeos", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Pessoas" }, "fileflows": { - "queue": "Fila", - "processing": "A Processar", - "processed": "Processado", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Hora" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Itens partilhados" }, "kopia": { - "status": "Estado", + "status": "Status", "size": "Tamanho", "lastrun": "Ultima Execução", "nextrun": "Próxima Execução", - "failed": "Falhou" + "failed": "Failed" }, "unmanic": { "active_workers": "Workers Ativos", @@ -745,20 +751,20 @@ "targets_total": "Total de Alvos" }, "gatus": { - "up": "Sites no Ar", - "down": "Sites Fora do Ar", - "uptime": "Ligado" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Hoje", + "gross_percent_today": "Today", "gross_percent_1y": "Um ano", "gross_percent_max": "Desde Sempre" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Livros", + "books": "Books", "podcastsDuration": "Duração", - "booksDuration": "Duração" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Pessoas em Casa", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "A monitorizar", - "updates": "Actualizações" + "updates": "Updates" }, "calibreweb": { - "books": "Livros", + "books": "Books", "authors": "Autores", - "categories": "Categorias", - "series": "Séries" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Fila", - "downloadBytesRemaining": "Restante", - "downloadTotalBytes": "Tamanho", - "downloadSpeed": "Velocidade" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Séries", - "totalFiles": "Ficheiros" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Resultado", - "status": "Estado", + "status": "Status", "buildId": "ID da compilação", "succeeded": "Bem sucedido", "notStarted": "Não Iniciado", - "failed": "Falhou", + "failed": "Failed", "canceled": "Cancelado", "inProgress": "Em progresso", "totalPrs": "Total de PRs", "myPrs": "Os Meus PRs", - "approved": "Aprovado" + "approved": "Approved" }, "gamedig": { - "status": "Estado", + "status": "Status", "online": "Online", - "offline": "Desligado", + "offline": "Offline", "name": "Nome", "map": "Mapa", "currentPlayers": "Jogadores actuais", - "players": "Reprodutores", + "players": "Players", "maxPlayers": "Máximo de Jogadores", "bots": "Bots", - "ping": "Tempo de resposta" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Receitas", - "users": "Utilizadores", - "categories": "Categorias", + "users": "Users", + "categories": "Categories", "tags": "Etiquetas" }, "openmediavault": { "downloading": "A descarregar", "total": "Total", - "running": "A correr", - "stopped": "Parado", - "passed": "Aprovado", - "failed": "Falhou" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Ligado", + "uptime": "Uptime", "cpuLoad": "Carga da CPU média (5m)", "up": "Up", "down": "Down", "bytesTx": "Transmitido", - "bytesRx": "Recebido" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Estado", - "uptime": "Ligado", + "status": "Status", + "uptime": "Uptime", "lastDown": "Última Inactividade", "downDuration": "Duração de Inactividade", - "sitesUp": "Sites no Ar", - "sitesDown": "Sites Fora do Ar", - "paused": "Pausa", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Ainda não verificado", "up": "Up", "seemsdown": "Parece em Baixo", "down": "Down", - "unknown": "Desconhecido" + "unknown": "Unknown" }, "calendar": { "inCinemas": "Em cinemas", @@ -869,10 +875,10 @@ "totalfilesize": "Tamanho Total" }, "mailcow": { - "domains": "Domínios", + "domains": "Domains", "mailboxes": "Caixas de Correio", "mails": "E-mails", - "storage": "Armazenamento" + "storage": "Storage" }, "netdata": { "warnings": "Avisos", @@ -881,12 +887,12 @@ "plantit": { "events": "Eventos", "plants": "Plantas", - "photos": "Fotos", + "photos": "Photos", "species": "Espécies" }, "gitea": { "notifications": "Notificações", - "issues": "Problemas", + "issues": "Issues", "pulls": "Solicitar pull", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galerias", "performers": "Artistas de palco", "studios": "Estúdios", - "movies": "Filmes", - "tags": "Etiquetas", + "movies": "Movies", + "tags": "Tags", "oCount": "Contagem de O's" }, "tandoor": { - "users": "Utilizadores", - "recipes": "Receitas", + "users": "Users", + "recipes": "Recipes", "keywords": "Palavras-chave" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "Com Garantia", "locations": "Localizações", "labels": "Etiquetas", - "users": "Utilizadores", + "users": "Users", "totalValue": "Valor Total" }, "crowdsec": { - "alerts": "Alertas", + "alerts": "Alerts", "bans": "Banidos" }, "wgeasy": { - "connected": "Conectado", - "enabled": "Activo", - "disabled": "Desabilitado", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -936,9 +942,9 @@ "banned": "Banido" }, "myspeed": { - "ping": "Tempo de resposta", - "download": "Descarregar", - "upload": "Carregar" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Acções", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Câmeras", - "uptime": "Ligado", - "version": "Versão" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Colecções", - "tags": "Etiquetas" + "tags": "Tags" }, "zabbix": { "unclassified": "Não Classificados", - "information": "Informação", + "information": "Information", "warning": "Avisos", "average": "Média", "high": "Elevado", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Nome", - "address": "Endereço", - "last_seen": "Última Vez Visto", - "status": "Estado", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", "online": "Online", - "offline": "Desligado" + "offline": "Offline" }, "beszel": { - "name": "Nome", + "name": "Name", "systems": "Systems", "up": "Up", "down": "Down", - "paused": "Pausa", - "pending": "Pendente", - "status": "Estado", - "updated": "Atualizado", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Saudável", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Em falta", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "A carregar" + "loading": "Loading" }, "gitlab": { "groups": "Groups", - "issues": "Problemas", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { - "status": "Estado", - "load": "Carga", - "bcharge": "Carga da bateria", - "timeleft": "Tempo Restante" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Etiquetas" + "tags": "Tags" }, "slskd": { - "slskStatus": "Rede", - "connected": "Conectado", - "disconnected": "Desconectado", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Disponível", - "update_no": "Atualizado", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Ficheiros" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Canções", - "movies": "Filmes", - "episodes": "Episódios", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Assinaturas", + "thisMonthlyCost": "Este mês", + "nextMonthlyCost": "Próximo mês", + "previousMonthlyCost": "Mês anterior", + "nextRenewingSubscription": "Próximo pagamento" } } diff --git a/public/locales/pt_BR/common.json b/public/locales/pt_BR/common.json index 5eac51298..d76863925 100644 --- a/public/locales/pt_BR/common.json +++ b/public/locales/pt_BR/common.json @@ -61,9 +61,9 @@ "wlan_devices": "Dispositivos WLAN", "lan_users": "Usuários de LAN", "wlan_users": "Usuários de WLAN", - "up": "ATIVO", + "up": "UP", "down": "Desligado", - "wait": "Por favor, aguarde", + "wait": "Please wait", "empty_data": "Status do Subsistema desconhecido" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Parcial" }, "ping": { - "error": "Erro", + "error": "Error", "ping": "Tempo de resposta", "down": "Inativo", "up": "Ativo", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Estado HTTP", - "error": "Erro", + "error": "Error", "response": "Resposta", - "down": "Inativo", - "up": "Ativo", - "not_available": "Não Disponível" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "A reproduzir", @@ -112,7 +112,7 @@ "offline_alt": "Offline", "online": "Disponível", "total": "Total", - "unknown": "Desconhecido" + "unknown": "Unknown" }, "evcc": { "pv_power": "Produção", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Desconectando", "connectionStatusDisconnected": "Desconectado", "connectionStatusConnected": "Conectado", - "uptime": "Ligado", + "uptime": "Uptime", "maxDown": "Tempo de inatividade máximo", "maxUp": "Máx. Acima", - "down": "Inativo", - "up": "Ativo", + "down": "Down", + "up": "Up", "received": "Recebido", "sent": "Enviado", "externalIPAddress": "IP Externo", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "A reproduzir", - "transcoding": "Transcodificação", - "bitrate": "Taxa de bits", - "no_active": "Sem Streams Ativos", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Verifique a conexão do Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Streams Ativas", "albums": "Álbuns", - "movies": "Filmes", + "movies": "Movies", "tv": "Series de TV" }, "sabnzbd": { - "rate": "Taxa", + "rate": "Rate", "queue": "Fila", "timeleft": "Tempo restante" }, "rutorrent": { "active": "Ativo", - "upload": "Carregar", - "download": "Descarregar" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "qbittorrent": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "qnap": { "cpuUsage": "Uso de CPU", @@ -223,44 +223,44 @@ "invalid": "Inválido" }, "deluge": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Bytes de Acerto de Cache", "cachemissbytes": "Bytes de Falha de Cache" }, "downloadstation": { - "download": "Descarregar", - "upload": "Carregar", + "download": "Download", + "upload": "Upload", "leech": "Leech", - "seed": "Semente" + "seed": "Seed" }, "sonarr": { "wanted": "Desejada", "queued": "Em fila", - "series": "Séries", - "queue": "Fila", - "unknown": "Desconhecido" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Desejada", + "wanted": "Wanted", "missing": "Faltando", - "queued": "Em fila", - "movies": "Filmes", - "queue": "Fila", - "unknown": "Desconhecido" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Desejada", - "queued": "Em fila", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artistas" }, "readarr": { - "wanted": "Desejada", - "queued": "Em fila", + "wanted": "Wanted", + "queued": "Queued", "books": "Livros" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponível" }, "jellyseerr": { - "pending": "Pendente", - "approved": "Aprovada", - "available": "Disponível" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Pendente", + "pending": "Pending", "processing": "Processando", - "approved": "Aprovada", - "available": "Disponível" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Conectado", + "connected": "Connected", "new_devices": "Novos dispositivos", "down_alerts": "Alertas de Inatividade" }, @@ -296,26 +296,26 @@ "gravity": "Gravidade" }, "adguard": { - "queries": "Consultas", - "blocked": "Bloqueado", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrado", "latency": "Latência" }, "speedtest": { - "upload": "Carregar", - "download": "Descarregar", - "ping": "Tempo de resposta" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Executando", + "running": "Running", "stopped": "Parado", "total": "Total" }, "suwayomi": { - "download": "Baixado", + "download": "Downloaded", "nondownload": "Não Baixado", - "read": "Lido", - "unread": "Não lida", + "read": "Read", + "unread": "Unread", "downloadedread": "Baixado e Lido", "downloadedunread": "Baixado e Não Lido", "nondownloadedread": "Não Baixado e Lido", @@ -336,7 +336,7 @@ "ago": "{{value}} Atrás" }, "technitium": { - "totalQueries": "Consultas", + "totalQueries": "Queries", "totalNoError": "Sucesso", "totalServerFailure": "Falhas", "totalNxDomain": "Domínios NX", @@ -344,12 +344,12 @@ "totalAuthoritative": "Autoritativo", "totalRecursive": "Recursivo", "totalCached": "Em cache", - "totalBlocked": "Bloqueado", + "totalBlocked": "Blocked", "totalDropped": "Perdidos", "totalClients": "Clientes" }, "tdarr": { - "queue": "Fila", + "queue": "Queue", "processed": "Processado", "errored": "Erro", "saved": "Guardado" @@ -359,8 +359,14 @@ "services": "Serviços", "middleware": "" }, + "trilium": { + "version": "Version", + "notesCount": "Notas", + "dbSize": "Tamanho do banco de dados", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Sem Streams Ativos", + "nothing_streaming": "No Active Streams", "please_wait": "Por favor, aguarde" }, "npm": { @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Aplicações", - "clients": "Clientes", + "clients": "Clients", "messages": "Mensagens" }, "prowlarr": { "enableIndexers": "Indexadores", "numberOfGrabs": "Agarrados", - "numberOfQueries": "Consultas", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Falhados", "numberOfFailQueries": "Pesquisas falhadas" }, "jackett": { "configured": "Configurado", - "errored": "Erro" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Sessões", "numConnections": "Conexões", "dataRelayed": "Retransmitido", - "transferRate": "Taxa" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Usuários", + "user_count": "Users", "status_count": "Postagens", "domain_count": "Domínios" }, "medusa": { - "wanted": "Desejada", - "queued": "Em fila", - "series": "Séries" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Reprodutores", "version": "Versão", "status": "Status", - "up": "Disponível", + "up": "Online", "down": "Offline" }, "miniflux": { "read": "Lido", - "unread": "Não lida" + "unread": "Unread" }, "authentik": { - "users": "Usuários", + "users": "Users", "loginsLast24H": "Inícios de sessão (24h)", "failedLoginsLast24H": "Inícios de sessão falhados (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Carga", - "wait": "Por favor, aguarde", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temperatura", "warn": "Aviso", - "uptime": "ATIVO", + "uptime": "UP", "total": "Total", - "free": "Livre", - "used": "Utilizado", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crítico", - "read": "Lido", + "read": "Read", "write": "Escrita", "gpu": "GPU", "mem": "Memória", @@ -455,7 +461,7 @@ "search": "Busca", "custom": "Personalizado", "visit": "Visitar", - "url": "Endereço URL", + "url": "URL", "searchsuggestion": "Sugestão" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Maioritariamente ensolarado", "1-night": "Maioritariamente Limpo", "2-day": "Parcialmente Nublado", - "2-night": "Parcialmente Nublado", + "2-night": "Partly Cloudy", "3-day": "Nublado", - "3-night": "Nublado", + "3-night": "Cloudy", "45-day": "Nevoeiro", - "45-night": "Nevoeiro", - "48-day": "Nevoeiro", - "48-night": "Nevoeiro", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Aguaceiros", - "51-night": "Aguaceiros", + "51-night": "Light Drizzle", "53-day": "Chuvisco", - "53-night": "Chuvisco", + "53-night": "Drizzle", "55-day": "Aguaceiro Forte", - "55-night": "Aguaceiro Forte", + "55-night": "Heavy Drizzle", "56-day": "Leve Garoa Congelante", - "56-night": "Leve Garoa Congelante", + "56-night": "Light Freezing Drizzle", "57-day": "Garoa Congelante", - "57-night": "Garoa Congelante", + "57-night": "Freezing Drizzle", "61-day": "Chuva fraca", - "61-night": "Chuva fraca", + "61-night": "Light Rain", "63-day": "Chuva", - "63-night": "Chuva", + "63-night": "Rain", "65-day": "Chuva forte", - "65-night": "Chuva forte", + "65-night": "Heavy Rain", "66-day": "Chuva Congelante", - "66-night": "Chuva Congelante", - "67-day": "Chuva Congelante", - "67-night": "Chuva Congelante", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Neve fraca", - "71-night": "Neve fraca", + "71-night": "Light Snow", "73-day": "Neve", - "73-night": "Neve", + "73-night": "Snow", "75-day": "Neve forte", - "75-night": "Neve forte", + "75-night": "Heavy Snow", "77-day": "Grãos de Neve", - "77-night": "Grãos de Neve", + "77-night": "Snow Grains", "80-day": "Neve fraca", - "80-night": "Neve fraca", + "80-night": "Light Showers", "81-day": "Chuviscos", - "81-night": "Chuviscos", + "81-night": "Showers", "82-day": "Chuviscos fortes", - "82-night": "Chuviscos fortes", + "82-night": "Heavy Showers", "85-day": "Precipitação de Neve", - "85-night": "Precipitação de Neve", - "86-day": "Precipitação de Neve", - "86-night": "Precipitação de Neve", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Trovoada", - "95-night": "Trovoada", + "95-night": "Thunderstorm", "96-day": "Trovoada com granizo", - "96-night": "Trovoada com granizo", - "99-day": "Trovoada com granizo", - "99-night": "Trovoada com granizo" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistema", @@ -523,15 +529,15 @@ "up_to_date": "Atualizado", "child_bridges": "Pontes Filhas", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Ativo", - "pending": "Pendente", - "down": "Inativo" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Novo", - "up": "Ativo", + "up": "Up", "grace": "Em Período Gratuito", - "down": "Inativo", + "down": "Down", "paused": "Pausado", "status": "Status", "last_ping": "Ultimo Ping", @@ -543,26 +549,26 @@ "containers_failed": "Falhou" }, "autobrr": { - "approvedPushes": "Aprovada", + "approvedPushes": "Approved", "rejectedPushes": "Rejeitado", "filters": "Filtros", - "indexers": "Indexadores" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Fila", + "downloads": "Queue", "videos": "Vídeos", "channels": "Canais", "playlists": "Listas" }, "truenas": { "load": "Carga do sistema", - "uptime": "Ligado", - "alerts": "Alertas" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Velocidade", - "active": "Ativo", - "queue": "Fila", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,21 +578,21 @@ "port_forwarded": "Porta Encaminhada" }, "hdhomerun": { - "channels": "Canais", + "channels": "Channels", "hd": "HD", "tunerCount": "Sintonizadores", "channelNumber": "Canal", "channelNetwork": "Rede", "signalStrength": "Potência", "signalQuality": "Qualidade", - "symbolQuality": "Qualidade", - "networkRate": "Taxa de bits", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Cliente" }, "scrutiny": { "passed": "Aprovado", - "failed": "Falhou", - "unknown": "Desconhecido" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Caixa de entrada", @@ -596,23 +602,23 @@ "battery_charge": "Carga da bateria", "ups_load": "Carga do UPS", "ups_status": "Estado UPS", - "online": "Disponível", + "online": "Online", "on_battery": "Na bateria", "low_battery": "Bateria Fraca" }, "nextdns": { - "wait": "Por favor, aguarde", + "wait": "Please Wait", "no_devices": "Nenhum dado do dispositivo recebido" }, "mikrotik": { "cpuLoad": "Carga do CPU", "memoryUsed": "Memória Utilizada", - "uptime": "Ligado", + "uptime": "Uptime", "numberOfLeases": "Concessões" }, "xteve": { "streams_all": "Todos os Streams", - "streams_active": "Streams Ativas", + "streams_active": "Active Streams", "streams_xepg": "Canais XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limite" }, "opnsense": { - "cpu": "Carga do CPU", + "cpu": "CPU Load", "memory": "Memória Ativa", "wanUpload": "Envio WAN", "wanDownload": "WAN Descarga" @@ -647,9 +653,9 @@ "load": "Carga Média", "memory": "Uso de memória", "wanStatus": "Estado WAN", - "up": "Ativo", - "down": "Inativo", - "temp": "Temperatura", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Uso do disco", "wanIP": "IP WAN" }, @@ -660,49 +666,49 @@ "memory_usage": "Memória" }, "immich": { - "users": "Usuários", + "users": "Users", "photos": "Fotos", - "videos": "Vídeos", + "videos": "Videos", "storage": "Armazenamento" }, "uptimekuma": { "up": "Sites no Ar", "down": "Sites Fora do Ar", - "uptime": "Ligado", + "uptime": "Uptime", "incident": "Incidente", "m": "m" }, "atsumeru": { - "series": "Séries", + "series": "Series", "archives": "Arquivos", "chapters": "Capítulos", "categories": "Categorias" }, "komga": { "libraries": "Bibliotecas", - "series": "Séries", - "books": "Livros" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dias", - "uptime": "Ligado", - "volumeAvailable": "Disponível" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Séries", + "series": "Series", "issues": "Problemas", - "wanted": "Desejada" + "wanted": "Wanted" }, "photoprism": { - "albums": "Álbuns", - "photos": "Fotos", - "videos": "Vídeos", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Pessoa" }, "fileflows": { - "queue": "Fila", - "processing": "Processando", - "processed": "Processado", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Hora" }, "firefly": { @@ -728,7 +734,7 @@ "size": "Tamanho", "lastrun": "Ultima Execução", "nextrun": "Próxima Execução", - "failed": "Falhou" + "failed": "Failed" }, "unmanic": { "active_workers": "Workers Ativos", @@ -745,20 +751,20 @@ "targets_total": "Total de Alvos" }, "gatus": { - "up": "Sites no Ar", - "down": "Sites Fora do Ar", - "uptime": "Ligado" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Hoje", + "gross_percent_today": "Today", "gross_percent_1y": "Um ano", "gross_percent_max": "Todo o tempo" }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Livros", + "books": "Books", "podcastsDuration": "Duração", - "booksDuration": "Duração" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Pessoas em Casa", @@ -767,23 +773,23 @@ }, "whatsupdocker": { "monitoring": "Monitorando", - "updates": "Atualizações" + "updates": "Updates" }, "calibreweb": { - "books": "Livros", + "books": "Books", "authors": "Autores", - "categories": "Categorias", - "series": "Séries" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Fila", - "downloadBytesRemaining": "Restante", - "downloadTotalBytes": "Tamanho", - "downloadSpeed": "Velocidade" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Séries", - "totalFiles": "Arquivos" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Resultado", @@ -791,24 +797,24 @@ "buildId": "ID Compilação", "succeeded": "Bem-sucedido", "notStarted": "Não iniciado", - "failed": "Falhou", + "failed": "Failed", "canceled": "Cancelado", "inProgress": "Em Progresso", "totalPrs": "Total de PRs", "myPrs": "Minhas PRs", - "approved": "Aprovada" + "approved": "Approved" }, "gamedig": { "status": "Status", - "online": "Disponível", + "online": "Online", "offline": "Offline", "name": "Nome", "map": "Mapa", "currentPlayers": "Jogadores atuais", - "players": "Reprodutores", + "players": "Players", "maxPlayers": "Número Máximo de Jogadores", "bots": "Robôs", - "ping": "Tempo de resposta" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Receitas", - "users": "Usuários", - "categories": "Categorias", + "users": "Users", + "categories": "Categories", "tags": "Marcadores" }, "openmediavault": { "downloading": "Baixando", "total": "Total", - "running": "Executando", - "stopped": "Parado", - "passed": "Aprovado", - "failed": "Falhou" + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Ligado", + "uptime": "Uptime", "cpuLoad": "Carga da CPU média (5m)", - "up": "Ativo", - "down": "Inativo", + "up": "Up", + "down": "Down", "bytesTx": "Transmitido", - "bytesRx": "Recebido" + "bytesRx": "Received" }, "uptimerobot": { "status": "Status", - "uptime": "Ligado", + "uptime": "Uptime", "lastDown": "Última inatividade", "downDuration": "Duração de inatividade", - "sitesUp": "Sites no Ar", - "sitesDown": "Sites Fora do Ar", - "paused": "Pausado", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Não conferidos ainda", - "up": "Ativo", + "up": "Up", "seemsdown": "Parece Desconectado", - "down": "Inativo", - "unknown": "Desconhecido" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "Nos cinemas", @@ -869,10 +875,10 @@ "totalfilesize": "Tamanho total" }, "mailcow": { - "domains": "Domínios", + "domains": "Domains", "mailboxes": "Caixas de e-mail", "mails": "Mensagens", - "storage": "Armazenamento" + "storage": "Storage" }, "netdata": { "warnings": "Alertas", @@ -881,12 +887,12 @@ "plantit": { "events": "Eventos", "plants": "Plantas", - "photos": "Fotos", + "photos": "Photos", "species": "Espécies" }, "gitea": { "notifications": "Notificações", - "issues": "Problemas", + "issues": "Issues", "pulls": "Solicitações de Envio", "repositories": "Repositórios" }, @@ -902,13 +908,13 @@ "galleries": "Galerias", "performers": "Atores", "studios": "Estúdios", - "movies": "Filmes", - "tags": "Marcadores", + "movies": "Movies", + "tags": "Tags", "oCount": "Contagem 0" }, "tandoor": { - "users": "Usuários", - "recipes": "Receitas", + "users": "Users", + "recipes": "Recipes", "keywords": "Palavras-chave" }, "homebox": { @@ -916,17 +922,17 @@ "totalWithWarranty": "Com Garantia", "locations": "Localização", "labels": "Rótulos", - "users": "Usuários", + "users": "Users", "totalValue": "Valor Total" }, "crowdsec": { - "alerts": "Alertas", + "alerts": "Alerts", "bans": "Banimentos" }, "wgeasy": { - "connected": "Conectado", - "enabled": "Ativo", - "disabled": "Desabilitado", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -936,9 +942,9 @@ "banned": "Banido" }, "myspeed": { - "ping": "Tempo de resposta", - "download": "Descarregar", - "upload": "Carregar" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Ações", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Câmeras", - "uptime": "Ligado", - "version": "Versão" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Coleções", - "tags": "Marcadores" + "tags": "Tags" }, "zabbix": { "unclassified": "Não classificado", - "information": "Informação", + "information": "Information", "warning": "Aviso", "average": "Médio", "high": "Alto", @@ -980,22 +986,22 @@ "tasksInProgress": "Tarefas em Andamento" }, "headscale": { - "name": "Nome", - "address": "Endereço", - "last_seen": "Visto por último", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", "status": "Status", - "online": "Disponível", + "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Nome", + "name": "Name", "systems": "Sistemas", - "up": "Ativo", - "down": "Inativo", - "paused": "Pausado", - "pending": "Pendente", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", "status": "Status", - "updated": "Atualizado", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disco", @@ -1005,26 +1011,26 @@ "apps": "Aplicativos", "synced": "Sincronizado", "outOfSync": "Fora de sincronia", - "healthy": "Saudável", + "healthy": "Healthy", "degraded": "Degradado", "progressing": "Progredindo", - "missing": "Faltando", + "missing": "Missing", "suspended": "Suspenso" }, "spoolman": { - "loading": "Carregando" + "loading": "Loading" }, "gitlab": { "groups": "Grupos", - "issues": "Problemas", + "issues": "Issues", "merges": "Solicitações de mesclagem", "projects": "Projetos" }, "apcups": { "status": "Status", - "load": "Carga", - "bcharge": "Carga da bateria", - "timeleft": "Tempo restante" + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Marcadores", @@ -1032,27 +1038,50 @@ "archived": "Arquivados", "highlights": "Destaques", "lists": "Listas", - "tags": "Marcadores" + "tags": "Tags" }, "slskd": { - "slskStatus": "Rede", - "connected": "Conectado", - "disconnected": "Desconectado", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Atualize", - "update_yes": "Disponível", - "update_no": "Atualizado", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Transferências", "uploads": "Envios", - "sharedFiles": "Arquivos" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Canções", - "movies": "Filmes", - "episodes": "Episódios", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Outro" }, "checkmk": { - "serviceErrors": "Service issues", - "hostErrors": "Host issues" + "serviceErrors": "Problemas de serviço", + "hostErrors": "Problemas do host" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index 1cb1301b2..6fe3ae445 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -63,14 +63,14 @@ "wlan_users": "Utilizatori WLAN", "up": "UP", "down": "Oprit", - "wait": "Va rugăm așteptați", + "wait": "Please wait", "empty_data": "Starea subsistemului este necunoscut" }, "docker": { "rx": "RX", "tx": "TX", "mem": "MEM", - "cpu": "Procesor", + "cpu": "CPU", "running": "Rulează", "offline": "Offline", "error": "Eroare", @@ -83,7 +83,7 @@ "partial": "Parțial" }, "ping": { - "error": "Eroare", + "error": "Error", "ping": "Ping", "down": "Jos", "up": "Sus", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "Stare HTTP", - "error": "Eroare", + "error": "Error", "response": "Răspuns", - "down": "Jos", - "up": "Sus", - "not_available": "Indisponibil" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Activ", @@ -112,7 +112,7 @@ "offline_alt": "Offline", "online": "Online", "total": "Total", - "unknown": "Necunoscut" + "unknown": "Unknown" }, "evcc": { "pv_power": "Producție", @@ -133,7 +133,7 @@ "unread": "Necitit" }, "fritzbox": { - "connectionStatus": "Stare", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Neconfigurat", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -144,8 +144,8 @@ "uptime": "Uptime", "maxDown": "Max. Down", "maxUp": "Max. Up", - "down": "Jos", - "up": "Sus", + "down": "Down", + "up": "Up", "received": "Primit", "sent": "Trimis", "externalIPAddress": "Ext. IP", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "Activ", - "transcoding": "Transcodare", - "bitrate": "Rata de biți", - "no_active": "Niciun stream activ", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -189,28 +189,28 @@ "plex": { "streams": "Fluxuri active", "albums": "Albume", - "movies": "Filme", + "movies": "Movies", "tv": "Seriale" }, "sabnzbd": { - "rate": "Rată", + "rate": "Rate", "queue": "Coadă", "timeleft": "Timp rămas" }, "rutorrent": { "active": "Activ", - "upload": "Încarcă", - "download": "Descarcă" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Descarcă", - "upload": "Încarcă", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "Descarcă", - "upload": "Încarcă", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Invalid" }, "deluge": { - "download": "Descarcă", - "upload": "Încarcă", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,34 +233,34 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Descarcă", - "upload": "Încarcă", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "sonarr": { "wanted": "Dorite", "queued": "În coadă", - "series": "Serie", - "queue": "Coadă", - "unknown": "Necunoscut" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Dorite", + "wanted": "Wanted", "missing": "Lipsește", - "queued": "În coadă", - "movies": "Filme", - "queue": "Coadă", - "unknown": "Necunoscut" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Dorite", - "queued": "În coadă", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artiști" }, "readarr": { - "wanted": "Dorite", - "queued": "În coadă", + "wanted": "Wanted", + "queued": "Queued", "books": "Cărți" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Disponibile" }, "jellyseerr": { - "pending": "În așteptare", - "approved": "Aprobate", - "available": "Disponibile" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "În așteptare", + "pending": "Pending", "processing": "Procesare", - "approved": "Aprobate", - "available": "Disponibile" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", - "connected": "Conectat", + "connected": "Connected", "new_devices": "Dispozitive Noi", "down_alerts": "Down Alerts" }, @@ -296,26 +296,26 @@ "gravity": "Gravitație" }, "adguard": { - "queries": "Cereri", - "blocked": "Blocate", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrate", "latency": "Latentă" }, "speedtest": { - "upload": "Încarcă", - "download": "Descarcă", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Rulează", + "running": "Running", "stopped": "Oprit", "total": "Total" }, "suwayomi": { - "download": "Descărcat", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", - "unread": "Necitit", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Ago" }, "technitium": { - "totalQueries": "Cereri", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursiv", "totalCached": "Cached", - "totalBlocked": "Blocate", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Clienți" }, "tdarr": { - "queue": "Coadă", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Salvat" @@ -359,8 +359,14 @@ "services": "Servicii", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Niciun stream activ", + "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" }, "npm": { @@ -377,13 +383,13 @@ }, "gotify": { "apps": "Aplicații", - "clients": "Clienți", + "clients": "Clients", "messages": "Mesaje" }, "prowlarr": { "enableIndexers": "Indexatori", "numberOfGrabs": "Descărcate", - "numberOfQueries": "Cereri", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Descărcări eșuate", "numberOfFailQueries": "Cereri eșuate" }, @@ -395,51 +401,51 @@ "numActiveSessions": "Sesiuni", "numConnections": "Conexiuni", "dataRelayed": "Retransmise", - "transferRate": "Rată" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Utilizatori", + "user_count": "Users", "status_count": "Postări", "domain_count": "Domenii" }, "medusa": { - "wanted": "Dorite", - "queued": "În coadă", - "series": "Serie" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Jucători", "version": "Versiune", - "status": "Stare", + "status": "Status", "up": "Online", "down": "Offline" }, "miniflux": { "read": "Read", - "unread": "Necitit" + "unread": "Unread" }, "authentik": { - "users": "Utilizatori", + "users": "Users", "loginsLast24H": "Autentificări (24h)", "failedLoginsLast24H": "Conectări eșuate (24h)" }, "proxmox": { "mem": "MEM", - "cpu": "Procesor", + "cpu": "CPU", "lxc": "Container", "vms": "Masini Virtuale" }, "glances": { - "cpu": "Procesor", - "load": "Sarcină", - "wait": "Va rugăm așteptați", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temperatură", "warn": "Warn", "uptime": "UP", "total": "Total", - "free": "Disponibili", - "used": "Utilizați", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -464,13 +470,13 @@ "1-day": "Aproape însorit", "1-night": "Aproape fără nori", "2-day": "Parţial Înnorat", - "2-night": "Parţial Înnorat", + "2-night": "Partly Cloudy", "3-day": "Înnorat", - "3-night": "Înnorat", + "3-night": "Cloudy", "45-day": "Ceaţă", - "45-night": "Ceaţă", - "48-day": "Ceaţă", - "48-night": "Ceaţă", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Light Drizzle", "51-night": "Light Drizzle", "53-day": "Drizzle", @@ -482,9 +488,9 @@ "57-day": "Freezing Drizzle", "57-night": "Freezing Drizzle", "61-day": "Ploaie Ușoară", - "61-night": "Ploaie Ușoară", + "61-night": "Light Rain", "63-day": "Ploaie", - "63-night": "Ploaie", + "63-night": "Rain", "65-day": "Heavy Rain", "65-night": "Heavy Rain", "66-day": "Freezing Rain", @@ -523,17 +529,17 @@ "up_to_date": "Actualizat", "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Sus", - "pending": "În așteptare", - "down": "Jos" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nou", - "up": "Sus", + "up": "Up", "grace": "In Grace Period", - "down": "Jos", + "down": "Down", "paused": "Pauză", - "status": "Stare", + "status": "Status", "last_ping": "Ultimul Ping", "never": "No pings yet" }, @@ -543,13 +549,13 @@ "containers_failed": "Eșuat" }, "autobrr": { - "approvedPushes": "Aprobate", + "approvedPushes": "Approved", "rejectedPushes": "Respinse", "filters": "Filtre", - "indexers": "Indexatori" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Coadă", + "downloads": "Queue", "videos": "Videos", "channels": "Canale", "playlists": "Playlists" @@ -557,12 +563,12 @@ "truenas": { "load": "System Load", "uptime": "Uptime", - "alerts": "Alerte" + "alerts": "Alerts" }, "pyload": { "speed": "Viteză", - "active": "Activ", - "queue": "Coadă", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -572,21 +578,21 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Canale", + "channels": "Channels", "hd": "HD", "tunerCount": "Tunere", "channelNumber": "Canal", "channelNetwork": "Rețea", "signalStrength": "Putere", "signalQuality": "Calitate", - "symbolQuality": "Calitate", - "networkRate": "Rata de biți", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passed", - "failed": "Eșuat", - "unknown": "Necunoscut" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "All Streams", - "streams_active": "Fluxuri active", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -634,33 +640,33 @@ "layers": "Straturi" }, "octoprint": { - "printer_state": "Stare", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Stare" + "status": "Status" }, "pfsense": { "load": "Load Avg", "memory": "Mem Usage", "wanStatus": "WAN Status", - "up": "Sus", - "down": "Jos", - "temp": "Temperatură", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Utilizare Disc", "wanIP": "WAN IP" }, "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "Failed Tasks 24h", - "cpu_usage": "Procesor", + "cpu_usage": "CPU", "memory_usage": "Memorie" }, "immich": { - "users": "Utilizatori", + "users": "Users", "photos": "Fotografii", "videos": "Videos", "storage": "Storage" @@ -673,35 +679,35 @@ "m": "m" }, "atsumeru": { - "series": "Serie", + "series": "Series", "archives": "Arhive", "chapters": "Chapters", "categories": "Categorii" }, "komga": { "libraries": "Biblioteci", - "series": "Serie", - "books": "Cărți" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Zile", + "days": "Days", "uptime": "Uptime", - "volumeAvailable": "Disponibile" + "volumeAvailable": "Available" }, "mylar": { - "series": "Serie", + "series": "Series", "issues": "Issues", - "wanted": "Dorite" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albume", - "photos": "Fotografii", + "albums": "Albums", + "photos": "Photos", "videos": "Videos", "people": "Oameni" }, "fileflows": { - "queue": "Coadă", - "processing": "Procesare", + "queue": "Queue", + "processing": "Processing", "processed": "Processed", "time": "Timp" }, @@ -724,11 +730,11 @@ "numshares": "Articole Partajate" }, "kopia": { - "status": "Stare", + "status": "Status", "size": "Mărime", "lastrun": "Ultima Rulare", "nextrun": "Următoarea Rulare", - "failed": "Eșuat" + "failed": "Failed" }, "unmanic": { "active_workers": "Muncitori activi", @@ -750,15 +756,15 @@ "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Astăzi", + "gross_percent_today": "Today", "gross_percent_1y": "Un an", "gross_percent_max": "Tot timpul" }, "audiobookshelf": { "podcasts": "Podcasturi", - "books": "Cărți", + "books": "Books", "podcastsDuration": "Durată", - "booksDuration": "Durată" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "People Home", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Monitoring", - "updates": "Actualizări" + "updates": "Updates" }, "calibreweb": { - "books": "Cărți", + "books": "Books", "authors": "Autori", - "categories": "Categorii", - "series": "Serie" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Coadă", - "downloadBytesRemaining": "Rămas", - "downloadTotalBytes": "Mărime", - "downloadSpeed": "Viteză" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serie", - "totalFiles": "Fișiere" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Rezultat", - "status": "Stare", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", - "failed": "Eșuat", + "failed": "Failed", "canceled": "Anulat", "inProgress": "În Progres", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Aprobate" + "approved": "Approved" }, "gamedig": { - "status": "Stare", + "status": "Status", "online": "Online", "offline": "Offline", "name": "Nume", "map": "Hartă", "currentPlayers": "Current players", - "players": "Jucători", + "players": "Players", "maxPlayers": "Max players", "bots": "Boți", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recipes", - "users": "Utilizatori", - "categories": "Categorii", + "users": "Users", + "categories": "Categories", "tags": "Etichete" }, "openmediavault": { "downloading": "Downloading", "total": "Total", - "running": "Rulează", - "stopped": "Oprit", + "running": "Running", + "stopped": "Stopped", "passed": "Passed", - "failed": "Eșuat" + "failed": "Failed" }, "openwrt": { "uptime": "Uptime", "cpuLoad": "CPU Load Avg (5m)", - "up": "Sus", - "down": "Jos", + "up": "Up", + "down": "Down", "bytesTx": "Transmis", - "bytesRx": "Primit" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stare", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", "sitesUp": "Sites Up", "sitesDown": "Sites Down", - "paused": "Pauză", + "paused": "Paused", "notyetchecked": "Not Yet Checked", - "up": "Sus", + "up": "Up", "seemsdown": "Seems Down", - "down": "Jos", - "unknown": "Necunoscut" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "În cinematografe", @@ -869,7 +875,7 @@ "totalfilesize": "Mărime Totală" }, "mailcow": { - "domains": "Domenii", + "domains": "Domains", "mailboxes": "Cutii poştale", "mails": "Mails", "storage": "Storage" @@ -881,7 +887,7 @@ "plantit": { "events": "Evenimente", "plants": "Plante", - "photos": "Fotografii", + "photos": "Photos", "species": "Specii" }, "gitea": { @@ -902,12 +908,12 @@ "galleries": "Galerii", "performers": "Performers", "studios": "Studios", - "movies": "Filme", - "tags": "Etichete", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Utilizatori", + "users": "Users", "recipes": "Recipes", "keywords": "Cuvinte cheie" }, @@ -916,17 +922,17 @@ "totalWithWarranty": "Cu Garanție", "locations": "Locaţii", "labels": "Etichete", - "users": "Utilizatori", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { - "alerts": "Alerte", + "alerts": "Alerts", "bans": "Bans" }, "wgeasy": { - "connected": "Conectat", - "enabled": "Activat", - "disabled": "Dezactivat", + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Descarcă", - "upload": "Încarcă" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Acțiuni", @@ -950,16 +956,16 @@ "frigate": { "cameras": "Camere", "uptime": "Uptime", - "version": "Versiune" + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Colecții", - "tags": "Etichete" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informație", + "information": "Information", "warning": "Atenție", "average": "Medie", "high": "Înalt", @@ -980,23 +986,23 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Nume", - "address": "Adresă", + "name": "Name", + "address": "Address", "last_seen": "Last Seen", - "status": "Stare", + "status": "Status", "online": "Online", "offline": "Offline" }, "beszel": { - "name": "Nume", + "name": "Name", "systems": "Sistem", - "up": "Sus", - "down": "Jos", - "paused": "Pauză", - "pending": "În așteptare", - "status": "Stare", - "updated": "Actualizat", - "cpu": "Procesor", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", "memory": "MEM", "disk": "Disk", "network": "NET" @@ -1005,10 +1011,10 @@ "apps": "Aplicaţii", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Sănătos", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Lipsește", + "missing": "Missing", "suspended": "Suspendat" }, "spoolman": { @@ -1021,10 +1027,10 @@ "projects": "Proiecte" }, "apcups": { - "status": "Stare", - "load": "Sarcină", - "bcharge": "Încărcare Baterie", - "timeleft": "Timp rămas" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Marcaje", @@ -1032,27 +1038,50 @@ "archived": "Arhivat", "highlights": "Highlights", "lists": "Liste", - "tags": "Etichete" + "tags": "Tags" }, "slskd": { - "slskStatus": "Rețea", - "connected": "Conectat", - "disconnected": "Deconectat", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Disponibile", - "update_no": "Actualizat", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Fișiere" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Melodii", - "movies": "Filme", - "episodes": "Episoade", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Altele" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 659030189..07395970a 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -61,7 +61,7 @@ "wlan_devices": "WLAN устройства", "lan_users": "LAN пользователи", "wlan_users": "WLAN пользователи", - "up": "Онлайн", + "up": "В сети", "down": "Скачивание", "wait": "Пожалуйста, подождите", "empty_data": "Статус подсистемы неизвестен" @@ -69,7 +69,7 @@ "docker": { "rx": "RX", "tx": "TX", - "mem": "ОЗУ", + "mem": "Память", "cpu": "ЦП", "running": "Запущено", "offline": "Не в сети", @@ -93,8 +93,8 @@ "http_status": "HTTP статус", "error": "Ошибка", "response": "Ответ", - "down": "Офлайн", - "up": "Онлайн", + "down": "Не в сети", + "up": "В сети", "not_available": "Недоступен" }, "emby": { @@ -112,7 +112,7 @@ "offline_alt": "Не в сети", "online": "В сети", "total": "Всего", - "unknown": "Неизвестен" + "unknown": "Неизвестно" }, "evcc": { "pv_power": "Прод", @@ -144,8 +144,8 @@ "uptime": "Время работы", "maxDown": "Макс. Загрузка", "maxUp": "Макс. Отдача", - "down": "Офлайн", - "up": "Онлайн", + "down": "Не в сети", + "up": "В сети", "received": "Получено", "sent": "Отправлено", "externalIPAddress": "Внеш. IP", @@ -168,10 +168,10 @@ "passes": "Пропущено" }, "tautulli": { - "playing": "Воспроизводится", - "transcoding": "Перекодирование", + "playing": "Играет", + "transcoding": "Транскодируется", "bitrate": "Битрейт", - "no_active": "Нет активных потоков", + "no_active": "Нет активных стримов", "plex_connection_error": "Проверка соединения Plex" }, "omada": { @@ -193,7 +193,7 @@ "tv": "Сериалы" }, "sabnzbd": { - "rate": "Скорость", + "rate": "Rate", "queue": "Очередь", "timeleft": "Осталось" }, @@ -243,23 +243,23 @@ "queued": "В очереди", "series": "Серии", "queue": "Очередь", - "unknown": "Неизвестен" + "unknown": "Неизвестно" }, "radarr": { - "wanted": "Розыск", + "wanted": "Требуется", "missing": "Отсутствует", "queued": "В очереди", "movies": "Фильмы", "queue": "Очередь", - "unknown": "Неизвестен" + "unknown": "Неизвестно" }, "lidarr": { - "wanted": "Розыск", + "wanted": "Требуется", "queued": "В очереди", "artists": "Исполнители" }, "readarr": { - "wanted": "Розыск", + "wanted": "Требуется", "queued": "В очереди", "books": "Книги" }, @@ -273,12 +273,12 @@ "available": "Доступно" }, "jellyseerr": { - "pending": "В обработке", + "pending": "Ожидают", "approved": "Одобрено", "available": "Доступно" }, "overseerr": { - "pending": "В обработке", + "pending": "Ожидают", "processing": "В процессе", "approved": "Одобрено", "available": "Доступно" @@ -359,8 +359,14 @@ "services": "Сервисы", "middleware": "Связующее ПО" }, + "trilium": { + "version": "Версия", + "notesCount": "Заметки", + "dbSize": "Размер БД", + "unknown": "Неизвестно" + }, "navidrome": { - "nothing_streaming": "Нет активных потоков", + "nothing_streaming": "Нет активных стримов", "please_wait": "Пожалуйста, подождите" }, "npm": { @@ -395,7 +401,7 @@ "numActiveSessions": "Сессии", "numConnections": "Соединения", "dataRelayed": "Ретранслировано", - "transferRate": "Скорость" + "transferRate": "Rate" }, "mastodon": { "user_count": "Пользователи", @@ -403,7 +409,7 @@ "domain_count": "Домены" }, "medusa": { - "wanted": "Розыск", + "wanted": "Требуется", "queued": "В очереди", "series": "Серии" }, @@ -424,7 +430,7 @@ "failedLoginsLast24H": "Неудачные входы (24ч)" }, "proxmox": { - "mem": "ОЗУ", + "mem": "Память", "cpu": "ЦП", "lxc": "LXC", "vms": "Виртуальные машины" @@ -436,14 +442,14 @@ "temp": "Температура", "_temp": "Температура", "warn": "Предупреждение", - "uptime": "Онлайн", + "uptime": "Время работы", "total": "Всего", "free": "Свободно", "used": "Использовано", - "days": "дней", - "hours": "час", + "days": "д", + "hours": "ч", "crit": "Крит", - "read": "Прочитано", + "read": "Чтение", "write": "Запись", "gpu": "ГП", "mem": "ОЗУ", @@ -455,7 +461,7 @@ "search": "Поиск", "custom": "Пользовательский", "visit": "Посетите", - "url": "Ссылка", + "url": "URL", "searchsuggestion": "Предложение" }, "wmo": { @@ -472,15 +478,15 @@ "48-day": "Туманно", "48-night": "Туманно", "51-day": "Легкая морось", - "51-night": "Легкая морось", + "51-night": "Легкая изморось", "53-day": "Морось", - "53-night": "Морось", + "53-night": "Изморось", "55-day": "Сильная морось", - "55-night": "Сильная морось", + "55-night": "Сильная изморось", "56-day": "Легкая морозная морось", - "56-night": "Легкая морозная морось", + "56-night": "Легкая морозная изморось", "57-day": "Морозная морось", - "57-night": "Морозная морось", + "57-night": "Морозная изморось", "61-day": "Слабый дождь", "61-night": "Слабый дождь", "63-day": "Дождь", @@ -488,9 +494,9 @@ "65-day": "Сильный дождь", "65-night": "Сильный дождь", "66-day": "Град", - "66-night": "Град", - "67-day": "Град", - "67-night": "Град", + "66-night": "Ледяной дождь", + "67-day": "Ледяной дождь", + "67-night": "Ледяной дождь", "71-day": "Легкий снег", "71-night": "Легкий снег", "73-day": "Снег", @@ -500,15 +506,15 @@ "77-day": "Снежная крупа", "77-night": "Снежная крупа", "80-day": "Лёгкие ливни", - "80-night": "Лёгкие ливни", + "80-night": "Легкие ливни", "81-day": "Ливни", "81-night": "Ливни", "82-day": "Сильные ливни", "82-night": "Сильные ливни", "85-day": "Снегопады", - "85-night": "Снегопады", - "86-day": "Снегопады", - "86-night": "Снегопады", + "85-night": "Снегопад", + "86-day": "Снегопад", + "86-night": "Снегопад", "95-day": "Гроза", "95-night": "Гроза", "96-day": "Гроза с градом", @@ -523,15 +529,15 @@ "up_to_date": "Последняя версия", "child_bridges": "Дочерние мосты", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Онлайн", - "pending": "В обработке", - "down": "Офлайн" + "up": "В сети", + "pending": "Ожидают", + "down": "Не в сети" }, "healthchecks": { "new": "Новый", - "up": "Онлайн", + "up": "В сети", "grace": "Пробный период", - "down": "Офлайн", + "down": "Не в сети", "paused": "Приостановлено", "status": "Статус", "last_ping": "Последний пинг", @@ -557,7 +563,7 @@ "truenas": { "load": "Нагрузка системы", "uptime": "Время работы", - "alerts": "Предупреждения" + "alerts": "Оповещения" }, "pyload": { "speed": "Скорость", @@ -586,7 +592,7 @@ "scrutiny": { "passed": "Успешно", "failed": "Провалено", - "unknown": "Неизвестен" + "unknown": "Неизвестно" }, "paperlessngx": { "inbox": "Входящие", @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "Все потоки", - "streams_active": "Активные потоки", + "streams_active": "Активные стримы", "streams_xepg": "Каналы XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Лимит" }, "opnsense": { - "cpu": "Загрузка ЦПУ", + "cpu": "ЦП", "memory": "Активно ОЗУ", "wanUpload": "WAN Загрузка", "wanDownload": "WAN скачивание" @@ -647,8 +653,8 @@ "load": "Средняя нагрузка", "memory": "Использование ОЗУ", "wanStatus": "Статус WAN", - "up": "Онлайн", - "down": "Офлайн", + "up": "В сети", + "down": "Не в сети", "temp": "Температура", "disk": "Использование диска", "wanIP": "WAN IP" @@ -670,7 +676,7 @@ "down": "Неактивные сайты", "uptime": "Время работы", "incident": "Происшествия", - "m": "мин" + "m": "м" }, "atsumeru": { "series": "Серии", @@ -691,7 +697,7 @@ "mylar": { "series": "Серии", "issues": "Вопросы", - "wanted": "Розыск" + "wanted": "Требуется" }, "photoprism": { "albums": "Альбомы", @@ -701,7 +707,7 @@ }, "fileflows": { "queue": "Очередь", - "processing": "В процессе", + "processing": "Обрабатывается", "processed": "Обработано", "time": "Время" }, @@ -805,7 +811,7 @@ "name": "Имя", "map": "Карта", "currentPlayers": "Текущее количество игроков", - "players": "Игроки", + "players": "Игроков", "maxPlayers": "Максимум игроков", "bots": "Ботов", "ping": "Пинг" @@ -833,8 +839,8 @@ "openwrt": { "uptime": "Время работы", "cpuLoad": "Средняя нагрузка ЦП (5м)", - "up": "Онлайн", - "down": "Офлайн", + "up": "В сети", + "down": "Не в сети", "bytesTx": "Передано", "bytesRx": "Получено" }, @@ -845,12 +851,12 @@ "downDuration": "Длительность падения", "sitesUp": "Активные сайты", "sitesDown": "Неактивные сайты", - "paused": "Приостановлено", + "paused": "Приостановлен", "notyetchecked": "Ещё не проверено", - "up": "Онлайн", + "up": "В сети", "seemsdown": "Кажется упал :с", - "down": "Офлайн", - "unknown": "Неизвестен" + "down": "Не в сети", + "unknown": "Неизвестно" }, "calendar": { "inCinemas": "В кинотеатрах", @@ -886,7 +892,7 @@ }, "gitea": { "notifications": "Уведомления", - "issues": "Вопросы", + "issues": "Проблемы", "pulls": "Запросы на слияние (Pull Request)", "repositories": "Репозитории" }, @@ -920,13 +926,13 @@ "totalValue": "Общая стоимость" }, "crowdsec": { - "alerts": "Предупреждения", + "alerts": "Оповещения", "bans": "Блокировки" }, "wgeasy": { "connected": "Подключено", "enabled": "Включено", - "disabled": "Выключено", + "disabled": "Отключено", "total": "Всего" }, "swagdashboard": { @@ -982,7 +988,7 @@ "headscale": { "name": "Имя", "address": "Адрес", - "last_seen": "Последнее посещение", + "last_seen": "Был в посл. раз", "status": "Статус", "online": "В сети", "offline": "Не в сети" @@ -990,14 +996,14 @@ "beszel": { "name": "Имя", "systems": "Системы", - "up": "Онлайн", - "down": "Офлайн", - "paused": "Приостановлено", - "pending": "В обработке", + "up": "В сети", + "down": "Не в сети", + "paused": "На паузе", + "pending": "Ожидают", "status": "Статус", - "updated": "Обновленно", + "updated": "Обновлено", "cpu": "ЦП", - "memory": "ОЗУ", + "memory": "Память", "disk": "Диск", "network": "Сеть" }, @@ -1005,24 +1011,24 @@ "apps": "Приложения", "synced": "Синхронизированные", "outOfSync": "Не синхронизированные", - "healthy": "Здоровый", + "healthy": "Healthy", "degraded": "Деградированные", "progressing": "Выполняются", "missing": "Отсутствует", "suspended": "Приостановленные" }, "spoolman": { - "loading": "Загрузка" + "loading": "Идет загрузка" }, "gitlab": { "groups": "Группы", - "issues": "Вопросы", + "issues": "Issues", "merges": "Мердж-реквесты", "projects": "Проекты" }, "apcups": { "status": "Статус", - "load": "Загрузка", + "load": "Нагрузка", "bcharge": "Заряд батареи", "timeleft": "Осталось" }, @@ -1040,7 +1046,7 @@ "disconnected": "Отключено", "updateStatus": "Обновление", "update_yes": "Доступно", - "update_no": "Последняя версия", + "update_no": "Актуально", "downloads": "Скачивания", "uploads": "Загрузки", "sharedFiles": "Файлов" @@ -1049,10 +1055,33 @@ "songs": "Песни", "movies": "Фильмы", "episodes": "Эпизоды", - "other": "Другой" + "other": "Другое" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Всего", + "running": "Запущено", + "stopped": "Остановлено", + "down": "Не в сети", + "unhealthy": "Unhealthy", + "unknown": "Неизвестно", + "servers": "Серверы", + "stacks": "Stacks", + "containers": "Контейнеры" + }, + "filebrowser": { + "available": "Доступно", + "used": "Использовано", + "total": "Всего" + }, + "wallos": { + "activeSubscriptions": "Подписки", + "thisMonthlyCost": "Этот месяц", + "nextMonthlyCost": "Следующий месяц", + "previousMonthlyCost": "Прошлый месяц", + "nextRenewingSubscription": "Следующая оплата" } } diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index c7ea748c9..9b551bb32 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -31,7 +31,7 @@ }, "weather": { "current": "Aktuálna poloha", - "allow": "Klikni pre povolenie", + "allow": "Kliknutím povolíte", "updating": "Prebieha aktualizácia", "wait": "Počkajte prosím" }, @@ -61,14 +61,14 @@ "wlan_devices": "Zariadenia WLAN", "lan_users": "Použ. LAN", "wlan_users": "Použ. WLAN", - "up": "BEŽÍ", + "up": "UP", "down": "NEBEŽÍ", - "wait": "Počkajte prosím", + "wait": "Please wait", "empty_data": "Stav podsystému neznámy" }, "docker": { - "rx": "RX", - "tx": "TX", + "rx": "Prijaté", + "tx": "Odoslané", "mem": "RAM", "cpu": "CPU", "running": "Beží", @@ -93,9 +93,9 @@ "http_status": "HTTP stavový kód", "error": "Chyba", "response": "Odpoveď", - "down": "Sťahovanie", - "up": "Nahrávanie", - "not_available": "Nedostupný" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Prehrávané", @@ -108,11 +108,11 @@ "songs": "Skladby" }, "esphome": { - "offline": "Nedostupný", - "offline_alt": "Nedostupný", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "Celkovo", - "unknown": "Neznáme" + "total": "Celkom", + "unknown": "Unknown" }, "evcc": { "pv_power": "Produkcia", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Odpájanie", "connectionStatusDisconnected": "Odpojené", "connectionStatusConnected": "Pripojené", - "uptime": "Prevádzka", + "uptime": "Uptime", "maxDown": "Max. sťahovanie", "maxUp": "Max. nahrávanie", - "down": "Sťahovanie", - "up": "Nahrávanie", + "down": "Down", + "up": "Up", "received": "Prijaté", "sent": "Odoslané", "externalIPAddress": "Ext. IP", @@ -168,10 +168,10 @@ "passes": "Odvysielané" }, "tautulli": { - "playing": "Prehrávané", - "transcoding": "Prekódovávané", - "bitrate": "Prenosová rýchlosť", - "no_active": "Žiadny aktívny stream", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Skontroluj spojenie s Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Aktívne vysielanie", "albums": "Albumy", - "movies": "Filmy", + "movies": "Movies", "tv": "Seriály" }, "sabnzbd": { - "rate": "Rýchlosť", + "rate": "Rate", "queue": "V poradí", "timeleft": "Zostávajúci čas" }, "rutorrent": { "active": "Aktívne", - "upload": "Nahrávanie", - "download": "Sťahovanie" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Sťahovanie", - "upload": "Nahrávanie", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Sťahovanie", - "upload": "Nahrávanie", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Využitie CPU", @@ -223,44 +223,44 @@ "invalid": "Neplatný" }, "deluge": { - "download": "Sťahovanie", - "upload": "Nahrávanie", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Cache Hit Bytes", "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "Sťahovanie", - "upload": "Nahrávanie", - "leech": "Leechované", - "seed": "Seedované" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Žiadané", "queued": "V poradí", - "series": "Seriály", - "queue": "V poradí", - "unknown": "Neznáme" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Žiadané", + "wanted": "Wanted", "missing": "Chýbajúce", - "queued": "V poradí", - "movies": "Filmy", - "queue": "V poradí", - "unknown": "Neznáme" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Žiadané", - "queued": "V poradí", + "wanted": "Wanted", + "queued": "Queued", "artists": "Interpreti" }, "readarr": { - "wanted": "Žiadané", - "queued": "V poradí", + "wanted": "Wanted", + "queued": "Queued", "books": "Knihy" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Dostupné" }, "jellyseerr": { - "pending": "Čakajúce", - "approved": "Schválené", - "available": "Dostupné" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Čakajúce", + "pending": "Pending", "processing": "Spracovávané", - "approved": "Schválené", - "available": "Dostupné" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Celkovo", - "connected": "Pripojené", + "total": "Total", + "connected": "Connected", "new_devices": "Nové zariadenia", "down_alerts": "Upozornenia o výpadkoch" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Dopyty", - "blocked": "Zablokované", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrované", "latency": "Odozva" }, "speedtest": { - "upload": "Nahrávanie", - "download": "Sťahovanie", - "ping": "Odozva" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Beží", + "running": "Running", "stopped": "Zastavené", - "total": "Celkovo" + "total": "Total" }, "suwayomi": { - "download": "Stiahnuté", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Prečítané", - "unread": "Neprečítané", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "Pred {{value}}" }, "technitium": { - "totalQueries": "Dopyty", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Zablokované", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klienti" }, "tdarr": { - "queue": "V poradí", + "queue": "Queue", "processed": "Spracované", "errored": "Chybné", "saved": "Uložené" @@ -359,14 +359,20 @@ "services": "Služby", "middleware": "Midlvér" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Žiadny aktívny stream", + "nothing_streaming": "No Active Streams", "please_wait": "Počkajte prosím" }, "npm": { "enabled": "Povolené", "disabled": "Zakázané", - "total": "Celkovo" + "total": "Total" }, "coinmarketcap": { "configure": "Nastavte jednu alebo viac kryptomien na sledovanie", @@ -383,67 +389,67 @@ "prowlarr": { "enableIndexers": "Indexery", "numberOfGrabs": "Zachytení", - "numberOfQueries": "Dopyty", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Neúspešné zachytenia", "numberOfFailQueries": "Neúspešné dopyty" }, "jackett": { "configured": "Nastavený", - "errored": "Chybné" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Relácie", "numConnections": "Spojenia", "dataRelayed": "Prenesené", - "transferRate": "Rýchlosť" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Používatelia", + "user_count": "Users", "status_count": "Príspevky", "domain_count": "Domény" }, "medusa": { - "wanted": "Žiadané", - "queued": "V poradí", - "series": "Seriály" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Hráči", "version": "Verzia", - "status": "Stav", + "status": "Status", "up": "Online", - "down": "Nedostupný" + "down": "Offline" }, "miniflux": { "read": "Prečítané", - "unread": "Neprečítané" + "unread": "Unread" }, "authentik": { - "users": "Používatelia", + "users": "Users", "loginsLast24H": "Prihlás. (24 hod.)", "failedLoginsLast24H": "Neúspešné prihlás. (24 hod.)" }, "proxmox": { - "mem": "RAM", + "mem": "MEM", "cpu": "CPU", "lxc": "LXC", "vms": "Virtuálne stroje" }, "glances": { "cpu": "CPU", - "load": "Záťaž", - "wait": "Počkajte prosím", - "temp": "TEPLOTA", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Teplota", "warn": "Upozornení", - "uptime": "BEŽÍ", - "total": "Celkovo", - "free": "Voľné", - "used": "Využité", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Kritické", - "read": "Prečítané", + "read": "Read", "write": "Zápis", "gpu": "GPU", "mem": "Pamäť", @@ -455,7 +461,7 @@ "search": "Hľadať", "custom": "Vlastné", "visit": "Navštíviť", - "url": "Odkaz", + "url": "URL", "searchsuggestion": "Návrh" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Prevažne slnečno", "1-night": "Prevažne jasno", "2-day": "Čiastočne zamračené", - "2-night": "Čiastočne zamračené", + "2-night": "Partly Cloudy", "3-day": "Oblačno", - "3-night": "Oblačno", + "3-night": "Cloudy", "45-day": "Hmlisto", - "45-night": "Hmlisto", - "48-day": "Hmlisto", - "48-night": "Hmlisto", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Mierne mrholenie", - "51-night": "Mierne mrholenie", + "51-night": "Light Drizzle", "53-day": "Mrholenie", - "53-night": "Mrholenie", + "53-night": "Drizzle", "55-day": "Silné mrholenie", - "55-night": "Silné mrholenie", + "55-night": "Heavy Drizzle", "56-day": "Mierne mrazivé mrholenie", - "56-night": "Mierne mrazivé mrholenie", + "56-night": "Light Freezing Drizzle", "57-day": "Mrazivé mrholenie", - "57-night": "Mrazivé mrholenie", + "57-night": "Freezing Drizzle", "61-day": "Slabý dážď", - "61-night": "Slabý dážď", + "61-night": "Light Rain", "63-day": "Dážď", - "63-night": "Dážď", + "63-night": "Rain", "65-day": "Silný dážď", - "65-night": "Silný dážď", + "65-night": "Heavy Rain", "66-day": "Mrazivý dážď", - "66-night": "Mrazivý dážď", - "67-day": "Mrazivý dážď", - "67-night": "Mrazivý dážď", + "66-night": "Mrznúci dážď", + "67-day": "Mrznúci dážď", + "67-night": "Mrznúci dážď", "71-day": "Mierne sneženie", - "71-night": "Mierne sneženie", + "71-night": "Light Snow", "73-day": "Sneženie", - "73-night": "Sneženie", + "73-night": "Snow", "75-day": "Silné sneženie", - "75-night": "Silné sneženie", + "75-night": "Heavy Snow", "77-day": "Snehové vločky", - "77-night": "Snehové vločky", + "77-night": "Snow Grains", "80-day": "Mierne prehánky", - "80-night": "Mierne prehánky", + "80-night": "Light Showers", "81-day": "Prehánky", - "81-night": "Prehánky", + "81-night": "Showers", "82-day": "Silné prehánky", - "82-night": "Silné prehánky", + "82-night": "Heavy Showers", "85-day": "Snehové prehánky", - "85-night": "Snehové prehánky", - "86-day": "Snehové prehánky", - "86-night": "Snehové prehánky", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Búrka", - "95-night": "Búrka", + "95-night": "Thunderstorm", "96-day": "Búrka s krupobitím", - "96-night": "Búrka s krupobitím", - "99-day": "Búrka s krupobitím", - "99-night": "Búrka s krupobitím" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Systém", @@ -523,17 +529,17 @@ "up_to_date": "Aktuálny", "child_bridges": "Podradené premostenia", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Nahrávanie", - "pending": "Čakajúce", - "down": "Sťahovanie" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nový", - "up": "Nahrávanie", + "up": "Up", "grace": "V dodatočnej lehote", - "down": "Sťahovanie", + "down": "Down", "paused": "Pozastavené", - "status": "Stav", + "status": "Status", "last_ping": "Poslendný ping", "never": "Zatiaľ žiadne ping-y" }, @@ -543,27 +549,27 @@ "containers_failed": "Zlyhané" }, "autobrr": { - "approvedPushes": "Schválené", + "approvedPushes": "Approved", "rejectedPushes": "Odmietnuté", "filters": "Filtre", - "indexers": "Indexery" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "V poradí", + "downloads": "Queue", "videos": "Videá", "channels": "Kanály", "playlists": "Playlisty" }, "truenas": { "load": "Záťaž systému", - "uptime": "Prevádzka", - "alerts": "Upozornenia" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Rýchlosť", - "active": "Aktívne", - "queue": "V poradí", - "total": "Celkovo" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Verejná IP", @@ -572,25 +578,25 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanály", + "channels": "Channels", "hd": "HD", "tunerCount": "Tunery", "channelNumber": "Kanál", "channelNetwork": "Sieť", "signalStrength": "Sila", "signalQuality": "Kvalita", - "symbolQuality": "Kvalita", - "networkRate": "Prenosová rýchlosť", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Klient" }, "scrutiny": { "passed": "Úspešný", - "failed": "Zlyhané", - "unknown": "Neznáme" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Schránka správ", - "total": "Celkovo" + "total": "Total" }, "peanut": { "battery_charge": "Nabitie batérie", @@ -601,18 +607,18 @@ "low_battery": "Slabá batéria" }, "nextdns": { - "wait": "Počkajte prosím", + "wait": "Please Wait", "no_devices": "Informácie o zariadení nezískané" }, "mikrotik": { "cpuLoad": "Využitie CPU", "memoryUsed": "Využitie pamäte", - "uptime": "Prevádzka", + "uptime": "Uptime", "numberOfLeases": "Pridelené adresy" }, "xteve": { "streams_all": "Všetky vysielania", - "streams_active": "Aktívne vysielanie", + "streams_active": "Active Streams", "streams_xepg": "XEPG kanály" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "Využitie CPU", + "cpu": "CPU Load", "memory": "Aktívna pamäť", "wanUpload": "WAN nahrávanie", "wanDownload": "WAN sťahovanie" @@ -634,22 +640,22 @@ "layers": "Vrstvy" }, "octoprint": { - "printer_state": "Stav", + "printer_state": "Status", "temp_tool": "Teplota extrudéra", "temp_bed": "Teplota podložky", "job_completion": "Priebeh" }, "cloudflared": { "origin_ip": "Zdrojová IP", - "status": "Stav" + "status": "Status" }, "pfsense": { "load": "Priemerné zaťaženie", "memory": "Využitie pamäte", "wanStatus": "Stav WAN", - "up": "Nahrávanie", - "down": "Sťahovanie", - "temp": "Teplota", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Využitie disku", "wanIP": "IP adresa WAN" }, @@ -660,49 +666,49 @@ "memory_usage": "Pamäť" }, "immich": { - "users": "Používatelia", + "users": "Users", "photos": "Fotografie", - "videos": "Videá", + "videos": "Videos", "storage": "Úložisko" }, "uptimekuma": { "up": "Weby dostupné", "down": "Weby nedostupné", - "uptime": "Prevádzka", + "uptime": "Uptime", "incident": "Udalosť", "m": "m" }, "atsumeru": { - "series": "Seriály", + "series": "Series", "archives": "Archívy", "chapters": "Kapitoly", "categories": "Kategórie" }, "komga": { "libraries": "Knižnice", - "series": "Seriály", - "books": "Knihy" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dní", - "uptime": "Prevádzka", - "volumeAvailable": "Dostupné" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Seriály", + "series": "Series", "issues": "Problémy", - "wanted": "Žiadané" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albumy", - "photos": "Fotografie", - "videos": "Videá", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Ľudia" }, "fileflows": { - "queue": "V poradí", - "processing": "Spracovávané", - "processed": "Spracované", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Čas" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Zdieľané položky" }, "kopia": { - "status": "Stav", + "status": "Status", "size": "Veľkosť", "lastrun": "Naposledy spustené", "nextrun": "Nasledujúce spustenie", - "failed": "Zlyhané" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktívne Worker-y", @@ -745,20 +751,20 @@ "targets_total": "Cieľov spolu" }, "gatus": { - "up": "Weby dostupné", - "down": "Weby nedostupné", - "uptime": "Prevádzka" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Dnes", + "gross_percent_today": "Today", "gross_percent_1y": "Jeden rok", "gross_percent_max": "Za celý čas" }, "audiobookshelf": { "podcasts": "Podcasty", - "books": "Knihy", + "books": "Books", "podcastsDuration": "Dĺžka", - "booksDuration": "Dĺžka" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Ľudia doma", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "Monitoring", - "updates": "Aktualizácie" + "updates": "Updates" }, "calibreweb": { - "books": "Knihy", + "books": "Books", "authors": "Autori", - "categories": "Kategórie", - "series": "Seriály" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "V poradí", - "downloadBytesRemaining": "Zostávajúce", - "downloadTotalBytes": "Veľkosť", - "downloadSpeed": "Rýchlosť" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Seriály", - "totalFiles": "Súborov" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Výsledok", - "status": "Stav", + "status": "Status", "buildId": "ID zostavy", "succeeded": "Úspešný", "notStarted": "Nespustený", - "failed": "Zlyhané", + "failed": "Failed", "canceled": "Zrušený", "inProgress": "Prebieha", "totalPrs": "Počet PR-ok", "myPrs": "Moje PR-ka", - "approved": "Schválené" + "approved": "Approved" }, "gamedig": { - "status": "Stav", + "status": "Status", "online": "Online", - "offline": "Nedostupný", + "offline": "Offline", "name": "Meno", "map": "Mapa", "currentPlayers": "Počet hráčov", - "players": "Hráči", + "players": "Players", "maxPlayers": "Maximálny počet hráčov", "bots": "Boti", - "ping": "Odozva" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recepty", - "users": "Používatelia", - "categories": "Kategórie", + "users": "Users", + "categories": "Categories", "tags": "Štítky" }, "openmediavault": { "downloading": "Sťahovanie", - "total": "Celkovo", - "running": "Beží", - "stopped": "Zastavené", - "passed": "Úspešný", - "failed": "Zlyhané" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Prevádzka", + "uptime": "Uptime", "cpuLoad": "Záťaž CPU priem. (5m)", - "up": "Nahrávanie", - "down": "Sťahovanie", + "up": "Up", + "down": "Down", "bytesTx": "Prenesených", - "bytesRx": "Prijaté" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stav", - "uptime": "Prevádzka", + "status": "Status", + "uptime": "Uptime", "lastDown": "Posledný čas nedostupnosti", "downDuration": "Trvanie nedostupnosti", - "sitesUp": "Weby dostupné", - "sitesDown": "Weby nedostupné", - "paused": "Pozastavené", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Neskontrolované", - "up": "Nahrávanie", + "up": "Up", "seemsdown": "Javí sa nedostupný", - "down": "Sťahovanie", - "unknown": "Neznáme" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "V kinách", @@ -869,10 +875,10 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "Domény", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", - "storage": "Úložisko" + "storage": "Storage" }, "netdata": { "warnings": "Upozornenia", @@ -881,12 +887,12 @@ "plantit": { "events": "Udalosti", "plants": "Rastliny", - "photos": "Fotografie", + "photos": "Photos", "species": "Druhy" }, "gitea": { "notifications": "Oznámenia", - "issues": "Problémy", + "issues": "Issues", "pulls": "Pull requesty", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galérie", "performers": "Herci", "studios": "Štúdiá", - "movies": "Filmy", - "tags": "Štítky", + "movies": "Movies", + "tags": "Tags", "oCount": "O Count" }, "tandoor": { - "users": "Používatelia", - "recipes": "Recepty", + "users": "Users", + "recipes": "Recipes", "keywords": "Kľúčové slová" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "So zárukou", "locations": "Umiestnenia", "labels": "Štítky", - "users": "Používatelia", + "users": "Users", "totalValue": "Celková hodnota" }, "crowdsec": { - "alerts": "Upozornenia", + "alerts": "Alerts", "bans": "Bany" }, "wgeasy": { - "connected": "Pripojené", - "enabled": "Povolené", - "disabled": "Zakázané", - "total": "Celkovo" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Zabanovaný" }, "myspeed": { - "ping": "Odozva", - "download": "Sťahovanie", - "upload": "Nahrávanie" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Cameras", - "uptime": "Prevádzka", - "version": "Verzia" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Links", "collections": "Collections", - "tags": "Štítky" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Informácia", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -980,24 +986,24 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "Meno", - "address": "Adresa", - "last_seen": "Naposledy videné", - "status": "Stav", + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", "online": "Online", - "offline": "Nedostupný" + "offline": "Offline" }, "beszel": { - "name": "Meno", + "name": "Name", "systems": "Systems", - "up": "Nahrávanie", - "down": "Sťahovanie", - "paused": "Pozastavené", - "pending": "Čakajúce", - "status": "Stav", - "updated": "Aktualizované", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", - "memory": "RAM", + "memory": "MEM", "disk": "Disk", "network": "NET" }, @@ -1005,10 +1011,10 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Zdravý", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Chýbajúce", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1016,15 +1022,15 @@ }, "gitlab": { "groups": "Groups", - "issues": "Problémy", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { - "status": "Stav", - "load": "Záťaž", - "bcharge": "Nabitie batérie", - "timeleft": "Zostávajúci čas" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Štítky" + "tags": "Tags" }, "slskd": { - "slskStatus": "Sieť", - "connected": "Pripojené", - "disconnected": "Odpojené", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Dostupné", - "update_no": "Aktuálny", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Súborov" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Skladby", - "movies": "Filmy", - "episodes": "Epizódy", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index a1af5e88a..0da1a32cf 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -61,9 +61,9 @@ "wlan_devices": "WLAN naprave", "lan_users": "LAN uporabniki", "wlan_users": "WLAN uporabniki", - "up": "Gor", + "up": "UP", "down": "DOL", - "wait": "Prosimo počakajte", + "wait": "Please wait", "empty_data": "Neznani status podsistema" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Delni" }, "ping": { - "error": "Napaka", + "error": "Error", "ping": "Ping", "down": "Nepovezan", "up": "Povezan", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "Napaka", + "error": "Error", "response": "Odgovor", - "down": "Nepovezan", - "up": "Povezan", - "not_available": "Ni na voljo" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Predvaja", @@ -108,11 +108,11 @@ "songs": "Pesmi" }, "esphome": { - "offline": "Ni povezan", - "offline_alt": "Ni povezan", + "offline": "Offline", + "offline_alt": "Offline", "online": "Na spletu", - "total": "Skupaj", - "unknown": "Neznano" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Proizvodnja", @@ -133,7 +133,7 @@ "unread": "Neprebrano" }, "fritzbox": { - "connectionStatus": "Stanje", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Nenastavljeno", "connectionStatusConnecting": "Se povezuje", "connectionStatusAuthenticating": "Avtentikacija", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Prekinitev", "connectionStatusDisconnected": "Prekinjeno", "connectionStatusConnected": "Povezan", - "uptime": "Čas delovanja", + "uptime": "Uptime", "maxDown": "Maks. dol", "maxUp": "Maks. gor", - "down": "Nepovezan", - "up": "Povezan", + "down": "Down", + "up": "Up", "received": "Prejeto", "sent": "Poslano", "externalIPAddress": "Zun. IP", @@ -168,10 +168,10 @@ "passes": "Prehodi" }, "tautulli": { - "playing": "Predvaja", - "transcoding": "Transkodira", - "bitrate": "Pasovna širina", - "no_active": "Ni aktivne vsebine", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Preveri Plex povezavo" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Aktivna vsebina", "albums": "Albumi", - "movies": "Filmi", + "movies": "Movies", "tv": "TV serije" }, "sabnzbd": { - "rate": "Razmerje", + "rate": "Rate", "queue": "Vrsta", "timeleft": "Preostali čas" }, "rutorrent": { "active": "Aktiven", - "upload": "Nalaganje", - "download": "Prenos" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Prenos", - "upload": "Nalaganje", - "leech": "Pijavka", - "seed": "Sejanje" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Prenos", - "upload": "Nalaganje", - "leech": "Pijavka", - "seed": "Sejanje" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU", @@ -223,44 +223,44 @@ "invalid": "Neveljavno" }, "deluge": { - "download": "Prenos", - "upload": "Nalaganje", - "leech": "Pijavka", - "seed": "Sejanje" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Predpomn. zadetki", "cachemissbytes": "Predpomn. zgrešeno" }, "downloadstation": { - "download": "Prenos", - "upload": "Nalaganje", - "leech": "Pijavka", - "seed": "Sejanje" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Iskano", "queued": "V vrsti", - "series": "Serije", - "queue": "Vrsta", - "unknown": "Neznano" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Iskano", + "wanted": "Wanted", "missing": "Manjka", - "queued": "V vrsti", - "movies": "Filmi", - "queue": "Vrsta", - "unknown": "Neznano" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Iskano", - "queued": "V vrsti", + "wanted": "Wanted", + "queued": "Queued", "artists": "Avtorji" }, "readarr": { - "wanted": "Iskano", - "queued": "V vrsti", + "wanted": "Wanted", + "queued": "Queued", "books": "Knjige" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Na voljo" }, "jellyseerr": { - "pending": "V teku", - "approved": "Odobreno", - "available": "Na voljo" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "V teku", + "pending": "Pending", "processing": "Procesiram", - "approved": "Odobreno", - "available": "Na voljo" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Skupaj", - "connected": "Povezan", + "total": "Total", + "connected": "Connected", "new_devices": "Nova naprave", "down_alerts": "Alarmi nedelovanja" }, @@ -296,26 +296,26 @@ "gravity": "Gravitacija" }, "adguard": { - "queries": "Poizvedbe", - "blocked": "Blokirano", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrirano", "latency": "Zakasnitev" }, "speedtest": { - "upload": "Nalaganje", - "download": "Prenos", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "Deluje", + "running": "Running", "stopped": "Ustavljen", - "total": "Skupaj" + "total": "Total" }, "suwayomi": { - "download": "Preneseno", + "download": "Downloaded", "nondownload": "Nepreneseno", - "read": "Prebrano", - "unread": "Neprebrano", + "read": "Read", + "unread": "Unread", "downloadedread": "Preneseno in prebrano", "downloadedunread": "Preneseno in neprebrano", "nondownloadedread": "Nepreneseno in prebrano", @@ -336,7 +336,7 @@ "ago": "{{value}} nazaj" }, "technitium": { - "totalQueries": "Poizvedbe", + "totalQueries": "Queries", "totalNoError": "Uspeh", "totalServerFailure": "Neuspehi", "totalNxDomain": "NX domene", @@ -344,12 +344,12 @@ "totalAuthoritative": "Avtoratitavno", "totalRecursive": "Rekurzivno", "totalCached": "Predpomnjeno", - "totalBlocked": "Blokirano", + "totalBlocked": "Blocked", "totalDropped": "Izpuščeno", "totalClients": "Klienti" }, "tdarr": { - "queue": "Vrsta", + "queue": "Queue", "processed": "Procesiran", "errored": "Z napako", "saved": "Shranjen" @@ -359,14 +359,20 @@ "services": "Servisi", "middleware": "Vmesna programska oprema" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Ni aktivne vsebine", + "nothing_streaming": "No Active Streams", "please_wait": "Prosim počakajte" }, "npm": { "enabled": "Omogočen", "disabled": "Onemogočen", - "total": "Skupaj" + "total": "Total" }, "coinmarketcap": { "configure": "Nastavite eno ali več kripto valut za sledenje", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Aplikacije", - "clients": "Klienti", + "clients": "Clients", "messages": "Sporočila" }, "prowlarr": { "enableIndexers": "Indekserji", "numberOfGrabs": "Zajemi", - "numberOfQueries": "Poizvedbe", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Neuspeš. zajem", "numberOfFailQueries": "Neuspeš. poizvedb" }, "jackett": { "configured": "Nastavljeno", - "errored": "Z napako" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Seje", "numConnections": "Povezave", "dataRelayed": "Preusmerjeno", - "transferRate": "Razmerje" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Uporabniki", + "user_count": "Users", "status_count": "Objave", "domain_count": "Domene" }, "medusa": { - "wanted": "Iskano", - "queued": "V vrsti", - "series": "Serije" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Igralci", "version": "Verzija", - "status": "Stanje", - "up": "Na spletu", - "down": "Ni povezan" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Prebrano", - "unread": "Neprebrano" + "unread": "Unread" }, "authentik": { - "users": "Uporabniki", + "users": "Users", "loginsLast24H": "Prijave (24h)", "failedLoginsLast24H": "Neveljavne prijave (24h)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Bremenitev", - "wait": "Prosimo počakajte", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Opoz.", - "uptime": "Gor", - "total": "Skupaj", - "free": "Prosto", - "used": "V uporabi", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", - "hours": "u", + "hours": "h", "crit": "Krit.", - "read": "Prebrano", + "read": "Read", "write": "Zapisano", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "Večinoma sončno", "1-night": "Večinoma jasno", "2-day": "Delno oblačno", - "2-night": "Delno oblačno", + "2-night": "Partly Cloudy", "3-day": "Oblačno", - "3-night": "Oblačno", + "3-night": "Cloudy", "45-day": "Megleno", - "45-night": "Megleno", - "48-day": "Megleno", - "48-night": "Megleno", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Rahlo rosenje", - "51-night": "Rahlo rosenje", + "51-night": "Light Drizzle", "53-day": "Rosenje", - "53-night": "Rosenje", + "53-night": "Drizzle", "55-day": "Močnejše rosenje", - "55-night": "Močnejše rosenje", + "55-night": "Heavy Drizzle", "56-day": "Lahko zmrzovano pršenje", - "56-night": "Lahko zmrzovano pršenje", + "56-night": "Light Freezing Drizzle", "57-day": "Zmrzovano pršenje", - "57-night": "Zmrzovano pršenje", + "57-night": "Freezing Drizzle", "61-day": "Rahel dež", - "61-night": "Rahel dež", + "61-night": "Light Rain", "63-day": "Dež", - "63-night": "Dež", + "63-night": "Rain", "65-day": "Močnejši dež", - "65-night": "Močnejši dež", + "65-night": "Heavy Rain", "66-day": "Zmrznjen dež", - "66-night": "Zmrznjen dež", - "67-day": "Zmrznjen dež", - "67-night": "Zmrznjen dež", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Rahlo sneženje", - "71-night": "Rahlo sneženje", + "71-night": "Light Snow", "73-day": "Sneg", - "73-night": "Sneg", + "73-night": "Snow", "75-day": "Močnejši sneg", - "75-night": "Močnejši sneg", + "75-night": "Heavy Snow", "77-day": "Snežna zrna", - "77-night": "Snežna zrna", + "77-night": "Snow Grains", "80-day": "Rahlo pršenje", - "80-night": "Rahlo pršenje", + "80-night": "Light Showers", "81-day": "Nalivi", - "81-night": "Nalivi", + "81-night": "Showers", "82-day": "Močnejši nalivi", - "82-night": "Močnejši nalivi", + "82-night": "Heavy Showers", "85-day": "Snežne plohe", - "85-night": "Snežne plohe", - "86-day": "Snežne plohe", - "86-night": "Snežne plohe", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Nevihta", - "95-night": "Nevihta", + "95-night": "Thunderstorm", "96-day": "Nevihta s točo", - "96-night": "Nevihta s točo", - "99-day": "Nevihta s točo", - "99-night": "Nevihta s točo" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistem", @@ -523,17 +529,17 @@ "up_to_date": "Posodobljeno", "child_bridges": "Otroški mostovi", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Povezan", - "pending": "V teku", - "down": "Nepovezan" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Nov", - "up": "Povezan", + "up": "Up", "grace": "V podaljšanem roku", - "down": "Nepovezan", + "down": "Down", "paused": "Pavziran", - "status": "Stanje", + "status": "Status", "last_ping": "Zadnji Ping", "never": "Še ni pinga" }, @@ -543,27 +549,27 @@ "containers_failed": "Neuspešno" }, "autobrr": { - "approvedPushes": "Odobreno", + "approvedPushes": "Approved", "rejectedPushes": "Zavrnjen", "filters": "Filtri", - "indexers": "Indekserji" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Vrsta", + "downloads": "Queue", "videos": "Videi", "channels": "Kanali", "playlists": "Seznami predvajanja" }, "truenas": { "load": "Obremenitev sistema", - "uptime": "Čas delovanja", - "alerts": "Opozorila" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Hitrost", - "active": "Aktiven", - "queue": "Vrsta", - "total": "Skupaj" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Javni IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanali", + "channels": "Channels", "hd": "HD", "tunerCount": "Sprejemniki", "channelNumber": "Kanal", "channelNetwork": "Omrežje", "signalStrength": "Moč", "signalQuality": "Kakovost", - "symbolQuality": "Kakovost", - "networkRate": "Pasovna širina", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Odjemalec" }, "scrutiny": { "passed": "Opravljeno", - "failed": "Neuspešno", - "unknown": "Neznano" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Prejeto", - "total": "Skupaj" + "total": "Total" }, "peanut": { "battery_charge": "Napolnjenost baterije", "ups_load": "UPS obremenitev", "ups_status": "UPS status", - "online": "Na spletu", + "online": "Online", "on_battery": "Na bateriji", "low_battery": "Prazna baterija" }, "nextdns": { - "wait": "Prosim počakajte", + "wait": "Please Wait", "no_devices": "Podatki o napravi niso prejeti" }, "mikrotik": { "cpuLoad": "CPU obremenitev", "memoryUsed": "Uporabljen spomin", - "uptime": "Čas delovanja", + "uptime": "Uptime", "numberOfLeases": "Najemi" }, "xteve": { "streams_all": "Vsi pretoki", - "streams_active": "Aktivna vsebina", + "streams_active": "Active Streams", "streams_xepg": "XEPG kanali" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "CPU obremenitev", + "cpu": "CPU Load", "memory": "Aktiven spomin", "wanUpload": "WAN naloženo", "wanDownload": "WAN prejeto" @@ -634,21 +640,21 @@ "layers": "Sloji" }, "octoprint": { - "printer_state": "Stanje", + "printer_state": "Status", "temp_tool": "Temperatura orodja", "temp_bed": "Temperatura postelje", "job_completion": "Končano" }, "cloudflared": { "origin_ip": "Izvorni IP", - "status": "Stanje" + "status": "Status" }, "pfsense": { "load": "Povp. obremenitev", "memory": "Poraba spomina", "wanStatus": "WAN status", - "up": "Povezan", - "down": "Nepovezan", + "up": "Up", + "down": "Down", "temp": "Temp", "disk": "Poraba diska", "wanIP": "WAN IP" @@ -660,49 +666,49 @@ "memory_usage": "Spomin" }, "immich": { - "users": "Uporabniki", + "users": "Users", "photos": "Slike", - "videos": "Videi", + "videos": "Videos", "storage": "Shramba" }, "uptimekuma": { "up": "Deluje", "down": "Ne deluje", - "uptime": "Čas delovanja", + "uptime": "Uptime", "incident": "Incident", "m": "m" }, "atsumeru": { - "series": "Serije", + "series": "Series", "archives": "Arhivi", "chapters": "Poglavja", "categories": "Kategorije" }, "komga": { "libraries": "Knjižnice", - "series": "Serije", - "books": "Knjige" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Dni", - "uptime": "Čas delovanja", - "volumeAvailable": "Na voljo" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Serije", + "series": "Series", "issues": "Težave", - "wanted": "Iskano" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albumi", - "photos": "Slike", - "videos": "Videi", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Ljudje" }, "fileflows": { - "queue": "Vrsta", - "processing": "Procesiram", - "processed": "Procesiran", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Čas" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Deljeno" }, "kopia": { - "status": "Stanje", + "status": "Status", "size": "Velikost", "lastrun": "Zadnji zagon", "nextrun": "Naslednji zagon", - "failed": "Neuspešno" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktivne niti", @@ -745,20 +751,20 @@ "targets_total": "Skupaj tarč" }, "gatus": { - "up": "Deluje", - "down": "Ne deluje", - "uptime": "Čas delovanja" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Danes", + "gross_percent_today": "Today", "gross_percent_1y": "Eno leto", "gross_percent_max": "Celoten čas" }, "audiobookshelf": { "podcasts": "Podcasti", - "books": "Knjige", + "books": "Books", "podcastsDuration": "Trajanje", - "booksDuration": "Trajanje" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Ljudje doma", @@ -767,45 +773,45 @@ }, "whatsupdocker": { "monitoring": "Se spremlja", - "updates": "Posodobitve" + "updates": "Updates" }, "calibreweb": { - "books": "Knjige", + "books": "Books", "authors": "Avtorji", - "categories": "Kategorije", - "series": "Serije" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Vrsta", - "downloadBytesRemaining": "Še preostane", - "downloadTotalBytes": "Velikost", - "downloadSpeed": "Hitrost" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Serije", - "totalFiles": "Datotek" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Rezultati", - "status": "Stanje", + "status": "Status", "buildId": "ID gradnje", "succeeded": "Uspešnih", "notStarted": "Ni zagnano", - "failed": "Neuspešno", + "failed": "Failed", "canceled": "Preklicano", "inProgress": "V delu", "totalPrs": "Skupaj PR", "myPrs": "Moji PR", - "approved": "Odobreno" + "approved": "Approved" }, "gamedig": { - "status": "Stanje", - "online": "Na spletu", - "offline": "Ni povezan", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Naziv", "map": "Zemljevid", "currentPlayers": "Igralcev", - "players": "Igralci", + "players": "Players", "maxPlayers": "Maks igralcev", "bots": "Boti", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recepti", - "users": "Uporabniki", - "categories": "Kategorije", + "users": "Users", + "categories": "Categories", "tags": "Značke" }, "openmediavault": { "downloading": "Prenašanje", - "total": "Skupaj", - "running": "Deluje", - "stopped": "Ustavljen", - "passed": "Opravljeno", - "failed": "Neuspešno" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Čas delovanja", + "uptime": "Uptime", "cpuLoad": "CPU obremenitev povp. (5m)", - "up": "Povezan", - "down": "Nepovezan", + "up": "Up", + "down": "Down", "bytesTx": "Prenešeno", - "bytesRx": "Prejeto" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Stanje", - "uptime": "Čas delovanja", + "status": "Status", + "uptime": "Uptime", "lastDown": "Zadnjič nepovezan", "downDuration": "Dolžina izpada", - "sitesUp": "Deluje", - "sitesDown": "Ne deluje", - "paused": "Pavziran", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Še nepreverjeno", - "up": "Povezan", + "up": "Up", "seemsdown": "Ne deluje", - "down": "Nepovezan", - "unknown": "Neznano" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "V kinu", @@ -869,10 +875,10 @@ "totalfilesize": "Skupna velikost" }, "mailcow": { - "domains": "Domene", + "domains": "Domains", "mailboxes": "Nabiralniki", "mails": "Pošta", - "storage": "Shramba" + "storage": "Storage" }, "netdata": { "warnings": "Opozorila", @@ -881,12 +887,12 @@ "plantit": { "events": "Dogodki", "plants": "Rastline", - "photos": "Slike", + "photos": "Photos", "species": "Vrste" }, "gitea": { "notifications": "Obvestila", - "issues": "Težave", + "issues": "Issues", "pulls": "Zahteve za prenos", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galerije", "performers": "Izvajalci", "studios": "Studiji", - "movies": "Filmi", - "tags": "Značke", + "movies": "Movies", + "tags": "Tags", "oCount": "O štetje" }, "tandoor": { - "users": "Uporabniki", - "recipes": "Recepti", + "users": "Users", + "recipes": "Recipes", "keywords": "Ključne besede" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Z garancijo", "locations": "Lokacije", "labels": "Oznake", - "users": "Uporabniki", + "users": "Users", "totalValue": "Skupna vrednost" }, "crowdsec": { - "alerts": "Opozorila", + "alerts": "Alerts", "bans": "Prepovedi" }, "wgeasy": { - "connected": "Povezan", - "enabled": "Omogočen", - "disabled": "Onemogočen", - "total": "Skupaj" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Čez proxi", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "Prenos", - "upload": "Nalaganje" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Delnice", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kamere", - "uptime": "Čas delovanja", - "version": "Verzija" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Povezave", "collections": "Zbirke", - "tags": "Značke" + "tags": "Tags" }, "zabbix": { "unclassified": "Nerazvrščeno", - "information": "Informacija", + "information": "Information", "warning": "Opozorilo", "average": "Povprečno", "high": "Visoko", @@ -980,22 +986,22 @@ "tasksInProgress": "Tekoča opravila" }, "headscale": { - "name": "Naziv", - "address": "Naslov", - "last_seen": "Viden", - "status": "Stanje", - "online": "Na spletu", - "offline": "Ni povezan" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Naziv", + "name": "Name", "systems": "Sistemi", - "up": "Povezan", - "down": "Nepovezan", - "paused": "Pavziran", - "pending": "V teku", - "status": "Stanje", - "updated": "Posodobljen", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,26 +1011,26 @@ "apps": "Aplikacije", "synced": "Sinhro", "outOfSync": "Ni sinhro", - "healthy": "Zdrav", + "healthy": "Healthy", "degraded": "Degragirano", "progressing": "V teku", - "missing": "Manjka", + "missing": "Missing", "suspended": "Prekinjeno" }, "spoolman": { - "loading": "Nalaganje" + "loading": "Loading" }, "gitlab": { "groups": "Skupine", - "issues": "Težave", + "issues": "Issues", "merges": "Združi zahtevke", "projects": "Projekti" }, "apcups": { - "status": "Stanje", - "load": "Bremenitev", - "bcharge": "Napolnjenost baterije", - "timeleft": "Preostali čas" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Značke" + "tags": "Tags" }, "slskd": { - "slskStatus": "Omrežje", - "connected": "Povezan", - "disconnected": "Prekinjeno", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Na voljo", - "update_no": "Posodobljeno", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Datotek" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Pesmi", - "movies": "Filmi", - "episodes": "Epizode", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Skupaj", + "running": "Deluje", + "stopped": "Ustavljen", + "down": "Nepovezan", + "unhealthy": "Ni zdrav", + "unknown": "Neznano", + "servers": "Strežniki", + "stacks": "Skladi", + "containers": "Kontejnerji" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 8cf6938ed..e2115cd67 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -25,7 +25,7 @@ "api_error": "API Грешка", "information": "Информација", "status": "Стање", - "url": "УРЛ адреса", + "url": "URL адреса", "raw_error": "Оригинална грешка", "response_data": "Подаци о одговору" }, @@ -359,6 +359,12 @@ "services": "Сервиси", "middleware": "Мидлвер" }, + "trilium": { + "version": "Верзија", + "notesCount": "Белешке", + "dbSize": "Величина базе података", + "unknown": "Непознато" + }, "navidrome": { "nothing_streaming": "Нема активних стримова", "please_wait": "Молим сачекајте" @@ -566,7 +572,7 @@ "total": "Укупно" }, "gluetun": { - "public_ip": "Јавна ИП адреса", + "public_ip": "Јавна IP адреса", "region": "Регион", "country": "Држава", "port_forwarded": "Порт прослеђен" @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Проблеми са услугом", "hostErrors": "Проблеми са хостом" + }, + "komodo": { + "total": "Укупно", + "running": "Покренуто", + "stopped": "Заустављено", + "down": "Доле", + "unhealthy": "Нездравих", + "unknown": "Непознато", + "servers": "Сервери", + "stacks": "Стекови", + "containers": "Контејнера" + }, + "filebrowser": { + "available": "Доступно", + "used": "У употреби", + "total": "Укупно" + }, + "wallos": { + "activeSubscriptions": "Претплате", + "thisMonthlyCost": "Овај мјесец", + "nextMonthlyCost": "Следећи месец", + "previousMonthlyCost": "Претходни месец", + "nextRenewingSubscription": "Следећа уплата" } } diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index eea7d0ab7..f029d1474 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN-användare", "up": "UP", "down": "MOTTAGIT", - "wait": "Vänligen vänta", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "Spelar", - "transcoding": "Omkodning", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "Inga aktiva strömmar", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -193,7 +193,7 @@ "tv": "TV-serier" }, "sabnzbd": { - "rate": "Hastighet", + "rate": "Rate", "queue": "Kö", "timeleft": "Tid kvar" }, @@ -242,25 +242,25 @@ "wanted": "Eftersöker", "queued": "I kö", "series": "Series", - "queue": "Kö", + "queue": "Queue", "unknown": "Unknown" }, "radarr": { - "wanted": "Eftersöker", + "wanted": "Wanted", "missing": "Missing", - "queued": "I kö", + "queued": "Queued", "movies": "Movies", - "queue": "Kö", + "queue": "Queue", "unknown": "Unknown" }, "lidarr": { - "wanted": "Eftersöker", - "queued": "I kö", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artists" }, "readarr": { - "wanted": "Eftersöker", - "queued": "I kö", + "wanted": "Wanted", + "queued": "Queued", "books": "Böcker" }, "bazarr": { @@ -273,15 +273,15 @@ "available": "Tillgänglig" }, "jellyseerr": { - "pending": "Avvaktar", - "approved": "Godkända", - "available": "Tillgänglig" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Avvaktar", + "pending": "Pending", "processing": "Processing", - "approved": "Godkända", - "available": "Tillgänglig" + "approved": "Approved", + "available": "Available" }, "netalertx": { "total": "Total", @@ -296,8 +296,8 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Förfrågningar", - "blocked": "Blockerad", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrerad", "latency": "Svarstid" }, @@ -312,7 +312,7 @@ "total": "Total" }, "suwayomi": { - "download": "Nedladdat", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", "unread": "Unread", @@ -336,7 +336,7 @@ "ago": "{{value}} Ago" }, "technitium": { - "totalQueries": "Förfrågningar", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "Blockerad", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "Klienter" }, "tdarr": { - "queue": "Kö", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Saved" @@ -359,8 +359,14 @@ "services": "Tjänster", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Inga aktiva strömmar", + "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" }, "npm": { @@ -377,13 +383,13 @@ }, "gotify": { "apps": "Program", - "clients": "Klienter", + "clients": "Clients", "messages": "Meddelande" }, "prowlarr": { "enableIndexers": "Indexerare", "numberOfGrabs": "Hämtningar", - "numberOfQueries": "Förfrågningar", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Misslyckade hämtningar", "numberOfFailQueries": "Misslyckade hämtningar" }, @@ -395,16 +401,16 @@ "numActiveSessions": "Sessioner", "numConnections": "Anslutningar", "dataRelayed": "Relayed", - "transferRate": "Hastighet" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Användare", + "user_count": "Users", "status_count": "Posts", "domain_count": "Domains" }, "medusa": { - "wanted": "Eftersöker", - "queued": "I kö", + "wanted": "Wanted", + "queued": "Queued", "series": "Series" }, "minecraft": { @@ -419,7 +425,7 @@ "unread": "Unread" }, "authentik": { - "users": "Användare", + "users": "Users", "loginsLast24H": "Inloggningar (24h)", "failedLoginsLast24H": "Misslyckade inloggningar (24h)" }, @@ -431,15 +437,15 @@ }, "glances": { "cpu": "CPU", - "load": "Laddar", - "wait": "Vänligen vänta", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", "total": "Total", - "free": "Ledigt", - "used": "Använt", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -524,7 +530,7 @@ "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "Avvaktar", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -543,13 +549,13 @@ "containers_failed": "Failed" }, "autobrr": { - "approvedPushes": "Godkända", + "approvedPushes": "Approved", "rejectedPushes": "Rejected", "filters": "Filters", - "indexers": "Indexerare" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Kö", + "downloads": "Queue", "videos": "Videos", "channels": "Channels", "playlists": "Playlists" @@ -561,8 +567,8 @@ }, "pyload": { "speed": "Speed", - "active": "Aktiva", - "queue": "Kö", + "active": "Active", + "queue": "Queue", "total": "Total" }, "gluetun": { @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "All Streams", - "streams_active": "Aktiva strömmar", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -660,7 +666,7 @@ "memory_usage": "Memory" }, "immich": { - "users": "Användare", + "users": "Users", "photos": "Photos", "videos": "Videos", "storage": "Storage" @@ -681,17 +687,17 @@ "komga": { "libraries": "Libraries", "series": "Series", - "books": "Böcker" + "books": "Books" }, "diskstation": { - "days": "Dagar", + "days": "Days", "uptime": "Uptime", - "volumeAvailable": "Tillgänglig" + "volumeAvailable": "Available" }, "mylar": { "series": "Series", "issues": "Issues", - "wanted": "Eftersöker" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", @@ -700,7 +706,7 @@ "people": "People" }, "fileflows": { - "queue": "Kö", + "queue": "Queue", "processing": "Processing", "processed": "Processed", "time": "Time" @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Böcker", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -770,14 +776,14 @@ "updates": "Updates" }, "calibreweb": { - "books": "Böcker", + "books": "Books", "authors": "Authors", "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "Kö", - "downloadBytesRemaining": "Återstående", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" }, @@ -796,7 +802,7 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Godkända" + "approved": "Approved" }, "gamedig": { "status": "Status", @@ -818,7 +824,7 @@ }, "mealie": { "recipes": "Recipes", - "users": "Användare", + "users": "Users", "categories": "Categories", "tags": "Tags" }, @@ -826,7 +832,7 @@ "downloading": "Downloading", "total": "Total", "running": "Running", - "stopped": "Stoppade", + "stopped": "Stopped", "passed": "Passed", "failed": "Failed" }, @@ -907,7 +913,7 @@ "oCount": "O Count" }, "tandoor": { - "users": "Användare", + "users": "Users", "recipes": "Recipes", "keywords": "Keywords" }, @@ -916,7 +922,7 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "Användare", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { @@ -925,8 +931,8 @@ }, "wgeasy": { "connected": "Connected", - "enabled": "Aktiverad", - "disabled": "Inaktiverad", + "enabled": "Enabled", + "disabled": "Disabled", "total": "Total" }, "swagdashboard": { @@ -993,7 +999,7 @@ "up": "Up", "down": "Down", "paused": "Paused", - "pending": "Avvaktar", + "pending": "Pending", "status": "Status", "updated": "Updated", "cpu": "CPU", @@ -1022,9 +1028,9 @@ }, "apcups": { "status": "Status", - "load": "Laddar", + "load": "Load", "bcharge": "Battery Charge", - "timeleft": "Tid kvar" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1039,7 +1045,7 @@ "connected": "Connected", "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Tillgänglig", + "update_yes": "Available", "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", @@ -1048,11 +1054,34 @@ "jellystat": { "songs": "Songs", "movies": "Movies", - "episodes": "Avsnitt", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/te/common.json b/public/locales/te/common.json index 38e37d13f..c49afa636 100644 --- a/public/locales/te/common.json +++ b/public/locales/te/common.json @@ -63,14 +63,14 @@ "wlan_users": "WLAN వినియోగదారులు", "up": "UP", "down": "డౌన్", - "wait": "దయచేసి వేచి ఉండండి", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", "tx": "TX", "mem": "MEM", - "cpu": "సీపియూ", + "cpu": "CPU", "running": "Running", "offline": "ఆఫ్లైన్", "error": "Error", @@ -108,10 +108,10 @@ "songs": "Songs" }, "esphome": { - "offline": "ఆఫ్లైన్", - "offline_alt": "ఆఫ్లైన్", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "మొత్తం", + "total": "Total", "unknown": "Unknown" }, "evcc": { @@ -133,7 +133,7 @@ "unread": "Unread" }, "fritzbox": { - "connectionStatus": "హోదా", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Unconfigured", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "ఆడుతున్నారు", - "transcoding": "ట్రాన్స్కోడింగ్", - "bitrate": "బిట్రేట్", - "no_active": "యాక్టివ్ స్ట్రీమ్లు లేవు", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -193,7 +193,7 @@ "tv": "దూరదర్శిని కార్యక్రమాలు" }, "sabnzbd": { - "rate": "రేట్", + "rate": "Rate", "queue": "వరుస", "timeleft": "మిగిలి వున్న సమయం" }, @@ -242,25 +242,25 @@ "wanted": "కావలెను", "queued": "క్యూయూఎడ్", "series": "Series", - "queue": "వరుస", + "queue": "Queue", "unknown": "Unknown" }, "radarr": { - "wanted": "కావలెను", + "wanted": "Wanted", "missing": "మిస్సింగ్", - "queued": "క్యూయూఎడ్", + "queued": "Queued", "movies": "Movies", - "queue": "వరుస", + "queue": "Queue", "unknown": "Unknown" }, "lidarr": { - "wanted": "కావలెను", - "queued": "క్యూయూఎడ్", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artists" }, "readarr": { - "wanted": "కావలెను", - "queued": "క్యూయూఎడ్", + "wanted": "Wanted", + "queued": "Queued", "books": "పుస్తకాలు" }, "bazarr": { @@ -273,18 +273,18 @@ "available": "అందుబాటులో వున్నవి" }, "jellyseerr": { - "pending": "పెండింగ్", - "approved": "ఆమోదించబడింది", - "available": "అందుబాటులో వున్నవి" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "పెండింగ్", + "pending": "Pending", "processing": "Processing", - "approved": "ఆమోదించబడింది", - "available": "అందుబాటులో వున్నవి" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "మొత్తం", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -296,8 +296,8 @@ "gravity": "గురుత్వాకర్షణ" }, "adguard": { - "queries": "ప్రశ్నలు", - "blocked": "నిరోధించబడింది", + "queries": "Queries", + "blocked": "Blocked", "filtered": "ఫిల్టర్ చేయబడింది", "latency": "జాప్యం" }, @@ -309,10 +309,10 @@ "portainer": { "running": "Running", "stopped": "ఆగిపోయినవి", - "total": "మొత్తం" + "total": "Total" }, "suwayomi": { - "download": "డౌన్లోడ్ చేయబడింది", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", "unread": "Unread", @@ -336,7 +336,7 @@ "ago": "{{value}} Ago" }, "technitium": { - "totalQueries": "ప్రశ్నలు", + "totalQueries": "Queries", "totalNoError": "Success", "totalServerFailure": "Failures", "totalNxDomain": "NX Domains", @@ -344,12 +344,12 @@ "totalAuthoritative": "Authoritative", "totalRecursive": "Recursive", "totalCached": "Cached", - "totalBlocked": "నిరోధించబడింది", + "totalBlocked": "Blocked", "totalDropped": "Dropped", "totalClients": "ఖాతాదారులు" }, "tdarr": { - "queue": "వరుస", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Saved" @@ -359,14 +359,20 @@ "services": "సేవలు", "middleware": "మిడిల్వేర్" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "యాక్టివ్ స్ట్రీమ్లు లేవు", + "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" }, "npm": { "enabled": "ప్రారంభించబడింది", "disabled": "డిసేబ్లెడ్", - "total": "మొత్తం" + "total": "Total" }, "coinmarketcap": { "configure": "ట్రాక్ చేయడానికి ఒకటి లేదా అంతకంటే ఎక్కువ క్రిప్టో కరెన్సీలను కాన్ఫిగర్ చేయండి", @@ -377,13 +383,13 @@ }, "gotify": { "apps": "అప్లికేషన్లు", - "clients": "ఖాతాదారులు", + "clients": "Clients", "messages": "సందేశాలు" }, "prowlarr": { "enableIndexers": "సూచికలు", "numberOfGrabs": "గ్రాబ్స్", - "numberOfQueries": "ప్రశ్నలు", + "numberOfQueries": "Queries", "numberOfFailGrabs": "ఫెయిల్ గ్రాబ్స్", "numberOfFailQueries": "విఫలమైన ప్రశ్నలు" }, @@ -395,51 +401,51 @@ "numActiveSessions": "సెషన్స్", "numConnections": "కనెక్షన్లు", "dataRelayed": "రెలయెడఁ", - "transferRate": "రేట్" + "transferRate": "Rate" }, "mastodon": { - "user_count": "వినియోగదారులు", + "user_count": "Users", "status_count": "పోస్ట్లు", "domain_count": "డొమైన్లు" }, "medusa": { - "wanted": "కావలెను", - "queued": "క్యూయూఎడ్", + "wanted": "Wanted", + "queued": "Queued", "series": "Series" }, "minecraft": { "players": "Players", "version": "Version", - "status": "హోదా", + "status": "Status", "up": "Online", - "down": "ఆఫ్లైన్" + "down": "Offline" }, "miniflux": { "read": "Read", "unread": "Unread" }, "authentik": { - "users": "వినియోగదారులు", + "users": "Users", "loginsLast24H": "లాగిన్లు (24గం)", "failedLoginsLast24H": "విఫలమైన లాగిన్లు (24గం)" }, "proxmox": { "mem": "MEM", - "cpu": "సీపియూ", + "cpu": "CPU", "lxc": "LXC", "vms": "విఎంలు" }, "glances": { - "cpu": "సీపియూ", - "load": "లోడ్", - "wait": "దయచేసి వేచి ఉండండి", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "మొత్తం", - "free": "మిగిలింది", - "used": "ఉపయోగించబడిన", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -464,57 +470,57 @@ "1-day": "ప్రధానంగా ఎండ", "1-night": "ప్రధానంగా స్పష్టంగా", "2-day": "పాక్షికంగా మేఘావృతమై ఉంటుంది", - "2-night": "పాక్షికంగా మేఘావృతమై ఉంటుంది", + "2-night": "Partly Cloudy", "3-day": "మేఘావృతం", - "3-night": "మేఘావృతం", + "3-night": "Cloudy", "45-day": "పొగమంచు", - "45-night": "పొగమంచు", - "48-day": "పొగమంచు", - "48-night": "పొగమంచు", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "తేలికపాటి చినుకులు", - "51-night": "తేలికపాటి చినుకులు", + "51-night": "Light Drizzle", "53-day": "చినుకులు", - "53-night": "చినుకులు", + "53-night": "Drizzle", "55-day": "భారీ చినుకులు", - "55-night": "భారీ చినుకులు", + "55-night": "Heavy Drizzle", "56-day": "తేలికపాటి గడ్డకట్టే చినుకులు", - "56-night": "తేలికపాటి గడ్డకట్టే చినుకులు", + "56-night": "Light Freezing Drizzle", "57-day": "గడ్డకట్టే చినుకులు", - "57-night": "గడ్డకట్టే చినుకులు", + "57-night": "Freezing Drizzle", "61-day": "తేలికపాటి వర్షం", - "61-night": "తేలికపాటి వర్షం", + "61-night": "Light Rain", "63-day": "వర్షం", - "63-night": "వర్షం", + "63-night": "Rain", "65-day": "భారీవర్షం", - "65-night": "భారీవర్షం", + "65-night": "Heavy Rain", "66-day": "గడ్డకట్టే వర్షం", - "66-night": "గడ్డకట్టే వర్షం", - "67-day": "గడ్డకట్టే వర్షం", - "67-night": "గడ్డకట్టే వర్షం", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "తేలికపాటి మంచు", - "71-night": "తేలికపాటి మంచు", + "71-night": "Light Snow", "73-day": "మంచు", - "73-night": "మంచు", + "73-night": "Snow", "75-day": "భారీ మంచు", - "75-night": "భారీ మంచు", + "75-night": "Heavy Snow", "77-day": "మంచు గింజలు", - "77-night": "మంచు గింజలు", + "77-night": "Snow Grains", "80-day": "తేలికపాటి జల్లులు", - "80-night": "తేలికపాటి జల్లులు", + "80-night": "Light Showers", "81-day": "జల్లులు", - "81-night": "జల్లులు", + "81-night": "Showers", "82-day": "భారీ వర్షాలు", - "82-night": "భారీ వర్షాలు", + "82-night": "Heavy Showers", "85-day": "మంచు జల్లులు", - "85-night": "మంచు జల్లులు", - "86-day": "మంచు జల్లులు", - "86-night": "మంచు జల్లులు", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "ఉరుము", - "95-night": "ఉరుము", + "95-night": "Thunderstorm", "96-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం", - "96-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం", - "99-day": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం", - "99-night": "వడగళ్లతో కూడిన ఉరుములతో కూడిన వర్షం" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "వ్యవస్థ", @@ -524,7 +530,7 @@ "child_bridges": "పిల్ల వంతెనలు", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "పెండింగ్", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "హోదా", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -543,13 +549,13 @@ "containers_failed": "విఫలమయ్యారు" }, "autobrr": { - "approvedPushes": "ఆమోదించబడింది", + "approvedPushes": "Approved", "rejectedPushes": "తిరస్కరించారు", "filters": "ఫిల్టర్లు", - "indexers": "సూచికలు" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "వరుస", + "downloads": "Queue", "videos": "Videos", "channels": "Channels", "playlists": "Playlists" @@ -561,9 +567,9 @@ }, "pyload": { "speed": "Speed", - "active": "చురుకుగా", - "queue": "వరుస", - "total": "మొత్తం" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -580,17 +586,17 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "బిట్రేట్", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passed", - "failed": "విఫలమయ్యారు", + "failed": "Failed", "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", - "total": "మొత్తం" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -612,7 +618,7 @@ }, "xteve": { "streams_all": "All Streams", - "streams_active": "యాక్టివ్ స్ట్రీమ్లు", + "streams_active": "Active Streams", "streams_xepg": "XEPG Channels" }, "opendtu": { @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "హోదా", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "హోదా" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -656,11 +662,11 @@ "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "Failed Tasks 24h", - "cpu_usage": "సీపియూ", + "cpu_usage": "CPU", "memory_usage": "Memory" }, "immich": { - "users": "వినియోగదారులు", + "users": "Users", "photos": "Photos", "videos": "Videos", "storage": "Storage" @@ -681,17 +687,17 @@ "komga": { "libraries": "Libraries", "series": "Series", - "books": "పుస్తకాలు" + "books": "Books" }, "diskstation": { - "days": "రోజులు", + "days": "Days", "uptime": "Uptime", - "volumeAvailable": "అందుబాటులో వున్నవి" + "volumeAvailable": "Available" }, "mylar": { "series": "Series", "issues": "Issues", - "wanted": "కావలెను" + "wanted": "Wanted" }, "photoprism": { "albums": "Albums", @@ -700,7 +706,7 @@ "people": "People" }, "fileflows": { - "queue": "వరుస", + "queue": "Queue", "processing": "Processing", "processed": "Processed", "time": "Time" @@ -724,11 +730,11 @@ "numshares": "Shared Items" }, "kopia": { - "status": "హోదా", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", - "failed": "విఫలమయ్యారు" + "failed": "Failed" }, "unmanic": { "active_workers": "Active Workers", @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "పుస్తకాలు", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -767,17 +773,17 @@ }, "whatsupdocker": { "monitoring": "Monitoring", - "updates": "నవీకరణలు" + "updates": "Updates" }, "calibreweb": { - "books": "పుస్తకాలు", + "books": "Books", "authors": "Authors", "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "వరుస", - "downloadBytesRemaining": "మిగిలింది", + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" }, @@ -787,21 +793,21 @@ }, "azuredevops": { "result": "Result", - "status": "హోదా", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", - "failed": "విఫలమయ్యారు", + "failed": "Failed", "canceled": "Canceled", "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "ఆమోదించబడింది" + "approved": "Approved" }, "gamedig": { - "status": "హోదా", + "status": "Status", "online": "Online", - "offline": "ఆఫ్లైన్", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", @@ -818,17 +824,17 @@ }, "mealie": { "recipes": "Recipes", - "users": "వినియోగదారులు", + "users": "Users", "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloading", - "total": "మొత్తం", + "total": "Total", "running": "Running", - "stopped": "ఆగిపోయినవి", + "stopped": "Stopped", "passed": "Passed", - "failed": "విఫలమయ్యారు" + "failed": "Failed" }, "openwrt": { "uptime": "Uptime", @@ -839,7 +845,7 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "హోదా", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", @@ -869,7 +875,7 @@ "totalfilesize": "Total Size" }, "mailcow": { - "domains": "డొమైన్లు", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Mails", "storage": "Storage" @@ -907,7 +913,7 @@ "oCount": "O Count" }, "tandoor": { - "users": "వినియోగదారులు", + "users": "Users", "recipes": "Recipes", "keywords": "Keywords" }, @@ -916,7 +922,7 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "వినియోగదారులు", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { @@ -925,9 +931,9 @@ }, "wgeasy": { "connected": "Connected", - "enabled": "ప్రారంభించబడింది", - "disabled": "డిసేబ్లెడ్", - "total": "మొత్తం" + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -983,9 +989,9 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "హోదా", + "status": "Status", "online": "Online", - "offline": "ఆఫ్లైన్" + "offline": "Offline" }, "beszel": { "name": "Name", @@ -993,10 +999,10 @@ "up": "Up", "down": "Down", "paused": "Paused", - "pending": "పెండింగ్", - "status": "హోదా", - "updated": "నవీకరించబడింది", - "cpu": "సీపియూ", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", "memory": "MEM", "disk": "Disk", "network": "NET" @@ -1008,7 +1014,7 @@ "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "మిస్సింగ్", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "హోదా", - "load": "లోడ్", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", - "timeleft": "మిగిలి వున్న సమయం" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1039,8 +1045,8 @@ "connected": "Connected", "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "అందుబాటులో వున్నవి", - "update_no": "తాజాగా", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", "sharedFiles": "Files" @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/th/common.json b/public/locales/th/common.json index fd0bd2d61..cfa48bb22 100644 --- a/public/locales/th/common.json +++ b/public/locales/th/common.json @@ -63,14 +63,14 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "โปรดรอ", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "เมม", - "cpu": "ซีพียู", + "mem": "MEM", + "cpu": "CPU", "running": "Running", "offline": "ออฟไลน์", "error": "ข้อผิดพลาด", @@ -83,7 +83,7 @@ "partial": "Partial" }, "ping": { - "error": "ข้อผิดพลาด", + "error": "Error", "ping": "ปิง", "down": "Down", "up": "Up", @@ -91,7 +91,7 @@ }, "siteMonitor": { "http_status": "HTTP status", - "error": "ข้อผิดพลาด", + "error": "Error", "response": "Response", "down": "Down", "up": "Up", @@ -108,11 +108,11 @@ "songs": "Songs" }, "esphome": { - "offline": "ออฟไลน์", - "offline_alt": "ออฟไลน์", + "offline": "Offline", + "offline_alt": "Offline", "online": "ออนไลน์", - "total": "ทั้งหมด", - "unknown": "ไม่ทราบ" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Production", @@ -133,7 +133,7 @@ "unread": "ยังไม่ได้อ่าน" }, "fritzbox": { - "connectionStatus": "สถานะ", + "connectionStatus": "Status", "connectionStatusUnconfigured": "ยังไม่ได้กำหนดค่า", "connectionStatusConnecting": "กำลังเชื่อมต่อ", "connectionStatusAuthenticating": "Authenticating", @@ -168,10 +168,10 @@ "passes": "Passes" }, "tautulli": { - "playing": "กำลังเล่น", - "transcoding": "การแปลงรหัส", - "bitrate": "อัตราบิต", - "no_active": "ไม่มีสตรีมที่ใช้งานอยู่", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -199,18 +199,18 @@ }, "rutorrent": { "active": "Active", - "upload": "อัพโหลด", - "download": "ดาวน์โหลด" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "ดาวน์โหลด", - "upload": "อัพโหลด", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, "qbittorrent": { - "download": "ดาวน์โหลด", - "upload": "อัพโหลด", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -223,8 +223,8 @@ "invalid": "Invalid" }, "deluge": { - "download": "ดาวน์โหลด", - "upload": "อัพโหลด", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -233,8 +233,8 @@ "cachemissbytes": "Cache Miss Bytes" }, "downloadstation": { - "download": "ดาวน์โหลด", - "upload": "อัพโหลด", + "download": "Download", + "upload": "Upload", "leech": "Leech", "seed": "Seed" }, @@ -243,7 +243,7 @@ "queued": "Queued", "series": "Series", "queue": "Queue", - "unknown": "ไม่ทราบ" + "unknown": "Unknown" }, "radarr": { "wanted": "Wanted", @@ -251,7 +251,7 @@ "queued": "Queued", "movies": "Movies", "queue": "Queue", - "unknown": "ไม่ทราบ" + "unknown": "Unknown" }, "lidarr": { "wanted": "Wanted", @@ -284,7 +284,7 @@ "available": "Available" }, "netalertx": { - "total": "ทั้งหมด", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -302,20 +302,20 @@ "latency": "Latency" }, "speedtest": { - "upload": "อัพโหลด", - "download": "ดาวน์โหลด", - "ping": "ปิง" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { "running": "Running", "stopped": "Stopped", - "total": "ทั้งหมด" + "total": "Total" }, "suwayomi": { "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", - "unread": "ยังไม่ได้อ่าน", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -359,14 +359,20 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "ไม่มีสตรีมที่ใช้งานอยู่", + "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" }, "npm": { "enabled": "เปิด", "disabled": "ปิด", - "total": "ทั้งหมด" + "total": "Total" }, "coinmarketcap": { "configure": "Configure one or more crypto currencies to track", @@ -398,7 +404,7 @@ "transferRate": "Rate" }, "mastodon": { - "user_count": "ผู้ใช้", + "user_count": "Users", "status_count": "Posts", "domain_count": "Domains" }, @@ -410,36 +416,36 @@ "minecraft": { "players": "Players", "version": "เวอร์ชั่น", - "status": "สถานะ", - "up": "ออนไลน์", - "down": "ออฟไลน์" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Read", - "unread": "ยังไม่ได้อ่าน" + "unread": "Unread" }, "authentik": { - "users": "ผู้ใช้", + "users": "Users", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, "proxmox": { - "mem": "เมม", - "cpu": "ซีพียู", + "mem": "MEM", + "cpu": "CPU", "lxc": "LXC", "vms": "VMs" }, "glances": { - "cpu": "ซีพียู", - "load": "โหลด", - "wait": "โปรดรอ", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "ทั้งหมด", - "free": "ฟรี", - "used": "ใช้แล้ว", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "สถานะ", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -563,7 +569,7 @@ "speed": "Speed", "active": "Active", "queue": "Queue", - "total": "ทั้งหมด" + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -580,23 +586,23 @@ "signalStrength": "Strength", "signalQuality": "Quality", "symbolQuality": "Quality", - "networkRate": "อัตราบิต", + "networkRate": "Bitrate", "clientIP": "Client" }, "scrutiny": { "passed": "Passed", "failed": "Failed", - "unknown": "ไม่ทราบ" + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Inbox", - "total": "ทั้งหมด" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", "ups_load": "UPS Load", "ups_status": "UPS Status", - "online": "ออนไลน์", + "online": "Online", "on_battery": "On Battery", "low_battery": "Low Battery" }, @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "สถานะ", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "สถานะ" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -656,11 +662,11 @@ "proxmoxbackupserver": { "datastore_usage": "Datastore", "failed_tasks_24h": "Failed Tasks 24h", - "cpu_usage": "ซีพียู", + "cpu_usage": "CPU", "memory_usage": "Memory" }, "immich": { - "users": "ผู้ใช้", + "users": "Users", "photos": "Photos", "videos": "Videos", "storage": "Storage" @@ -684,7 +690,7 @@ "books": "Books" }, "diskstation": { - "days": "วัน", + "days": "Days", "uptime": "Uptime", "volumeAvailable": "Available" }, @@ -724,7 +730,7 @@ "numshares": "Shared Items" }, "kopia": { - "status": "สถานะ", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -746,7 +752,7 @@ }, "gatus": { "up": "Sites Up", - "down": "เว็บไซต์ ล่ม", + "down": "Sites Down", "uptime": "Uptime" }, "ghostfolio": { @@ -787,7 +793,7 @@ }, "azuredevops": { "result": "Result", - "status": "สถานะ", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -799,16 +805,16 @@ "approved": "Approved" }, "gamedig": { - "status": "สถานะ", - "online": "ออนไลน์", - "offline": "ออฟไลน์", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", "players": "Players", "maxPlayers": "Max players", "bots": "Bots", - "ping": "ปิง" + "ping": "Ping" }, "urbackup": { "ok": "Ok", @@ -818,13 +824,13 @@ }, "mealie": { "recipes": "Recipes", - "users": "ผู้ใช้", + "users": "Users", "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloading", - "total": "ทั้งหมด", + "total": "Total", "running": "Running", "stopped": "Stopped", "passed": "Passed", @@ -839,18 +845,18 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "สถานะ", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", "sitesUp": "Sites Up", - "sitesDown": "เว็บไซต์ ล่ม", + "sitesDown": "Sites Down", "paused": "Paused", "notyetchecked": "Not Yet Checked", "up": "Up", "seemsdown": "Seems Down", "down": "Down", - "unknown": "ไม่ทราบ" + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -907,7 +913,7 @@ "oCount": "O Count" }, "tandoor": { - "users": "ผู้ใช้", + "users": "Users", "recipes": "Recipes", "keywords": "Keywords" }, @@ -916,7 +922,7 @@ "totalWithWarranty": "With Warranty", "locations": "Locations", "labels": "Labels", - "users": "ผู้ใช้", + "users": "Users", "totalValue": "Total Value" }, "crowdsec": { @@ -925,9 +931,9 @@ }, "wgeasy": { "connected": "Connected", - "enabled": "เปิด", - "disabled": "ปิด", - "total": "ทั้งหมด" + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -936,9 +942,9 @@ "banned": "Banned" }, "myspeed": { - "ping": "ปิง", - "download": "ดาวน์โหลด", - "upload": "อัพโหลด" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Stocks", @@ -950,7 +956,7 @@ "frigate": { "cameras": "Cameras", "uptime": "Uptime", - "version": "เวอร์ชั่น" + "version": "Version" }, "linkwarden": { "links": "Links", @@ -959,7 +965,7 @@ }, "zabbix": { "unclassified": "Not classified", - "information": "ข้อมูล", + "information": "Information", "warning": "Warning", "average": "Average", "high": "High", @@ -983,9 +989,9 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "สถานะ", - "online": "ออนไลน์", - "offline": "ออฟไลน์" + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { "name": "Name", @@ -994,10 +1000,10 @@ "down": "Down", "paused": "Paused", "pending": "Pending", - "status": "สถานะ", + "status": "Status", "updated": "Updated", - "cpu": "ซีพียู", - "memory": "เมม", + "cpu": "CPU", + "memory": "MEM", "disk": "Disk", "network": "NET" }, @@ -1008,7 +1014,7 @@ "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "หายไป", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { @@ -1021,8 +1027,8 @@ "projects": "Projects" }, "apcups": { - "status": "สถานะ", - "load": "โหลด", + "status": "Status", + "load": "Load", "bcharge": "Battery Charge", "timeleft": "Time Left" }, @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index d1eaa5290..32be4b530 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -61,9 +61,9 @@ "wlan_devices": "WLAN Aygıtları", "lan_users": "LAN Kullanıcıları", "wlan_users": "WLAN Kullanıcıları", - "up": "Çalışıyor", + "up": "UP", "down": "Aşağı", - "wait": "Lütfen bekleyin", + "wait": "Please wait", "empty_data": "Alt sistem durumu bilinmiyor" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Parçalı" }, "ping": { - "error": "Hata", + "error": "Error", "ping": "Gecikme", "down": "İndirme", "up": "Yükleme", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTPS durumu", - "error": "Hata", + "error": "Error", "response": "Yanıt", - "down": "İndirme", - "up": "Yükleme", - "not_available": "Mevcut Değil" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Oynatılıyor", @@ -108,11 +108,11 @@ "songs": "Şarkılar" }, "esphome": { - "offline": "Çevrimdışı", - "offline_alt": "Çevrimdışı", + "offline": "Offline", + "offline_alt": "Offline", "online": "Çevrimiçi", - "total": "Toplam", - "unknown": "Bilinmiyor" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Üretim", @@ -133,7 +133,7 @@ "unread": "Okunmamış" }, "fritzbox": { - "connectionStatus": "Durum", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Yapılandırılmamış", "connectionStatusConnecting": "Bağlanıyor", "connectionStatusAuthenticating": "Kimlik doğrulanıyor", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Bağlantı kesiliyor...", "connectionStatusDisconnected": "Bağlantı kesildi", "connectionStatusConnected": "Bağlandı", - "uptime": "Çalışma Süresi", + "uptime": "Uptime", "maxDown": "Max. Indirme", "maxUp": "Max. Gönderme", - "down": "İndirme", - "up": "Yükleme", + "down": "Down", + "up": "Up", "received": "Alınan", "sent": "Gönderilen", "externalIPAddress": "Harici IP", @@ -168,10 +168,10 @@ "passes": "Geçilenler" }, "tautulli": { - "playing": "Oynatılıyor", - "transcoding": "Dönüştürülüyor", - "bitrate": "Bit Oranı", - "no_active": "Aktif akış yok", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Plex Bağlantısı Kontrol Ediliyor" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Aktif Akış", "albums": "Albümler", - "movies": "Filmler", + "movies": "Movies", "tv": "TV Showları" }, "sabnzbd": { - "rate": "Oran", + "rate": "Rate", "queue": "Kuyruk", "timeleft": "Kalan Zaman" }, "rutorrent": { "active": "Aktif", - "upload": "Yükleme", - "download": "İndirme" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "İndirme", - "upload": "Yükleme", - "leech": "Tüketici", - "seed": "Sağlayıcı" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "İndirme", - "upload": "Yükleme", - "leech": "Tüketici", - "seed": "Sağlayıcı" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "İşlemci Kullanımı", @@ -223,44 +223,44 @@ "invalid": "Geçersiz" }, "deluge": { - "download": "İndirme", - "upload": "Yükleme", - "leech": "Tüketici", - "seed": "Sağlayıcı" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Önbellek İsabetli Byte", "cachemissbytes": "Önbellek Kaçırılan Byte" }, "downloadstation": { - "download": "İndirme", - "upload": "Yükleme", - "leech": "Tüketici", - "seed": "Sağlayıcı" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "İstendi", "queued": "Sırada", - "series": "Diziler", - "queue": "Kuyruk", - "unknown": "Bilinmiyor" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "İstendi", + "wanted": "Wanted", "missing": "Eksik", - "queued": "Sırada", - "movies": "Filmler", - "queue": "Kuyruk", - "unknown": "Bilinmiyor" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "İstendi", - "queued": "Sırada", + "wanted": "Wanted", + "queued": "Queued", "artists": "Sanatçılar" }, "readarr": { - "wanted": "İstendi", - "queued": "Sırada", + "wanted": "Wanted", + "queued": "Queued", "books": "Kitaplar" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Kullanılabilir" }, "jellyseerr": { - "pending": "Bekleyen", - "approved": "Onaylı", - "available": "Kullanılabilir" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "Bekleyen", + "pending": "Pending", "processing": "İşleniyor", - "approved": "Onaylı", - "available": "Kullanılabilir" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Toplam", - "connected": "Bağlandı", + "total": "Total", + "connected": "Connected", "new_devices": "Yeni Cihazlar", "down_alerts": "Hata Uyarıları" }, @@ -296,26 +296,26 @@ "gravity": "Gravity" }, "adguard": { - "queries": "Sorgular", - "blocked": "Engellenen", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Filtrelendi", "latency": "Gecikme" }, "speedtest": { - "upload": "Yükleme", - "download": "İndirme", - "ping": "Gecikme" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Çalışıyor", + "running": "Running", "stopped": "Durduruldu", - "total": "Toplam" + "total": "Total" }, "suwayomi": { - "download": "İndirilen", + "download": "Downloaded", "nondownload": "Non-Downloaded", - "read": "Okunan", - "unread": "Okunmamış", + "read": "Read", + "unread": "Unread", "downloadedread": "Downloaded & Read", "downloadedunread": "Downloaded & Unread", "nondownloadedread": "Non-Downloaded & Read", @@ -336,7 +336,7 @@ "ago": "{{value}} Önce" }, "technitium": { - "totalQueries": "Sorgular", + "totalQueries": "Queries", "totalNoError": "Başarılı", "totalServerFailure": "Başarısızlıklar", "totalNxDomain": "NX Alan Adları", @@ -344,12 +344,12 @@ "totalAuthoritative": "Yetkili", "totalRecursive": "Tekrarlamalı", "totalCached": "Önbelleğe alındı", - "totalBlocked": "Engellenen", + "totalBlocked": "Blocked", "totalDropped": "Bırakıldı", "totalClients": "Alıcılar" }, "tdarr": { - "queue": "Kuyruk", + "queue": "Queue", "processed": "İşlendi", "errored": "Hatalı", "saved": "Kaydedildi" @@ -359,14 +359,20 @@ "services": "Hizmetler", "middleware": "Ara Katman" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Aktif akış yok", + "nothing_streaming": "No Active Streams", "please_wait": "Lütfen Bekleyin" }, "npm": { "enabled": "Etkin", "disabled": "Devre Dışı", - "total": "Toplam" + "total": "Total" }, "coinmarketcap": { "configure": "İzleme için bir veya daha fazla kripto para birimi yapılandırın", @@ -377,49 +383,49 @@ }, "gotify": { "apps": "Uygulamalar", - "clients": "Alıcılar", + "clients": "Clients", "messages": "İletiler" }, "prowlarr": { "enableIndexers": "Dizin Oluşturucular", "numberOfGrabs": "Yakalamalar", - "numberOfQueries": "Sorgular", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Başarısız Yakalamalar", "numberOfFailQueries": "Başarısız Sorgular" }, "jackett": { "configured": "Yapılandırılmış", - "errored": "Hatalı" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Aktif Sezonlar", "numConnections": "Bağlantı Sayısı", "dataRelayed": "Aktarılan", - "transferRate": "Oran" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Kullanıcılar", + "user_count": "Users", "status_count": "Gönderiler", "domain_count": "Etki Alanları" }, "medusa": { - "wanted": "İstendi", - "queued": "Sırada", - "series": "Diziler" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Oyuncular", "version": "Versiyon", - "status": "Durum", - "up": "Çevrimiçi", - "down": "Çevrimdışı" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Okunan", - "unread": "Okunmamış" + "unread": "Unread" }, "authentik": { - "users": "Kullanıcılar", + "users": "Users", "loginsLast24H": "Girişler (24 Saat)", "failedLoginsLast24H": "Başarısız Girişler (24 Saat)" }, @@ -431,19 +437,19 @@ }, "glances": { "cpu": "CPU", - "load": "Yük", - "wait": "Lütfen bekleyin", - "temp": "Sıcaklık", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Sıcaklık", "warn": "Uyarı", - "uptime": "Çalışıyor", - "total": "Toplam", - "free": "Boş", - "used": "Kullanımda", - "days": "g", - "hours": "sa", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Kritik", - "read": "Okunan", + "read": "Read", "write": "Yazma", "gpu": "GPU", "mem": "Hafıza", @@ -464,57 +470,57 @@ "1-day": "Çoğunlukla Güneşli", "1-night": "Çoğunlukla Açık", "2-day": "Parçalı Bulutlu", - "2-night": "Parçalı Bulutlu", + "2-night": "Partly Cloudy", "3-day": "Bulutlu", - "3-night": "Bulutlu", + "3-night": "Cloudy", "45-day": "Sisli", - "45-night": "Sisli", - "48-day": "Sisli", - "48-night": "Sisli", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Az Çiseleyen Yağmur", - "51-night": "Az Çiseleyen Yağmur", + "51-night": "Light Drizzle", "53-day": "Çiseleyen Yağmur", - "53-night": "Çiseleyen Yağmur", + "53-night": "Drizzle", "55-day": "Çok Çiseleyen Yağmur", - "55-night": "Çok Çiseleyen Yağmur", + "55-night": "Heavy Drizzle", "56-day": "Soğuk Az Çiseleyen Yağmur", - "56-night": "Soğuk Az Çiseleyen Yağmur", + "56-night": "Light Freezing Drizzle", "57-day": "Soğuk Çiseleyen Yağmur", - "57-night": "Soğuk Çiseleyen Yağmur", + "57-night": "Freezing Drizzle", "61-day": "Hafif Yağmur", - "61-night": "Hafif Yağmur", + "61-night": "Light Rain", "63-day": "Yağmur", - "63-night": "Yağmur", + "63-night": "Rain", "65-day": "Çok Yağmur", - "65-night": "Çok Yağmur", + "65-night": "Heavy Rain", "66-day": "Dondurucu Yağmur", - "66-night": "Dondurucu Yağmur", - "67-day": "Dondurucu Yağmur", - "67-night": "Dondurucu Yağmur", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Hafif Kar", - "71-night": "Hafif Kar", + "71-night": "Light Snow", "73-day": "Kar", - "73-night": "Kar", + "73-night": "Snow", "75-day": "Çok Kar", - "75-night": "Çok Kar", + "75-night": "Heavy Snow", "77-day": "Kar Taneleri", - "77-night": "Kar Taneleri", + "77-night": "Snow Grains", "80-day": "Hafif Sağanak", - "80-night": "Hafif Sağanak", + "80-night": "Light Showers", "81-day": "Sağanak", - "81-night": "Sağanak", + "81-night": "Showers", "82-day": "Yoğun Sağanak", - "82-night": "Yoğun Sağanak", + "82-night": "Heavy Showers", "85-day": "Karlı Sağanak", - "85-night": "Karlı Sağanak", - "86-day": "Karlı Sağanak", - "86-night": "Karlı Sağanak", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Gök Gürültülü Fırtına", - "95-night": "Gök Gürültülü Fırtına", + "95-night": "Thunderstorm", "96-day": "Dolu İle Gök Gürültülü Fırtına", - "96-night": "Dolu İle Gök Gürültülü Fırtına", - "99-day": "Dolu İle Gök Gürültülü Fırtına", - "99-night": "Dolu İle Gök Gürültülü Fırtına" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Sistem", @@ -523,17 +529,17 @@ "up_to_date": "Güncel", "child_bridges": "Alt Köprüler", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Yükleme", - "pending": "Bekleyen", - "down": "İndirme" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Yeni", - "up": "Yükleme", + "up": "Up", "grace": "Tolerans Döneminde", - "down": "İndirme", + "down": "Down", "paused": "Duraklatıldı", - "status": "Durum", + "status": "Status", "last_ping": "Son Ping", "never": "Henüz ping yok" }, @@ -543,27 +549,27 @@ "containers_failed": "Başarısız" }, "autobrr": { - "approvedPushes": "Onaylı", + "approvedPushes": "Approved", "rejectedPushes": "Reddedildi", "filters": "Süzgeçler", - "indexers": "Dizin Oluşturucular" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Kuyruk", + "downloads": "Queue", "videos": "Videolar", "channels": "Kanallar", "playlists": "Oynatma Listeleri" }, "truenas": { "load": "Sistem Yükü", - "uptime": "Çalışma Süresi", - "alerts": "Alarmlar" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Hız", - "active": "Aktif", - "queue": "Kuyruk", - "total": "Toplam" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Açık IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Kanallar", + "channels": "Channels", "hd": "HD", "tunerCount": "Ayarlayıcılar", "channelNumber": "Kanal", "channelNetwork": "Ağ", "signalStrength": "Sağlamlık", "signalQuality": "Kalite", - "symbolQuality": "Kalite", - "networkRate": "Bit Oranı", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Alıcı" }, "scrutiny": { "passed": "Geçti", - "failed": "Başarısız", - "unknown": "Bilinmiyor" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Gelen Kutusu", - "total": "Toplam" + "total": "Total" }, "peanut": { "battery_charge": "Pil Yüzdesi", "ups_load": "UPS Yükü", "ups_status": "UPS Durumu", - "online": "Çevrimiçi", + "online": "Online", "on_battery": "Pilde", "low_battery": "Düşük Pil" }, "nextdns": { - "wait": "Lütfen Bekleyin", + "wait": "Please Wait", "no_devices": "Cihaz Verisi Alınamadı" }, "mikrotik": { "cpuLoad": "CPU Yükü", "memoryUsed": "Bellek Kullanımı", - "uptime": "Çalışma Süresi", + "uptime": "Uptime", "numberOfLeases": "Kiralama" }, "xteve": { "streams_all": "Tüm Akışlar", - "streams_active": "Aktif Akış", + "streams_active": "Active Streams", "streams_xepg": "XEPG Kanalları" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "CPU Yükü", + "cpu": "CPU Load", "memory": "Aktif Bellek", "wanUpload": "WAN Yükleme", "wanDownload": "WAN İndirme" @@ -634,22 +640,22 @@ "layers": "Katmanlar" }, "octoprint": { - "printer_state": "Durum", + "printer_state": "Status", "temp_tool": "Araç sıcaklığı", "temp_bed": "Yatak sıcaklığı", "job_completion": "Tamamlanma" }, "cloudflared": { "origin_ip": "Gerçek IP", - "status": "Durum" + "status": "Status" }, "pfsense": { "load": "Ort. Yükleme", "memory": "Bellek Kullanımı", "wanStatus": "WAN Durumu", - "up": "Yükleme", - "down": "İndirme", - "temp": "Sıcaklık", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Disk Kullanımı", "wanIP": "WAN IP" }, @@ -660,49 +666,49 @@ "memory_usage": "Bellek" }, "immich": { - "users": "Kullanıcılar", + "users": "Users", "photos": "Fotoğraflar", - "videos": "Videolar", + "videos": "Videos", "storage": "Depo" }, "uptimekuma": { "up": "Siteler Çalışıyor", "down": "Siteler Çalışmıyor", - "uptime": "Çalışma Süresi", + "uptime": "Uptime", "incident": "Olay", - "m": "dk" + "m": "m" }, "atsumeru": { - "series": "Diziler", + "series": "Series", "archives": "Arşivler", "chapters": "Bölümler", "categories": "Kategoriler" }, "komga": { "libraries": "Kütüphane", - "series": "Diziler", - "books": "Kitaplar" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Günler", - "uptime": "Çalışma Süresi", - "volumeAvailable": "Kullanılabilir" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Diziler", + "series": "Series", "issues": "Sorunlar", - "wanted": "İstendi" + "wanted": "Wanted" }, "photoprism": { - "albums": "Albümler", - "photos": "Fotoğraflar", - "videos": "Videolar", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "İnsan" }, "fileflows": { - "queue": "Kuyruk", - "processing": "İşleniyor", - "processed": "İşlendi", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Zaman" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Paylaşılan Öğeler" }, "kopia": { - "status": "Durum", + "status": "Status", "size": "Boyut", "lastrun": "Son Çalışma", "nextrun": "Sonraki Çalışma", - "failed": "Başarısız" + "failed": "Failed" }, "unmanic": { "active_workers": "Aktif Kullanıcılar", @@ -745,20 +751,20 @@ "targets_total": "Toplam Hedef" }, "gatus": { - "up": "Siteler Çalışıyor", - "down": "Siteler Çalışmıyor", - "uptime": "Çalışma Süresi" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Bugün", + "gross_percent_today": "Today", "gross_percent_1y": "Bir yıl", "gross_percent_max": "Tüm zaman" }, "audiobookshelf": { "podcasts": "Podcast", - "books": "Kitaplar", + "books": "Books", "podcastsDuration": "Süre", - "booksDuration": "Süre" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Evdeki İnsanlar", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "İzleme", - "updates": "Güncellemeler" + "updates": "Updates" }, "calibreweb": { - "books": "Kitaplar", + "books": "Books", "authors": "Yazarlar", - "categories": "Kategoriler", - "series": "Diziler" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Kuyruk", - "downloadBytesRemaining": "Kalan", - "downloadTotalBytes": "Boyut", - "downloadSpeed": "Hız" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Diziler", - "totalFiles": "Dosyalar" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Sonuç", - "status": "Durum", + "status": "Status", "buildId": "Yapı Kimliği", "succeeded": "Başarılı", "notStarted": "Henüz Başlamadı", - "failed": "Başarısız", + "failed": "Failed", "canceled": "İptal edildi", "inProgress": "Sürüyor", "totalPrs": "Toplam Çekme İstekleri", "myPrs": "Benim Çekme İsteklerim", - "approved": "Onaylı" + "approved": "Approved" }, "gamedig": { - "status": "Durum", - "online": "Çevrimiçi", - "offline": "Çevrimdışı", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "İsim", "map": "Harita", "currentPlayers": "Mevcut oyuncular", - "players": "Oyuncular", + "players": "Players", "maxPlayers": "Maks. oyuncu", "bots": "Botlar", - "ping": "Gecikme" + "ping": "Ping" }, "urbackup": { "ok": "Tamam", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Tarifler", - "users": "Kullanıcılar", - "categories": "Kategoriler", + "users": "Users", + "categories": "Categories", "tags": "Etiketler" }, "openmediavault": { "downloading": "İndiriliyor", - "total": "Toplam", - "running": "Çalışıyor", - "stopped": "Durduruldu", - "passed": "Geçti", - "failed": "Başarısız" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Çalışma Süresi", + "uptime": "Uptime", "cpuLoad": "CPU Yükü Ortalaması (5dk)", - "up": "Yükleme", - "down": "İndirme", + "up": "Up", + "down": "Down", "bytesTx": "İletilen", - "bytesRx": "Alınan" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Durum", - "uptime": "Çalışma Süresi", + "status": "Status", + "uptime": "Uptime", "lastDown": "Son Kesinti", "downDuration": "Kesinti Süresi", - "sitesUp": "Siteler Çalışıyor", - "sitesDown": "Siteler Çalışmıyor", - "paused": "Duraklatıldı", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Henüz Kontrol Edilmedi", - "up": "Yükleme", + "up": "Up", "seemsdown": "Kapalı görünüyor", - "down": "İndirme", - "unknown": "Bilinmiyor" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "Sinemalarda", @@ -869,10 +875,10 @@ "totalfilesize": "Toplam Kapasite" }, "mailcow": { - "domains": "Etki Alanları", + "domains": "Domains", "mailboxes": "Mailboxes", "mails": "Postalar", - "storage": "Depo" + "storage": "Storage" }, "netdata": { "warnings": "Uyarılar", @@ -881,12 +887,12 @@ "plantit": { "events": "Etkinlikler", "plants": "Bitkiler", - "photos": "Fotoğraflar", + "photos": "Photos", "species": "Türler" }, "gitea": { "notifications": "Bildirimler", - "issues": "Sorunlar", + "issues": "Issues", "pulls": "Değişiklik İstekleri", "repositories": "Repositories" }, @@ -902,13 +908,13 @@ "galleries": "Galeriler", "performers": "Oyuncu", "studios": "Stüdyolar", - "movies": "Filmler", - "tags": "Etiketler", + "movies": "Movies", + "tags": "Tags", "oCount": "O Sayısı" }, "tandoor": { - "users": "Kullanıcılar", - "recipes": "Tarifler", + "users": "Users", + "recipes": "Recipes", "keywords": "Anahtar Sözcükler" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "Garantili", "locations": "Konum", "labels": "Etiketler", - "users": "Kullanıcılar", + "users": "Users", "totalValue": "Toplam Değer" }, "crowdsec": { - "alerts": "Alarmlar", + "alerts": "Alerts", "bans": "Yasaklar" }, "wgeasy": { - "connected": "Bağlandı", - "enabled": "Etkin", - "disabled": "Devre Dışı", - "total": "Toplam" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Proxy Üzerinden", @@ -936,9 +942,9 @@ "banned": "Yasaklı" }, "myspeed": { - "ping": "Gecikme", - "download": "İndirme", - "upload": "Yükleme" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Hisse Senetleri", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Kameralar", - "uptime": "Çalışma Süresi", - "version": "Versiyon" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Bağlantılar", "collections": "Koleksiyonlar", - "tags": "Etiketler" + "tags": "Tags" }, "zabbix": { "unclassified": "Not classified", - "information": "Bilgi", + "information": "Information", "warning": "Uyarı", "average": "Ortalama", "high": "Yüksek", @@ -980,22 +986,22 @@ "tasksInProgress": "Tasks In Progress" }, "headscale": { - "name": "İsim", - "address": "Adres", - "last_seen": "Son Görülme", - "status": "Durum", - "online": "Çevrimiçi", - "offline": "Çevrimdışı" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "İsim", + "name": "Name", "systems": "Systems", - "up": "Yükleme", - "down": "İndirme", - "paused": "Duraklatıldı", - "pending": "Bekleyen", - "status": "Durum", - "updated": "Güncellendi", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", "memory": "MEM", "disk": "Disk", @@ -1005,26 +1011,26 @@ "apps": "Apps", "synced": "Synced", "outOfSync": "Out Of Sync", - "healthy": "Sağlıklı", + "healthy": "Healthy", "degraded": "Degraded", "progressing": "Progressing", - "missing": "Eksik", + "missing": "Missing", "suspended": "Suspended" }, "spoolman": { - "loading": "Yükleniyor" + "loading": "Loading" }, "gitlab": { "groups": "Groups", - "issues": "Sorunlar", + "issues": "Issues", "merges": "Merge Requests", "projects": "Projects" }, "apcups": { - "status": "Durum", - "load": "Yük", - "bcharge": "Pil Yüzdesi", - "timeleft": "Kalan Zaman" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1032,27 +1038,50 @@ "archived": "Archived", "highlights": "Highlights", "lists": "Lists", - "tags": "Etiketler" + "tags": "Tags" }, "slskd": { - "slskStatus": "Ağ", - "connected": "Bağlandı", - "disconnected": "Bağlantı kesildi", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Update", - "update_yes": "Kullanılabilir", - "update_no": "Güncel", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Downloads", "uploads": "Uploads", - "sharedFiles": "Dosyalar" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Şarkılar", - "movies": "Filmler", - "episodes": "Bölümler", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 9232358fc..adde8e7f2 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -61,16 +61,16 @@ "wlan_devices": "WLAN пристрої", "lan_users": "LAN користувачі", "wlan_users": "WLAN користувачі", - "up": "Онлайн", + "up": "UP", "down": "Завантаження", - "wait": "Будь ласка, зачекайте", + "wait": "Please wait", "empty_data": "Статус підсистеми невідомий" }, "docker": { "rx": "RX", "tx": "TX", - "mem": "ОЗП", - "cpu": "ЦП", + "mem": "MEM", + "cpu": "CPU", "running": "Запущено", "offline": "Офлайн", "error": "Помилка", @@ -83,7 +83,7 @@ "partial": "Частковий" }, "ping": { - "error": "Помилка", + "error": "Error", "ping": "Пінг", "down": "Офлайн", "up": "Онлайн", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP статус", - "error": "Помилка", + "error": "Error", "response": "Відповідь", - "down": "Офлайн", - "up": "Онлайн", - "not_available": "Не доступний" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "Відтворення", @@ -108,11 +108,11 @@ "songs": "Пісні" }, "esphome": { - "offline": "Офлайн", - "offline_alt": "Офлайн", + "offline": "Offline", + "offline_alt": "Offline", "online": "Онлайн", - "total": "Усього", - "unknown": "Невідомий" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "Виробництво", @@ -133,7 +133,7 @@ "unread": "Не прочитано" }, "fritzbox": { - "connectionStatus": "Стан", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Не налаштовано", "connectionStatusConnecting": "Підключення", "connectionStatusAuthenticating": "Автентифікація", @@ -141,11 +141,11 @@ "connectionStatusDisconnecting": "Відключення", "connectionStatusDisconnected": "Відключено", "connectionStatusConnected": "З'єднано", - "uptime": "Час роботи", + "uptime": "Uptime", "maxDown": "Макс. завантаження", "maxUp": "Макс. віддача", - "down": "Офлайн", - "up": "Онлайн", + "down": "Down", + "up": "Up", "received": "Отримано", "sent": "Надіслано", "externalIPAddress": "Зовнішній IP", @@ -168,10 +168,10 @@ "passes": "Пропуски" }, "tautulli": { - "playing": "Відтворення", - "transcoding": "Транскодування", - "bitrate": "Бітрейт", - "no_active": "Немає активних потоків", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Перевірте з'єднання Plex" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "Активні потоки", "albums": "Альбоми", - "movies": "Фільми", + "movies": "Movies", "tv": "TБ шоу" }, "sabnzbd": { - "rate": "Швидкість", + "rate": "Rate", "queue": "Черга", "timeleft": "Залишилось" }, "rutorrent": { "active": "Активний", - "upload": "Відправлено", - "download": "Завантажено" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "Завантажено", - "upload": "Відправлено", - "leech": "Ліч", - "seed": "Сід" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "Завантажено", - "upload": "Відправлено", - "leech": "Ліч", - "seed": "Сід" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "Використання CPU", @@ -223,44 +223,44 @@ "invalid": "Недійсний" }, "deluge": { - "download": "Завантажено", - "upload": "Відправлено", - "leech": "Ліч", - "seed": "Сід" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "Кеш-хіт байт", "cachemissbytes": "Кеш-міс байт" }, "downloadstation": { - "download": "Завантажено", - "upload": "Відправлено", - "leech": "Ліч", - "seed": "Сід" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "Розшукується", "queued": "У черзі", - "series": "Серії", - "queue": "Черга", - "unknown": "Невідомий" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "Розшукується", + "wanted": "Wanted", "missing": "Відсутній", - "queued": "У черзі", - "movies": "Фільми", - "queue": "Черга", - "unknown": "Невідомий" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "Розшукується", - "queued": "У черзі", + "wanted": "Wanted", + "queued": "Queued", "artists": "Виконавці" }, "readarr": { - "wanted": "Розшукується", - "queued": "У черзі", + "wanted": "Wanted", + "queued": "Queued", "books": "Книжки" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "Доступно" }, "jellyseerr": { - "pending": "В очікуванні", - "approved": "Затверджено", - "available": "Доступно" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "В очікуванні", + "pending": "Pending", "processing": "Обробка", - "approved": "Затверджено", - "available": "Доступно" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "Усього", - "connected": "З'єднано", + "total": "Total", + "connected": "Connected", "new_devices": "Нові пристрої", "down_alerts": "Сповіщення про падіння" }, @@ -296,26 +296,26 @@ "gravity": "Доменів в списку" }, "adguard": { - "queries": "Запити", - "blocked": "Заблоковано", + "queries": "Queries", + "blocked": "Blocked", "filtered": "Відфільтровано", "latency": "Затримка" }, "speedtest": { - "upload": "Відправлено", - "download": "Завантажено", - "ping": "Пінг" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "Запущено", + "running": "Running", "stopped": "Зупинено", - "total": "Усього" + "total": "Total" }, "suwayomi": { - "download": "Завантажено", + "download": "Downloaded", "nondownload": "Не завантажено", - "read": "Прочитано", - "unread": "Не прочитано", + "read": "Read", + "unread": "Unread", "downloadedread": "Завантажено та Прочитано", "downloadedunread": "Завантажено та Непрочитано", "nondownloadedread": "Не завантажено та Прочитано", @@ -336,7 +336,7 @@ "ago": "{{value}} тому" }, "technitium": { - "totalQueries": "Запити", + "totalQueries": "Queries", "totalNoError": "Успішно", "totalServerFailure": "Помилки", "totalNxDomain": "NX Домени", @@ -344,12 +344,12 @@ "totalAuthoritative": "Авторитетні", "totalRecursive": "Рекурсивні", "totalCached": "Кешовані", - "totalBlocked": "Заблоковано", + "totalBlocked": "Blocked", "totalDropped": "Видалені", "totalClients": "Клієнти" }, "tdarr": { - "queue": "Черга", + "queue": "Queue", "processed": "Обробка", "errored": "Помилка", "saved": "Збережено" @@ -359,14 +359,20 @@ "services": "Сервіси", "middleware": "Проміжне програмне забезпечення" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "Немає активних потоків", + "nothing_streaming": "No Active Streams", "please_wait": "Будь ласка, зачекайте" }, "npm": { "enabled": "Увімкнено", "disabled": "Вимкнено", - "total": "Усього" + "total": "Total" }, "coinmarketcap": { "configure": "Налаштуйте одну або кілька криптовалют для відстеження", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "Застосунки", - "clients": "Клієнти", + "clients": "Clients", "messages": "Повідомлення" }, "prowlarr": { "enableIndexers": "Індексатори", "numberOfGrabs": "Захоплення", - "numberOfQueries": "Запити", + "numberOfQueries": "Queries", "numberOfFailGrabs": "Невдалі захоплення", "numberOfFailQueries": "Невдалі запити" }, "jackett": { "configured": "Налаштовано", - "errored": "Помилка" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "Сесії", "numConnections": "Підключення", "dataRelayed": "Ретрансльовано", - "transferRate": "Швидкість" + "transferRate": "Rate" }, "mastodon": { - "user_count": "Користувачі", + "user_count": "Users", "status_count": "Пости", "domain_count": "Домени" }, "medusa": { - "wanted": "Розшукується", - "queued": "У черзі", - "series": "Серії" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "Гравці", "version": "Версія", - "status": "Стан", - "up": "Онлайн", - "down": "Офлайн" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "Прочитано", - "unread": "Не прочитано" + "unread": "Unread" }, "authentik": { - "users": "Користувачі", + "users": "Users", "loginsLast24H": "Вхід (протягом доби)", "failedLoginsLast24H": "Невдалі входи (протягом доби)" }, "proxmox": { - "mem": "ОЗП", - "cpu": "ЦП", + "mem": "MEM", + "cpu": "CPU", "lxc": "Контейнери Linux", "vms": "Віртуальні машини" }, "glances": { - "cpu": "ЦП", - "load": "Завантаження", - "wait": "Будь ласка, зачекайте", - "temp": "Температура", + "cpu": "CPU", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Температура", "warn": "Увага", - "uptime": "Онлайн", - "total": "Усього", - "free": "Вільно", - "used": "Використано", - "days": "днів", - "hours": "год", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Крит", - "read": "Прочитано", + "read": "Read", "write": "Написати", "gpu": "GPU", "mem": "Пам'ять", @@ -455,7 +461,7 @@ "search": "Пошук", "custom": "Користувацький", "visit": "Відвідайте", - "url": "URL-адреса", + "url": "URL", "searchsuggestion": "Пропозиція" }, "wmo": { @@ -464,57 +470,57 @@ "1-day": "Переважно сонячно", "1-night": "Переважно ясно", "2-day": "Частково хмарно", - "2-night": "Частково хмарно", + "2-night": "Partly Cloudy", "3-day": "Хмарно", - "3-night": "Хмарно", + "3-night": "Cloudy", "45-day": "Туманно", - "45-night": "Туманно", - "48-day": "Туманно", - "48-night": "Туманно", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "Легка мряка", - "51-night": "Легка мряка", + "51-night": "Light Drizzle", "53-day": "Мряка", - "53-night": "Мряка", + "53-night": "Drizzle", "55-day": "Сильна мряка", - "55-night": "Сильна мряка", + "55-night": "Heavy Drizzle", "56-day": "Невеликий морозний дощ", - "56-night": "Невеликий морозний дощ", + "56-night": "Light Freezing Drizzle", "57-day": "Морозний дощ", - "57-night": "Морозний дощ", + "57-night": "Freezing Drizzle", "61-day": "Невеликий дощ", - "61-night": "Невеликий дощ", + "61-night": "Light Rain", "63-day": "Дощ", - "63-night": "Дощ", + "63-night": "Rain", "65-day": "Сильний дощ", - "65-night": "Сильний дощ", + "65-night": "Heavy Rain", "66-day": "Холодний дощ", - "66-night": "Холодний дощ", - "67-day": "Холодний дощ", - "67-night": "Холодний дощ", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "Невеликий сніг", - "71-night": "Невеликий сніг", + "71-night": "Light Snow", "73-day": "Сніг", - "73-night": "Сніг", + "73-night": "Snow", "75-day": "Снігопад", - "75-night": "Снігопад", + "75-night": "Heavy Snow", "77-day": "Снігові зерна", - "77-night": "Снігові зерна", + "77-night": "Snow Grains", "80-day": "Невелика злива", - "80-night": "Невелика злива", + "80-night": "Light Showers", "81-day": "Злива", - "81-night": "Злива", + "81-night": "Showers", "82-day": "Сильна злива", - "82-night": "Сильна злива", + "82-night": "Heavy Showers", "85-day": "Дощ зі снігом", - "85-night": "Дощ зі снігом", - "86-day": "Дощ зі снігом", - "86-night": "Дощ зі снігом", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "Гроза", - "95-night": "Гроза", + "95-night": "Thunderstorm", "96-day": "Гроза з градом", - "96-night": "Гроза з градом", - "99-day": "Гроза з градом", - "99-night": "Гроза з градом" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "Система", @@ -523,17 +529,17 @@ "up_to_date": "Актуально", "child_bridges": "Дитячі мости", "child_bridges_status": "{{ok}}/{{total}}", - "up": "Онлайн", - "pending": "В очікуванні", - "down": "Офлайн" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "Новий", - "up": "Онлайн", + "up": "Up", "grace": "У пільговий період", - "down": "Офлайн", + "down": "Down", "paused": "Призупинено", - "status": "Стан", + "status": "Status", "last_ping": "Останній пінг", "never": "Пінгів ще немає" }, @@ -543,27 +549,27 @@ "containers_failed": "Невдача" }, "autobrr": { - "approvedPushes": "Затверджено", + "approvedPushes": "Approved", "rejectedPushes": "Відхилено", "filters": "Фільтри", - "indexers": "Індексатори" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Черга", + "downloads": "Queue", "videos": "Відео", "channels": "Канали", "playlists": "Плейлисти" }, "truenas": { "load": "Завантаження системи", - "uptime": "Час роботи", - "alerts": "Оповіщення" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "Швидкість", - "active": "Активний", - "queue": "Черга", - "total": "Усього" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Публічний IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "Канали", + "channels": "Channels", "hd": "HD", "tunerCount": "Тюнери", "channelNumber": "Канал", "channelNetwork": "Мережа", "signalStrength": "Сила", "signalQuality": "Якість", - "symbolQuality": "Якість", - "networkRate": "Бітрейт", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "Клієнт" }, "scrutiny": { "passed": "Пройшов", - "failed": "Невдача", - "unknown": "Невідомий" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "Вхідні", - "total": "Усього" + "total": "Total" }, "peanut": { "battery_charge": "Заряд батареї", "ups_load": "UPS завантаження", "ups_status": "Статус UPS", - "online": "Онлайн", + "online": "Online", "on_battery": "Від батареї", "low_battery": "Низький заряд" }, "nextdns": { - "wait": "Будь ласка, зачекайте", + "wait": "Please Wait", "no_devices": "Дані про пристрій не отримано" }, "mikrotik": { "cpuLoad": "Завантаження CPU", "memoryUsed": "Використана пам'ять", - "uptime": "Час роботи", + "uptime": "Uptime", "numberOfLeases": "Оренди" }, "xteve": { "streams_all": "Всі потоки", - "streams_active": "Активні потоки", + "streams_active": "Active Streams", "streams_xepg": "Канали XEPG" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Ліміт" }, "opnsense": { - "cpu": "Завантаження CPU", + "cpu": "CPU Load", "memory": "Активна пам'ять", "wanUpload": "Вивантаження WAN", "wanDownload": "Завантаження WAN" @@ -634,75 +640,75 @@ "layers": "Шари" }, "octoprint": { - "printer_state": "Стан", + "printer_state": "Status", "temp_tool": "Температура інструменту", "temp_bed": "Температура ліжка", "job_completion": "Завершення" }, "cloudflared": { "origin_ip": "Походження IP", - "status": "Стан" + "status": "Status" }, "pfsense": { "load": "Середнє завантаження", "memory": "Використання пам'яті", "wanStatus": "Статус WAN", - "up": "Онлайн", - "down": "Офлайн", - "temp": "Температура", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "Використання диска", "wanIP": "WAN IP" }, "proxmoxbackupserver": { "datastore_usage": "Сховище даних", "failed_tasks_24h": "Невиконані завдання за останню добу", - "cpu_usage": "ЦП", + "cpu_usage": "CPU", "memory_usage": "Пам'ять" }, "immich": { - "users": "Користувачі", + "users": "Users", "photos": "Фотографії", - "videos": "Відео", + "videos": "Videos", "storage": "Сховище" }, "uptimekuma": { "up": "Активні сайти", "down": "Неактивні сайти", - "uptime": "Час роботи", + "uptime": "Uptime", "incident": "Інцидент", - "m": "хв" + "m": "m" }, "atsumeru": { - "series": "Серії", + "series": "Series", "archives": "Архіви", "chapters": "Глави", "categories": "Категорії" }, "komga": { "libraries": "Бібліотеки", - "series": "Серії", - "books": "Книжки" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "Днів", - "uptime": "Час роботи", - "volumeAvailable": "Доступно" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "Серії", + "series": "Series", "issues": "Питання", - "wanted": "Розшукується" + "wanted": "Wanted" }, "photoprism": { - "albums": "Альбоми", - "photos": "Фотографії", - "videos": "Відео", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "Люди" }, "fileflows": { - "queue": "Черга", - "processing": "Обробка", - "processed": "Обробка", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "Час" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "Спільні елементи" }, "kopia": { - "status": "Стан", + "status": "Status", "size": "Розмір", "lastrun": "Останній запуск", "nextrun": "Наступний запуск", - "failed": "Невдача" + "failed": "Failed" }, "unmanic": { "active_workers": "Активні працівники", @@ -745,20 +751,20 @@ "targets_total": "Всього цілей" }, "gatus": { - "up": "Активні сайти", - "down": "Неактивні сайти", - "uptime": "Час роботи" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "Сьогодні", + "gross_percent_today": "Today", "gross_percent_1y": "Один рік", "gross_percent_max": "Весь час" }, "audiobookshelf": { "podcasts": "Подкасти", - "books": "Книжки", + "books": "Books", "podcastsDuration": "Тривалість", - "booksDuration": "Тривалість" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "Люди вдома", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "Спостереження", - "updates": "Оновлення" + "updates": "Updates" }, "calibreweb": { - "books": "Книжки", + "books": "Books", "authors": "Автори", - "categories": "Категорії", - "series": "Серії" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "Черга", - "downloadBytesRemaining": "Залишилося", - "downloadTotalBytes": "Розмір", - "downloadSpeed": "Швидкість" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "Серії", - "totalFiles": "Файли" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "Результат", - "status": "Стан", + "status": "Status", "buildId": "ID збірки", "succeeded": "Успішно", "notStarted": "Не розпочато", - "failed": "Невдача", + "failed": "Failed", "canceled": "Скасовано", "inProgress": "В процесі", "totalPrs": "Всього PR", "myPrs": "Мій PR", - "approved": "Затверджено" + "approved": "Approved" }, "gamedig": { - "status": "Стан", - "online": "Онлайн", - "offline": "Офлайн", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Назва", "map": "Мапа", "currentPlayers": "Поточні гравці", - "players": "Гравці", + "players": "Players", "maxPlayers": "Максимум гравців", "bots": "Ботів", - "ping": "Пінг" + "ping": "Ping" }, "urbackup": { "ok": "Добре", @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Отримувачі", - "users": "Користувачі", - "categories": "Категорії", + "users": "Users", + "categories": "Categories", "tags": "Теги" }, "openmediavault": { "downloading": "Завантаження", - "total": "Усього", - "running": "Запущено", - "stopped": "Зупинено", - "passed": "Пройшов", - "failed": "Невдача" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "Час роботи", + "uptime": "Uptime", "cpuLoad": "Сер. навантаження ЦП (\"5\" хв)", - "up": "Онлайн", - "down": "Офлайн", + "up": "Up", + "down": "Down", "bytesTx": "Передано", - "bytesRx": "Отримано" + "bytesRx": "Received" }, "uptimerobot": { - "status": "Стан", - "uptime": "Час роботи", + "status": "Status", + "uptime": "Uptime", "lastDown": "Останній час простою", "downDuration": "Тривалість простою", - "sitesUp": "Активні сайти", - "sitesDown": "Неактивні сайти", - "paused": "Призупинено", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Ще не перевірено", - "up": "Онлайн", + "up": "Up", "seemsdown": "Вірогідно в простої", - "down": "Офлайн", - "unknown": "Невідомий" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "У кінотеатрах", @@ -869,10 +875,10 @@ "totalfilesize": "Загальний обсяг" }, "mailcow": { - "domains": "Домени", + "domains": "Domains", "mailboxes": "Пошта", "mails": "Листи", - "storage": "Сховище" + "storage": "Storage" }, "netdata": { "warnings": "Попередження", @@ -881,12 +887,12 @@ "plantit": { "events": "Події", "plants": "Рослини", - "photos": "Фотографії", + "photos": "Photos", "species": "Види" }, "gitea": { "notifications": "Сповіщення", - "issues": "Питання", + "issues": "Issues", "pulls": "Pull-запити", "repositories": "Репозиторії" }, @@ -902,13 +908,13 @@ "galleries": "Галереї", "performers": "Виконавці", "studios": "Студії", - "movies": "Фільми", - "tags": "Теги", + "movies": "Movies", + "tags": "Tags", "oCount": "Кількість O" }, "tandoor": { - "users": "Користувачі", - "recipes": "Отримувачі", + "users": "Users", + "recipes": "Recipes", "keywords": "Ключові слова" }, "homebox": { @@ -916,18 +922,18 @@ "totalWithWarranty": "З гарантією", "locations": "Місцезнаходження", "labels": "Мітки", - "users": "Користувачі", + "users": "Users", "totalValue": "Загальне значення" }, "crowdsec": { - "alerts": "Оповіщення", + "alerts": "Alerts", "bans": "Блокування" }, "wgeasy": { - "connected": "З'єднано", - "enabled": "Увімкнено", - "disabled": "Вимкнено", - "total": "Усього" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "Пропущено через проксі", @@ -936,9 +942,9 @@ "banned": "Заблоковано" }, "myspeed": { - "ping": "Пінг", - "download": "Завантажено", - "upload": "Відправлено" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "Акції", @@ -949,17 +955,17 @@ }, "frigate": { "cameras": "Камери", - "uptime": "Час роботи", - "version": "Версія" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "Посилання", "collections": "Колекції", - "tags": "Теги" + "tags": "Tags" }, "zabbix": { "unclassified": "Не визначено", - "information": "Інформація", + "information": "Information", "warning": "Попередження", "average": "Середнє", "high": "Високе", @@ -980,24 +986,24 @@ "tasksInProgress": "Завдання в процесі" }, "headscale": { - "name": "Назва", - "address": "Адреса", - "last_seen": "Востаннє у мережі", - "status": "Стан", - "online": "Онлайн", - "offline": "Офлайн" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "Назва", + "name": "Name", "systems": "Системи", - "up": "Онлайн", - "down": "Офлайн", - "paused": "Призупинено", - "pending": "В очікуванні", - "status": "Стан", - "updated": "Оновлено", - "cpu": "ЦП", - "memory": "ОЗП", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", + "cpu": "CPU", + "memory": "MEM", "disk": "Диск", "network": "МЕРЕЖА" }, @@ -1005,26 +1011,26 @@ "apps": "Додатки", "synced": "Синхронізовано", "outOfSync": "Не синхронізовано", - "healthy": "Здоровий", + "healthy": "Healthy", "degraded": "Деградує", "progressing": "Прогрес", - "missing": "Відсутній", + "missing": "Missing", "suspended": "Призупинено" }, "spoolman": { - "loading": "Завантажую" + "loading": "Loading" }, "gitlab": { "groups": "Групи", - "issues": "Питання", + "issues": "Issues", "merges": "Запити на злиття", "projects": "Проєкти" }, "apcups": { - "status": "Стан", - "load": "Завантаження", - "bcharge": "Заряд батареї", - "timeleft": "Залишилось" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Закладки", @@ -1032,27 +1038,50 @@ "archived": "Заархівовані", "highlights": "Основні моменти", "lists": "Списки", - "tags": "Теги" + "tags": "Tags" }, "slskd": { - "slskStatus": "Мережа", - "connected": "З'єднано", - "disconnected": "Відключено", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "Оновити", - "update_yes": "Доступно", - "update_no": "Актуально", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "Завантаження", "uploads": "Вивантаження", - "sharedFiles": "Файли" + "sharedFiles": "Files" }, "jellystat": { - "songs": "Пісні", - "movies": "Фільми", - "episodes": "Епізоди", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Інше" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index 03c16dcc3..0565518d8 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN Users", "up": "UP", "down": "DOWN", - "wait": "Vui lòng chờ", + "wait": "Please wait", "empty_data": "Subsystem status unknown" }, "docker": { @@ -95,7 +95,7 @@ "response": "Response", "down": "Down", "up": "Up", - "not_available": "Không khả dụng" + "not_available": "Not Available" }, "emby": { "playing": "Đang chơi", @@ -108,10 +108,10 @@ "songs": "Songs" }, "esphome": { - "offline": "Ngoại tuyến", - "offline_alt": "Ngoại tuyến", + "offline": "Offline", + "offline_alt": "Offline", "online": "Online", - "total": "Tổng", + "total": "Total", "unknown": "Unknown" }, "evcc": { @@ -133,7 +133,7 @@ "unread": "Unread" }, "fritzbox": { - "connectionStatus": "Trạng thái", + "connectionStatus": "Status", "connectionStatusUnconfigured": "Unconfigured", "connectionStatusConnecting": "Connecting", "connectionStatusAuthenticating": "Authenticating", @@ -168,8 +168,8 @@ "passes": "Passes" }, "tautulli": { - "playing": "Đang chơi", - "transcoding": "Chuyển định dạng", + "playing": "Playing", + "transcoding": "Transcoding", "bitrate": "Bitrate", "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" @@ -242,7 +242,7 @@ "wanted": "Wanted", "queued": "Queued", "series": "Series", - "queue": "Hàng chờ", + "queue": "Queue", "unknown": "Unknown" }, "radarr": { @@ -250,7 +250,7 @@ "missing": "Missing", "queued": "Queued", "movies": "Movies", - "queue": "Hàng chờ", + "queue": "Queue", "unknown": "Unknown" }, "lidarr": { @@ -273,18 +273,18 @@ "available": "Available" }, "jellyseerr": { - "pending": "Đang xử lý", - "approved": "Đã duyệt", + "pending": "Pending", + "approved": "Approved", "available": "Available" }, "overseerr": { - "pending": "Đang xử lý", + "pending": "Pending", "processing": "Processing", - "approved": "Đã duyệt", + "approved": "Approved", "available": "Available" }, "netalertx": { - "total": "Tổng", + "total": "Total", "connected": "Connected", "new_devices": "New Devices", "down_alerts": "Down Alerts" @@ -309,10 +309,10 @@ "portainer": { "running": "Running", "stopped": "Stopped", - "total": "Tổng" + "total": "Total" }, "suwayomi": { - "download": "Đã tải", + "download": "Downloaded", "nondownload": "Non-Downloaded", "read": "Read", "unread": "Unread", @@ -349,7 +349,7 @@ "totalClients": "Clients" }, "tdarr": { - "queue": "Hàng chờ", + "queue": "Queue", "processed": "Processed", "errored": "Errored", "saved": "Saved" @@ -359,6 +359,12 @@ "services": "Services", "middleware": "Middleware" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { "nothing_streaming": "No Active Streams", "please_wait": "Please Wait" @@ -366,7 +372,7 @@ "npm": { "enabled": "Enabled", "disabled": "Disabled", - "total": "Tổng" + "total": "Total" }, "coinmarketcap": { "configure": "Configure one or more crypto currencies to track", @@ -410,9 +416,9 @@ "minecraft": { "players": "Players", "version": "Version", - "status": "Trạng thái", + "status": "Status", "up": "Online", - "down": "Ngoại tuyến" + "down": "Offline" }, "miniflux": { "read": "Read", @@ -432,14 +438,14 @@ "glances": { "cpu": "CPU", "load": "Load", - "wait": "Vui lòng chờ", + "wait": "Please wait", "temp": "TEMP", "_temp": "Temp", "warn": "Warn", "uptime": "UP", - "total": "Tổng", - "free": "Dư", - "used": "Đã dùng", + "total": "Total", + "free": "Free", + "used": "Used", "days": "d", "hours": "h", "crit": "Crit", @@ -524,7 +530,7 @@ "child_bridges": "Child Bridges", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "Đang xử lý", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "In Grace Period", "down": "Down", "paused": "Paused", - "status": "Trạng thái", + "status": "Status", "last_ping": "Last Ping", "never": "No pings yet" }, @@ -543,13 +549,13 @@ "containers_failed": "Failed" }, "autobrr": { - "approvedPushes": "Đã duyệt", + "approvedPushes": "Approved", "rejectedPushes": "Rejected", "filters": "Filters", "indexers": "Indexers" }, "tubearchivist": { - "downloads": "Hàng chờ", + "downloads": "Queue", "videos": "Videos", "channels": "Channels", "playlists": "Playlists" @@ -561,9 +567,9 @@ }, "pyload": { "speed": "Speed", - "active": "Hoạt động", - "queue": "Hàng chờ", - "total": "Tổng" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "Public IP", @@ -590,7 +596,7 @@ }, "paperlessngx": { "inbox": "Inbox", - "total": "Tổng" + "total": "Total" }, "peanut": { "battery_charge": "Battery Charge", @@ -634,14 +640,14 @@ "layers": "Layers" }, "octoprint": { - "printer_state": "Trạng thái", + "printer_state": "Status", "temp_tool": "Tool temp", "temp_bed": "Bed temp", "job_completion": "Completion" }, "cloudflared": { "origin_ip": "Origin IP", - "status": "Trạng thái" + "status": "Status" }, "pfsense": { "load": "Load Avg", @@ -681,7 +687,7 @@ "komga": { "libraries": "Libraries", "series": "Series", - "books": "Sách" + "books": "Books" }, "diskstation": { "days": "Days", @@ -700,7 +706,7 @@ "people": "People" }, "fileflows": { - "queue": "Hàng chờ", + "queue": "Queue", "processing": "Processing", "processed": "Processed", "time": "Time" @@ -724,7 +730,7 @@ "numshares": "Shared Items" }, "kopia": { - "status": "Trạng thái", + "status": "Status", "size": "Size", "lastrun": "Last Run", "nextrun": "Next Run", @@ -756,7 +762,7 @@ }, "audiobookshelf": { "podcasts": "Podcasts", - "books": "Sách", + "books": "Books", "podcastsDuration": "Duration", "booksDuration": "Duration" }, @@ -770,13 +776,13 @@ "updates": "Updates" }, "calibreweb": { - "books": "Sách", + "books": "Books", "authors": "Authors", "categories": "Categories", "series": "Series" }, "jdownloader": { - "downloadCount": "Hàng chờ", + "downloadCount": "Queue", "downloadBytesRemaining": "Remaining", "downloadTotalBytes": "Size", "downloadSpeed": "Speed" @@ -787,7 +793,7 @@ }, "azuredevops": { "result": "Result", - "status": "Trạng thái", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -796,12 +802,12 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "Đã duyệt" + "approved": "Approved" }, "gamedig": { - "status": "Trạng thái", + "status": "Status", "online": "Online", - "offline": "Ngoại tuyến", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", @@ -824,7 +830,7 @@ }, "openmediavault": { "downloading": "Downloading", - "total": "Tổng", + "total": "Total", "running": "Running", "stopped": "Stopped", "passed": "Passed", @@ -839,7 +845,7 @@ "bytesRx": "Received" }, "uptimerobot": { - "status": "Trạng thái", + "status": "Status", "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", @@ -927,7 +933,7 @@ "connected": "Connected", "enabled": "Enabled", "disabled": "Disabled", - "total": "Tổng" + "total": "Total" }, "swagdashboard": { "proxied": "Proxied", @@ -983,9 +989,9 @@ "name": "Name", "address": "Address", "last_seen": "Last Seen", - "status": "Trạng thái", + "status": "Status", "online": "Online", - "offline": "Ngoại tuyến" + "offline": "Offline" }, "beszel": { "name": "Name", @@ -993,8 +999,8 @@ "up": "Up", "down": "Down", "paused": "Paused", - "pending": "Đang xử lý", - "status": "Trạng thái", + "pending": "Pending", + "status": "Status", "updated": "Updated", "cpu": "CPU", "memory": "MEM", @@ -1021,10 +1027,10 @@ "projects": "Projects" }, "apcups": { - "status": "Trạng thái", + "status": "Status", "load": "Load", "bcharge": "Battery Charge", - "timeleft": "Thời gian còn lại" + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "Bookmarks", @@ -1054,5 +1060,28 @@ "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index f7a118e6b..f61e244a9 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -61,15 +61,15 @@ "wlan_devices": "無線設備", "lan_users": "有線使用者", "wlan_users": "無線使用者", - "up": "運作時間", + "up": "UP", "down": "離線", - "wait": "請稍後", + "wait": "Please wait", "empty_data": "子系統狀態未知" }, "docker": { "rx": "接收", "tx": "發送", - "mem": "記憶體", + "mem": "MEM", "cpu": "CPU", "running": "執行中", "offline": "離線", @@ -83,19 +83,19 @@ "partial": "部分" }, "ping": { - "error": "錯誤", + "error": "Error", "ping": "延遲", "down": "離線", - "up": "在線", + "up": "上線", "not_available": "不可用" }, "siteMonitor": { "http_status": "HTTP 狀態", - "error": "錯誤", + "error": "Error", "response": "回應", - "down": "離線", - "up": "在線", - "not_available": "不可用" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "播放緊", @@ -108,11 +108,11 @@ "songs": "曲目" }, "esphome": { - "offline": "離線", - "offline_alt": "離線", + "offline": "Offline", + "offline_alt": "Offline", "online": "在線", - "total": "全部", - "unknown": "未知" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "正式環境", @@ -133,24 +133,24 @@ "unread": "未讀" }, "fritzbox": { - "connectionStatus": "狀況", - "connectionStatusUnconfigured": "未設置", + "connectionStatus": "Status", + "connectionStatusUnconfigured": "未設定", "connectionStatusConnecting": "連線中", - "connectionStatusAuthenticating": "驗證中", - "connectionStatusPendingDisconnect": "待辦的斷開", + "connectionStatusAuthenticating": "身份驗證中", + "connectionStatusPendingDisconnect": "待中斷連線", "connectionStatusDisconnecting": "正在中斷連線", - "connectionStatusDisconnected": "連接已中斷", + "connectionStatusDisconnected": "連線已中斷", "connectionStatusConnected": "已連線", - "uptime": "運行時間", + "uptime": "Uptime", "maxDown": "最大下載速率", "maxUp": "最大上傳速率", - "down": "離線", - "up": "在線", + "down": "Down", + "up": "Up", "received": "已接收", - "sent": "已送出", + "sent": "送出", "externalIPAddress": "外部 IP", - "externalIPv6Address": "外部 IP", - "externalIPv6Prefix": "擴展 IPv-前綴" + "externalIPv6Address": "外部 IPv6", + "externalIPv6Prefix": "外部 IPv6前綴" }, "caddy": { "upstreams": "上行", @@ -168,17 +168,17 @@ "passes": "通行證" }, "tautulli": { - "playing": "播放緊", - "transcoding": "轉碼緊", - "bitrate": "比特率", - "no_active": "無任何活動", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "檢查Plex的連接狀態" }, "omada": { "connectedAp": "已連接的存取點", "activeUser": "在線裝置", "alerts": "警示", - "connectedGateways": "已連繫的網關", + "connectedGateways": "已連線的閘道", "connectedSwitches": "已連接的交換器" }, "nzbget": { @@ -189,30 +189,30 @@ "plex": { "streams": "正在播放", "albums": "專輯", - "movies": "電影", + "movies": "Movies", "tv": "影集" }, "sabnzbd": { - "rate": "速度", + "rate": "Rate", "queue": "隊列", "timeleft": "用時" }, "rutorrent": { "active": "激活", - "upload": "上傳速率", - "download": "下載速率" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU 使用率", @@ -223,44 +223,44 @@ "invalid": "無效的" }, "deluge": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "快取未命中位元組", "cachemissbytes": "快取未命中位元組" }, "downloadstation": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "想睇", "queued": "排緊隊", - "series": "影集", - "queue": "隊列", - "unknown": "未知" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "想睇", + "wanted": "Wanted", "missing": "缺少", - "queued": "排緊隊", - "movies": "電影", - "queue": "隊列", - "unknown": "未知" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "想睇", - "queued": "排緊隊", + "wanted": "Wanted", + "queued": "Queued", "artists": "創作者" }, "readarr": { - "wanted": "想睇", - "queued": "排緊隊", + "wanted": "Wanted", + "queued": "Queued", "books": "書" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "可用" }, "jellyseerr": { - "pending": "待定", - "approved": "批准", - "available": "可用" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "待定", + "pending": "Pending", "processing": "處理中", - "approved": "批准", - "available": "可用" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "全部", - "connected": "已連線", + "total": "Total", + "connected": "Connected", "new_devices": "新裝置", "down_alerts": "離線警告" }, @@ -296,26 +296,26 @@ "gravity": "重力" }, "adguard": { - "queries": "查詢", - "blocked": "封鎖", + "queries": "Queries", + "blocked": "Blocked", "filtered": "過濾", "latency": "延遲" }, "speedtest": { - "upload": "上傳速率", - "download": "下載速率", - "ping": "延遲" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "執行中", + "running": "Running", "stopped": "暫停", - "total": "全部" + "total": "Total" }, "suwayomi": { - "download": "下載咗", + "download": "Downloaded", "nondownload": "已下載", - "read": "已讀", - "unread": "未讀", + "read": "Read", + "unread": "Unread", "downloadedread": "已下載且已閱讀", "downloadedunread": "已下載且未閱讀", "nondownloadedread": "未下載但已閱讀", @@ -336,20 +336,20 @@ "ago": "{{value}} 前" }, "technitium": { - "totalQueries": "查詢", + "totalQueries": "Queries", "totalNoError": "成功", "totalServerFailure": "失敗", "totalNxDomain": "網域", - "totalRefused": "對方拒投誠信", + "totalRefused": "被拒絕", "totalAuthoritative": "權威的", "totalRecursive": "遞迴", "totalCached": "快取", - "totalBlocked": "封鎖", + "totalBlocked": "Blocked", "totalDropped": "丟棄", "totalClients": "客戶端" }, "tdarr": { - "queue": "隊列", + "queue": "Queue", "processed": "已處理", "errored": "發生錯誤", "saved": "已儲存" @@ -359,14 +359,20 @@ "services": "服務項", "middleware": "中間件" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "無任何活動", + "nothing_streaming": "No Active Streams", "please_wait": "請稍後" }, "npm": { "enabled": "啟用", "disabled": "停用咗", - "total": "全部" + "total": "Total" }, "coinmarketcap": { "configure": "配置一個或多個加密貨幣以進行跟蹤", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "應用", - "clients": "客戶端", + "clients": "Clients", "messages": "消息" }, "prowlarr": { "enableIndexers": "索引", "numberOfGrabs": "抓住", - "numberOfQueries": "查詢", + "numberOfQueries": "Queries", "numberOfFailGrabs": "失敗抓取", "numberOfFailQueries": "查詢失敗" }, "jackett": { "configured": "配置", - "errored": "發生錯誤" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "會話", "numConnections": "連接", "dataRelayed": "傳遞", - "transferRate": "速度" + "transferRate": "Rate" }, "mastodon": { - "user_count": "使用者", + "user_count": "Users", "status_count": "職位", "domain_count": "域" }, "medusa": { - "wanted": "想睇", - "queued": "排緊隊", - "series": "影集" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "玩家", "version": "版本", - "status": "狀況", - "up": "在線", - "down": "離線" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "已讀", - "unread": "未讀" + "unread": "Unread" }, "authentik": { - "users": "使用者", + "users": "Users", "loginsLast24H": "登錄( 24小时)", "failedLoginsLast24H": "登錄失敗( 24鐘頭)" }, "proxmox": { - "mem": "記憶體", + "mem": "MEM", "cpu": "CPU", "lxc": "Linux 容器", "vms": "虛擬機" }, "glances": { "cpu": "CPU", - "load": "負荷", - "wait": "請稍後", - "temp": "溫度", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "溫度", "warn": "警告", - "uptime": "運作時間", - "total": "全部", - "free": "剩餘", - "used": "用咗", - "days": "天", - "hours": "小時", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "重大的", - "read": "已讀", + "read": "Read", "write": "寫入", "gpu": "GPU", "mem": "記憶體", @@ -455,7 +461,7 @@ "search": "搜尋", "custom": "自訂", "visit": "造訪", - "url": "網址", + "url": "URL", "searchsuggestion": "建議" }, "wmo": { @@ -464,76 +470,76 @@ "1-day": "晴時多雲", "1-night": "晴時多雲", "2-day": "多雲時陰", - "2-night": "多雲時陰", + "2-night": "Partly Cloudy", "3-day": "陰天", - "3-night": "陰天", + "3-night": "Cloudy", "45-day": "有霧", - "45-night": "有霧", - "48-day": "有霧", - "48-night": "有霧", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "小毛雨", - "51-night": "小毛雨", + "51-night": "Light Drizzle", "53-day": "毛雨", - "53-night": "毛雨", + "53-night": "Drizzle", "55-day": "大毛雨", - "55-night": "大毛雨", + "55-night": "Heavy Drizzle", "56-day": "小凍毛雨", - "56-night": "小凍毛雨", + "56-night": "Light Freezing Drizzle", "57-day": "凍毛雨", - "57-night": "凍毛雨", + "57-night": "Freezing Drizzle", "61-day": "小雨", - "61-night": "小雨", + "61-night": "Light Rain", "63-day": "雨", - "63-night": "雨", + "63-night": "Rain", "65-day": "大雨", - "65-night": "大雨", + "65-night": "Heavy Rain", "66-day": "凍雨", - "66-night": "凍雨", - "67-day": "凍雨", - "67-night": "凍雨", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "小雪", - "71-night": "小雪", + "71-night": "Light Snow", "73-day": "雪", - "73-night": "雪", + "73-night": "Snow", "75-day": "大雪", - "75-night": "大雪", + "75-night": "Heavy Snow", "77-day": "雪粒", - "77-night": "雪粒", + "77-night": "Snow Grains", "80-day": "微陣雨", - "80-night": "微陣雨", + "80-night": "Light Showers", "81-day": "陣雨", - "81-night": "陣雨", + "81-night": "Showers", "82-day": "強陣雨", - "82-night": "強陣雨", + "82-night": "Heavy Showers", "85-day": "陣雪", - "85-night": "陣雪", - "86-day": "陣雪", - "86-night": "陣雪", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "雷雨", - "95-night": "雷雨", + "95-night": "Thunderstorm", "96-day": "雷雨伴隨冰雹", - "96-night": "雷雨伴隨冰雹", - "99-day": "雷雨伴隨冰雹", - "99-night": "雷雨伴隨冰雹" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "系統", "updates": "更新", "update_available": "有可用的更新", "up_to_date": "已更新至最新", - "child_bridges": "子網橋", + "child_bridges": "子網橋接", "child_bridges_status": "{{ok}}/{{total}}", - "up": "在線", - "pending": "待定", - "down": "離線" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { "new": "新建立", - "up": "在線", + "up": "Up", "grace": "延緩中", - "down": "離線", + "down": "Down", "paused": "擱置中", - "status": "狀況", + "status": "Status", "last_ping": "上次檢查", "never": "尚未檢查" }, @@ -543,27 +549,27 @@ "containers_failed": "失敗" }, "autobrr": { - "approvedPushes": "批准", + "approvedPushes": "Approved", "rejectedPushes": "拒絕", "filters": "篩選器", - "indexers": "索引" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "隊列", + "downloads": "Queue", "videos": "影片", "channels": "頻道", "playlists": "播放清單" }, "truenas": { "load": "系統負載", - "uptime": "運行時間", - "alerts": "警示" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "速度", - "active": "激活", - "queue": "隊列", - "total": "全部" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "公用IP", @@ -572,57 +578,57 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "頻道", + "channels": "Channels", "hd": "高畫質", "tunerCount": "調諧器", "channelNumber": "頻道", "channelNetwork": "網絡", "signalStrength": "強度", "signalQuality": "品質", - "symbolQuality": "品質", - "networkRate": "比特率", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "用戶端" }, "scrutiny": { "passed": "通過", - "failed": "失敗", - "unknown": "未知" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "收件箱", - "total": "全部" + "total": "Total" }, "peanut": { "battery_charge": "充電", - "ups_load": "後備電負載", - "ups_status": "後備電狀況", - "online": "在線", + "ups_load": "備用電源負載", + "ups_status": "備用電源狀態", + "online": "Online", "on_battery": "電池供電", "low_battery": "低電量" }, "nextdns": { - "wait": "請稍後", + "wait": "Please Wait", "no_devices": "未收到裝置資料" }, "mikrotik": { "cpuLoad": "CPU負載", "memoryUsed": "已使用的記憶體", - "uptime": "運行時間", + "uptime": "Uptime", "numberOfLeases": "租約" }, "xteve": { "streams_all": "所有播放活動", - "streams_active": "正在播放", + "streams_active": "Active Streams", "streams_xepg": "XEPG頻道" }, "opendtu": { - "yieldDay": "今日", + "yieldDay": "今天", "absolutePower": "功率", "relativePower": "功率百分比", "limit": "上限" }, "opnsense": { - "cpu": "CPU負載", + "cpu": "CPU Load", "memory": "記憶體", "wanUpload": "WAN上傳", "wanDownload": "WAN下載" @@ -634,22 +640,22 @@ "layers": "層" }, "octoprint": { - "printer_state": "狀況", + "printer_state": "Status", "temp_tool": "噴頭溫度", "temp_bed": "平台溫度", "job_completion": "完成度" }, "cloudflared": { "origin_ip": "源頭IP", - "status": "狀況" + "status": "Status" }, "pfsense": { "load": "平均負載量", "memory": "記憶體使用率", "wanStatus": "網際網路狀態", - "up": "在線", - "down": "離線", - "temp": "溫度", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "硬碟使用率", "wanIP": "網際網路 IP" }, @@ -660,49 +666,49 @@ "memory_usage": "記憶體" }, "immich": { - "users": "使用者", + "users": "Users", "photos": "照片", - "videos": "影片", + "videos": "Videos", "storage": "儲存空間" }, "uptimekuma": { "up": "在線網站", "down": "離線網站", - "uptime": "運行時間", + "uptime": "Uptime", "incident": "事件", - "m": "分" + "m": "m" }, "atsumeru": { - "series": "影集", + "series": "Series", "archives": "檔案", "chapters": "章節", "categories": "類別" }, "komga": { "libraries": "文庫", - "series": "影集", - "books": "書" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "天", - "uptime": "運行時間", - "volumeAvailable": "可用" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "影集", + "series": "Series", "issues": "出版", - "wanted": "想睇" + "wanted": "Wanted" }, "photoprism": { - "albums": "專輯", - "photos": "照片", - "videos": "影片", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "人物" }, "fileflows": { - "queue": "隊列", - "processing": "處理中", - "processed": "已處理", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "時間" }, "firefly": { @@ -724,11 +730,11 @@ "numshares": "已分享" }, "kopia": { - "status": "狀況", + "status": "Status", "size": "檔案大小", "lastrun": "上次執行", "nextrun": "下次執行", - "failed": "失敗" + "failed": "Failed" }, "unmanic": { "active_workers": "在線工作程序", @@ -745,20 +751,20 @@ "targets_total": "目標總數" }, "gatus": { - "up": "在線網站", - "down": "離線網站", - "uptime": "運行時間" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "今日", + "gross_percent_today": "Today", "gross_percent_1y": "一年", "gross_percent_max": "所有時間" }, "audiobookshelf": { "podcasts": "播客", - "books": "書", + "books": "Books", "podcastsDuration": "歷時", - "booksDuration": "歷時" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "在家人數", @@ -767,48 +773,48 @@ }, "whatsupdocker": { "monitoring": "監測中", - "updates": "更新" + "updates": "Updates" }, "calibreweb": { - "books": "書", + "books": "Books", "authors": "作者", - "categories": "類別", - "series": "影集" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "隊列", - "downloadBytesRemaining": "剩餘", - "downloadTotalBytes": "檔案大小", - "downloadSpeed": "速度" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "影集", - "totalFiles": "檔案" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "結果", - "status": "狀況", + "status": "Status", "buildId": "組建編號", "succeeded": "成功", "notStarted": "尚未啟用", - "failed": "失敗", + "failed": "Failed", "canceled": "取消", "inProgress": "執行中", "totalPrs": "總提取要求", "myPrs": "我的提取要求", - "approved": "批准" + "approved": "Approved" }, "gamedig": { - "status": "狀況", - "online": "在線", - "offline": "離線", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "名稱", "map": "地圖", "currentPlayers": "當前玩家數", - "players": "玩家", + "players": "Players", "maxPlayers": "玩家數上限", "bots": "機器人", - "ping": "延遲" + "ping": "Ping" }, "urbackup": { "ok": "確定", @@ -818,46 +824,46 @@ }, "mealie": { "recipes": "食譜", - "users": "使用者", - "categories": "類別", + "users": "Users", + "categories": "Categories", "tags": "標籤" }, "openmediavault": { "downloading": "下載中", - "total": "全部", - "running": "執行中", - "stopped": "暫停", - "passed": "通過", - "failed": "失敗" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "運行時間", + "uptime": "Uptime", "cpuLoad": "處理器平均負載(5分鐘)", - "up": "在線", - "down": "離線", + "up": "Up", + "down": "Down", "bytesTx": "已傳送", - "bytesRx": "已接收" + "bytesRx": "Received" }, "uptimerobot": { - "status": "狀況", - "uptime": "運行時間", + "status": "Status", + "uptime": "Uptime", "lastDown": "近一次停機時間", "downDuration": "歷時停機時間", - "sitesUp": "在線網站", - "sitesDown": "離線網站", - "paused": "擱置中", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "尚未檢查", - "up": "在線", + "up": "Up", "seemsdown": "似乎離線", - "down": "離線", - "unknown": "未知" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "上映中", "physicalRelease": "實體發行", "digitalRelease": "數位發行", - "noEventsToday": "今日無事件", - "noEventsFound": "未找到事件", + "noEventsToday": "今天沒有事件!", + "noEventsFound": "找不到事件", "errorWhenLoadingData": "Error when loading calendar data" }, "romm": { @@ -869,10 +875,10 @@ "totalfilesize": "大小總計" }, "mailcow": { - "domains": "域", + "domains": "Domains", "mailboxes": "信箱", "mails": "郵件數", - "storage": "儲存空間" + "storage": "Storage" }, "netdata": { "warnings": "警告", @@ -881,85 +887,85 @@ "plantit": { "events": "事件", "plants": "植物", - "photos": "照片", + "photos": "Photos", "species": "物種" }, "gitea": { - "notifications": "信息", - "issues": "出版", + "notifications": "通知", + "issues": "Issues", "pulls": "提取請求", "repositories": "套件來源" }, "stash": { "scenes": "場景", "scenesPlayed": "已播放場景", - "playCount": "合共播放", + "playCount": "總播放次數", "playDuration": "觀看時數", "sceneSize": "場景大小", "sceneDuration": "場景為期", "images": "圖片", - "imageSize": "圖像大小", + "imageSize": "圖片大小", "galleries": "畫廊", "performers": "表演者", "studios": "工作室", - "movies": "電影", - "tags": "標籤", + "movies": "Movies", + "tags": "Tags", "oCount": "0 個" }, "tandoor": { - "users": "使用者", - "recipes": "食譜", + "users": "Users", + "recipes": "Recipes", "keywords": "關鍵字" }, "homebox": { "items": "項目", - "totalWithWarranty": "有保証", + "totalWithWarranty": "有保證", "locations": "位置", "labels": "標籤", - "users": "使用者", + "users": "Users", "totalValue": "總共" }, "crowdsec": { - "alerts": "警示", + "alerts": "Alerts", "bans": "禁止" }, "wgeasy": { - "connected": "已連線", - "enabled": "啟用", - "disabled": "停用咗", - "total": "全部" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "已代理", "auth": "已授權", - "outdated": "須更新", + "outdated": "已過時", "banned": "已封鎖" }, "myspeed": { - "ping": "延遲", - "download": "下載速率", - "upload": "上傳速率" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "股票", - "loading": "載入中 ", + "loading": "載入中", "open": "美國市場已開放", "closed": "美國市場已關閉", "invalidConfiguration": "無效的設定" }, "frigate": { - "cameras": " ", - "uptime": "運行時間", - "version": "版本" + "cameras": "相機", + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { - "links": " ", + "links": "連結", "collections": "收藏庫", - "tags": "標籤" + "tags": "Tags" }, "zabbix": { "unclassified": "未分類", - "information": "資訊", + "information": "Information", "warning": "警告", "average": "平均", "high": "高優先權", @@ -974,30 +980,30 @@ "none": "沒有" }, "vikunja": { - "projects": "正在應用的項目", + "projects": "活躍專案", "tasks7d": "本週到期任務", "tasksOverdue": "逾期處理", "tasksInProgress": "正在執行的任務" }, "headscale": { - "name": "名稱", - "address": "位址", - "last_seen": "上次連線", - "status": "狀況", - "online": "在線", - "offline": "離線" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "名稱", + "name": "Name", "systems": "系統", - "up": "在線", - "down": "離線", - "paused": "擱置中", - "pending": "待定", - "status": "狀況", - "updated": "已更新", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", - "memory": "記憶體", + "memory": "MEM", "disk": "儲存空間", "network": "網路" }, @@ -1005,26 +1011,26 @@ "apps": "應用程式", "synced": "已同步", "outOfSync": "不同步", - "healthy": "健康", + "healthy": "Healthy", "degraded": "已降級", "progressing": "進度", - "missing": "缺少", + "missing": "Missing", "suspended": "暫停" }, "spoolman": { - "loading": "載入中 " + "loading": "Loading" }, "gitlab": { "groups": "群組", - "issues": "出版", + "issues": "Issues", "merges": "合併請求", - "projects": "專" + "projects": "專案" }, "apcups": { - "status": "狀況", - "load": "負荷", - "bcharge": "充電", - "timeleft": "用時" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "書籤", @@ -1032,27 +1038,50 @@ "archived": "已存檔", "highlights": "標記", "lists": "列表", - "tags": "標籤" + "tags": "Tags" }, "slskd": { - "slskStatus": "網絡", - "connected": "已連線", - "disconnected": "連接已中斷", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "更新", - "update_yes": "可用", - "update_no": "已更新至最新", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "下載", "uploads": "上傳", - "sharedFiles": "檔案" + "sharedFiles": "Files" }, "jellystat": { - "songs": "曲目", - "movies": "電影", - "episodes": "集", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index 60e9dcd3a..4f067d274 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -61,9 +61,9 @@ "wlan_devices": "无线局域网设备", "lan_users": "局域网用户", "wlan_users": "无线局域网用户", - "up": "运行时间", + "up": "UP", "down": "离线", - "wait": "请稍候", + "wait": "请稍后", "empty_data": "子系统状态未知" }, "docker": { @@ -83,7 +83,7 @@ "partial": "部分" }, "ping": { - "error": "错误", + "error": "Error", "ping": "Ping", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP 状态", - "error": "错误", + "error": "Error", "response": "响应", "down": "Down", "up": "Up", - "not_available": "不可用" + "not_available": "Not Available" }, "emby": { "playing": "播放中", @@ -111,8 +111,8 @@ "offline": "离线", "offline_alt": "离线", "online": "在线的", - "total": "总计", - "unknown": "未知" + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "正式环境", @@ -133,7 +133,7 @@ "unread": "未读" }, "fritzbox": { - "connectionStatus": "状态", + "connectionStatus": "Status", "connectionStatusUnconfigured": "未配置", "connectionStatusConnecting": "连接中", "connectionStatusAuthenticating": "认证中", @@ -141,9 +141,9 @@ "connectionStatusDisconnecting": "正在断开连接", "connectionStatusDisconnected": "未连接", "connectionStatusConnected": "已连接", - "uptime": "运行时间", + "uptime": "Uptime", "maxDown": "最大下载速度", - "maxUp": "", + "maxUp": "最大上传速度", "down": "Down", "up": "Up", "received": "已接收", @@ -168,10 +168,10 @@ "passes": "通行证" }, "tautulli": { - "playing": "播放中", - "transcoding": "转码", - "bitrate": "比特率", - "no_active": "暂无播放", + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", "plex_connection_error": "Check Plex Connection" }, "omada": { @@ -189,30 +189,30 @@ "plex": { "streams": "活动流", "albums": "专辑", - "movies": "电影", + "movies": "Movies", "tv": "电视节目" }, "sabnzbd": { - "rate": "速率", + "rate": "Rate", "queue": "队列", "timeleft": "剩余时间" }, "rutorrent": { "active": "活动中", - "upload": "上传速率", - "download": "下载" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "下载", - "upload": "上传速率", - "leech": "下载中", - "seed": "做种" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "下载", - "upload": "上传速率", - "leech": "下载中", - "seed": "做种" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "处理器", @@ -223,44 +223,44 @@ "invalid": "Invalid" }, "deluge": { - "download": "下载", - "upload": "上传速率", - "leech": "下载中", - "seed": "做种" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "缓存命中字节", "cachemissbytes": "缓存Bytes失败" }, "downloadstation": { - "download": "下载", - "upload": "上传速率", - "leech": "下载中", - "seed": "做种" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "想看", "queued": "排队", - "series": "系列", - "queue": "队列", - "unknown": "未知" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "想看", + "wanted": "Wanted", "missing": "丢失", - "queued": "排队", - "movies": "电影", - "queue": "队列", - "unknown": "未知" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "想看", - "queued": "排队", + "wanted": "Wanted", + "queued": "Queued", "artists": "Artists" }, "readarr": { - "wanted": "想看", - "queued": "排队", + "wanted": "Wanted", + "queued": "Queued", "books": "书籍" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "可用" }, "jellyseerr": { - "pending": "待办的", - "approved": "已批准", - "available": "可用" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "待办的", + "pending": "Pending", "processing": "处理中", - "approved": "已批准", - "available": "可用" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "总计", - "connected": "已连接", + "total": "Total", + "connected": "Connected", "new_devices": "新设备", "down_alerts": "离线警报" }, @@ -296,26 +296,26 @@ "gravity": "屏蔽列表" }, "adguard": { - "queries": "查询", - "blocked": "阻止", + "queries": "Queries", + "blocked": "Blocked", "filtered": "过滤", "latency": "延迟" }, "speedtest": { - "upload": "上传速率", - "download": "下载", + "upload": "Upload", + "download": "Download", "ping": "Ping" }, "portainer": { - "running": "运行中", + "running": "Running", "stopped": "停止", - "total": "总计" + "total": "Total" }, "suwayomi": { - "download": "下载", + "download": "Downloaded", "nondownload": "未下载", - "read": "已读", - "unread": "未读", + "read": "Read", + "unread": "Unread", "downloadedread": "已下载 & 已读", "downloadedunread": "已下载 & 未读", "nondownloadedread": "未下载 & 已读", @@ -336,7 +336,7 @@ "ago": "{{value}} 以前" }, "technitium": { - "totalQueries": "查询", + "totalQueries": "Queries", "totalNoError": "成功", "totalServerFailure": "失败", "totalNxDomain": "域", @@ -344,12 +344,12 @@ "totalAuthoritative": "权威", "totalRecursive": "递归", "totalCached": "缓存", - "totalBlocked": "阻止", + "totalBlocked": "Blocked", "totalDropped": "丢弃", "totalClients": "客户端" }, "tdarr": { - "queue": "队列", + "queue": "Queue", "processed": "已处理", "errored": "出错", "saved": "已保存" @@ -359,14 +359,20 @@ "services": "服务", "middleware": "中间件" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "暂无播放", + "nothing_streaming": "No Active Streams", "please_wait": "请等待" }, "npm": { "enabled": "已启用", "disabled": "禁用", - "total": "总计" + "total": "Total" }, "coinmarketcap": { "configure": "配置一个或多个需要追踪的加密", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "应用", - "clients": "客户端", + "clients": "Clients", "messages": "信息" }, "prowlarr": { "enableIndexers": "索引器", "numberOfGrabs": "抓取", - "numberOfQueries": "查询", + "numberOfQueries": "Queries", "numberOfFailGrabs": "抓取失败", "numberOfFailQueries": "查询失败" }, "jackett": { "configured": "已配置", - "errored": "出错" + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "会话", "numConnections": "连接", "dataRelayed": "中继", - "transferRate": "速率" + "transferRate": "Rate" }, "mastodon": { - "user_count": "用户", + "user_count": "Users", "status_count": "帖子", "domain_count": "域" }, "medusa": { - "wanted": "想看", - "queued": "排队", - "series": "系列" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "玩家", "version": "版本", - "status": "状态", - "up": "在线的", - "down": "离线" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "已读", - "unread": "未读" + "unread": "Unread" }, "authentik": { - "users": "用户", + "users": "Users", "loginsLast24H": "登录 (24h)", "failedLoginsLast24H": "登录失败 (24h)" }, "proxmox": { - "mem": "内存", + "mem": "MEM", "cpu": "CPU", "lxc": "容器", "vms": "虚拟机" }, "glances": { "cpu": "CPU", - "load": "负载", - "wait": "请稍候", - "temp": "温度", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "Temp", "warn": "Warn", - "uptime": "运行时间", - "total": "总计", - "free": "空闲", - "used": "已使用", - "days": "日", - "hours": "时", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "Crit", - "read": "已读", + "read": "Read", "write": "Write", "gpu": "GPU", "mem": "Mem", @@ -464,57 +470,57 @@ "1-day": "主要是晴天", "1-night": "大部晴朗", "2-day": "多云", - "2-night": "多云", + "2-night": "Partly Cloudy", "3-day": "阴天", - "3-night": "阴天", + "3-night": "Cloudy", "45-day": "有雾", - "45-night": "有雾", - "48-day": "有雾", - "48-night": "有雾", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "小雨", - "51-night": "小雨", + "51-night": "Light Drizzle", "53-day": "小雨", - "53-night": "小雨", + "53-night": "Drizzle", "55-day": "毛毛雨", - "55-night": "毛毛雨", + "55-night": "Heavy Drizzle", "56-day": "小冻毛雨", - "56-night": "小冻毛雨", + "56-night": "Light Freezing Drizzle", "57-day": "冻毛雨", - "57-night": "冻毛雨", + "57-night": "Freezing Drizzle", "61-day": "小雨", - "61-night": "小雨", + "61-night": "Light Rain", "63-day": "雨", - "63-night": "雨", + "63-night": "Rain", "65-day": "大雨", - "65-night": "大雨", + "65-night": "Heavy Rain", "66-day": "冻雨", - "66-night": "冻雨", - "67-day": "冻雨", - "67-night": "冻雨", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "小雪", - "71-night": "小雪", + "71-night": "Light Snow", "73-day": "中雪", - "73-night": "中雪", + "73-night": "Snow", "75-day": "大雪", - "75-night": "大雪", + "75-night": "Heavy Snow", "77-day": "雪粒", - "77-night": "雪粒", + "77-night": "Snow Grains", "80-day": "微阵雨", - "80-night": "微阵雨", + "80-night": "Light Showers", "81-day": "阵雨", - "81-night": "阵雨", + "81-night": "Showers", "82-day": "强阵雨", - "82-night": "强阵雨", + "82-night": "Heavy Showers", "85-day": "阵雪", - "85-night": "阵雪", - "86-day": "阵雪", - "86-night": "阵雪", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "雷雨", - "95-night": "雷雨", + "95-night": "Thunderstorm", "96-day": "雷雨伴随冰雹", - "96-night": "雷雨伴随冰雹", - "99-day": "雷雨伴随冰雹", - "99-night": "雷雨伴随冰雹" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "System", @@ -524,7 +530,7 @@ "child_bridges": "子网桥", "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", - "pending": "待办的", + "pending": "Pending", "down": "Down" }, "healthchecks": { @@ -533,7 +539,7 @@ "grace": "延缓中", "down": "Down", "paused": "暂停", - "status": "状态", + "status": "Status", "last_ping": "上次检查", "never": "尚未检查" }, @@ -543,27 +549,27 @@ "containers_failed": "失败" }, "autobrr": { - "approvedPushes": "已批准", + "approvedPushes": "Approved", "rejectedPushes": "拒绝", "filters": "Filters", - "indexers": "索引器" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "队列", + "downloads": "Queue", "videos": "影片", "channels": "频道", "playlists": "播放清单" }, "truenas": { "load": "系统负载", - "uptime": "运行时间", - "alerts": "警报" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "速度", - "active": "活动中", - "queue": "队列", - "total": "总计" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { "public_ip": "公网 IP", @@ -572,47 +578,47 @@ "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "频道", + "channels": "Channels", "hd": "HD", "tunerCount": "电台数", "channelNumber": "频道数", "channelNetwork": "网络", "signalStrength": "强度", "signalQuality": "质量", - "symbolQuality": "质量", - "networkRate": "比特率", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "客户端" }, "scrutiny": { "passed": "通过", - "failed": "失败", - "unknown": "未知" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "收件箱", - "total": "总计" + "total": "Total" }, "peanut": { "battery_charge": "充电中", "ups_load": "UPS 负载", "ups_status": "UPS 状态", - "online": "在线的", + "online": "Online", "on_battery": "电池供电", "low_battery": "电量低" }, "nextdns": { - "wait": "请等待", + "wait": "Please Wait", "no_devices": "没有接收到设备数据" }, "mikrotik": { "cpuLoad": "处理器", "memoryUsed": "内存", - "uptime": "运行时间", + "uptime": "Uptime", "numberOfLeases": "租约" }, "xteve": { "streams_all": "所有播放活动", - "streams_active": "活动流", + "streams_active": "Active Streams", "streams_xepg": "XEPG 频道" }, "opendtu": { @@ -622,7 +628,7 @@ "limit": "Limit" }, "opnsense": { - "cpu": "处理器", + "cpu": "CPU Load", "memory": "内存", "wanUpload": "WAN上传", "wanDownload": "WAN下载" @@ -634,14 +640,14 @@ "layers": "层" }, "octoprint": { - "printer_state": "状态", + "printer_state": "Status", "temp_tool": "喷头温度", "temp_bed": "平台温度", "job_completion": "完成度" }, "cloudflared": { "origin_ip": "源IP", - "status": "状态" + "status": "Status" }, "pfsense": { "load": "平均负载", @@ -660,53 +666,53 @@ "memory_usage": "内存" }, "immich": { - "users": "用户", + "users": "Users", "photos": "照片", - "videos": "影片", + "videos": "Videos", "storage": "储存空间" }, "uptimekuma": { "up": "在线网站", "down": "离线网站", - "uptime": "运行时间", + "uptime": "Uptime", "incident": "严重事件", - "m": "分" + "m": "m" }, "atsumeru": { - "series": "系列", + "series": "Series", "archives": "Archives", "chapters": "Chapters", "categories": "Categories" }, "komga": { "libraries": "书库", - "series": "系列", - "books": "书籍" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "天", - "uptime": "运行时间", - "volumeAvailable": "可用" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "系列", + "series": "Series", "issues": "问题", - "wanted": "想看" + "wanted": "Wanted" }, "photoprism": { - "albums": "专辑", - "photos": "照片", - "videos": "影片", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "人物" }, "fileflows": { - "queue": "队列", - "processing": "处理中", - "processed": "已处理", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "时间" }, "firefly": { - "networth": "Net Worth", + "networth": "净值", "budget": "Budget" }, "grafana": { @@ -724,11 +730,11 @@ "numshares": "共享项目" }, "kopia": { - "status": "状态", + "status": "Status", "size": "大小", "lastrun": "最后运行", "nextrun": "下次运行", - "failed": "失败" + "failed": "Failed" }, "unmanic": { "active_workers": "在线工作节点", @@ -745,9 +751,9 @@ "targets_total": "总目标" }, "gatus": { - "up": "在线网站", - "down": "离线网站", - "uptime": "运行时间" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { "gross_percent_today": "Today", @@ -756,9 +762,9 @@ }, "audiobookshelf": { "podcasts": "播客", - "books": "书籍", + "books": "Books", "podcastsDuration": "持续时间", - "booksDuration": "持续时间" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "在家人数", @@ -767,12 +773,12 @@ }, "whatsupdocker": { "monitoring": "监测中", - "updates": "更新" + "updates": "Updates" }, "calibreweb": { "books": "书籍", "authors": "作者", - "categories": "Categories", + "categories": "分类", "series": "系列" }, "jdownloader": { @@ -783,11 +789,11 @@ }, "kavita": { "seriesCount": "系列", - "totalFiles": "文件" + "totalFiles": "Files" }, "azuredevops": { "result": "Result", - "status": "状态", + "status": "Status", "buildId": "Build ID", "succeeded": "Succeeded", "notStarted": "Not Started", @@ -796,16 +802,16 @@ "inProgress": "In Progress", "totalPrs": "Total PRs", "myPrs": "My PRs", - "approved": "已批准" + "approved": "Approved" }, "gamedig": { - "status": "状态", - "online": "在线的", - "offline": "离线", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "Name", "map": "Map", "currentPlayers": "Current players", - "players": "玩家", + "players": "Players", "maxPlayers": "Max players", "bots": "Bots", "ping": "Ping" @@ -818,39 +824,39 @@ }, "mealie": { "recipes": "Recipes", - "users": "用户", + "users": "Users", "categories": "Categories", "tags": "Tags" }, "openmediavault": { "downloading": "Downloading", - "total": "总计", - "running": "运行中", - "stopped": "停止", - "passed": "通过", - "failed": "失败" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "运行时间", + "uptime": "Uptime", "cpuLoad": "CPU 负载平均值(5m)", "up": "Up", "down": "Down", "bytesTx": "已传输", - "bytesRx": "已接收" + "bytesRx": "Received" }, "uptimerobot": { - "status": "状态", - "uptime": "运行时间", + "status": "Status", + "uptime": "Uptime", "lastDown": "Last Downtime", "downDuration": "Downtime Duration", - "sitesUp": "在线网站", - "sitesDown": "离线网站", - "paused": "暂停", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "Not Yet Checked", "up": "Up", "seemsdown": "Seems Down", "down": "Down", - "unknown": "未知" + "unknown": "Unknown" }, "calendar": { "inCinemas": "In cinemas", @@ -869,10 +875,10 @@ "totalfilesize": "总大小" }, "mailcow": { - "domains": "域", + "domains": "Domains", "mailboxes": "邮箱", "mails": "邮件", - "storage": "储存空间" + "storage": "Storage" }, "netdata": { "warnings": "警告", @@ -881,12 +887,12 @@ "plantit": { "events": "事件", "plants": "植物", - "photos": "照片", + "photos": "Photos", "species": "物种" }, "gitea": { "notifications": "通知", - "issues": "问题", + "issues": "议题", "pulls": "PR", "repositories": "代码仓库" }, @@ -902,12 +908,12 @@ "galleries": "图库", "performers": "演员", "studios": "工作室", - "movies": "电影", + "movies": "Movies", "tags": "Tags", "oCount": "O 个" }, "tandoor": { - "users": "用户", + "users": "Users", "recipes": "Recipes", "keywords": "关键词" }, @@ -916,18 +922,18 @@ "totalWithWarranty": "有保证", "locations": "位置", "labels": "标签", - "users": "用户", + "users": "Users", "totalValue": "总计" }, "crowdsec": { - "alerts": "警报", + "alerts": "Alerts", "bans": "禁用" }, "wgeasy": { - "connected": "已连接", - "enabled": "已启用", + "connected": "Connected", + "enabled": "Enabled", "disabled": "禁用", - "total": "总计" + "total": "Total" }, "swagdashboard": { "proxied": "已代理", @@ -937,8 +943,8 @@ }, "myspeed": { "ping": "Ping", - "download": "下载", - "upload": "上传速率" + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "库存", @@ -949,8 +955,8 @@ }, "frigate": { "cameras": "摄像头", - "uptime": "运行时间", - "version": "版本" + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { "links": "链接", @@ -959,7 +965,7 @@ }, "zabbix": { "unclassified": "未分类", - "information": "信息", + "information": "Information", "warning": "警告", "average": "平均红包", "high": "高", @@ -981,23 +987,23 @@ }, "headscale": { "name": "Name", - "address": "地址", - "last_seen": "最后上线", - "status": "状态", - "online": "在线的", - "offline": "离线" + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { "name": "Name", "systems": "系统", "up": "Up", "down": "Down", - "paused": "暂停", - "pending": "待办的", - "status": "状态", - "updated": "已升级", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", - "memory": "内存", + "memory": "MEM", "disk": "磁盘", "network": "网络" }, @@ -1005,54 +1011,77 @@ "apps": "应用程序", "synced": "已同步", "outOfSync": "未同步", - "healthy": "健康", + "healthy": "Healthy", "degraded": "已降级", "progressing": "进行中", - "missing": "丢失", + "missing": "Missing", "suspended": "已停用" }, "spoolman": { - "loading": "正在加载" + "loading": "Loading" }, "gitlab": { "groups": "群组", - "issues": "问题", + "issues": "议题", "merges": "合并请求", "projects": "项目" }, "apcups": { - "status": "状态", - "load": "负载", - "bcharge": "充电中", - "timeleft": "剩余时间" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { - "bookmarks": "Bookmarks", - "favorites": "Favorites", - "archived": "Archived", - "highlights": "Highlights", - "lists": "Lists", + "bookmarks": "书签", + "favorites": "我的最爱", + "archived": "已归档", + "highlights": "标记", + "lists": "列表", "tags": "Tags" }, "slskd": { - "slskStatus": "网络", - "connected": "已连接", - "disconnected": "未连接", - "updateStatus": "Update", - "update_yes": "可用", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", + "updateStatus": "更新", + "update_yes": "Available", "update_no": "Up to Date", - "downloads": "Downloads", - "uploads": "Uploads", - "sharedFiles": "文件" + "downloads": "下载", + "uploads": "上传", + "sharedFiles": "Files" }, "jellystat": { - "songs": "歌曲", - "movies": "电影", - "episodes": "剧集", - "other": "Other" + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", + "other": "其他" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index 3341d7d9d..7f68be7fb 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -61,15 +61,15 @@ "wlan_devices": "無線設備", "lan_users": "有線使用者", "wlan_users": "無線使用者", - "up": "運作時間", + "up": "UP", "down": "離線", - "wait": "請稍候", + "wait": "Please wait", "empty_data": "子系統狀態未知" }, "docker": { "rx": "接收", - "tx": "發送", - "mem": "記憶體", + "tx": "傳送", + "mem": "MEM", "cpu": "CPU", "running": "執行中", "offline": "離線", @@ -78,24 +78,24 @@ "healthy": "健康", "starting": "啟動中", "unhealthy": "不健康的", - "not_found": "未找到", + "not_found": "找不到", "exited": "已退出", "partial": "部分" }, "ping": { - "error": "錯誤", + "error": "Error", "ping": "延遲", "down": "離線", - "up": "在線", + "up": "上線", "not_available": "不可用" }, "siteMonitor": { "http_status": "HTTP 狀態", - "error": "錯誤", + "error": "Error", "response": "回應", - "down": "離線", - "up": "在線", - "not_available": "不可用" + "down": "Down", + "up": "Up", + "not_available": "Not Available" }, "emby": { "playing": "正在播放", @@ -108,11 +108,11 @@ "songs": "曲目" }, "esphome": { - "offline": "離線", - "offline_alt": "離線", - "online": "在線", - "total": "全部", - "unknown": "未知" + "offline": "Offline", + "offline_alt": "Offline", + "online": "上線", + "total": "Total", + "unknown": "Unknown" }, "evcc": { "pv_power": "正式環境", @@ -133,27 +133,27 @@ "unread": "未讀" }, "fritzbox": { - "connectionStatus": "狀態", - "connectionStatusUnconfigured": "未設置", + "connectionStatus": "Status", + "connectionStatusUnconfigured": "未設定", "connectionStatusConnecting": "連線中", - "connectionStatusAuthenticating": "驗證中", - "connectionStatusPendingDisconnect": "待辦的斷開", + "connectionStatusAuthenticating": "身份驗證中", + "connectionStatusPendingDisconnect": "待中斷連線", "connectionStatusDisconnecting": "正在中斷連線", - "connectionStatusDisconnected": "連接已中斷", + "connectionStatusDisconnected": "連線已中斷", "connectionStatusConnected": "已連線", - "uptime": "運行時間", + "uptime": "Uptime", "maxDown": "最大下載速率", "maxUp": "最大上傳速率", - "down": "離線", - "up": "在線", + "down": "Down", + "up": "Up", "received": "已接收", - "sent": "已送出", + "sent": "送出", "externalIPAddress": "外部 IP", - "externalIPv6Address": "外部 IP", - "externalIPv6Prefix": "擴展 IPv-前綴" + "externalIPv6Address": "外部 IPv6", + "externalIPv6Prefix": "外部 IPv6前綴" }, "caddy": { - "upstreams": "上行", + "upstreams": "上游", "requests": "目前請求數", "requests_failed": "失敗請求" }, @@ -168,18 +168,18 @@ "passes": "通行證" }, "tautulli": { - "playing": "正在播放", - "transcoding": "轉碼", - "bitrate": "位元率", - "no_active": "無播放活動", - "plex_connection_error": "檢查Plex的連接狀態" + "playing": "Playing", + "transcoding": "Transcoding", + "bitrate": "Bitrate", + "no_active": "No Active Streams", + "plex_connection_error": "檢查Plex的連線狀態" }, "omada": { - "connectedAp": "已連接的存取點", - "activeUser": "在線裝置", + "connectedAp": "已連線的無線網路", + "activeUser": "上線裝置", "alerts": "警示", - "connectedGateways": "已連繫的網關", - "connectedSwitches": "已連接的交換器" + "connectedGateways": "已連線的閘道", + "connectedSwitches": "已連線的交換器" }, "nzbget": { "rate": "速率", @@ -189,30 +189,30 @@ "plex": { "streams": "正在播放", "albums": "專輯", - "movies": "電影", + "movies": "Movies", "tv": "影集" }, "sabnzbd": { - "rate": "速率", + "rate": "Rate", "queue": "佇列", "timeleft": "剩餘時間" }, "rutorrent": { "active": "活動中", - "upload": "上傳速率", - "download": "下載速率" + "upload": "Upload", + "download": "Download" }, "transmission": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qbittorrent": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "qnap": { "cpuUsage": "CPU 使用率", @@ -223,44 +223,44 @@ "invalid": "無效的" }, "deluge": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "develancacheui": { "cachehitbytes": "快取未命中位元組", "cachemissbytes": "快取未命中位元組" }, "downloadstation": { - "download": "下載速率", - "upload": "上傳速率", - "leech": "未完成下載", - "seed": "已完成下載" + "download": "Download", + "upload": "Upload", + "leech": "Leech", + "seed": "Seed" }, "sonarr": { "wanted": "關注中", "queued": "已加入佇列", - "series": "影集", - "queue": "佇列", - "unknown": "未知" + "series": "Series", + "queue": "Queue", + "unknown": "Unknown" }, "radarr": { - "wanted": "關注中", + "wanted": "Wanted", "missing": "缺少", - "queued": "已加入佇列", - "movies": "電影", - "queue": "佇列", - "unknown": "未知" + "queued": "Queued", + "movies": "Movies", + "queue": "Queue", + "unknown": "Unknown" }, "lidarr": { - "wanted": "關注中", - "queued": "已加入佇列", + "wanted": "Wanted", + "queued": "Queued", "artists": "創作者" }, "readarr": { - "wanted": "關注中", - "queued": "已加入佇列", + "wanted": "Wanted", + "queued": "Queued", "books": "叢書" }, "bazarr": { @@ -273,19 +273,19 @@ "available": "可觀看" }, "jellyseerr": { - "pending": "待下載", - "approved": "已核准", - "available": "可觀看" + "pending": "Pending", + "approved": "Approved", + "available": "Available" }, "overseerr": { - "pending": "待下載", + "pending": "Pending", "processing": "處理中", - "approved": "已核准", - "available": "可觀看" + "approved": "Approved", + "available": "Available" }, "netalertx": { - "total": "全部", - "connected": "已連線", + "total": "Total", + "connected": "Connected", "new_devices": "新裝置", "down_alerts": "離線警告" }, @@ -296,26 +296,26 @@ "gravity": "阻擋清單" }, "adguard": { - "queries": "查詢", - "blocked": "已阻擋", + "queries": "Queries", + "blocked": "Blocked", "filtered": "已過濾", "latency": "延遲" }, "speedtest": { - "upload": "上傳速率", - "download": "下載速率", - "ping": "延遲" + "upload": "Upload", + "download": "Download", + "ping": "Ping" }, "portainer": { - "running": "執行中", + "running": "Running", "stopped": "已停止", - "total": "全部" + "total": "Total" }, "suwayomi": { - "download": "已下載", + "download": "Downloaded", "nondownload": "已下載", - "read": "已讀", - "unread": "未讀", + "read": "Read", + "unread": "Unread", "downloadedread": "已下載且已閱讀", "downloadedunread": "已下載且未閱讀", "nondownloadedread": "未下載但已閱讀", @@ -323,7 +323,7 @@ }, "tailscale": { "address": "位址", - "expires": "已失效", + "expires": "已過期", "never": "未曾", "last_seen": "上次連線", "now": "現在", @@ -336,20 +336,20 @@ "ago": "{{value}} 前" }, "technitium": { - "totalQueries": "查詢", + "totalQueries": "Queries", "totalNoError": "成功", "totalServerFailure": "失敗", "totalNxDomain": "網域", - "totalRefused": "對方拒投誠信", + "totalRefused": "被拒絕", "totalAuthoritative": "權威的", "totalRecursive": "遞迴", "totalCached": "快取", - "totalBlocked": "已阻擋", + "totalBlocked": "Blocked", "totalDropped": "丟棄", "totalClients": "客戶端" }, "tdarr": { - "queue": "佇列", + "queue": "Queue", "processed": "已處理", "errored": "發生錯誤", "saved": "已儲存" @@ -359,14 +359,20 @@ "services": "服務", "middleware": "中介軟體" }, + "trilium": { + "version": "Version", + "notesCount": "Notes", + "dbSize": "Database Size", + "unknown": "Unknown" + }, "navidrome": { - "nothing_streaming": "無播放活動", + "nothing_streaming": "No Active Streams", "please_wait": "請稍後" }, "npm": { "enabled": "已啟用", "disabled": "已停用", - "total": "全部" + "total": "Total" }, "coinmarketcap": { "configure": "請設定一個或多個欲追蹤的加密貨幣", @@ -377,73 +383,73 @@ }, "gotify": { "apps": "應用程式", - "clients": "客戶端", + "clients": "Clients", "messages": "訊息" }, "prowlarr": { "enableIndexers": "索引器", "numberOfGrabs": "抓取", - "numberOfQueries": "查詢", + "numberOfQueries": "Queries", "numberOfFailGrabs": "抓取失敗", "numberOfFailQueries": "查詢失敗" }, "jackett": { - "configured": "已設置", - "errored": "發生錯誤" + "configured": "已設定", + "errored": "Errored" }, "strelaysrv": { "numActiveSessions": "工作階段", "numConnections": "連線", "dataRelayed": "中繼", - "transferRate": "速率" + "transferRate": "Rate" }, "mastodon": { - "user_count": "用戶", + "user_count": "Users", "status_count": "文章", "domain_count": "網域" }, "medusa": { - "wanted": "關注中", - "queued": "已加入佇列", - "series": "影集" + "wanted": "Wanted", + "queued": "Queued", + "series": "Series" }, "minecraft": { "players": "玩家", "version": "版本", - "status": "狀態", - "up": "在線", - "down": "離線" + "status": "Status", + "up": "Online", + "down": "Offline" }, "miniflux": { "read": "已讀", - "unread": "未讀" + "unread": "Unread" }, "authentik": { - "users": "用戶", + "users": "Users", "loginsLast24H": "登入 (過去 24 小時)", "failedLoginsLast24H": "登入失敗 (過去 24 小時)" }, "proxmox": { - "mem": "記憶體", + "mem": "MEM", "cpu": "CPU", "lxc": "Linux 容器", "vms": "虛擬機" }, "glances": { "cpu": "CPU", - "load": "負載", - "wait": "請稍候", - "temp": "溫度", + "load": "Load", + "wait": "Please wait", + "temp": "TEMP", "_temp": "溫度", "warn": "警告", - "uptime": "運作時間", - "total": "全部", - "free": "剩餘", - "used": "已使用", - "days": "天", - "hours": "小時", + "uptime": "UP", + "total": "Total", + "free": "Free", + "used": "Used", + "days": "d", + "hours": "h", "crit": "重大的", - "read": "已讀", + "read": "Read", "write": "寫入", "gpu": "GPU", "mem": "記憶體", @@ -455,7 +461,7 @@ "search": "搜尋", "custom": "自訂", "visit": "造訪", - "url": "網址", + "url": "URL", "searchsuggestion": "建議" }, "wmo": { @@ -464,76 +470,76 @@ "1-day": "晴時多雲", "1-night": "晴時多雲", "2-day": "多雲時陰", - "2-night": "多雲時陰", + "2-night": "Partly Cloudy", "3-day": "陰天", - "3-night": "陰天", + "3-night": "Cloudy", "45-day": "有霧", - "45-night": "有霧", - "48-day": "有霧", - "48-night": "有霧", + "45-night": "Foggy", + "48-day": "Foggy", + "48-night": "Foggy", "51-day": "小毛雨", - "51-night": "小毛雨", + "51-night": "Light Drizzle", "53-day": "毛雨", - "53-night": "毛雨", + "53-night": "Drizzle", "55-day": "大毛雨", - "55-night": "大毛雨", + "55-night": "Heavy Drizzle", "56-day": "小凍毛雨", - "56-night": "小凍毛雨", + "56-night": "Light Freezing Drizzle", "57-day": "凍毛雨", - "57-night": "凍毛雨", + "57-night": "Freezing Drizzle", "61-day": "小雨", - "61-night": "小雨", + "61-night": "Light Rain", "63-day": "雨", - "63-night": "雨", + "63-night": "Rain", "65-day": "大雨", - "65-night": "大雨", + "65-night": "Heavy Rain", "66-day": "凍雨", - "66-night": "凍雨", - "67-day": "凍雨", - "67-night": "凍雨", + "66-night": "Freezing Rain", + "67-day": "Freezing Rain", + "67-night": "Freezing Rain", "71-day": "小雪", - "71-night": "小雪", + "71-night": "Light Snow", "73-day": "雪", - "73-night": "雪", + "73-night": "Snow", "75-day": "大雪", - "75-night": "大雪", + "75-night": "Heavy Snow", "77-day": "雪粒", - "77-night": "雪粒", + "77-night": "Snow Grains", "80-day": "微陣雨", - "80-night": "微陣雨", + "80-night": "Light Showers", "81-day": "陣雨", - "81-night": "陣雨", + "81-night": "Showers", "82-day": "強陣雨", - "82-night": "強陣雨", + "82-night": "Heavy Showers", "85-day": "陣雪", - "85-night": "陣雪", - "86-day": "陣雪", - "86-night": "陣雪", + "85-night": "Snow Showers", + "86-day": "Snow Showers", + "86-night": "Snow Showers", "95-day": "雷雨", - "95-night": "雷雨", + "95-night": "Thunderstorm", "96-day": "雷雨伴隨冰雹", - "96-night": "雷雨伴隨冰雹", - "99-day": "雷雨伴隨冰雹", - "99-night": "雷雨伴隨冰雹" + "96-night": "Thunderstorm With Hail", + "99-day": "Thunderstorm With Hail", + "99-night": "Thunderstorm With Hail" }, "homebridge": { "available_update": "系統", "updates": "更新", "update_available": "有可用的更新", "up_to_date": "已更新至最新", - "child_bridges": "子網橋", + "child_bridges": "子網橋接", "child_bridges_status": "{{ok}}/{{total}}", - "up": "在線", - "pending": "待下載", - "down": "離線" + "up": "Up", + "pending": "Pending", + "down": "Down" }, "healthchecks": { - "new": "新建立", - "up": "在線", + "new": "新建", + "up": "Up", "grace": "延緩中", - "down": "離線", - "paused": "擱置中", - "status": "狀態", + "down": "Down", + "paused": "已暫停", + "status": "Status", "last_ping": "上次檢查", "never": "尚未檢查" }, @@ -543,86 +549,86 @@ "containers_failed": "失敗" }, "autobrr": { - "approvedPushes": "已核准", + "approvedPushes": "Approved", "rejectedPushes": "拒絕", "filters": "篩選器", - "indexers": "索引器" + "indexers": "Indexers" }, "tubearchivist": { - "downloads": "佇列", + "downloads": "Queue", "videos": "影片", "channels": "頻道", "playlists": "播放清單" }, "truenas": { "load": "系統負載", - "uptime": "運行時間", - "alerts": "警示" + "uptime": "Uptime", + "alerts": "Alerts" }, "pyload": { "speed": "速度", - "active": "活動中", - "queue": "佇列", - "total": "全部" + "active": "Active", + "queue": "Queue", + "total": "Total" }, "gluetun": { - "public_ip": "公用IP", + "public_ip": "公有IP", "region": "地區", "country": "國家", "port_forwarded": "Port Forwarded" }, "hdhomerun": { - "channels": "頻道", + "channels": "Channels", "hd": "高畫質", "tunerCount": "調諧器", "channelNumber": "頻道", "channelNetwork": "網絡", "signalStrength": "強度", "signalQuality": "品質", - "symbolQuality": "品質", - "networkRate": "位元率", + "symbolQuality": "Quality", + "networkRate": "Bitrate", "clientIP": "用戶端" }, "scrutiny": { "passed": "通過", - "failed": "失敗", - "unknown": "未知" + "failed": "Failed", + "unknown": "Unknown" }, "paperlessngx": { "inbox": "收件箱", - "total": "全部" + "total": "Total" }, "peanut": { "battery_charge": "充電", - "ups_load": "後備電負載", - "ups_status": "後備電狀況", - "online": "在線", + "ups_load": "備用電源負載", + "ups_status": "備用電源狀態", + "online": "Online", "on_battery": "電池供電", "low_battery": "低電量" }, "nextdns": { - "wait": "請稍後", + "wait": "Please Wait", "no_devices": "未收到裝置資料" }, "mikrotik": { "cpuLoad": "CPU負載", "memoryUsed": "已使用的記憶體", - "uptime": "運行時間", + "uptime": "Uptime", "numberOfLeases": "租約" }, "xteve": { "streams_all": "所有播放活動", - "streams_active": "正在播放", + "streams_active": "Active Streams", "streams_xepg": "XEPG頻道" }, "opendtu": { - "yieldDay": "今日", + "yieldDay": "今天", "absolutePower": "功率", "relativePower": "功率百分比", "limit": "上限" }, "opnsense": { - "cpu": "CPU負載", + "cpu": "CPU Load", "memory": "記憶體", "wanUpload": "WAN上傳", "wanDownload": "WAN下載" @@ -634,75 +640,75 @@ "layers": "層" }, "octoprint": { - "printer_state": "狀態", + "printer_state": "Status", "temp_tool": "噴頭溫度", "temp_bed": "平台溫度", "job_completion": "完成度" }, "cloudflared": { - "origin_ip": "源頭IP", - "status": "狀態" + "origin_ip": "源始IP", + "status": "Status" }, "pfsense": { "load": "平均負載量", "memory": "記憶體使用率", "wanStatus": "網際網路狀態", - "up": "在線", - "down": "離線", - "temp": "溫度", + "up": "Up", + "down": "Down", + "temp": "Temp", "disk": "硬碟使用率", "wanIP": "網際網路 IP" }, "proxmoxbackupserver": { - "datastore_usage": "數據存儲", + "datastore_usage": "資料存儲", "failed_tasks_24h": "24小時內失敗任務", "cpu_usage": "CPU", "memory_usage": "記憶體" }, "immich": { - "users": "用戶", + "users": "Users", "photos": "照片", - "videos": "影片", + "videos": "Videos", "storage": "儲存空間" }, "uptimekuma": { - "up": "在線網站", - "down": "離線網站", - "uptime": "運行時間", + "up": "網站上線", + "down": "網站離線", + "uptime": "Uptime", "incident": "事件", - "m": "分" + "m": "m" }, "atsumeru": { - "series": "影集", + "series": "Series", "archives": "檔案", "chapters": "章節", "categories": "類別" }, "komga": { "libraries": "文庫", - "series": "影集", - "books": "叢書" + "series": "Series", + "books": "Books" }, "diskstation": { - "days": "天", - "uptime": "運行時間", - "volumeAvailable": "可觀看" + "days": "Days", + "uptime": "Uptime", + "volumeAvailable": "Available" }, "mylar": { - "series": "影集", - "issues": "出版", - "wanted": "關注中" + "series": "Series", + "issues": "問題", + "wanted": "Wanted" }, "photoprism": { - "albums": "專輯", - "photos": "照片", - "videos": "影片", + "albums": "Albums", + "photos": "Photos", + "videos": "Videos", "people": "人物" }, "fileflows": { - "queue": "佇列", - "processing": "處理中", - "processed": "已處理", + "queue": "Queue", + "processing": "Processing", + "processed": "Processed", "time": "時間" }, "firefly": { @@ -710,8 +716,8 @@ "budget": "預算" }, "grafana": { - "dashboards": "控制面板", - "datasources": "數據來源", + "dashboards": "儀表板", + "datasources": "資料來源", "totalalerts": "警報總數", "alertstriggered": "觸發的警報" }, @@ -719,19 +725,19 @@ "cpuload": "處理器負載", "memoryusage": "記憶體用量", "freespace": "可用空間", - "activeusers": "活躍用戶", + "activeusers": "活躍使用者", "numfiles": "檔案", "numshares": "已分享" }, "kopia": { - "status": "狀態", + "status": "Status", "size": "檔案大小", "lastrun": "上次執行", "nextrun": "下次執行", - "failed": "失敗" + "failed": "Failed" }, "unmanic": { - "active_workers": "在線工作程序", + "active_workers": "線上工作程序", "total_workers": "總工作程序", "records_total": "佇列長度" }, @@ -745,20 +751,20 @@ "targets_total": "目標總數" }, "gatus": { - "up": "在線網站", - "down": "離線網站", - "uptime": "運行時間" + "up": "Sites Up", + "down": "Sites Down", + "uptime": "Uptime" }, "ghostfolio": { - "gross_percent_today": "今日", + "gross_percent_today": "Today", "gross_percent_1y": "一年", "gross_percent_max": "所有時間" }, "audiobookshelf": { - "podcasts": "播客", - "books": "叢書", + "podcasts": "Podcasts", + "books": "Books", "podcastsDuration": "歷時", - "booksDuration": "歷時" + "booksDuration": "Duration" }, "homeassistant": { "people_home": "在家人數", @@ -767,97 +773,97 @@ }, "whatsupdocker": { "monitoring": "監測中", - "updates": "更新" + "updates": "Updates" }, "calibreweb": { - "books": "叢書", + "books": "Books", "authors": "作者", - "categories": "類別", - "series": "影集" + "categories": "Categories", + "series": "Series" }, "jdownloader": { - "downloadCount": "佇列", - "downloadBytesRemaining": "剩餘", - "downloadTotalBytes": "檔案大小", - "downloadSpeed": "速度" + "downloadCount": "Queue", + "downloadBytesRemaining": "Remaining", + "downloadTotalBytes": "Size", + "downloadSpeed": "Speed" }, "kavita": { - "seriesCount": "影集", - "totalFiles": "檔案" + "seriesCount": "Series", + "totalFiles": "Files" }, "azuredevops": { "result": "結果", - "status": "狀態", + "status": "Status", "buildId": "組建編號", "succeeded": "成功", - "notStarted": "尚未啟用", - "failed": "失敗", + "notStarted": "尚未啟動", + "failed": "Failed", "canceled": "取消", "inProgress": "執行中", - "totalPrs": "總提取要求", - "myPrs": "我的提取要求", - "approved": "已核准" + "totalPrs": "總合併請求", + "myPrs": "我的合併請求", + "approved": "Approved" }, "gamedig": { - "status": "狀態", - "online": "在線", - "offline": "離線", + "status": "Status", + "online": "Online", + "offline": "Offline", "name": "名稱", "map": "地圖", - "currentPlayers": "當前玩家數", - "players": "玩家", + "currentPlayers": "目前玩家數", + "players": "Players", "maxPlayers": "玩家數上限", "bots": "機器人", - "ping": "延遲" + "ping": "Ping" }, "urbackup": { "ok": "確定", "errored": "錯誤", "noRecent": "已過時", - "totalUsed": "已使用空間" + "totalUsed": "已使用儲存空間" }, "mealie": { "recipes": "食譜", - "users": "用戶", - "categories": "類別", + "users": "Users", + "categories": "Categories", "tags": "標籤" }, "openmediavault": { "downloading": "下載中", - "total": "全部", - "running": "執行中", - "stopped": "已停止", - "passed": "通過", - "failed": "失敗" + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "passed": "Passed", + "failed": "Failed" }, "openwrt": { - "uptime": "運行時間", + "uptime": "Uptime", "cpuLoad": "處理器平均負載(5分鐘)", - "up": "在線", - "down": "離線", + "up": "Up", + "down": "Down", "bytesTx": "已傳送", - "bytesRx": "已接收" + "bytesRx": "Received" }, "uptimerobot": { - "status": "狀態", - "uptime": "運行時間", - "lastDown": "近一次停機時間", - "downDuration": "歷時停機時間", - "sitesUp": "在線網站", - "sitesDown": "離線網站", - "paused": "擱置中", + "status": "Status", + "uptime": "Uptime", + "lastDown": "上一次停擺時間", + "downDuration": "停擺時間", + "sitesUp": "Sites Up", + "sitesDown": "Sites Down", + "paused": "Paused", "notyetchecked": "尚未檢查", - "up": "在線", + "up": "Up", "seemsdown": "似乎離線", - "down": "離線", - "unknown": "未知" + "down": "Down", + "unknown": "Unknown" }, "calendar": { "inCinemas": "上映中", "physicalRelease": "實體發行", "digitalRelease": "數位發行", - "noEventsToday": "今日無事件", - "noEventsFound": "未找到事件", + "noEventsToday": "今天沒有事件!", + "noEventsFound": "找不到事件", "errorWhenLoadingData": "Error when loading calendar data" }, "romm": { @@ -869,10 +875,10 @@ "totalfilesize": "大小總計" }, "mailcow": { - "domains": "網域", + "domains": "Domains", "mailboxes": "信箱", "mails": "郵件數", - "storage": "儲存空間" + "storage": "Storage" }, "netdata": { "warnings": "警告", @@ -881,85 +887,85 @@ "plantit": { "events": "事件", "plants": "植物", - "photos": "照片", + "photos": "Photos", "species": "物種" }, "gitea": { - "notifications": "信息", - "issues": "出版", + "notifications": "通知", + "issues": "Issues", "pulls": "提取請求", "repositories": "套件來源" }, "stash": { "scenes": "場景", "scenesPlayed": "已播放場景", - "playCount": "合共播放", + "playCount": "總播放次數", "playDuration": "觀看時數", "sceneSize": "場景大小", "sceneDuration": "場景為期", "images": "圖片", - "imageSize": "圖像大小", + "imageSize": "圖片大小", "galleries": "畫廊", "performers": "表演者", "studios": "工作室", - "movies": "電影", - "tags": "標籤", + "movies": "Movies", + "tags": "Tags", "oCount": "0 個" }, "tandoor": { - "users": "用戶", - "recipes": "食譜", + "users": "Users", + "recipes": "Recipes", "keywords": "關鍵字" }, "homebox": { "items": "項目", - "totalWithWarranty": "有保証", + "totalWithWarranty": "有保證", "locations": "位置", "labels": "標籤", - "users": "用戶", + "users": "Users", "totalValue": "總共" }, "crowdsec": { - "alerts": "警示", + "alerts": "Alerts", "bans": "禁止" }, "wgeasy": { - "connected": "已連線", - "enabled": "已啟用", - "disabled": "已停用", - "total": "全部" + "connected": "Connected", + "enabled": "Enabled", + "disabled": "Disabled", + "total": "Total" }, "swagdashboard": { "proxied": "已代理", "auth": "已授權", - "outdated": "須更新", + "outdated": "已過時", "banned": "已封鎖" }, "myspeed": { - "ping": "延遲", - "download": "下載速率", - "upload": "上傳速率" + "ping": "Ping", + "download": "Download", + "upload": "Upload" }, "stocks": { "stocks": "股票", - "loading": "載入中 ", + "loading": "載入中", "open": "美國市場已開放", "closed": "美國市場已關閉", "invalidConfiguration": "無效的設定" }, "frigate": { - "cameras": " ", - "uptime": "運行時間", - "version": "版本" + "cameras": "相機", + "uptime": "Uptime", + "version": "Version" }, "linkwarden": { - "links": " ", + "links": "連結", "collections": "收藏庫", - "tags": "標籤" + "tags": "Tags" }, "zabbix": { "unclassified": "未分類", - "information": "資訊", + "information": "Information", "warning": "警告", "average": "平均", "high": "高優先權", @@ -974,30 +980,30 @@ "none": "沒有" }, "vikunja": { - "projects": "正在應用的項目", + "projects": "活躍專案", "tasks7d": "本週到期任務", "tasksOverdue": "逾期處理", "tasksInProgress": "正在執行的任務" }, "headscale": { - "name": "名稱", - "address": "位址", - "last_seen": "上次連線", - "status": "狀態", - "online": "在線", - "offline": "離線" + "name": "Name", + "address": "Address", + "last_seen": "Last Seen", + "status": "Status", + "online": "Online", + "offline": "Offline" }, "beszel": { - "name": "名稱", + "name": "Name", "systems": "系統", - "up": "在線", - "down": "離線", - "paused": "擱置中", - "pending": "待下載", - "status": "狀態", - "updated": "已更新", + "up": "Up", + "down": "Down", + "paused": "Paused", + "pending": "Pending", + "status": "Status", + "updated": "Updated", "cpu": "CPU", - "memory": "記憶體", + "memory": "MEM", "disk": "儲存空間", "network": "網路" }, @@ -1005,26 +1011,26 @@ "apps": "應用程式", "synced": "已同步", "outOfSync": "不同步", - "healthy": "健康", + "healthy": "Healthy", "degraded": "已降級", "progressing": "進度", - "missing": "缺少", + "missing": "Missing", "suspended": "暫停" }, "spoolman": { - "loading": "載入中 " + "loading": "Loading" }, "gitlab": { "groups": "群組", - "issues": "出版", + "issues": "Issues", "merges": "合併請求", - "projects": "專" + "projects": "專案" }, "apcups": { - "status": "狀態", - "load": "負載", - "bcharge": "充電", - "timeleft": "剩餘時間" + "status": "Status", + "load": "Load", + "bcharge": "Battery Charge", + "timeleft": "Time Left" }, "karakeep": { "bookmarks": "書籤", @@ -1032,27 +1038,50 @@ "archived": "已存檔", "highlights": "標記", "lists": "列表", - "tags": "標籤" + "tags": "Tags" }, "slskd": { - "slskStatus": "網絡", - "connected": "已連線", - "disconnected": "連接已中斷", + "slskStatus": "Network", + "connected": "Connected", + "disconnected": "Disconnected", "updateStatus": "更新", - "update_yes": "可觀看", - "update_no": "已更新至最新", + "update_yes": "Available", + "update_no": "Up to Date", "downloads": "下載", "uploads": "上傳", - "sharedFiles": "檔案" + "sharedFiles": "Files" }, "jellystat": { - "songs": "曲目", - "movies": "電影", - "episodes": "集", + "songs": "Songs", + "movies": "Movies", + "episodes": "Episodes", "other": "Other" }, "checkmk": { "serviceErrors": "Service issues", "hostErrors": "Host issues" + }, + "komodo": { + "total": "Total", + "running": "Running", + "stopped": "Stopped", + "down": "Down", + "unhealthy": "Unhealthy", + "unknown": "Unknown", + "servers": "Servers", + "stacks": "Stacks", + "containers": "Containers" + }, + "filebrowser": { + "available": "Available", + "used": "Used", + "total": "Total" + }, + "wallos": { + "activeSubscriptions": "Subscriptions", + "thisMonthlyCost": "This Month", + "nextMonthlyCost": "Next Month", + "previousMonthlyCost": "Prev. Month", + "nextRenewingSubscription": "Next Payment" } } diff --git a/src/pages/index.jsx b/src/pages/index.jsx index f8d48fdff..33b807c76 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -498,54 +498,63 @@ function Home({ initialSettings }) { } export default function Wrapper({ initialSettings, fallback }) { - const { themeContext } = useContext(ThemeContext); - const wrappedStyle = {}; + const { theme } = useContext(ThemeContext); + let backgroundImage = ""; + let opacity = initialSettings?.backgroundOpacity ?? 0; let backgroundBlur = false; let backgroundSaturate = false; let backgroundBrightness = false; - if (initialSettings && initialSettings.background) { - let opacity = initialSettings.backgroundOpacity ?? 1; - let backgroundImage = initialSettings.background; - if (typeof initialSettings.background === "object") { - backgroundImage = initialSettings.background.image; - backgroundBlur = initialSettings.background.blur !== undefined; - backgroundSaturate = initialSettings.background.saturate !== undefined; - backgroundBrightness = initialSettings.background.brightness !== undefined; - if (initialSettings.background.opacity !== undefined) opacity = initialSettings.background.opacity / 100; + if (initialSettings?.background) { + const bg = initialSettings.background; + if (typeof bg === "object") { + backgroundImage = bg.image || ""; + if (bg.opacity !== undefined) { + opacity = bg.opacity / 100; + } + backgroundBlur = bg.blur !== undefined; + backgroundSaturate = bg.saturate !== undefined; + backgroundBrightness = bg.brightness !== undefined; + } else { + backgroundImage = bg; } - const opacityValue = 1 - opacity; - wrappedStyle.backgroundImage = ` - linear-gradient( - rgb(var(--bg-color) / ${opacityValue}), - rgb(var(--bg-color) / ${opacityValue}) - ), - url('${backgroundImage}')`; - wrappedStyle.backgroundPosition = "center"; - wrappedStyle.backgroundSize = "cover"; } + useEffect(() => { + const html = document.documentElement; + const body = document.body; + + html.classList.remove("dark", "scheme-dark", "scheme-light"); + html.classList.add(theme === "dark" ? "dark" : ""); + html.classList.add(theme === "dark" ? "scheme-dark" : "scheme-light"); + + html.classList.remove(...Array.from(html.classList).filter((cls) => cls.startsWith("theme-"))); + html.classList.add(`theme-${initialSettings.color || "slate"}`); + + // Remove any previously applied inline styles + body.style.backgroundImage = ""; + body.style.backgroundColor = ""; + body.style.backgroundAttachment = ""; + }, [backgroundImage, opacity, theme, initialSettings.color]); + return ( -