Compare commits
75 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53012da946 | ||
|
|
cf45b4c82c | ||
|
|
67ee1bfb9d | ||
|
|
dabb7c2409 | ||
|
|
52a1dc5523 | ||
|
|
118e310884 | ||
|
|
2d31696820 | ||
|
|
653f8c6fd8 | ||
|
|
2c2f3ea5f4 | ||
|
|
79906b4e15 | ||
|
|
2d00f9229c | ||
|
|
d1f09ea684 | ||
|
|
e1179820b7 | ||
|
|
3e57534b45 | ||
|
|
b94488175e | ||
|
|
f2e16b49fd | ||
|
|
51e5e2c6e5 | ||
|
|
a16866b269 | ||
|
|
b770b06ed8 | ||
|
|
ab3c08575c | ||
|
|
9d5948e122 | ||
|
|
d3abdb0150 | ||
|
|
e2d70d0d07 | ||
|
|
e47bbc966c | ||
|
|
096e2019f9 | ||
|
|
9169fd1293 | ||
|
|
8209b70674 | ||
|
|
38bcbabf3d | ||
|
|
cc9bcc9a92 | ||
|
|
d566d51628 | ||
|
|
b342b3f11e | ||
|
|
79c359e1ce | ||
|
|
0c5769f537 | ||
|
|
1455a0b72f | ||
|
|
002b0d809c | ||
|
|
7edbc96c23 | ||
|
|
77ae6f0082 | ||
|
|
41da97feaf | ||
|
|
1e046e8193 | ||
|
|
df07886e6a | ||
|
|
80845fa12e | ||
|
|
932fe950bd | ||
|
|
efbc6f0423 | ||
|
|
41a304be0f | ||
|
|
92dcf59464 | ||
|
|
2125645cf7 | ||
|
|
2ceb55dd7c | ||
|
|
8c85205450 | ||
|
|
356fb467b0 | ||
|
|
7a72457971 | ||
|
|
cd000131c1 | ||
|
|
6477b76bac | ||
|
|
3481fef3eb | ||
|
|
5eee00e2bd | ||
|
|
fc5aca8379 | ||
|
|
5e50c56feb | ||
|
|
0dc8f24306 | ||
|
|
e91e61646d | ||
|
|
e6295398aa | ||
|
|
b67b60e80d | ||
|
|
1bf3b1312b | ||
|
|
1cb9c02c61 | ||
|
|
e950987359 | ||
|
|
64215a0a42 | ||
|
|
edece1101b | ||
|
|
65d3ed7895 | ||
|
|
898cd37d76 | ||
|
|
beabe75fb1 | ||
|
|
1e6703ec3f | ||
|
|
3853cd6a72 | ||
|
|
89c34643fc | ||
|
|
727b4c4eca | ||
|
|
f7c9564bbe | ||
|
|
af7f1ffad1 | ||
|
|
f0ff5d453d |
@@ -29,6 +29,7 @@ module.exports = {
|
||||
'@typescript-eslint/no-shadow': 'off',
|
||||
'@typescript-eslint/no-use-before-define': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'no-continue': 'off',
|
||||
'linebreak-style': 0,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</p>
|
||||
<h3 align="center"><a href="https://homarr.dev">Read the Docs</a></h3>
|
||||
<p align="center">
|
||||
<a href="https://homarr.ajnart.fr/"><strong> Demo ↗️ </strong></a> • <a href="https://homarr.dev/docs/introduction/installation"><strong> Install ➡️ </strong></a>
|
||||
<a href="https://demo.homarr.dev/"><strong> Demo ↗️ </strong></a> • <a href="https://homarr.dev/docs/introduction/installation"><strong> Install ➡️ </strong></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
@@ -37,7 +37,7 @@ Homarr is a simple and lightweight homepage for your server, that helps you easi
|
||||
|
||||
It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
|
||||
|
||||
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/advanced-configuration/integrations).
|
||||
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/integrations/).
|
||||
|
||||
If you have any questions about Homarr or want to share information with us, please go to one of the following places:
|
||||
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
"wrappers": [
|
||||
{
|
||||
"id": "default",
|
||||
"position": 0
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a326",
|
||||
"position": 1
|
||||
}
|
||||
],
|
||||
@@ -79,65 +83,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
|
||||
"name": "Contribute",
|
||||
"url": "https://github.com/ajnart/homarr",
|
||||
"behaviour": {
|
||||
"onClickUrl": "https://github.com/ajnart/homarr",
|
||||
"externalUrl": "https://github.com/ajnart/homarr",
|
||||
"isOpeningNewTab": true
|
||||
},
|
||||
"network": {
|
||||
"enabledStatusChecker": false,
|
||||
"okStatus": []
|
||||
},
|
||||
"appearance": {
|
||||
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
|
||||
},
|
||||
"integration": {
|
||||
"type": null,
|
||||
"properties": []
|
||||
},
|
||||
"area": {
|
||||
"type": "category",
|
||||
"properties": {
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a33f"
|
||||
}
|
||||
},
|
||||
"shape": {
|
||||
"md": {
|
||||
"location": {
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"sm": {
|
||||
"location": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"lg": {
|
||||
"location": {
|
||||
"x": 4,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a990",
|
||||
"name": "Donate",
|
||||
@@ -199,6 +144,65 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
|
||||
"name": "Contribute",
|
||||
"url": "https://github.com/ajnart/homarr",
|
||||
"behaviour": {
|
||||
"onClickUrl": "https://github.com/ajnart/homarr",
|
||||
"externalUrl": "https://github.com/ajnart/homarr",
|
||||
"isOpeningNewTab": true
|
||||
},
|
||||
"network": {
|
||||
"enabledStatusChecker": false,
|
||||
"okStatus": []
|
||||
},
|
||||
"appearance": {
|
||||
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
|
||||
},
|
||||
"integration": {
|
||||
"type": null,
|
||||
"properties": []
|
||||
},
|
||||
"area": {
|
||||
"type": "category",
|
||||
"properties": {
|
||||
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a33f"
|
||||
}
|
||||
},
|
||||
"shape": {
|
||||
"md": {
|
||||
"location": {
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"sm": {
|
||||
"location": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 1
|
||||
}
|
||||
},
|
||||
"lg": {
|
||||
"location": {
|
||||
"x": 4,
|
||||
"y": 0
|
||||
},
|
||||
"size": {
|
||||
"width": 2,
|
||||
"height": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5df743d9-5cb1-457c-85d2-64ff86855652",
|
||||
"name": "Documentation",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export const REPO_URL = 'ajnart/homarr';
|
||||
export const CURRENT_VERSION = 'v0.11.0';
|
||||
export const CURRENT_VERSION = 'v0.11.3';
|
||||
export const ICON_PICKER_SLICE_LIMIT = 36;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
// https://www.i18next.com/overview/configuration-options#logging
|
||||
i18n: {
|
||||
@@ -22,7 +24,9 @@ module.exports = {
|
||||
'vi',
|
||||
'uk',
|
||||
'zh',
|
||||
'el',
|
||||
],
|
||||
localePath: path.resolve('./public/locales'),
|
||||
fallbackLng: 'en',
|
||||
localeDetection: true,
|
||||
returnEmptyString: false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.3",
|
||||
"description": "Homarr - A homepage for your server.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
7
public/locales/da/layout/modals/icon-picker.json
Normal file
7
public/locales/da/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"title": "Nuværende netværkstrafik",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Fejl",
|
||||
"lastUpdated": "Sidst opdateret {{time}} siden"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Navn",
|
||||
@@ -25,12 +29,15 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Fremskridt"
|
||||
},
|
||||
"item": {
|
||||
"text": "Administreret af {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Ingen torrents fundet"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Nuværende downloadhastighed",
|
||||
"title": "Nuværende netværkstrafik",
|
||||
"download": "Download: {{download}}",
|
||||
"upload": "Upload: {{upload}}",
|
||||
"timeSpan": "{{seconds}} sekunder siden",
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Indlæser..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Administreret af",
|
||||
"metrics": {
|
||||
"queuePosition": "Placering i køen - {{position}}",
|
||||
"progress": "Fremskridt - {{progress}}%",
|
||||
"totalSelectedSize": "I alt - {{totalSize}}",
|
||||
"state": "Status - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Fuldført"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"enabled": "Speichern und Beenden"
|
||||
},
|
||||
"popover": {
|
||||
"title": "Der Bearbeitungsmodus ist für <1>{{size}}</1> aktiviert",
|
||||
"title": "Der Bearbeitungsmodus ist für die Kategorie <1>{{size}}</1> aktiviert",
|
||||
"text": "Sie können Ihre Apps jetzt anpassen und konfigurieren. Änderungen werden <strong>nicht gespeichert</strong> bis Sie den Bearbeitungsmodus verlassen"
|
||||
},
|
||||
"screenSizes": {
|
||||
|
||||
7
public/locales/de/layout/modals/icon-picker.json
Normal file
7
public/locales/de/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Zeigt einen Statusindikator in Abhängigkeit vom HTTP-Antwortcode einer bestimmten URL an."
|
||||
"description": "Zeigt einen Statusindikator in Abhängigkeit des HTTP-Antwortcode einer bestimmten URL an."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Fehler",
|
||||
"lastUpdated": "Zuletzt aktualisiert {{time}} vor"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
},
|
||||
"item": {
|
||||
"text": "Verwaltet von {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Keine Torrents gefunden"
|
||||
}
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Wird geladen..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Verwaltet von",
|
||||
"metrics": {
|
||||
"queuePosition": "Position in der Warteschlange - {{position}}",
|
||||
"progress": "Fortschritt - {{progress}}%",
|
||||
"totalSelectedSize": "Insgesamt - {{totalSize}}",
|
||||
"state": "Staat - {{state}}",
|
||||
"ratio": "Verhältnis -",
|
||||
"completed": "Abgeschlossen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Konfigurationslader",
|
||||
"description": "",
|
||||
"description": "{{configCount}} Konfigurationen sind verfügbar",
|
||||
"loadingNew": "Ihre Konfiguration wird geladen...",
|
||||
"pleaseWait": "Bitte warten Sie, bis Ihre neue Konfiguration geladen ist!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "",
|
||||
"title": "Wählen Sie den Namen für Ihre neue Konfiguration",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"label": "Name der Konfiguration",
|
||||
"validation": {
|
||||
"required": "",
|
||||
"notUnique": ""
|
||||
"required": "Name der Konfiguration ist erforderlich",
|
||||
"notUnique": "Der Name dieser Konfiguration wird bereits verwendet"
|
||||
},
|
||||
"placeholder": ""
|
||||
"placeholder": "Ihr neuer Konfigurationsname"
|
||||
},
|
||||
"submitButton": ""
|
||||
"submitButton": "Bestätigen"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Konfiguration gespeichert",
|
||||
"message": "Konfiguration gespeichert als {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Konfiguration kopiert",
|
||||
"message": "Konfiguration kopiert als {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Konfiguration konnte nicht kopiert werden",
|
||||
"message": "Ihre Konfiguration wurde nicht als {{configName}} kopiert"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "",
|
||||
"warningText": "",
|
||||
"text": "",
|
||||
"title": "Bestätigen Sie die Löschung Ihrer Konfiguration",
|
||||
"warningText": "Sie sind dabei, '<b>{{configName}}</b>' zu löschen",
|
||||
"text": "Bitte beachten Sie, dass die Löschung nicht rückgängig gemacht werden kann und Ihre Konfigurations Daten dauerhaft verloren gehen. Nachdem Sie auf diese Schaltfläche geklickt haben, wird die Konfiguration dauerhaft gelöscht. Stellen Sie sicher, dass Sie ein angemessenes Backup dieser Datei erstellen.",
|
||||
"buttons": {
|
||||
"confirm": ""
|
||||
"confirm": "Ja, lösche die folgende Konfiguration: '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
27
public/locales/el/authentication/login.json
Normal file
27
public/locales/el/authentication/login.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "Καλώς ήρθατε!",
|
||||
"text": "Παρακαλώ εισάγετε τον κωδικό σας",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"label": "Κωδικός",
|
||||
"placeholder": "Ο κωδικός σας"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Σύνδεση"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"checking": {
|
||||
"title": "Έλεγχος κωδικού πρόσβασης",
|
||||
"message": "Ο κωδικός πρόσβασής σας ελέγχεται..."
|
||||
},
|
||||
"correct": {
|
||||
"title": "Σύνδεση επιτυχής, ανακατεύθυνση..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": "Ο κωδικός που εισαγάγατε είναι εσφαλμένος. Προσπαθήστε ξανά."
|
||||
}
|
||||
}
|
||||
}
|
||||
28
public/locales/el/common.json
Normal file
28
public/locales/el/common.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"save": "Αποθήκευση",
|
||||
"about": "Σχετικά",
|
||||
"cancel": "Ακύρωση",
|
||||
"close": "Κλείσιμο",
|
||||
"delete": "Διαγραφή",
|
||||
"ok": "ΟΚ",
|
||||
"edit": "Επεξεργασία",
|
||||
"version": "Έκδοση",
|
||||
"changePosition": "Αλλαγή θέσης",
|
||||
"remove": "Αφαίρεση",
|
||||
"removeConfirm": "Είστε σίγουροι ότι θέλετε να καταργήσετε το {{item}} ;",
|
||||
"sections": {
|
||||
"settings": "Ρυθμίσεις",
|
||||
"dangerZone": "Επικίνδυνη Περιοχή"
|
||||
},
|
||||
"secrets": {
|
||||
"apiKey": "Κλειδί Api",
|
||||
"username": "Όνομα Χρήστη",
|
||||
"password": "Κωδικός"
|
||||
},
|
||||
"tip": "Συμβουλές: ",
|
||||
"time": {
|
||||
"seconds": "δευτερόλεπτα",
|
||||
"minutes": "λεπτά",
|
||||
"hours": "ώρες"
|
||||
}
|
||||
}
|
||||
11
public/locales/el/layout/element-selector/selector.json
Normal file
11
public/locales/el/layout/element-selector/selector.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Προσθήκη νέου πλακιδίου",
|
||||
"text": "Τα πλακάκια είναι το κύριο στοιχείο του Homarr. Χρησιμοποιούνται για την εμφάνιση των εφαρμογών σας και άλλων πληροφοριών. Μπορείτε να προσθέσετε όσα πλακίδια θέλετε."
|
||||
},
|
||||
"widgetDescription": "Τα widgets αλληλεπιδρούν με τις εφαρμογές σας, για να σας παρέχουν περισσότερο έλεγχο των εφαρμογών σας. Συνήθως απαιτούν πρόσθετες ρυθμίσεις πριν από τη χρήση.",
|
||||
"goBack": "Επιστροφή στο προηγούμενο βήμα",
|
||||
"actionIcon": {
|
||||
"tooltip": "Προσθέστε ένα πλακίδιο"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"description": "Στη Λειτουργία επεξεργασίας, μπορείτε να προσαρμόσετε τα πλακίδια και να ρυθμίσετε τις εφαρμογές. Οι αλλαγές δεν αποθηκεύονται μέχρι να βγείτε από τη λειτουργία επεξεργασίας.",
|
||||
"button": {
|
||||
"disabled": "Λειτουργία επεξεργασίας",
|
||||
"enabled": "Έξοδος και Αποθήκευση"
|
||||
},
|
||||
"popover": {
|
||||
"title": "Η λειτουργία επεξεργασίας είναι ενεργοποιημένη για <1>{{size}}</1> μέγεθος",
|
||||
"text": "Μπορείτε να προσαρμόσετε και να ρυθμίσετε τις εφαρμογές σας τώρα. Οι αλλαγές <strong>δεν αποθηκεύονται</strong> μέχρι να βγείτε από τη λειτουργία επεξεργασίας"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "μικρό",
|
||||
"medium": "μεσαίο",
|
||||
"large": "μεγάλο"
|
||||
}
|
||||
}
|
||||
3
public/locales/el/layout/mobile/drawer.json
Normal file
3
public/locales/el/layout/mobile/drawer.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "{{position}} πλαϊνή μπάρα"
|
||||
}
|
||||
7
public/locales/el/layout/modals/about.json
Normal file
7
public/locales/el/layout/modals/about.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"description": "Το Homarr είναι ένα <strong>κομψό</strong>, <strong>μοντέρνο</strong> ταμπλό που βάζει όλες τις εφαρμογές και τις υπηρεσίες σας στα χέρια σας. Με το Homarr, μπορείτε να έχετε πρόσβαση και να ελέγχετε τα πάντα σε μια βολική τοποθεσία. Το Homarr ενσωματώνεται απρόσκοπτα με τις εφαρμογές που έχετε προσθέσει, παρέχοντάς σας πολύτιμες πληροφορίες και δίνοντάς σας πλήρη έλεγχο. Η εγκατάσταση είναι πανεύκολη και το Homarr υποστηρίζει ένα ευρύ φάσμα μεθόδων ανάπτυξης.",
|
||||
"i18n": "Φορτωμένα πεδία ονομάτων μετάφρασης I18n",
|
||||
"locales": "Διαμορφωμένες τοπικές ρυθμίσεις I18n",
|
||||
"contact": "Έχετε προβλήματα ή ερωτήσεις; Συνδεθείτε μαζί μας!",
|
||||
"addToDashboard": "Προσθήκη στο ταμπλό"
|
||||
}
|
||||
68
public/locales/el/layout/modals/add-app.json
Normal file
68
public/locales/el/layout/modals/add-app.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"tabs": {
|
||||
"general": "Γενικά",
|
||||
"behaviour": "Συμπεριφορά",
|
||||
"network": "Δίκτυο",
|
||||
"appearance": "Εμφάνιση",
|
||||
"integration": "Ενσωμάτωση"
|
||||
},
|
||||
"general": {
|
||||
"appname": {
|
||||
"label": "Όνομα εφαρμογής",
|
||||
"description": "Χρησιμοποιείται για την εμφάνιση της εφαρμογής στο ταμπλό."
|
||||
},
|
||||
"internalAddress": {
|
||||
"label": "Εσωτερική διεύθυνση",
|
||||
"description": "Η εσωτερική διεύθυνση IP της εφαρμογής."
|
||||
},
|
||||
"externalAddress": {
|
||||
"label": "Εξωτερική διεύθυνση",
|
||||
"description": "URL που θα ανοίγει όταν κάνετε κλικ στην εφαρμογή."
|
||||
}
|
||||
},
|
||||
"behaviour": {
|
||||
"isOpeningNewTab": {
|
||||
"label": "Άνοιγμα σε νέα καρτέλα",
|
||||
"description": "Ανοίξτε την εφαρμογή σε νέα καρτέλα αντί της τρέχουσας."
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"statusChecker": {
|
||||
"label": "Έλεγχος κατάστασης",
|
||||
"description": "Ελέγχει αν η εφαρμογή σας είναι συνδεδεμένη χρησιμοποιώντας ένα απλό αίτημα HTTP(S)."
|
||||
},
|
||||
"statusCodes": {
|
||||
"label": "Κωδικοί κατάστασης HTTP",
|
||||
"description": "Οι κωδικοί κατάστασης HTTP που θεωρούνται online."
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"icon": {
|
||||
"label": "Εικονίδιο εφαρμογής",
|
||||
"description": "Το εικονίδιο που θα εμφανίζεται στο ταμπλό."
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"type": {
|
||||
"label": "Διαμόρφωση ενσωμάτωσης",
|
||||
"description": "Η διαμόρφωση ενσωμάτωσης που θα χρησιμοποιηθεί για τη σύνδεση με την εφαρμογή σας.",
|
||||
"placeholder": "Επιλέξτε Ενσωμάτωση",
|
||||
"defined": "Καθορισμένο",
|
||||
"undefined": "Απροσδιόριστο",
|
||||
"public": "Δημόσιο",
|
||||
"private": "Ιδιωτικό",
|
||||
"explanationPrivate": "Ένα ιδιωτικό μυστικό θα αποσταλεί στον διακομιστή μόνο μία φορά. Μόλις το πρόγραμμα περιήγησής σας ανανεώσει τη σελίδα, δεν θα αποσταλεί ποτέ ξανά.",
|
||||
"explanationPublic": "Ένα δημόσιο μυστικό αποστέλλεται πάντα στον πελάτη και είναι προσβάσιμο μέσω του API. Δεν πρέπει να περιέχει εμπιστευτικές τιμές όπως ονόματα χρηστών, κωδικούς πρόσβασης, μάρκες, πιστοποιητικά και παρόμοια!"
|
||||
},
|
||||
"secrets": {
|
||||
"description": "Για να ενημερώσετε ένα μυστικό, εισαγάγετε μια τιμή και κάντε κλικ στο κουμπί αποθήκευσης. Για να διαγράψετε ένα μυστικό, χρησιμοποιήστε το κουμπί διαγραφής.",
|
||||
"warning": "Τα διαπιστευτήριά σας λειτουργούν ως πρόσβαση για τις ενσωματώσεις σας και δεν θα πρέπει <strong>ποτέ </strong> να τα μοιράζεστε με κανέναν άλλον. Η ομάδα Homarr δεν θα σας ζητήσει ποτέ διαπιστευτήρια. Βεβαιωθείτε ότι <strong>αποθηκεύετε και διαχειρίζεστε τα μυστικά σας με ασφάλεια</strong>.",
|
||||
"clear": "Καθαρισμός μυστικού",
|
||||
"save": "Αποθήκευση μυστικού",
|
||||
"update": "Ενημέρωση μυστικού"
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"popover": "Η φόρμα σας περιέχει άκυρα δεδομένα. Ως εκ τούτου, δεν μπορεί να αποθηκευτεί. Παρακαλούμε επιλύστε όλα τα προβλήματα και κάντε ξανά κλικ σε αυτό το κουμπί για να αποθηκεύσετε τις αλλαγές σας"
|
||||
}
|
||||
}
|
||||
8
public/locales/el/layout/modals/change-position.json
Normal file
8
public/locales/el/layout/modals/change-position.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"xPosition": "Θέση του άξονα X",
|
||||
"width": "Πλάτος",
|
||||
"height": "Ύψος",
|
||||
"yPosition": "Θέση του άξονα Y",
|
||||
"zeroOrHigher": "0 ή υψηλότερο",
|
||||
"betweenXandY": "Μεταξύ {min} και {max}"
|
||||
}
|
||||
7
public/locales/el/layout/modals/icon-picker.json
Normal file
7
public/locales/el/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
15
public/locales/el/modules/calendar.json
Normal file
15
public/locales/el/modules/calendar.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ημερολόγιο",
|
||||
"description": "Εμφανίζει ένα ημερολόγιο με τις επερχόμενες κυκλοφορίες, από τις υποστηριζόμενες ενσωματώσεις.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget ημερολογίου",
|
||||
"sundayStart": {
|
||||
"label": "Ξεκινήστε την εβδομάδα από την Κυριακή"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Τύπος κυκλοφορίας Radarr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/el/modules/common-media-cards.json
Normal file
6
public/locales/el/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "Αναπαραγωγή",
|
||||
"request": "Αίτημα"
|
||||
}
|
||||
}
|
||||
10
public/locales/el/modules/common.json
Normal file
10
public/locales/el/modules/common.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "Ρυθμίσεις"
|
||||
},
|
||||
"errors": {
|
||||
"unmappedOptions": {
|
||||
"text": "<b>Εντοπίστηκε αχρησιμοποίητη παράμετρος στη διαμόρφωση</b><br /><code>{{key}}</code>. Το Homarr δεν μπορεί να ερμηνεύσει και να χρησιμοποιήσει αυτή την παράμετρο. Για να αποφύγετε οποιαδήποτε απροσδόκητη συμπεριφορά, δημιουργήστε αντίγραφα ασφαλείας των ρυθμίσεων σας και διορθώστε τις ρυθμίσεις σας."
|
||||
}
|
||||
}
|
||||
}
|
||||
54
public/locales/el/modules/dashdot.json
Normal file
54
public/locales/el/modules/dashdot.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "Εμφανίζει τα γραφήματα μιας εξωτερικής Dash. μέσα στο Homarr.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget Dash",
|
||||
"cpuMultiView": {
|
||||
"label": "Προβολή πολλαπλών πυρήνων CPU"
|
||||
},
|
||||
"storageMultiView": {
|
||||
"label": "Προβολή πολλαπλών μονάδων αποθήκευσης"
|
||||
},
|
||||
"useCompactView": {
|
||||
"label": "Χρήση Συμπαγούς Προβολής"
|
||||
},
|
||||
"graphs": {
|
||||
"label": "Γραφήματα"
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "Δεν βρέθηκε υπηρεσία Dash. Παρακαλούμε προσθέστε μία στο ταμπλό Homarr ή ορίστε μια Dash. URL στις επιλογές της ενότητας",
|
||||
"noInformation": "Δεν μπορεί να αποκτήσει πληροφορίες από το dash. - τρέχετε την τελευταία έκδοση;"
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "Αποθηκευτικός χώρος",
|
||||
"label": "Αποθηκευτικός χώρος:"
|
||||
},
|
||||
"network": {
|
||||
"title": "Δίκτυο",
|
||||
"label": "Δίκτυο:",
|
||||
"metrics": {
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "CPU"
|
||||
},
|
||||
"memory": {
|
||||
"title": "Μνήμη RAM"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "GPU"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
12
public/locales/el/modules/date.json
Normal file
12
public/locales/el/modules/date.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ημερομηνία και ώρα",
|
||||
"description": "Εμφανίζει την τρέχουσα ημερομηνία και ώρα.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget ημερομηνίας και ώρας",
|
||||
"display24HourFormat": {
|
||||
"label": "Εμφάνιση πλήρης ώρας(24-ώρο)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
35
public/locales/el/modules/dlspeed.json
Normal file
35
public/locales/el/modules/dlspeed.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ταχύτητα Λήψης",
|
||||
"description": "Εμφανίζει την ταχύτητα λήψης και μεταφόρτωσης των υποστηριζόμενων ενσωματώσεων."
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω",
|
||||
"estimatedTimeOfArrival": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Δεν βρέθηκαν torrents"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Τρέχουσα ταχύτητα λήψης",
|
||||
"download": "Λήψη: {{download}}",
|
||||
"upload": "Ανέβασμα: {{upload}}",
|
||||
"timeSpan": "{{seconds}} δευτερόλεπτα πριν",
|
||||
"totalDownload": "Λήψη: {{download}}/s",
|
||||
"totalUpload": "Ανέβασμα: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενα προγράμματα λήψης!",
|
||||
"text": "Προσθέστε μια υπηρεσία λήψης για να δείτε τις τρέχουσες λήψεις σας"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
83
public/locales/el/modules/docker.json
Normal file
83
public/locales/el/modules/docker.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "Σας επιτρέπει να βλέπετε και να διαχειρίζεστε εύκολα όλα τα Docker Containers σας."
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Αναζήτηση με βάση container ή όνομα εικόνας"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"image": "Εικόνα",
|
||||
"ports": "Θύρες",
|
||||
"state": "Κατάσταση"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} περισσότερα"
|
||||
},
|
||||
"states": {
|
||||
"running": "Εκτελείται",
|
||||
"created": "Δημιουργήθηκε",
|
||||
"stopped": "Διακόπηκε",
|
||||
"unknown": "Άγνωστο"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Προσθήκη εφαρμογής",
|
||||
"message": "Προσθήκη εφαρμογής στο Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Επανεκκίνηση"
|
||||
},
|
||||
"stop": {
|
||||
"title": "Διακοπή"
|
||||
},
|
||||
"start": {
|
||||
"title": "Έναρξη"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": "Ανανέωση δεδομένων"
|
||||
},
|
||||
"remove": {
|
||||
"title": "Αφαίρεση"
|
||||
},
|
||||
"addToHomarr": {
|
||||
"title": "Προσθήκη στο Homarr"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "Ξεκινάει",
|
||||
"end": "Ξεκίνησε"
|
||||
},
|
||||
"stop": {
|
||||
"start": "Διακόπτεται",
|
||||
"end": "Διακόπηκε"
|
||||
},
|
||||
"restart": {
|
||||
"start": "Γίνεται επανεκκίνηση",
|
||||
"end": "Επανεκκινήθηκε"
|
||||
},
|
||||
"remove": {
|
||||
"start": "Αφαιρείται",
|
||||
"end": "Αφαιρέθηκε"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Η ενσωμάτωση του Docker απέτυχε",
|
||||
"message": "Μήπως ξεχάσατε να προσαρτήσετε την υποδοχή docker;"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Παρουσιάστηκε σφάλμα"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "Παρακαλώ προσθέστε μόνο μία εφαρμογή ή υπηρεσία τη φορά!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
30
public/locales/el/modules/overseerr.json
Normal file
30
public/locales/el/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "Σας επιτρέπει να αναζητήσετε και να προσθέσετε πολυμέσα από το Overseerr ή το Jellyseerr."
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "Ρωτήστε για {{title}}",
|
||||
"cancel": "Ακύρωση",
|
||||
"request": "Αίτημα"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "Χρήση κλειδιού API",
|
||||
"text": "Το αίτημα αυτό θα εγκριθεί αυτόματα"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "Επιλέξτε τις σεζόν που θέλετε να κατεβάσετε",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Σεζόν",
|
||||
"numberOfEpisodes": "Αριθμός επεισοδίων"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/el/modules/ping.json
Normal file
11
public/locales/el/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "Εμφανίζει μια ένδειξη κατάστασης ανάλογα με τον κωδικό απόκρισης HTTP μιας δεδομένης διεύθυνσης URL."
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Χωρίς σύνδεση {{response}}",
|
||||
"loading": "Φόρτωση..."
|
||||
}
|
||||
}
|
||||
30
public/locales/el/modules/search.json
Normal file
30
public/locales/el/modules/search.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Μπάρα Αναζήτησης",
|
||||
"description": "Μια γραμμή αναζήτησης που σας επιτρέπει να κάνετε αναζήτηση στην προσαρμοσμένη μηχανή αναζήτησης σας, στο YouTube και στις υποστηριζόμενες ενσωματώσεις."
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Αναζήτηση στον Ιστό..."
|
||||
},
|
||||
"switched-to": "Αλλαγή σε",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Ιστός",
|
||||
"description": "Αναζήτηση..."
|
||||
},
|
||||
"youtube": {
|
||||
"name": "YouTube",
|
||||
"description": "Αναζήτηση στο YouTube"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Τόρρεντ",
|
||||
"description": "Αναζήτηση για Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Αναζήτηση για ταινίες και τηλεοπτικές εκπομπές στο Overseerr"
|
||||
}
|
||||
},
|
||||
"tip": "Μπορείτε να επιλέξετε τη γραμμή αναζήτησης με τη συντόμευση ",
|
||||
"switchedSearchEngine": "Εναλλαγή για αναζήτηση με {{searchEngine}}"
|
||||
}
|
||||
72
public/locales/el/modules/torrents-status.json
Normal file
72
public/locales/el/modules/torrents-status.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Τόρρεντ",
|
||||
"description": "Εμφανίζει μια λίστα με torrents από υποστηριζόμενους εφαρμογές Torrent.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget Torrent",
|
||||
"refreshInterval": {
|
||||
"label": "Χρονικό διάστημα ανανέωσης (σε δευτερόλεπτα)"
|
||||
},
|
||||
"displayCompletedTorrents": {
|
||||
"label": "Εμφάνιση ολοκληρωμένων torrents"
|
||||
},
|
||||
"displayStaleTorrents": {
|
||||
"label": "Εμφάνιση stale torrents"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Σφάλμα",
|
||||
"lastUpdated": "Τελευταία ενημέρωση {{time}} πριν"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"download": "Κάτω",
|
||||
"upload": "Πάνω",
|
||||
"estimatedTimeOfArrival": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"item": {
|
||||
"text": "Διαχειρίζεται από {{appName}}, {{ratio}} αναλογία"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Δεν βρέθηκαν torrents"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "Τρέχουσα ταχύτητα λήψης",
|
||||
"download": "Λήψη: {{download}}",
|
||||
"upload": "Ανέβασμα: {{upload}}",
|
||||
"timeSpan": "{{seconds}} δευτερόλεπτα πριν",
|
||||
"totalDownload": "Λήψη: {{download}}/s",
|
||||
"totalUpload": "Ανέβασμα: {{upload}}/s"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενες εφαρμογές Torrent!",
|
||||
"text": "Προσθέστε έναν υποστηριζόμενης εφαρμογής Torrent για να δείτε τις τρέχουσες λήψεις σας"
|
||||
},
|
||||
"generic": {
|
||||
"title": "Παρουσιάστηκε ένα απροσδόκητο σφάλμα",
|
||||
"text": "Το Homarr δεν μπόρεσε να επικοινωνήσει με τις εφαρμογές Torrent. Ελέγξτε τις ρυθμίσεις σας"
|
||||
}
|
||||
},
|
||||
"loading": {
|
||||
"title": "Φόρτωση..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Διαχειριζόμενα από",
|
||||
"metrics": {
|
||||
"queuePosition": "Θέση ουράς - {{position}}",
|
||||
"progress": "Πρόοδος - {{progress}}%",
|
||||
"totalSelectedSize": "Σύνολο - {{totalSize}}",
|
||||
"state": "Κατάσταση - {{state}}",
|
||||
"ratio": "Αναλογία -",
|
||||
"completed": "Ολοκληρώθηκε"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
49
public/locales/el/modules/usenet.json
Normal file
49
public/locales/el/modules/usenet.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Usenet",
|
||||
"description": "Σας επιτρέπει να δείτε και να διαχειριστείτε το Usenet instance σας."
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "Δεν βρέθηκαν υποστηριζόμενα προγράμματα λήψης!",
|
||||
"text": "Προσθέστε έναν υποστηριζόμενο πρόγραμμα λήψης Usenet για να δείτε τις τρέχουσες λήψεις σας"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "Ουρά",
|
||||
"history": "Ιστορικό"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "Μέγεθος που απομένει",
|
||||
"paused": "Σε παύση"
|
||||
},
|
||||
"queue": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"eta": "Εκτιμώμενος χρόνος αναμονής",
|
||||
"progress": "Πρόοδος"
|
||||
},
|
||||
"empty": "Άδειο",
|
||||
"error": {
|
||||
"title": "Σφάλμα",
|
||||
"message": "Παρουσιάστηκε σφάλμα"
|
||||
},
|
||||
"paused": "Σε παύση"
|
||||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"name": "Όνομα",
|
||||
"size": "Μέγεθος",
|
||||
"duration": "Διάρκεια"
|
||||
},
|
||||
"empty": "Άδειο",
|
||||
"error": {
|
||||
"title": "Σφάλμα",
|
||||
"message": "Σφάλμα φόρτωσης ιστορικού"
|
||||
},
|
||||
"paused": "Σε παύση"
|
||||
}
|
||||
}
|
||||
33
public/locales/el/modules/weather.json
Normal file
33
public/locales/el/modules/weather.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Καιρός",
|
||||
"description": "Εμφανίζει τις τρέχουσες πληροφορίες καιρού μιας καθορισμένης τοποθεσίας.",
|
||||
"settings": {
|
||||
"title": "Ρυθμίσεις για το widget καιρού",
|
||||
"displayInFahrenheit": {
|
||||
"label": "Εμφάνιση σε Φαρενάιτ"
|
||||
},
|
||||
"location": {
|
||||
"label": "Τοποθεσία καιρού"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Καθαρός",
|
||||
"mainlyClear": "Κυρίως καθαρός",
|
||||
"fog": "Ομίχλη",
|
||||
"drizzle": "Ψιχάλες",
|
||||
"freezingDrizzle": "Παγωμένο ψιλόβροχο",
|
||||
"rain": "Βροχή",
|
||||
"freezingRain": "Παγωμένη βροχή",
|
||||
"snowFall": "Χιονόπτωση",
|
||||
"snowGrains": "Κόκκοι χιονιού",
|
||||
"rainShowers": "Βροχοπτώσεις",
|
||||
"snowShowers": "Χιονοπτώσεις",
|
||||
"thunderstorm": "Καταιγίδα",
|
||||
"thunderstormWithHail": "Καταιγίδα με χαλάζι",
|
||||
"unknown": "Άγνωστο"
|
||||
}
|
||||
}
|
||||
}
|
||||
29
public/locales/el/settings/common.json
Normal file
29
public/locales/el/settings/common.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"title": "Ρυθμίσεις",
|
||||
"tooltip": "Ρυθμίσεις",
|
||||
"tabs": {
|
||||
"common": "Συχνές επιλογές",
|
||||
"customizations": "Παραμετροποιήσεις"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Ανεβάστε το αρχείο ρυθμίσεών σας σύροντάς το στη σελίδα!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Φτιαγμένο με ❤️ από @"
|
||||
},
|
||||
"grow": "Πλέγμα ανάπτυξης (παίρνει όλο το χώρο)",
|
||||
"layout": {
|
||||
"title": "Διάταξη ταμπλό",
|
||||
"main": "Κύριο",
|
||||
"sidebar": "Πλαϊνή μπάρα",
|
||||
"cannotturnoff": "Δεν μπορεί να απενεργοποιηθεί",
|
||||
"dashboardlayout": "Διάταξη ταμπλό",
|
||||
"enablersidebar": "Απόκρυψη δεξιάς πλευρικής στήλης",
|
||||
"enablelsidebar": "Ενεργοποίηση της αριστερής πλευρικής γραμμής",
|
||||
"enablesearchbar": "Ενεργοποίηση της γραμμής αναζήτησης",
|
||||
"enabledocker": "Ενεργοποίηση ενσωμάτωση docker",
|
||||
"enableping": "Ενεργοποίηση pings",
|
||||
"enablelsidebardesc": "Προαιρετικά. Μπορεί να χρησιμοποιηθεί μόνο για εφαρμογές και ενσωματώσεις",
|
||||
"enablersidebardesc": "Προαιρετικά. Μπορεί να χρησιμοποιηθεί μόνο για εφαρμογές και ενσωματώσεις"
|
||||
}
|
||||
}
|
||||
3
public/locales/el/settings/customization/app-width.json
Normal file
3
public/locales/el/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Πλάτος εφαρμογής"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} χρώμα"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Αδιαφάνεια εφαρμογής"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Τίτλος Σελίδας"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Τίτλος"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Λογότυπο"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Έμβλημα"
|
||||
},
|
||||
"background": {
|
||||
"label": "Φόντο"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "Προσαρμοσμένη CSS",
|
||||
"placeholder": "Το προσαρμοσμένο CSS θα εφαρμοστεί τελευταίο"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Υποβολή"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Απόχρωση"
|
||||
}
|
||||
3
public/locales/el/settings/general/color-schema.json
Normal file
3
public/locales/el/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Εναλλαγή στη λειτουργία {{scheme}}"
|
||||
}
|
||||
86
public/locales/el/settings/general/config-changer.json
Normal file
86
public/locales/el/settings/general/config-changer.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Αλλαγή παραμέτρων",
|
||||
"description": "{{configCount}} ρυθμίσεις είναι διαθέσιμες",
|
||||
"loadingNew": "Φόρτωση της διαμόρφωσής σας...",
|
||||
"pleaseWait": "Παρακαλώ περιμένετε μέχρι να φορτωθεί η νέα σας διαμόρφωση!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "Επιλέξτε το όνομα της νέας σας διαμόρφωσης",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Όνομα διαμόρφωσης",
|
||||
"validation": {
|
||||
"required": "Απαιτείται όνομα διαμόρφωσης",
|
||||
"notUnique": "Αυτό το όνομα είναι ήδη σε χρήση"
|
||||
},
|
||||
"placeholder": "Το νέο σας όνομα ρυθμίσεων"
|
||||
},
|
||||
"submitButton": "Επιβεβαίωση"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "Η διαμόρφωση αποθηκεύτηκε",
|
||||
"message": "Διαμόρφωση αποθηκεύτηκε ως {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "Η ρύθμιση αντιγράφηκε",
|
||||
"message": "Η διαμόρφωση αντιγράφηκε ως {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "Αδυναμία αντιγραφής αρχείου ρυθμίσεων",
|
||||
"message": "Οι ρυθμίσεις σας δεν αντιγράφηκαν ως {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "Επιβεβαιώστε τη διαγραφή της διαμόρφωσής σας",
|
||||
"warningText": "Πρόκειται να διαγράψετε το '<b>{{configName}}</b>'",
|
||||
"text": "Λάβετε υπόψη ότι η διαγραφή δεν είναι αναστρέψιμη και τα δεδομένα σας θα χαθούν οριστικά. Αφού κάνετε κλικ σε αυτό το κουμπί, το αρχείο θα διαγραφεί οριστικά από το δίσκο σας. Φροντίστε να δημιουργήσετε ένα επαρκές αντίγραφο ασφαλείας της διαμόρφωσής σας.",
|
||||
"buttons": {
|
||||
"confirm": "Ναι, διαγράψτε το '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Λήψη ρυθμίσεων",
|
||||
"delete": {
|
||||
"text": "Διαγραφή ρυθμίσεων",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Η ρύθμιση διαγράφηκε",
|
||||
"message": "Η ρύθμιση διαγράφηκε"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Η διαγραφή ρυθμίσεων απέτυχε",
|
||||
"message": "Η διαγραφή ρυθμίσεων απέτυχε"
|
||||
},
|
||||
"deleteFailedDefaultConfig": {
|
||||
"title": "Η προεπιλεγμένη ρύθμιση παραμέτρων δεν μπορεί να διαγραφεί",
|
||||
"message": "Η διαμόρφωση δεν διαγράφηκε από το σύστημα αρχείων"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Αποθηκεύστε ένα αντίγραφο"
|
||||
},
|
||||
"dropzone": {
|
||||
"notifications": {
|
||||
"invalidConfig": {
|
||||
"title": "Αποτυχία φόρτωσης του αρχείου ρυθμίσεων",
|
||||
"message": "Δεν μπόρεσε να φορτώσει τις ρυθμίσεις σας. Μη έγκυρη μορφή JSON."
|
||||
},
|
||||
"loadedSuccessfully": {
|
||||
"title": "Οι ρυθμίσεις {{configName}} φορτώθηκαν επιτυχώς"
|
||||
}
|
||||
},
|
||||
"accept": {
|
||||
"title": "Φόρτωση ρυθμίσεων",
|
||||
"text": "Σύρετε αρχεία εδώ για να ανεβάσετε μια διαμόρφωση ρυθμίσεων. Υποστήριξη μόνο για αρχεία JSON."
|
||||
},
|
||||
"reject": {
|
||||
"title": "Η μεταφόρτωση απορρίφθηκε",
|
||||
"text": "Αυτή η μορφή αρχείου δεν υποστηρίζεται. Παρακαλούμε ανεβάζετε μόνο αρχεία JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Γλώσσα"
|
||||
}
|
||||
19
public/locales/el/settings/general/search-engine.json
Normal file
19
public/locales/el/settings/general/search-engine.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"title": "Μηχανή αναζήτησης",
|
||||
"configurationName": "Διαμόρφωση μηχανής αναζήτησης",
|
||||
"tips": {
|
||||
"generalTip": "Υπάρχουν πολλά προθέματα που μπορείτε να χρησιμοποιήσετε! Προσθέτοντας αυτά μπροστά από το ερώτημά σας θα φιλτράρετε τα αποτελέσματα. !s (Web), !t (Torrents), !y (YouTube) και !m (Media).",
|
||||
"placeholderTip": "%s μπορεί να χρησιμοποιηθεί ως placeholder για το ερώτημα."
|
||||
},
|
||||
"customEngine": {
|
||||
"title": "Προσαρμοσμένη μηχανή αναζήτησης",
|
||||
"label": "Ερώτημα URL",
|
||||
"placeholder": "Προσαρμοσμένο URL ερώτησης"
|
||||
},
|
||||
"searchNewTab": {
|
||||
"label": "Άνοιγμα αποτελεσμάτων αναζήτησης σε νέα καρτέλα"
|
||||
},
|
||||
"searchEnabled": {
|
||||
"label": "Ενεργοποιημένη αναζήτηση"
|
||||
}
|
||||
}
|
||||
3
public/locales/el/settings/general/theme-selector.json
Normal file
3
public/locales/el/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Εναλλαγή στη λειτουργία {{theme}}"
|
||||
}
|
||||
3
public/locales/el/settings/general/widget-positions.json
Normal file
3
public/locales/el/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Τοποθετήστε τα widgets στα αριστερά"
|
||||
}
|
||||
7
public/locales/en/layout/modals/icon-picker.json
Normal file
7
public/locales/en/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "Search something...",
|
||||
"searchLimitationTitle": "Limited to 30 results",
|
||||
"searchLimitationMessage": "Search results were limited to 30 because there were too many matches"
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Error",
|
||||
"lastUpdated": "Last updated {{time}} ago"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Name",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progress"
|
||||
},
|
||||
"item": {
|
||||
"text": "Managed by {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "No torrents found"
|
||||
}
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Loading..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Managed by",
|
||||
"metrics": {
|
||||
"queuePosition": "Queue position - {{position}}",
|
||||
"progress": "Progress - {{progress}}%",
|
||||
"totalSelectedSize": "Total - {{totalSize}}",
|
||||
"state": "State - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Completed"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"description": "Homarr es un dashboard <strong>elegante</strong> y <strong>moderno</strong> que pone todas tus apps y servicios a tu alcance. Con Homarr, puedes acceder y controlar todo desde una sola ubicación. Homarr se integra a la perfección con las apps que hayas añadido, ofreciendote información valiosa y dándote control total. La instalación es muy sencilla, y Homarr soporta una amplia gama de métodos de implementación.",
|
||||
"i18n": "I18n translation namespaces cargados",
|
||||
"locales": "Configurar I18n locales",
|
||||
"contact": "¿Tienes problemas o preguntas? ¡Conéctate con nosotros!",
|
||||
|
||||
@@ -9,54 +9,54 @@
|
||||
"general": {
|
||||
"appname": {
|
||||
"label": "Nombre de la app",
|
||||
"description": ""
|
||||
"description": "Usado para mostrar la app en el dashboard."
|
||||
},
|
||||
"internalAddress": {
|
||||
"label": "Dirección interna",
|
||||
"description": ""
|
||||
"description": "Dirección IP interna de la app."
|
||||
},
|
||||
"externalAddress": {
|
||||
"label": "Dirección externa",
|
||||
"description": ""
|
||||
"description": "URL que se abrirá al hacer clic en la app."
|
||||
}
|
||||
},
|
||||
"behaviour": {
|
||||
"isOpeningNewTab": {
|
||||
"label": "Abrir en nueva pestaña",
|
||||
"description": ""
|
||||
"description": "Abrir la app en una nueva pestaña, en vez de en la actual."
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"statusChecker": {
|
||||
"label": "Verificador de estado",
|
||||
"description": ""
|
||||
"description": "Comprueba si tu app está en línea usando una simple petición HTTP(S)."
|
||||
},
|
||||
"statusCodes": {
|
||||
"label": "Códigos HTTP de estado",
|
||||
"description": ""
|
||||
"description": "Códigos de estado HTTP considerados como en línea."
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"icon": {
|
||||
"label": "Icono App",
|
||||
"description": ""
|
||||
"description": "Icono que se verá en el dashboard."
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"type": {
|
||||
"label": "Configuración de integración",
|
||||
"description": "",
|
||||
"description": "Configuración de la integración que se será usada por tu app.",
|
||||
"placeholder": "Seleccionar una integración",
|
||||
"defined": "Definido",
|
||||
"undefined": "Sin definir",
|
||||
"public": "Público",
|
||||
"private": "Privado",
|
||||
"explanationPrivate": "",
|
||||
"explanationPublic": ""
|
||||
"explanationPrivate": "Una clave privada será enviada al servidor solo una vez. Una vez el navegador refresca la página, ésta no será enviada otra vez.",
|
||||
"explanationPublic": "Una clave pública siempre será enviada al cliente, y se podrá acceder a él a través de la API. Ésta no debe contener información confidencial, como: nombres de usuario, contraseñas, tokens, certificados y similares!"
|
||||
},
|
||||
"secrets": {
|
||||
"description": "Para actualizar una clave, introducir un valor y pulsar el botón guardar. Para eliminar una clave, usa el botón limpiar.",
|
||||
"warning": "",
|
||||
"warning": "Tus credenciales actúan como acceso para tus integraciones y <strong>nunca</strong> debes compartirlas con nadie. El equipo de Homarr nunca te preguntará sobre éstas. Asegúrate de <strong>almacenar y administrar tus claves de manera segura</strong>.",
|
||||
"clear": "Limpiar clave",
|
||||
"save": "Guardar clave",
|
||||
"update": "Actualizar clave"
|
||||
|
||||
7
public/locales/es/layout/modals/icon-picker.json
Normal file
7
public/locales/es/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Calendario",
|
||||
"description": "",
|
||||
"description": "Muestra un calendario con las próximas emisiones, desde las integraciones compatibles.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Ajustes para el widget del Calendario",
|
||||
"sundayStart": {
|
||||
"label": "Marcar Domingo como primer día de la semana"
|
||||
},
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"unmappedOptions": {
|
||||
"text": ""
|
||||
"text": "<b>Parámetro sin uso detectado en la configuración</b><br /><code>{{key}}</code>. Homarr no puede interpretar y usar este parámetro. Para evitar cualquier comportamiento inesperado, respalda tu configuración y corrige tus ajustes."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "",
|
||||
"description": "Muestra los gráficos de una instancia de Dash. externa, dentro de Homarr.",
|
||||
"settings": {
|
||||
"title": "Ajustes para el widget Dash.",
|
||||
"cpuMultiView": {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"name": "Fecha y hora",
|
||||
"description": "Muestra la fecha y hora actuales.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Ajustes para el widget Fecha y Hora",
|
||||
"display24HourFormat": {
|
||||
"label": "Mostrar hora completa (24 horas)"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Velocidad de Descarga",
|
||||
"description": ""
|
||||
"description": "Muestra la velocidad de Descarga y Subida de las integraciones soportadas."
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": ""
|
||||
"description": "Te permite ver y administrar fácilmente todos tus contenedores Docker."
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Buscar por nombre de contenedor o nombre de imagen"
|
||||
@@ -25,8 +25,8 @@
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Añadir app",
|
||||
"message": "Añadir app a Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Reiniciar"
|
||||
@@ -68,13 +68,13 @@
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Error en la integración con Docker",
|
||||
"message": ""
|
||||
"message": "Has olvidado montar el socket de docker?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Se ha producido un error"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": ""
|
||||
"title": "Por favor, ¡añade solo una app o servicio a la vez!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
"description": "Te permite buscar y añadir contenido multimedia de Overseerr o Jellyseerr."
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "",
|
||||
"caption": "Marca las temporadas que quieres descargar",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Temporada",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Latencia",
|
||||
"description": ""
|
||||
"description": "Muestra un indicador de estado dependiendo del código de respuesta HTTP the la URL."
|
||||
},
|
||||
"states": {
|
||||
"online": "En línea {{response}}",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Barra de búsqueda",
|
||||
"description": ""
|
||||
"description": "Barra de búsqueda que te permite buscar con tu motor de búsqueda preferido, YouTube, e integraciones soportadas."
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "Buscar en Internet..."
|
||||
@@ -10,7 +10,7 @@
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "Web",
|
||||
"description": ""
|
||||
"description": "Buscar..."
|
||||
},
|
||||
"youtube": {
|
||||
"name": "Youtube",
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": ""
|
||||
"description": "Buscar Peliculas y Series TV en Overseerr"
|
||||
}
|
||||
},
|
||||
"tip": "Puedes seleccionar la barra de búsqueda con el atajo ",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "",
|
||||
"description": "Muestra una lista de los torrents de los clientes Torrent soportados.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Ajustes para el widget Torrent",
|
||||
"refreshInterval": {
|
||||
"label": "Intervalo de refresco (en segundos)"
|
||||
},
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Error",
|
||||
"lastUpdated": "Última actualización {{time}} ago"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nombre",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "Tiempo restante",
|
||||
"progress": "Completado %"
|
||||
},
|
||||
"item": {
|
||||
"text": "Gestionado por {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "No se han encontrado torrents"
|
||||
}
|
||||
@@ -39,16 +46,27 @@
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
"title": "¡No se ha encontrado clientes Torrent soportados!",
|
||||
"text": "Añadir un cliente Torrent soportado para ver tus descargas actuales"
|
||||
},
|
||||
"generic": {
|
||||
"title": "Ocurrió un error inesperado",
|
||||
"text": ""
|
||||
"text": "Homarr fue incapaz de comunicarse con tus clientes Torrent. Por favor, comprueba tu configuración"
|
||||
}
|
||||
},
|
||||
"loading": {
|
||||
"title": "Cargando..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Gestionado por",
|
||||
"metrics": {
|
||||
"queuePosition": "Posición en la cola - {{position}}",
|
||||
"progress": "Progreso - {{progress}}%",
|
||||
"totalSelectedSize": "Total - {{totalSize}}",
|
||||
"state": "Estado - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Completado"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Usenet",
|
||||
"description": ""
|
||||
"description": "Te permite ver y administrar tu instancia de Usenet."
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "¡No se han encontrado clientes de descarga compatibles!",
|
||||
"text": ""
|
||||
"text": "Añadir cliente de descarga Usenet soportado para ver tus descargas actuales"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Clima",
|
||||
"description": "",
|
||||
"description": "Muestra información de la meteorología actua de una ubicación dada.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Ajustes del widget tiempo",
|
||||
"displayInFahrenheit": {
|
||||
"label": "Mostrar en Fahrenheit"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"customizations": "Personalizaciones"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": ""
|
||||
"configTip": "¡Sube tu configuración arrastrando y soltando el archivo en la página!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Hecho con ❤️ por @"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS Personalizado",
|
||||
"placeholder": ""
|
||||
"placeholder": "El CSS personalizado será aplicado en último lugar"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Aplicar"
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "",
|
||||
"description": "",
|
||||
"label": "Cambiador de configuración",
|
||||
"description": "{{configCount}} configuraciones disponibles",
|
||||
"loadingNew": "Cargando tu configuración...",
|
||||
"pleaseWait": ""
|
||||
"pleaseWait": "Por favor, ¡espera hasta que tu nueva configuración esté carga!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "",
|
||||
"title": "Elige el nombre de tu nueva configuración",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"label": "Nombre de la configuración",
|
||||
"validation": {
|
||||
"required": "",
|
||||
"notUnique": ""
|
||||
"required": "Se requiere nombre de la configuración",
|
||||
"notUnique": "El nombre de la configuración ya está en uso"
|
||||
},
|
||||
"placeholder": ""
|
||||
"placeholder": "Nombre de tu nueva configuración"
|
||||
},
|
||||
"submitButton": ""
|
||||
"submitButton": "Confirmar"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configuración guardada",
|
||||
"message": "Configuración guardada como {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configuración copiada",
|
||||
"message": "Configuración copiada como {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Imposible copiar la configuración",
|
||||
"message": "Tu configuración no fue copiada como {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "",
|
||||
"warningText": "",
|
||||
"text": "",
|
||||
"title": "Confirmar eliminación de tu configuración",
|
||||
"warningText": "Estás a punto de eliminar '<b>{{configName}}</b>'",
|
||||
"text": "Por favor, ten en cuenta que la eliminación no es reversible y tus datos serán borrados indefinidamente. Después de hacer clic en el botón, el archivo será eliminado permanentemente del disco. Asegúrate de crear un respaldo adecuado de tu configuración.",
|
||||
"buttons": {
|
||||
"confirm": ""
|
||||
"confirm": "Si, eliminar '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -57,8 +57,8 @@
|
||||
"message": "Error en el borrado de la configuración"
|
||||
},
|
||||
"deleteFailedDefaultConfig": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "La configuración por defecto no puede ser eliminada",
|
||||
"message": "La configuración no fue eliminada del sistema"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -76,11 +76,11 @@
|
||||
},
|
||||
"accept": {
|
||||
"title": "Configuración subida",
|
||||
"text": ""
|
||||
"text": "Arrastra archivos aquí para subir la configuración. Solo se soportan archivos JSON."
|
||||
},
|
||||
"reject": {
|
||||
"title": "Subida Arrastar y Soltar rechada",
|
||||
"text": ""
|
||||
"text": "Este formato der archivo no está soportado. Por favor, sube solo archivos JSON."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"title": "Motor de búsqueda",
|
||||
"configurationName": "Configuración del motor de búsqueda",
|
||||
"tips": {
|
||||
"generalTip": "",
|
||||
"generalTip": "¡Hay múltiples prefijos que puedes usar! Añadiendo éstos delante de tu búsqueda, filtrará los resultados. !s (Web), !t (Torrents), !y (YouTube), y !m (Media).",
|
||||
"placeholderTip": "%s puede utilizarse como modelo para la petición."
|
||||
},
|
||||
"customEngine": {
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"label": "Posisionar widgets a la izquierda"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Ajouter une tuile",
|
||||
"text": ""
|
||||
"text": "Les tuiles sont l'élément principal de Homarr. Elles sont utilisées pour afficher vos applications et autres informations. Vous pouvez ajouter autant de tuiles que vous le souhaitez."
|
||||
},
|
||||
"widgetDescription": "Les widgets interagissent avec vos applications, pour vous permettre de mieux les contrôler. Ils nécessitent généralement quelques configurations supplémentaires avant d'être utilisés.",
|
||||
"goBack": "Retourner à la page précédente",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "",
|
||||
"description": "En mode édition, vous pouvez ajuster les tuiles et configurer les applications. Les modifications ne sont pas enregistrées tant que vous n'avez pas quitté le mode Édition.",
|
||||
"button": {
|
||||
"disabled": "Entrer en mode édition",
|
||||
"enabled": "Quitter et sauvegarder"
|
||||
},
|
||||
"popover": {
|
||||
"title": "",
|
||||
"title": "Le mode d'édition est activé pour <1>{{size}}</1> la taille",
|
||||
"text": "Vous pouvez désormais ajuster et configurer vos applications. Les modifications ne sont <strong>pas enregistrées</strong> jusqu'à ce que vous quittiez le mode édition"
|
||||
},
|
||||
"screenSizes": {
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"description": "Homarr est un tableau de bord <strong>élégant</strong>, <strong>moderne</strong> qui met toutes vos applications et services au bout de vos doigts. Avec Homarr, vous pouvez accéder et contrôler tout dans un seul endroit. Homarr s'intègre de façon transparente avec les applications que vous avez ajoutées, vous fournissant des informations précieuses et vous donnant un contrôle total. L'installation est un jeu d'enfant, et Homarr prend en charge un large éventail de méthodes de déploiement.",
|
||||
"i18n": "Espaces de traduction I18n chargés",
|
||||
"locales": "Locales I18n configurées",
|
||||
"contact": "Vous avez des problèmes ou des questions ? Communiquez-le nous !",
|
||||
"contact": "Vous avez des problèmes ou des questions ? Dites-le-nous !",
|
||||
"addToDashboard": "Ajouter au tableau de bord"
|
||||
}
|
||||
|
||||
@@ -45,18 +45,18 @@
|
||||
"integration": {
|
||||
"type": {
|
||||
"label": "Configuration d’intégrations",
|
||||
"description": "",
|
||||
"description": "La configuration d'intégration qui sera utilisée pour se connecter à votre application.",
|
||||
"placeholder": "Sélectionner une itégration",
|
||||
"defined": "Défini",
|
||||
"undefined": "Indéfini",
|
||||
"public": "Public",
|
||||
"private": "Privé",
|
||||
"explanationPrivate": "",
|
||||
"explanationPublic": ""
|
||||
"explanationPrivate": "Un secret privé sera envoyé au serveur. Une fois que votre navigateur a rafraîchi la page. Il ne sera jamais envoyé au client.",
|
||||
"explanationPublic": "Un secret public est toujours envoyé au client et est accessible via l'API. Il ne doit pas contenir de valeurs confidentielles telles que des noms d'utilisateur, des mots de passe, des jetons, des certificats et d'autres éléments similaires!"
|
||||
},
|
||||
"secrets": {
|
||||
"description": "Pour mettre à jour un secret, entrez une valeur et cliquez sur le bouton Enregistrer. Pour supprimer un secret, utilisez le bouton Effacer.",
|
||||
"warning": "",
|
||||
"warning": "Vos informations d'identification servent d'accès à vos intégrations et vous devez <strong>ne jamais</strong> les partager avec quelqu'un d'autre. L'équipe officielle d'Homarr ne vous demandera jamais vos informations d'identification. Veillez à <strong>stocker et gérer vos secrets en toute sécurité</strong>.",
|
||||
"clear": "Effacer le secret",
|
||||
"save": "Sauvegarder le secret",
|
||||
"update": "Mettre à jour le secret"
|
||||
|
||||
7
public/locales/fr/layout/modals/icon-picker.json
Normal file
7
public/locales/fr/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Calendrier",
|
||||
"description": "",
|
||||
"description": "Affiche un calendrier avec les prochaines sorties, à partir des intégrations prises en charge.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Paramètres du widget Calendrier",
|
||||
"sundayStart": {
|
||||
"label": "Commencez la semaine par dimanche"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "",
|
||||
"description": "Affiche les graphiques d'une instance externe de Dash. dans Homarr.",
|
||||
"settings": {
|
||||
"title": "Paramètres du widget Dash",
|
||||
"cpuMultiView": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Date et heure",
|
||||
"description": "Affiche la date et l'heure courante.",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "Paramètres du widget Date et heure",
|
||||
"display24HourFormat": {
|
||||
"label": "Affichage 24 h"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Vitesse de téléchargement",
|
||||
"description": ""
|
||||
"description": "Affiche la vitesse de téléchargement et d'envoi des intégrations prises en charge."
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": ""
|
||||
"description": "Vous permet de voir et de gérer facilement tous vos conteneurs Docker."
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Recherche par nom de conteneur ou d'image"
|
||||
@@ -26,7 +26,7 @@
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "Ajouter une application",
|
||||
"message": ""
|
||||
"message": "Ajouter une application à Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "Redémarrer"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "",
|
||||
"caption": "Cochez les saisons que vous souhaitez télécharger",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "Saison",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": ""
|
||||
"description": "Affiche un indicateur d'état en fonction du code de réponse HTTP d'une URL donnée."
|
||||
},
|
||||
"states": {
|
||||
"online": "En ligne {{response}}",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "Rechercher des films et sériess sur Overseerr"
|
||||
"description": "Rechercher des films et séries sur Overseerr"
|
||||
}
|
||||
},
|
||||
"tip": "Vous pouvez sélectionner la barre de recherche avec le raccourci ",
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Erreur",
|
||||
"lastUpdated": "Dernière mise à jour : {{time}}"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nom",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Progrès"
|
||||
},
|
||||
"item": {
|
||||
"text": "Géré par {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Aucun torrent trouvé"
|
||||
}
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Chargement..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Géré par",
|
||||
"metrics": {
|
||||
"queuePosition": "Position dans la file d'attente - {{position}}",
|
||||
"progress": "Progrès - {{progress}}%",
|
||||
"totalSelectedSize": "Total - {{totalSize}}",
|
||||
"state": "État - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Complété"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "",
|
||||
"description": "",
|
||||
"label": "Changeur de configuration",
|
||||
"description": "{{configCount}} configurations disponibles",
|
||||
"loadingNew": "Chargement des configurations ...",
|
||||
"pleaseWait": "Veuillez attendre que votre nouvelle configuration soit chargée !"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "",
|
||||
"title": "Choisissez le nom de votre nouvelle configuration",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"label": "Nom de la configuration",
|
||||
"validation": {
|
||||
"required": "",
|
||||
"notUnique": ""
|
||||
"required": "Le nom de la configuration est requis",
|
||||
"notUnique": "Le nom de la configuration est déjà utilisé"
|
||||
},
|
||||
"placeholder": ""
|
||||
"placeholder": "Le nom de votre nouvelle configuration"
|
||||
},
|
||||
"submitButton": ""
|
||||
"submitButton": "Confirmer"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configuration sauvegardée",
|
||||
"message": "Configuration enregistrée en tant que {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configuration copiée",
|
||||
"message": "Configuration enregistrée en tant que {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Impossible de copier la configuration",
|
||||
"message": "Votre configuration n'a pas pu être copiée en tant que {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "",
|
||||
"warningText": "",
|
||||
"text": "",
|
||||
"title": "Confirmer la suppression de votre configuration",
|
||||
"warningText": "Vous êtes sur le point de supprimer '<b>{{configName}}</b>'",
|
||||
"text": "Veuillez noter que la suppression n'est pas réversible et que vos données seront définitivement perdues. Après avoir cliqué sur ce bouton, le fichier sera définitivement supprimé de votre disque. Veillez à créer une sauvegarde adéquate de votre configuration.",
|
||||
"buttons": {
|
||||
"confirm": ""
|
||||
"confirm": "Oui, supprimer '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
7
public/locales/he/layout/modals/icon-picker.json
Normal file
7
public/locales/he/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "הוספת יישום",
|
||||
"message": "הוספת יישום ל-Homarr"
|
||||
"message": "הוסף אפליקציה ל-Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "אתחל"
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "שגיאה",
|
||||
"lastUpdated": "עודכן לאחרונה לפני {{time}}"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "שם",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "זמן סיום משוער",
|
||||
"progress": "התקדמות"
|
||||
},
|
||||
"item": {
|
||||
"text": "מנוהל על ידי {{appName}}, יחס {{ratio}}"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "לא נמצא טורנט"
|
||||
}
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "טוען..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "מנוהל על ידי",
|
||||
"metrics": {
|
||||
"queuePosition": "מיקום בתור - {{position}}",
|
||||
"progress": "התקדמות - {{progress}}%",
|
||||
"totalSelectedSize": "סה״כ - {{totalSize}}",
|
||||
"state": "מצב - {{state}}",
|
||||
"ratio": "יחס -",
|
||||
"completed": "הושלם"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
7
public/locales/it/layout/modals/icon-picker.json
Normal file
7
public/locales/it/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -68,7 +68,7 @@
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Integrazione Docker fallita",
|
||||
"message": "Vi siete dimenticati di montare il socket di Docker?"
|
||||
"message": "Hai dimenticato di montare il socket di docker?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "Si è verificato un errore"
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "Errore",
|
||||
"lastUpdated": "Ultimo aggiornamento {{time}} fa"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "Nome",
|
||||
@@ -25,6 +29,9 @@
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Avanzamento"
|
||||
},
|
||||
"item": {
|
||||
"text": "Gestito da {{appName}}, {{ratio}} ratio"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "Nessun torrent trovato"
|
||||
}
|
||||
@@ -49,6 +56,17 @@
|
||||
},
|
||||
"loading": {
|
||||
"title": "Caricamento in corso..."
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "Gestito da",
|
||||
"metrics": {
|
||||
"queuePosition": "Posizione in coda - {{position}}",
|
||||
"progress": "Progresso - {{progress}}%",
|
||||
"totalSelectedSize": "Totale - {{totalSize}}",
|
||||
"state": "Stato - {{state}}",
|
||||
"ratio": "Ratio -",
|
||||
"completed": "Completato"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Config changer",
|
||||
"description": "",
|
||||
"description": "{{configCount}} configurazioni disponibili",
|
||||
"loadingNew": "Caricamento della configurazione...",
|
||||
"pleaseWait": "Attendere fino al caricamento della nuova configurazione!"
|
||||
},
|
||||
"modal": {
|
||||
"copy": {
|
||||
"title": "",
|
||||
"title": "Scegli il nome della nuova configurazione",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "",
|
||||
"label": "Nome configurazione",
|
||||
"validation": {
|
||||
"required": "",
|
||||
"notUnique": ""
|
||||
"required": "Il nome della configurazione è obbligatorio",
|
||||
"notUnique": "Nome configurazione già in uso"
|
||||
},
|
||||
"placeholder": ""
|
||||
"placeholder": "Nuovo nome configurazione"
|
||||
},
|
||||
"submitButton": ""
|
||||
"submitButton": "Conferma"
|
||||
},
|
||||
"events": {
|
||||
"configSaved": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configurazione salvata",
|
||||
"message": "Configurazione salvata come {{configName}}"
|
||||
},
|
||||
"configCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Configurazione copiata",
|
||||
"message": "Configurazione copiata come {{configName}}"
|
||||
},
|
||||
"configNotCopied": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Impossibile copiare la configurazione",
|
||||
"message": "La tua configurazione non è stata copiata come {{configName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"confirmDeletion": {
|
||||
"title": "",
|
||||
"warningText": "",
|
||||
"text": "",
|
||||
"title": "Conferma l'eliminazione della configurazione",
|
||||
"warningText": "Stai per cancellare '<b>{{configName}}</b>'",
|
||||
"text": "Si noti che l'eliminazione non è reversibile e i dati andranno persi in modo permanente. Dopo aver fatto clic su questo pulsante, il file verrà eliminato definitivamente dal disco. Assicurarsi di creare un backup adeguato della propria configurazione.",
|
||||
"buttons": {
|
||||
"confirm": ""
|
||||
"confirm": "Sì, elimina '<b>{{configName}}</b>'"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "お帰りなさい",
|
||||
"text": "",
|
||||
"text": "パスワードを入力してください",
|
||||
"form": {
|
||||
"fields": {
|
||||
"password": {
|
||||
@@ -18,10 +18,10 @@
|
||||
"message": "パスワードは確認中です..."
|
||||
},
|
||||
"correct": {
|
||||
"title": ""
|
||||
"title": "サインインに成功しました、リダイレクトします..."
|
||||
},
|
||||
"wrong": {
|
||||
"title": ""
|
||||
"title": "入力されたパスワードが正しくありません。もう一度やり直してください。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"version": "バージョン",
|
||||
"changePosition": "ポジションを変更する",
|
||||
"remove": "削除",
|
||||
"removeConfirm": "",
|
||||
"removeConfirm": "本当に {{item}} を削除したいのですか?",
|
||||
"sections": {
|
||||
"settings": "設定",
|
||||
"dangerZone": "デンジャーゾーン"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "新しいタイルを追加する",
|
||||
"text": ""
|
||||
"text": "タイルはHomarrの主要な要素です。アプリやその他の情報を表示するために使用されます。タイルはいくつでも追加することができます。"
|
||||
},
|
||||
"widgetDescription": "",
|
||||
"widgetDescription": "ウィジェットは、アプリケーションと相互作用し、アプリケーションをよりコントロールすることができます。通常、使用する前に追加の設定が必要です。",
|
||||
"goBack": "前のステップに戻る",
|
||||
"actionIcon": {
|
||||
"tooltip": "タイルを追加する"
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"description": "",
|
||||
"description": "編集モードでは、タイルの調整とアプリの設定を行います。編集モードを終了するまで、変更内容は保存されません。",
|
||||
"button": {
|
||||
"disabled": "編集モードに入る",
|
||||
"enabled": "終了と保存"
|
||||
},
|
||||
"popover": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
"title": "編集モードが有効なのは <1>{{size}}</1>サイズ",
|
||||
"text": "今すぐアプリを調整し、設定することができます。変更は、 <strong>編集モードを終了するまで保存されません</strong>"
|
||||
},
|
||||
"screenSizes": {
|
||||
"small": "",
|
||||
"medium": "",
|
||||
"large": ""
|
||||
"small": "小",
|
||||
"medium": "巫女",
|
||||
"large": "おおきな"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"description": "Homarrは、 <strong>sleek</strong>, <strong>modern</strong> dashboardで、すべてのアプリとサービスを指先で操作できるようにします。HOMARを使えば、便利な1つの場所ですべてにアクセスし、コントロールすることができます。Homarrは、あなたが追加したアプリとシームレスに統合され、あなたに貴重な情報を提供し、完全に制御することができます。インストールは簡単で、Homarrは幅広い導入方法をサポートしています。",
|
||||
"i18n": "ロードされたI18n翻訳名前空間",
|
||||
"locales": "設定されたI18nロケール",
|
||||
"contact": "お困りごとやご質問はありませんか?私たちにご連絡ください。",
|
||||
|
||||
@@ -9,60 +9,60 @@
|
||||
"general": {
|
||||
"appname": {
|
||||
"label": "アプリ名",
|
||||
"description": ""
|
||||
"description": "ダッシュボードにアプリを表示するために使用します。"
|
||||
},
|
||||
"internalAddress": {
|
||||
"label": "内部アドレス",
|
||||
"description": ""
|
||||
"description": "アプリの内部IP-address。"
|
||||
},
|
||||
"externalAddress": {
|
||||
"label": "外部アドレス",
|
||||
"description": ""
|
||||
"description": "アプリをクリックしたときに開くURL。"
|
||||
}
|
||||
},
|
||||
"behaviour": {
|
||||
"isOpeningNewTab": {
|
||||
"label": "新しいタブで開く",
|
||||
"description": ""
|
||||
"description": "アプリを現在のタブではなく、新しいタブで開く。"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"statusChecker": {
|
||||
"label": "ステータスチェッカー",
|
||||
"description": ""
|
||||
"description": "シンプルなHTTP(S)リクエストで、アプリがオンラインかどうかをチェックします。"
|
||||
},
|
||||
"statusCodes": {
|
||||
"label": "HTTPステータスコード",
|
||||
"description": ""
|
||||
"description": "オンラインとみなされるHTTPステータスコード。"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"icon": {
|
||||
"label": "アプリアイコン",
|
||||
"description": ""
|
||||
"description": "ダッシュボードに表示されるアイコンです。"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"type": {
|
||||
"label": "インテグレーション構成",
|
||||
"description": "",
|
||||
"description": "アプリとの接続に使用される統合設定です。",
|
||||
"placeholder": "インテグレーションを選択する",
|
||||
"defined": "定義",
|
||||
"undefined": "未定義",
|
||||
"public": "公開",
|
||||
"private": "プライベート",
|
||||
"explanationPrivate": "",
|
||||
"explanationPublic": ""
|
||||
"explanationPrivate": "非公開の秘密は一度だけサーバーに送信されます。ブラウザがページを更新したら、二度と送信されることはありません。",
|
||||
"explanationPublic": "公開秘密は常にクライアントに送信され、API上でアクセス可能です。ユーザー名、パスワード、トークン、証明書など、機密性の高い値を含んではいけません。"
|
||||
},
|
||||
"secrets": {
|
||||
"description": "シークレットを更新するには、値を入力し、保存ボタンをクリックします。シークレットを削除するには、クリアボタンを使用します。",
|
||||
"warning": "",
|
||||
"warning": "あなたの認証情報は、あなたの統合のためのアクセスとして機能します。あなたは、 <strong>決して</strong> 他の誰ともそれを共有しないでください。ホーマーチームは決してクレデンシャルを求めません。 <strong>あなたの秘密を安全に保存し、管理することを確認してください</strong>。",
|
||||
"clear": "クリアシークレット",
|
||||
"save": "秘密を守る",
|
||||
"update": "アップデートシークレット"
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"popover": ""
|
||||
"popover": "フォームに不正なデータが含まれています。したがって、保存することができません。すべての問題を解決し、このボタンを再度クリックして変更を保存してください。"
|
||||
}
|
||||
}
|
||||
|
||||
7
public/locales/ja/layout/modals/icon-picker.json
Normal file
7
public/locales/ja/layout/modals/icon-picker.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"iconPicker": {
|
||||
"textInputPlaceholder": "",
|
||||
"searchLimitationTitle": "",
|
||||
"searchLimitationMessage": ""
|
||||
}
|
||||
}
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "カレンダー",
|
||||
"description": "",
|
||||
"description": "サポートされている統合製品から、今後のリリースをカレンダーで表示します。",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"title": "カレンダーウィジェットの設定",
|
||||
"sundayStart": {
|
||||
"label": "週の始まりは日曜日"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": ""
|
||||
"label": "ラダーリリースタイプ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user