@iobroker/gui-components 8.0.2 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/README.md +834 -543
- package/build/AdminConnection.js.map +1 -1
- package/build/Components/404.js +13 -13
- package/build/Components/404.js.map +1 -1
- package/build/Components/ColorPicker.js.map +1 -1
- package/build/Components/ComplexCron.js +2 -2
- package/build/Components/ComplexCron.js.map +1 -1
- package/build/Components/CopyToClipboard.js.map +1 -1
- package/build/Components/CustomModal.js +1 -1
- package/build/Components/CustomModal.js.map +1 -1
- package/build/Components/DeviceType/DeviceTypeIcon.js +1 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js.map +1 -1
- package/build/Components/DeviceType/DeviceTypeSelector.js +2 -2
- package/build/Components/DeviceType/DeviceTypeSelector.js.map +1 -1
- package/build/Components/DeviceType/i18n/de.json +1 -0
- package/build/Components/DeviceType/i18n/en.json +1 -0
- package/build/Components/DeviceType/i18n/fr.json +1 -0
- package/build/Components/DeviceType/i18n/it.json +1 -0
- package/build/Components/DeviceType/i18n/nl.json +1 -0
- package/build/Components/DeviceType/i18n/pl.json +1 -0
- package/build/Components/DeviceType/i18n/pt.json +1 -0
- package/build/Components/DeviceType/i18n/ru.json +1 -0
- package/build/Components/DeviceType/i18n/uk.json +1 -0
- package/build/Components/DeviceType/i18n/zh-cn.json +1 -0
- package/build/Components/FileBrowser.d.ts +39 -4
- package/build/Components/FileBrowser.js +104 -11
- package/build/Components/FileBrowser.js.map +1 -1
- package/build/Components/FileViewer.js +2 -4
- package/build/Components/FileViewer.js.map +1 -1
- package/build/Components/Icon.d.ts +1 -3
- package/build/Components/Icon.js +11 -11
- package/build/Components/Icon.js.map +1 -1
- package/build/Components/Image.js +8 -4
- package/build/Components/Image.js.map +1 -1
- package/build/Components/InfoBox.js +1 -1
- package/build/Components/InfoBox.js.map +1 -1
- package/build/Components/IobUri.js +5 -5
- package/build/Components/IobUri.js.map +1 -1
- package/build/Components/Loader.d.ts +2 -3
- package/build/Components/Loader.js +25 -257
- package/build/Components/Loader.js.map +1 -1
- package/build/Components/Loaders/Community.d.ts +31 -0
- package/build/Components/Loaders/Community.js +265 -0
- package/build/Components/Loaders/Community.js.map +1 -0
- package/build/Components/Loaders/HA.d.ts +17 -0
- package/build/Components/Loaders/HA.js +99 -0
- package/build/Components/Loaders/HA.js.map +1 -0
- package/build/Components/Loaders/MV.js.map +1 -1
- package/build/Components/Loaders/NW.d.ts +17 -0
- package/build/Components/Loaders/NW.js +70 -0
- package/build/Components/Loaders/NW.js.map +1 -0
- package/build/Components/Loaders/PT.js +103 -103
- package/build/Components/Loaders/PT.js.map +1 -1
- package/build/Components/Loaders/Vendor.js +7 -7
- package/build/Components/Loaders/Vendor.js.map +1 -1
- package/build/Components/MDUtils.js.map +1 -1
- package/build/Components/ObjectBrowser.d.ts +25 -406
- package/build/Components/ObjectBrowser.js +460 -1543
- package/build/Components/ObjectBrowser.js.map +1 -1
- package/build/Components/Router.js.map +1 -1
- package/build/Components/SaveCloseButtons.js.map +1 -1
- package/build/Components/Schedule.d.ts +27 -1
- package/build/Components/Schedule.js +60 -50
- package/build/Components/Schedule.js.map +1 -1
- package/build/Components/SelectWithIcon.js +1 -1
- package/build/Components/SelectWithIcon.js.map +1 -1
- package/build/Components/SimpleCron/cronText.js.map +1 -1
- package/build/Components/SimpleCron/index.js +3 -3
- package/build/Components/SimpleCron/index.js.map +1 -1
- package/build/Components/TabContainer.js +7 -2
- package/build/Components/TabContainer.js.map +1 -1
- package/build/Components/TabContent.d.ts +1 -1
- package/build/Components/TabContent.js +5 -5
- package/build/Components/TabContent.js.map +1 -1
- package/build/Components/TabHeader.js +2 -2
- package/build/Components/TabHeader.js.map +1 -1
- package/build/Components/TableResize.js.map +1 -1
- package/build/Components/TextWithIcon.js.map +1 -1
- package/build/Components/TreeTable.d.ts +1 -0
- package/build/Components/TreeTable.js +16 -6
- package/build/Components/TreeTable.js.map +1 -1
- package/build/Components/UploadImage.js +305 -305
- package/build/Components/UploadImage.js.map +1 -1
- package/build/Components/Utils.d.ts +17 -3
- package/build/Components/Utils.js +167 -9
- package/build/Components/Utils.js.map +1 -1
- package/build/Components/objectBrowser.types.d.ts +496 -0
- package/build/Components/objectBrowserUtils.d.ts +170 -0
- package/build/Components/objectBrowserUtils.js +1375 -0
- package/build/Components/objectBrowserUtils.js.map +1 -0
- package/build/Connection.js.map +1 -1
- package/build/Dialogs/ComplexCron.js.map +1 -1
- package/build/Dialogs/Confirm.js.map +1 -1
- package/build/Dialogs/Cron.js.map +1 -1
- package/build/Dialogs/Error.js.map +1 -1
- package/build/Dialogs/Message.js.map +1 -1
- package/build/Dialogs/SelectFile.d.ts +1 -1
- package/build/Dialogs/SelectFile.js +1 -1
- package/build/Dialogs/SelectFile.js.map +1 -1
- package/build/Dialogs/SelectID.d.ts +1 -1
- package/build/Dialogs/SelectID.js +1 -1
- package/build/Dialogs/SelectID.js.map +1 -1
- package/build/Dialogs/SimpleCron.js.map +1 -1
- package/build/Dialogs/TextInput.js +1 -1
- package/build/Dialogs/TextInput.js.map +1 -1
- package/build/GenericApp.d.ts +6 -4
- package/build/GenericApp.js +22 -16
- package/build/GenericApp.js.map +1 -1
- package/build/Prompt.js +7 -7
- package/build/Prompt.js.map +1 -1
- package/build/Theme.js +57 -11
- package/build/Theme.js.map +1 -1
- package/build/assets/devices/parseNames.js +1 -0
- package/build/assets/devices/parseNames.js.map +1 -1
- package/build/assets/rooms/parseNames.js +1 -0
- package/build/assets/rooms/parseNames.js.map +1 -1
- package/build/dictionary.js.map +1 -1
- package/build/globals.d.ts +2 -0
- package/build/i18n/de.json +5 -66
- package/build/i18n/en.json +5 -66
- package/build/i18n/es.json +5 -66
- package/build/i18n/fr.json +5 -66
- package/build/i18n/it.json +5 -61
- package/build/i18n/nl.json +5 -61
- package/build/i18n/pl.json +5 -61
- package/build/i18n/pt.json +5 -61
- package/build/i18n/ru.json +5 -61
- package/build/i18n/uk.json +5 -61
- package/build/i18n/zh-cn.json +5 -61
- package/build/i18n.js +12 -15
- package/build/i18n.js.map +1 -1
- package/build/index.css +56 -56
- package/build/index.d.ts +9 -4
- package/build/index.js +5 -2
- package/build/index.js.map +1 -1
- package/build/modulefederation.admin.config.d.ts +1 -0
- package/build/modulefederation.admin.config.js +1 -1
- package/build/modulefederation.admin.config.js.map +1 -1
- package/build/types.d.ts +4 -84
- package/i18n/de.json +5 -66
- package/i18n/en.json +5 -66
- package/i18n/es.json +5 -66
- package/i18n/fr.json +5 -66
- package/i18n/it.json +5 -61
- package/i18n/nl.json +5 -61
- package/i18n/pl.json +5 -61
- package/i18n/pt.json +5 -61
- package/i18n/ru.json +5 -61
- package/i18n/uk.json +5 -61
- package/i18n/zh-cn.json +5 -61
- package/index.css +56 -56
- package/modulefederation.admin.config.d.ts +1 -0
- package/modulefederation.admin.config.js +1 -2
- package/package.json +50 -35
- package/tasksExample.ts +93 -0
- package/build/LegacyConnection.d.ts +0 -938
- package/build/LegacyConnection.js +0 -2849
- package/build/LegacyConnection.js.map +0 -1
- package/tasksExample.js +0 -91
package/build/i18n/nl.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s links van aliassen",
|
|
3
3
|
"ra_%s object(s) processed": "%s object(en) verwerkt",
|
|
4
4
|
"ra_%s was imported": "%s is geïmporteerd",
|
|
5
|
-
"ra_Accept license": "Accepteer licentie",
|
|
6
5
|
"ra_Actions": "Acties",
|
|
7
6
|
"ra_Add new child object to selected parent": "Voeg een nieuw kindobject toe aan het geselecteerde bovenliggende object",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Objectenboom toevoegen vanuit JSON-bestand",
|
|
9
|
-
"ra_Add row": "Voeg een rij toe",
|
|
10
8
|
"ra_Advanced options": "Geavanceerde mogelijkheden",
|
|
11
|
-
"ra_All items are filtered out": "Alle items zijn uitgefilterd",
|
|
12
9
|
"ra_All objects": "Alle objecten",
|
|
13
|
-
"ra_Append": "toevoegen",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "%s ingangen toevoegen of bestaande vervangen?",
|
|
15
|
-
"ra_Append or replace?": "Toevoegen of vervangen?",
|
|
16
10
|
"ra_Are you sure?": "Weet je het zeker?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Auto (geen aangepaste kolommen)",
|
|
18
12
|
"ra_Back to %s": "Terug naar %s",
|
|
19
13
|
"ra_Background image": "Achtergrond afbeelding",
|
|
20
14
|
"ra_Cancel": "Annuleer",
|
|
21
|
-
"ra_Cannot add items with set filter": "Kan geen items toevoegen met ingestelde filter",
|
|
22
|
-
"ra_Cannot decode license": "Kan licentie niet decoderen",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Kan positie niet bepalen: systeeminstellingen zijn leeg en GPS-detectie is uitgeschakeld in browser",
|
|
24
15
|
"ra_Cannot find \"%s\"": "Kan \"%s\" niet vinden",
|
|
25
16
|
"ra_Cannot read \"%s\"": "Kan \"%s\" niet lezen",
|
|
26
|
-
"ra_Cannot read licenses: %s": "Kan licenties niet lezen: %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "Kan opties niet ophalen, omdat instantie offline is",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "Kan kenmerk niet bijwerken, omdat het niet in het object is gevonden",
|
|
29
18
|
"ra_Cannot upload": "Kan niet uploaden",
|
|
30
19
|
"ra_Categories": "Categorieën",
|
|
31
|
-
"ra_Chained certificate": "Geketend certificaat",
|
|
32
20
|
"ra_Change color theme": "Kleurthema wijzigen",
|
|
33
21
|
"ra_Changed from": "Veranderd van",
|
|
34
22
|
"ra_Channel → State": "Kanaal → Staat",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Verwijderen",
|
|
38
26
|
"ra_Clear filter": "Filter wissen",
|
|
39
27
|
"ra_Clear icon": "Pictogram wissen",
|
|
40
|
-
"ra_Clone current row": "Kloon de huidige rij",
|
|
41
28
|
"ra_Close": "Dichtbij",
|
|
42
29
|
"ra_Collapse all nodes": "Vouw alle knooppunten samen",
|
|
43
30
|
"ra_Collapse one step node": "Eén niveau samenvouwen",
|
|
44
|
-
"ra_Commercial": "Reclame",
|
|
45
31
|
"ra_Configure": "Configureren",
|
|
46
32
|
"ra_Configure visible columns": "Configureer zichtbare kolommen",
|
|
47
33
|
"ra_Confirm deletion of %s": "Bevestig het verwijderen van %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Doorgaan",
|
|
50
36
|
"ra_Copied": "Gekopieerd",
|
|
51
37
|
"ra_Copied %s": "\"%s\" gekopieerd",
|
|
52
|
-
"ra_Copy content": "Inhoud kopiëren",
|
|
53
38
|
"ra_Create": "Creëer",
|
|
54
39
|
"ra_Create alias": "Alias maken",
|
|
55
40
|
"ra_Create folder": "Map aanmaken",
|
|
@@ -62,16 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Schema definiëren ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Verwijderen",
|
|
65
|
-
"ra_Delete current row": "Huidige rij verwijderen",
|
|
66
50
|
"ra_Deselect all": "Deselecteer alles",
|
|
67
51
|
"ra_Device → Channel → State": "Apparaat → Kanaal → Staat",
|
|
52
|
+
"ra_Disable/Enable translation": "Vertaling uitschakelen/inschakelen",
|
|
68
53
|
"ra_Discard": "Weggooien",
|
|
69
54
|
"ra_Disconnected": "Verbinding verbroken",
|
|
70
55
|
"ra_Do not ask for next 2 hours in this session": "Vraag niet om de volgende 2 uur in deze sessie",
|
|
71
56
|
"ra_Do not export values of states": "Exporteer geen waarden van staten",
|
|
72
|
-
"ra_Do not use let's encrypt": "Gebruik geen let's encrypt",
|
|
73
|
-
"ra_Docker is not available": "Docker is niet beschikbaar",
|
|
74
|
-
"ra_Docker is not installed or not running": "Docker is niet geïnstalleerd of draait niet",
|
|
75
57
|
"ra_Double click to reset table layout": "Dubbelklik om de tafelindeling te resetten",
|
|
76
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Sleep enkele bestanden hierheen, of klik om bestanden te selecteren",
|
|
77
59
|
"ra_Drop file here": "Zet het bestand hier neer",
|
|
@@ -86,16 +68,12 @@
|
|
|
86
68
|
"ra_Edit role": "Rol bewerken",
|
|
87
69
|
"ra_Edit room": "Kamer bewerken",
|
|
88
70
|
"ra_Edit value": "Waarde bewerken",
|
|
89
|
-
"ra_Enter the code from that page here": "Voer hier de code van die pagina in",
|
|
90
71
|
"ra_Error": "Fout",
|
|
91
72
|
"ra_Expand all nodes": "Vouw alle knooppunten uit",
|
|
92
73
|
"ra_Expand one step node": "Vouw een niveau uit",
|
|
93
|
-
"ra_Export data to %s file": "Exporteer gegevens naar %s bestand",
|
|
94
74
|
"ra_Failed to open JSON File": "JSON-bestand kan niet worden geopend",
|
|
95
|
-
"ra_Fallback custom certificates": "Fallback aangepaste certificaten",
|
|
96
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "Bestand is te groot. Max. %sk toegestaan. Probeer SVG te gebruiken.",
|
|
97
76
|
"ra_Filter": "Filter",
|
|
98
|
-
"ra_Filter and Data Actions": "Filter- en gegevensacties",
|
|
99
77
|
"ra_Filter files": "Bestanden filteren",
|
|
100
78
|
"ra_Folder name": "Naam van de map",
|
|
101
79
|
"ra_Folder → Channel → State": "Map → Kanaal → Staat",
|
|
@@ -103,32 +81,22 @@
|
|
|
103
81
|
"ra_Folder → State": "Map → Staat",
|
|
104
82
|
"ra_Folders always first": "Mappen altijd eerst",
|
|
105
83
|
"ra_Friday": "Vrijdag",
|
|
106
|
-
"
|
|
84
|
+
"ra_From file": "Van bestand",
|
|
85
|
+
"ra_From text": "Van tekst",
|
|
107
86
|
"ra_Good luck": "Veel geluk",
|
|
108
87
|
"ra_Hide empty folders": "Verberg lege mappen",
|
|
109
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Als er geen bestand in de map wordt gemaakt, verdwijnt het nadat de browser is gesloten",
|
|
110
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Als de bovenstaande knop niet werkt, kunt u deze app handmatig autoriseren door deze url te bezoeken",
|
|
111
|
-
"ra_Import data from %s file": "Importeer gegevens uit %s bestand",
|
|
112
|
-
"ra_Import from %s": "Importeren uit %s",
|
|
113
|
-
"ra_Instance %s is alive": "Instantie %s leeft",
|
|
114
|
-
"ra_Instance %s is not alive": "Instantie %s is niet actief",
|
|
115
89
|
"ra_Instance is not alive": "Instantie leeft niet",
|
|
116
90
|
"ra_Invalid CRON": "Ongeldige CRON",
|
|
117
91
|
"ra_Invalid JSON": "Ongeldige JSON",
|
|
92
|
+
"ra_Invalid JSON file.": "Ongeldig JSON-bestand.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Ongeldige JSON-indeling. Er werd een array verwacht.",
|
|
118
94
|
"ra_Invalid answer from server": "Ongeldig antwoord van de server",
|
|
119
95
|
"ra_Invalid parent folder!": "Ongeldige bovenliggende map!",
|
|
120
96
|
"ra_Invalid structure": "Ongeldige structuur",
|
|
121
|
-
"ra_JSON editor": "JSON-editor",
|
|
122
97
|
"ra_Last change": "Laatste wijziging",
|
|
123
98
|
"ra_Latitude": "Breedtegraad",
|
|
124
|
-
"ra_License %s": "Licentie %s",
|
|
125
|
-
"ra_License agreement": "Licentieovereenkomst",
|
|
126
|
-
"ra_License does not exist": "Licentie bestaat niet",
|
|
127
|
-
"ra_License expired on %s": "Licentie verlopen op %s",
|
|
128
|
-
"ra_License for other product \"%s\"": "Licentie voor ander product \"%s\"",
|
|
129
99
|
"ra_License is for version %s, but required version is %s.": "Licentie is voor versie %s, maar vereiste versie is %s.",
|
|
130
|
-
"ra_License must be converted": "Licentie moet worden omgezet naar nieuwere versie. U kunt dit doen in uw iobroker.net-profiel.",
|
|
131
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licentie niet gevonden in licentiebeheer. Wilt u licenties van iobroker.net bijwerken?",
|
|
132
100
|
"ra_Listen on all IPs": "Luister op alle IP's",
|
|
133
101
|
"ra_Load configuration from file": "Laad configuratie uit bestand",
|
|
134
102
|
"ra_Logout": "Uitloggen",
|
|
@@ -140,7 +108,6 @@
|
|
|
140
108
|
"ra_Move up": "Omhoog gaan",
|
|
141
109
|
"ra_Name": "Naam",
|
|
142
110
|
"ra_No data found in file": "Geen gegevens gevonden in bestand",
|
|
143
|
-
"ra_No one license found in license manager": "Geen enkele licentie gevonden in licentiebeheer",
|
|
144
111
|
"ra_No response from admin": "Geen reactie van de beheerder",
|
|
145
112
|
"ra_No response from the backend": "Geen reactie van de backend",
|
|
146
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Niet-experts mogen alleen nieuwe objecten maken in \"0_userdata.0\" of \"alias.0\".",
|
|
@@ -152,25 +119,15 @@
|
|
|
152
119
|
"ra_Only selected": "Alleen geselecteerd",
|
|
153
120
|
"ra_Owner group": "Eigenaarsgroep",
|
|
154
121
|
"ra_Owner user": "Eigenaar gebruiker",
|
|
155
|
-
"ra_Passwords are not equal!": "Wachtwoorden zijn niet gelijk!",
|
|
156
122
|
"ra_Place your files here or click here to open the browse dialog": "Plaats uw bestanden hier of klik hier om het bladervenster te openen",
|
|
157
|
-
"ra_Please allow popups in your browser for this page!": "Sta pop-ups toe in uw browser voor deze pagina!",
|
|
158
123
|
"ra_Please confirm": "Bevestig alstublieft",
|
|
159
|
-
"ra_Please create license": "Maak een licentie aan",
|
|
160
|
-
"ra_Please enter the license": "Voer de licentie in",
|
|
161
124
|
"ra_Please select file...": "Selecteer bestand...",
|
|
162
125
|
"ra_Please select object ID...": "Selecteer object-ID ...",
|
|
163
|
-
"ra_Port could be used by %s": "Poort kan worden gebruikt door %s",
|
|
164
|
-
"ra_Port is already used by %s": "Poort wordt al gebruikt door %s",
|
|
165
|
-
"ra_Press ENTER Key to add new item": "Druk op de ENTER-toets om een nieuw item toe te voegen",
|
|
166
|
-
"ra_Private certificate": "Privé certificaat",
|
|
167
126
|
"ra_Product": "Product",
|
|
168
|
-
"ra_Public certificate": "Openbaar certificaat",
|
|
169
127
|
"ra_Quality code": "Kwaliteit",
|
|
170
128
|
"ra_Refresh tree": "Vernieuw de boom",
|
|
171
129
|
"ra_Reload files": "Laad bestanden opnieuw",
|
|
172
130
|
"ra_Rename_Move_Copy": "Hernoemen/Verplaatsen/Kopiëren",
|
|
173
|
-
"ra_Renew %s access": "%s toegang verlengen",
|
|
174
131
|
"ra_Repeat": "Herhaling",
|
|
175
132
|
"ra_Replace": "Vervangen",
|
|
176
133
|
"ra_Request timed out": "Verzoek verlopen",
|
|
@@ -187,23 +144,15 @@
|
|
|
187
144
|
"ra_Select type of export": "Selecteer het type export",
|
|
188
145
|
"ra_Selected": "Geselecteerd",
|
|
189
146
|
"ra_Selected %s object(s)": "Geselecteerde %s object(en)",
|
|
190
|
-
"ra_Serial number (UUID)": "Serienummer (UUID)",
|
|
191
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Serienummer (UUID) \"%s\" in licentie is voor ander apparaat.",
|
|
192
147
|
"ra_Session will expire in %s seconds. Continue?": "Sessie verloopt over %s seconden. Doorgaan?",
|
|
193
148
|
"ra_Show all folders": "Toon alle mappen",
|
|
194
149
|
"ra_Show lines between rows": "Toon lijnen tussen rijen",
|
|
195
150
|
"ra_Show/Hide object descriptions": "Toon/verberg objectbeschrijvingen",
|
|
196
|
-
"ra_Show/hide filter input": "Filterinvoer weergeven/verbergen",
|
|
197
151
|
"ra_Some data are not stored. Discard?": "Sommige gegevens worden niet opgeslagen. Weggooien?",
|
|
198
152
|
"ra_States": "Staten",
|
|
199
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Succesvol geautoriseerd. Token geldig tot %s en wordt automatisch verlengd.",
|
|
200
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Succesvol geautoriseerd. Token geldig tot %s, maar kan verlopen omdat de instantie niet actief is.",
|
|
201
|
-
"ra_Suitable license not found in license manager": "Geschikte licentie niet gevonden in licentiebeheer",
|
|
202
153
|
"ra_Sunday": "Zondag",
|
|
203
154
|
"ra_Suppress question for next %s minutes": "Vraag de volgende %s minuten onderdrukken",
|
|
204
155
|
"ra_System language": "Systeemtaal",
|
|
205
|
-
"ra_Take browser position": "Positie innemen vanuit de browser",
|
|
206
|
-
"ra_Take position from system settings": "Neem positie over van systeeminstellingen",
|
|
207
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "De experts kunnen overal objecten maken, behalve vanaf het tweede niveau (bijv. \"Vis.0\" of \"javascript.0\").",
|
|
208
157
|
"ra_The page you are looking for was not found": "De pagina die u zoekt is niet gevonden",
|
|
209
158
|
"ra_The schedule will be executed every minute. Are you sure?": "Het schema wordt elke minuut uitgevoerd. Weet u het zeker?",
|
|
@@ -221,12 +170,8 @@
|
|
|
221
170
|
"ra_Unknown error!": "Onbekende fout!",
|
|
222
171
|
"ra_Update": "Bijwerken",
|
|
223
172
|
"ra_Upload file": "Upload bestand",
|
|
224
|
-
"ra_Use all available let's encrypt certificates": "Gebruik alle beschikbare Let's Encrypt-certificaten",
|
|
225
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Gebruik de iobroker.acme-adapter voor letsencrypt-certificaten",
|
|
226
|
-
"ra_Use system settings for position": "Gebruik systeeminstellingen voor positie",
|
|
227
|
-
"ra_Used system settings": "Gebruikte systeeminstellingen",
|
|
228
174
|
"ra_User files": "Gebruikersbestanden",
|
|
229
|
-
"ra_ValidTill": "Geldig tot",
|
|
230
175
|
"ra_Value": "Waarde",
|
|
231
176
|
"ra_Version": "Versie",
|
|
232
177
|
"ra_View file": "Bestand bekijken",
|
|
@@ -235,7 +180,6 @@
|
|
|
235
180
|
"ra_Width": "Breedte",
|
|
236
181
|
"ra_Yes": "Ja",
|
|
237
182
|
"ra_You can export all objects or just the selected branch.": "U kunt alle objecten of alleen de geselecteerde tak exporteren.",
|
|
238
|
-
"ra_You can filter entries by entering here some text": "U kunt items filteren door hier wat tekst in te voeren",
|
|
239
183
|
"ra_You can use * as wildcard": "U kunt * als joker gebruiken",
|
|
240
184
|
"ra___different__": "verschillend",
|
|
241
185
|
"ra_aclEveryone_read_object": "Iedereen kan object lezen",
|
package/build/i18n/pl.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s linków z aliasów",
|
|
3
3
|
"ra_%s object(s) processed": "Przetworzono %s obiektów",
|
|
4
4
|
"ra_%s was imported": "%s został zaimportowany",
|
|
5
|
-
"ra_Accept license": "Zaakceptuj licencję",
|
|
6
5
|
"ra_Actions": "Akcje",
|
|
7
6
|
"ra_Add new child object to selected parent": "Dodaj nowy obiekt potomny do wybranego rodzica",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Dodaj drzewo obiektów z pliku JSON",
|
|
9
|
-
"ra_Add row": "Dodaj wiersz",
|
|
10
8
|
"ra_Advanced options": "Zaawansowane opcje",
|
|
11
|
-
"ra_All items are filtered out": "Wszystkie pozycje są odfiltrowane",
|
|
12
9
|
"ra_All objects": "Wszystkie obiekty",
|
|
13
|
-
"ra_Append": "Dodać",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "Dołączyć wpisy %s czy zastąpić istniejące?",
|
|
15
|
-
"ra_Append or replace?": "Dołączyć czy zastąpić?",
|
|
16
10
|
"ra_Are you sure?": "Jesteś pewny?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Auto (bez kolumn niestandardowych)",
|
|
18
12
|
"ra_Back to %s": "Powrót do %s",
|
|
19
13
|
"ra_Background image": "Zdjęcie w tle",
|
|
20
14
|
"ra_Cancel": "Anuluj",
|
|
21
|
-
"ra_Cannot add items with set filter": "Nie można dodać elementów z ustawionym filtrem",
|
|
22
|
-
"ra_Cannot decode license": "Nie można zdekodować licencji",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Nie można określić pozycji: ustawienia systemu są puste, a wykrywanie GPS jest wyłączone w przeglądarce",
|
|
24
15
|
"ra_Cannot find \"%s\"": "Nie można znaleźć „%s”",
|
|
25
16
|
"ra_Cannot read \"%s\"": "Nie można odczytać „%s”",
|
|
26
|
-
"ra_Cannot read licenses: %s": "Nie można odczytać licencji: %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "Nie można pobrać opcji, ponieważ instancja jest w trybie offline",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "Nie można zaktualizować atrybutu, ponieważ nie znaleziono go w obiekcie",
|
|
29
18
|
"ra_Cannot upload": "Nie można przesłać",
|
|
30
19
|
"ra_Categories": "Kategorie",
|
|
31
|
-
"ra_Chained certificate": "Certyfikat łańcuchowy",
|
|
32
20
|
"ra_Change color theme": "Zmień motyw kolorystyczny",
|
|
33
21
|
"ra_Changed from": "Zmieniony z",
|
|
34
22
|
"ra_Channel → State": "Kanał → Stan",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Kasować",
|
|
38
26
|
"ra_Clear filter": "Czysty filtr",
|
|
39
27
|
"ra_Clear icon": "Wyczyść ikonę",
|
|
40
|
-
"ra_Clone current row": "Sklonuj bieżący wiersz",
|
|
41
28
|
"ra_Close": "Blisko",
|
|
42
29
|
"ra_Collapse all nodes": "Zwiń wszystkie węzły",
|
|
43
30
|
"ra_Collapse one step node": "Zwiń o jeden poziom",
|
|
44
|
-
"ra_Commercial": "Handlowy",
|
|
45
31
|
"ra_Configure": "Konfiguruj",
|
|
46
32
|
"ra_Configure visible columns": "Skonfiguruj widoczne kolumny",
|
|
47
33
|
"ra_Confirm deletion of %s": "Potwierdź usunięcie %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Kontynuować",
|
|
50
36
|
"ra_Copied": "Skopiowano",
|
|
51
37
|
"ra_Copied %s": "Skopiowano \"%s\"",
|
|
52
|
-
"ra_Copy content": "Kopiuj zawartość",
|
|
53
38
|
"ra_Create": "Stwórz",
|
|
54
39
|
"ra_Create alias": "Utwórz alias",
|
|
55
40
|
"ra_Create folder": "Utwórz folder",
|
|
@@ -62,16 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Zdefiniuj harmonogram ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Usunąć",
|
|
65
|
-
"ra_Delete current row": "Usuń bieżący wiersz",
|
|
66
50
|
"ra_Deselect all": "Odznacz wszystko",
|
|
67
51
|
"ra_Device → Channel → State": "Urządzenie → Kanał → Stan",
|
|
52
|
+
"ra_Disable/Enable translation": "Wyłącz/Włącz tłumaczenie",
|
|
68
53
|
"ra_Discard": "Wyrzucać",
|
|
69
54
|
"ra_Disconnected": "Niepowiązany",
|
|
70
55
|
"ra_Do not ask for next 2 hours in this session": "Nie proś o kolejne 2 godziny w tej sesji",
|
|
71
56
|
"ra_Do not export values of states": "Nie eksportuj wartości stanów",
|
|
72
|
-
"ra_Do not use let's encrypt": "Nie używaj zaszyfrujmy",
|
|
73
|
-
"ra_Docker is not available": "Docker nie jest dostępny",
|
|
74
|
-
"ra_Docker is not installed or not running": "Docker nie jest zainstalowany lub nie działa",
|
|
75
57
|
"ra_Double click to reset table layout": "Kliknij dwukrotnie, aby zresetować układ tabeli",
|
|
76
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Przeciągnij i upuść kilka plików tutaj lub kliknij, aby wybrać pliki",
|
|
77
59
|
"ra_Drop file here": "Upuść plik tutaj",
|
|
@@ -86,16 +68,12 @@
|
|
|
86
68
|
"ra_Edit role": "Edytuj rolę",
|
|
87
69
|
"ra_Edit room": "Edytuj pokój",
|
|
88
70
|
"ra_Edit value": "Edytuj wartość",
|
|
89
|
-
"ra_Enter the code from that page here": "Wpisz kod z tej strony tutaj",
|
|
90
71
|
"ra_Error": "Błąd",
|
|
91
72
|
"ra_Expand all nodes": "Rozwiń wszystkie węzły",
|
|
92
73
|
"ra_Expand one step node": "Rozwiń o jeden poziom",
|
|
93
|
-
"ra_Export data to %s file": "Eksportuj dane do pliku %s",
|
|
94
74
|
"ra_Failed to open JSON File": "Nie udało się otworzyć pliku JSON",
|
|
95
|
-
"ra_Fallback custom certificates": "Niestandardowe certyfikaty zastępcze",
|
|
96
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "Plik jest za duży. Maksymalna dozwolona liczba %sk. Spróbuj użyć SVG.",
|
|
97
76
|
"ra_Filter": "Filtr",
|
|
98
|
-
"ra_Filter and Data Actions": "Akcje filtrów i danych",
|
|
99
77
|
"ra_Filter files": "Filtruj pliki",
|
|
100
78
|
"ra_Folder name": "Nazwa folderu",
|
|
101
79
|
"ra_Folder → Channel → State": "Folder → Kanał → Stan",
|
|
@@ -103,32 +81,22 @@
|
|
|
103
81
|
"ra_Folder → State": "Folder → Stan",
|
|
104
82
|
"ra_Folders always first": "Foldery zawsze na pierwszym miejscu",
|
|
105
83
|
"ra_Friday": "Piątek",
|
|
106
|
-
"
|
|
84
|
+
"ra_From file": "Z pliku",
|
|
85
|
+
"ra_From text": "Z tekstu",
|
|
107
86
|
"ra_Good luck": "Powodzenia",
|
|
108
87
|
"ra_Hide empty folders": "Ukryj puste foldery",
|
|
109
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Jeśli w folderze nie zostanie utworzony żaden plik, zniknie on po zamknięciu przeglądarki",
|
|
110
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Jeśli przycisk powyżej nie działa, możesz autoryzować tę aplikację ręcznie, odwiedzając ten adres URL",
|
|
111
|
-
"ra_Import data from %s file": "Importuj dane z pliku %s",
|
|
112
|
-
"ra_Import from %s": "Importuj z %s",
|
|
113
|
-
"ra_Instance %s is alive": "Instancja %s jest aktywna",
|
|
114
|
-
"ra_Instance %s is not alive": "Instancja TEKST nie jest aktywna",
|
|
115
89
|
"ra_Instance is not alive": "Instancja nie jest aktywna",
|
|
116
90
|
"ra_Invalid CRON": "Nieprawidłowy CRON",
|
|
117
91
|
"ra_Invalid JSON": "Nieprawidłowy JSON",
|
|
92
|
+
"ra_Invalid JSON file.": "Nieprawidłowy plik JSON.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Nieprawidłowy format JSON. Oczekiwano tablicy.",
|
|
118
94
|
"ra_Invalid answer from server": "Nieprawidłowa odpowiedź z serwera",
|
|
119
95
|
"ra_Invalid parent folder!": "Nieprawidłowy folder nadrzędny!",
|
|
120
96
|
"ra_Invalid structure": "Nieprawidłowa struktura",
|
|
121
|
-
"ra_JSON editor": "Edytor JSON",
|
|
122
97
|
"ra_Last change": "Ostatnia zmiana",
|
|
123
98
|
"ra_Latitude": "Szerokość",
|
|
124
|
-
"ra_License %s": "Licencja %s",
|
|
125
|
-
"ra_License agreement": "Umowa licencyjna",
|
|
126
|
-
"ra_License does not exist": "Licencja nie istnieje",
|
|
127
|
-
"ra_License expired on %s": "Licencja wygasła w dniu %s",
|
|
128
|
-
"ra_License for other product \"%s\"": "Licencja na inny produkt „%s”",
|
|
129
99
|
"ra_License is for version %s, but required version is %s.": "Licencja dotyczy wersji %s, ale wymagana wersja to %s.",
|
|
130
|
-
"ra_License must be converted": "Licencja musi zostać przekonwertowana na nowszą wersję. Możesz to zrobić w swoim profilu iobroker.net.",
|
|
131
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Nie znaleziono licencji w menedżerze licencji. Chcesz zaktualizować licencje z iobroker.net?",
|
|
132
100
|
"ra_Listen on all IPs": "Słuchaj na wszystkich adresach IP",
|
|
133
101
|
"ra_Load configuration from file": "Załaduj konfigurację z pliku",
|
|
134
102
|
"ra_Logout": "Wyloguj",
|
|
@@ -140,7 +108,6 @@
|
|
|
140
108
|
"ra_Move up": "Podnieść",
|
|
141
109
|
"ra_Name": "Nazwa",
|
|
142
110
|
"ra_No data found in file": "Nie znaleziono danych w pliku",
|
|
143
|
-
"ra_No one license found in license manager": "Nie znaleziono licencji w menedżerze licencji",
|
|
144
111
|
"ra_No response from admin": "Brak odpowiedzi od administratora",
|
|
145
112
|
"ra_No response from the backend": "Brak odpowiedzi z zaplecza",
|
|
146
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Osoby nie będące ekspertami mogą tworzyć nowe obiekty tylko w „0_userdata.0” lub „alias.0”.",
|
|
@@ -152,25 +119,15 @@
|
|
|
152
119
|
"ra_Only selected": "Tylko wybrane",
|
|
153
120
|
"ra_Owner group": "Grupa właścicieli",
|
|
154
121
|
"ra_Owner user": "Właściciel użytkownika",
|
|
155
|
-
"ra_Passwords are not equal!": "Hasła nie są równe!",
|
|
156
122
|
"ra_Place your files here or click here to open the browse dialog": "Umieść swoje pliki tutaj lub kliknij tutaj, aby otworzyć okno dialogowe przeglądania",
|
|
157
|
-
"ra_Please allow popups in your browser for this page!": "Proszę zezwolić na wyświetlanie wyskakujących okienek w przeglądarce dla tej strony!",
|
|
158
123
|
"ra_Please confirm": "Proszę potwierdzić",
|
|
159
|
-
"ra_Please create license": "Utwórz licencję",
|
|
160
|
-
"ra_Please enter the license": "Proszę wprowadzić licencję",
|
|
161
124
|
"ra_Please select file...": "Wybierz plik...",
|
|
162
125
|
"ra_Please select object ID...": "Wybierz identyfikator obiektu ...",
|
|
163
|
-
"ra_Port could be used by %s": "Port może być używany przez %s",
|
|
164
|
-
"ra_Port is already used by %s": "Port jest już używany przez %s",
|
|
165
|
-
"ra_Press ENTER Key to add new item": "Naciśnij klawisz ENTER, aby dodać nowy element",
|
|
166
|
-
"ra_Private certificate": "Prywatny certyfikat",
|
|
167
126
|
"ra_Product": "Produkt",
|
|
168
|
-
"ra_Public certificate": "Certyfikat publiczny",
|
|
169
127
|
"ra_Quality code": "Jakości",
|
|
170
128
|
"ra_Refresh tree": "Odśwież drzewo",
|
|
171
129
|
"ra_Reload files": "Załaduj ponownie pliki",
|
|
172
130
|
"ra_Rename_Move_Copy": "Zmień nazwę/Przenieś/Kopiuj",
|
|
173
|
-
"ra_Renew %s access": "Odnów dostęp %s",
|
|
174
131
|
"ra_Repeat": "Powtarzać",
|
|
175
132
|
"ra_Replace": "Zastępować",
|
|
176
133
|
"ra_Request timed out": "Upłynął limit czasu żądania",
|
|
@@ -187,23 +144,15 @@
|
|
|
187
144
|
"ra_Select type of export": "Wybierz rodzaj eksportu",
|
|
188
145
|
"ra_Selected": "Wybrany",
|
|
189
146
|
"ra_Selected %s object(s)": "Wybrane obiekty %s",
|
|
190
|
-
"ra_Serial number (UUID)": "Numer seryjny (UUID)",
|
|
191
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Numer seryjny (UUID) „%s” w licencji dotyczy innego urządzenia.",
|
|
192
147
|
"ra_Session will expire in %s seconds. Continue?": "Sesja wygaśnie za %s sekund. Kontynuować?",
|
|
193
148
|
"ra_Show all folders": "Pokaż wszystkie foldery",
|
|
194
149
|
"ra_Show lines between rows": "Pokaż linie między rzędami",
|
|
195
150
|
"ra_Show/Hide object descriptions": "Pokaż/ukryj opisy obiektów",
|
|
196
|
-
"ra_Show/hide filter input": "Pokaż/ukryj wejście filtra",
|
|
197
151
|
"ra_Some data are not stored. Discard?": "Niektóre dane nie są przechowywane. Wyrzucać?",
|
|
198
152
|
"ra_States": "Stany",
|
|
199
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Pomyślnie autoryzowano. Token ważny do %s i zostanie automatycznie odnowiony.",
|
|
200
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Pomyślnie autoryzowano. Token ważny do %s, ale może wygasnąć, ponieważ instancja nie jest uruchomiona.",
|
|
201
|
-
"ra_Suitable license not found in license manager": "Nie znaleziono odpowiedniej licencji w menedżerze licencji",
|
|
202
153
|
"ra_Sunday": "Niedziela",
|
|
203
154
|
"ra_Suppress question for next %s minutes": "Ukryj pytanie przez następne %s minut",
|
|
204
155
|
"ra_System language": "Język systemu",
|
|
205
|
-
"ra_Take browser position": "Zajmij pozycję z przeglądarki",
|
|
206
|
-
"ra_Take position from system settings": "Zajmij pozycję z ustawień systemowych",
|
|
207
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Eksperci mogą tworzyć obiekty wszędzie poza drugim poziomem (np. „Vis.0” lub „javascript.0”).",
|
|
208
157
|
"ra_The page you are looking for was not found": "Strona, której szukasz nie została znaleziona",
|
|
209
158
|
"ra_The schedule will be executed every minute. Are you sure?": "Harmonogram będzie wykonywany co minutę. Czy jesteś pewien?",
|
|
@@ -221,12 +170,8 @@
|
|
|
221
170
|
"ra_Unknown error!": "Nieznany błąd!",
|
|
222
171
|
"ra_Update": "Aktualizacja",
|
|
223
172
|
"ra_Upload file": "Przesyłanie pliku",
|
|
224
|
-
"ra_Use all available let's encrypt certificates": "Użyj wszystkich dostępnych certyfikatów Let's Encrypt",
|
|
225
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Użyj adaptera iobroker.acme dla certyfikatów letsencrypt",
|
|
226
|
-
"ra_Use system settings for position": "Użyj ustawień systemowych dla pozycji",
|
|
227
|
-
"ra_Used system settings": "Używane ustawienia systemowe",
|
|
228
174
|
"ra_User files": "Pliki użytkownika",
|
|
229
|
-
"ra_ValidTill": "Obowiązuje do",
|
|
230
175
|
"ra_Value": "Wartość",
|
|
231
176
|
"ra_Version": "Wersja",
|
|
232
177
|
"ra_View file": "Zobaczyć plik",
|
|
@@ -235,7 +180,6 @@
|
|
|
235
180
|
"ra_Width": "Szerokość",
|
|
236
181
|
"ra_Yes": "Tak",
|
|
237
182
|
"ra_You can export all objects or just the selected branch.": "Możesz wyeksportować wszystkie obiekty lub tylko wybraną gałąź.",
|
|
238
|
-
"ra_You can filter entries by entering here some text": "Możesz filtrować wpisy, wpisując tutaj jakiś tekst",
|
|
239
183
|
"ra_You can use * as wildcard": "Możesz użyć * jako symbolu wieloznacznego",
|
|
240
184
|
"ra___different__": "różne",
|
|
241
185
|
"ra_aclEveryone_read_object": "Każdy może czytać obiekt",
|
package/build/i18n/pt.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s links de aliases",
|
|
3
3
|
"ra_%s object(s) processed": "%s objeto(s) processado(s)",
|
|
4
4
|
"ra_%s was imported": "%s foi importado",
|
|
5
|
-
"ra_Accept license": "Aceitar licença",
|
|
6
5
|
"ra_Actions": "Ações",
|
|
7
6
|
"ra_Add new child object to selected parent": "Adicionar novo objeto filho ao pai selecionado",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Adicionar árvore de objetos do arquivo JSON",
|
|
9
|
-
"ra_Add row": "Adicionar linha",
|
|
10
8
|
"ra_Advanced options": "Opções avançadas",
|
|
11
|
-
"ra_All items are filtered out": "Todos os itens são filtrados",
|
|
12
9
|
"ra_All objects": "Todos os objetos",
|
|
13
|
-
"ra_Append": "Acrescentar",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "Acrescentar %s entradas ou substituir as existentes?",
|
|
15
|
-
"ra_Append or replace?": "Acrescentar ou substituir?",
|
|
16
10
|
"ra_Are you sure?": "Você tem certeza?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Auto (sem colunas personalizadas)",
|
|
18
12
|
"ra_Back to %s": "Voltar para %s",
|
|
19
13
|
"ra_Background image": "Imagem de fundo",
|
|
20
14
|
"ra_Cancel": "Cancelar",
|
|
21
|
-
"ra_Cannot add items with set filter": "Não é possível adicionar itens com filtro definido",
|
|
22
|
-
"ra_Cannot decode license": "Não é possível decodificar a licença",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Não é possível determinar a posição: as configurações do sistema estão vazias e a detecção de GPS está desativada no navegador",
|
|
24
15
|
"ra_Cannot find \"%s\"": "Não foi possível encontrar \"%s\"",
|
|
25
16
|
"ra_Cannot read \"%s\"": "Não é possível ler \"%s\"",
|
|
26
|
-
"ra_Cannot read licenses: %s": "Não é possível ler licenças: %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "Não é possível recuperar opções, pois a instância está off-line",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "Não é possível atualizar o atributo, porque não foi encontrado no objeto",
|
|
29
18
|
"ra_Cannot upload": "Não é possível fazer upload",
|
|
30
19
|
"ra_Categories": "Categorias",
|
|
31
|
-
"ra_Chained certificate": "certificado encadeado",
|
|
32
20
|
"ra_Change color theme": "Alterar tema de cores",
|
|
33
21
|
"ra_Changed from": "Mudou de",
|
|
34
22
|
"ra_Channel → State": "Canal → Estado",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Excluir",
|
|
38
26
|
"ra_Clear filter": "Filtro limpo",
|
|
39
27
|
"ra_Clear icon": "Ícone de limpeza",
|
|
40
|
-
"ra_Clone current row": "Clonar linha atual",
|
|
41
28
|
"ra_Close": "Perto",
|
|
42
29
|
"ra_Collapse all nodes": "Recolher todos os nós",
|
|
43
30
|
"ra_Collapse one step node": "Recolher um nível",
|
|
44
|
-
"ra_Commercial": "Comercial",
|
|
45
31
|
"ra_Configure": "Configurar",
|
|
46
32
|
"ra_Configure visible columns": "Configurar colunas visíveis",
|
|
47
33
|
"ra_Confirm deletion of %s": "Confirme a exclusão de %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Continuar",
|
|
50
36
|
"ra_Copied": "Copiado",
|
|
51
37
|
"ra_Copied %s": "\"%s\" copiado",
|
|
52
|
-
"ra_Copy content": "Copiar conteúdo",
|
|
53
38
|
"ra_Create": "Crio",
|
|
54
39
|
"ra_Create alias": "Criar alias",
|
|
55
40
|
"ra_Create folder": "Criar pasta",
|
|
@@ -62,16 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Definir programação ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Excluir",
|
|
65
|
-
"ra_Delete current row": "Excluir linha atual",
|
|
66
50
|
"ra_Deselect all": "Desmarque todos",
|
|
67
51
|
"ra_Device → Channel → State": "Dispositivo → Canal → Estado",
|
|
52
|
+
"ra_Disable/Enable translation": "Desativar/Ativar tradução",
|
|
68
53
|
"ra_Discard": "Descartar",
|
|
69
54
|
"ra_Disconnected": "Desconectado",
|
|
70
55
|
"ra_Do not ask for next 2 hours in this session": "Não peça as próximas 2 horas nesta sessão",
|
|
71
56
|
"ra_Do not export values of states": "Não exporte valores de estados",
|
|
72
|
-
"ra_Do not use let's encrypt": "Não use vamos criptografar",
|
|
73
|
-
"ra_Docker is not available": "O Docker não está disponível",
|
|
74
|
-
"ra_Docker is not installed or not running": "O Docker não está instalado ou não está em execução",
|
|
75
57
|
"ra_Double click to reset table layout": "Clique duas vezes para redefinir o layout da tabela",
|
|
76
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Arraste e solte alguns arquivos aqui ou clique para selecionar arquivos",
|
|
77
59
|
"ra_Drop file here": "Solte o arquivo aqui",
|
|
@@ -86,16 +68,12 @@
|
|
|
86
68
|
"ra_Edit role": "Editar papel",
|
|
87
69
|
"ra_Edit room": "Sala de edição",
|
|
88
70
|
"ra_Edit value": "Editar valor",
|
|
89
|
-
"ra_Enter the code from that page here": "Digite o código dessa página aqui",
|
|
90
71
|
"ra_Error": "Erro",
|
|
91
72
|
"ra_Expand all nodes": "Expanda todos os nós",
|
|
92
73
|
"ra_Expand one step node": "Expanda um nível",
|
|
93
|
-
"ra_Export data to %s file": "Exportar dados para o arquivo %s",
|
|
94
74
|
"ra_Failed to open JSON File": "Falha ao abrir arquivo JSON",
|
|
95
|
-
"ra_Fallback custom certificates": "Certificados personalizados alternativos",
|
|
96
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "O arquivo é muito grande. Max %sk permitido. Tente usar SVG.",
|
|
97
76
|
"ra_Filter": "Filtro",
|
|
98
|
-
"ra_Filter and Data Actions": "Ações de filtro e dados",
|
|
99
77
|
"ra_Filter files": "Filtrar arquivos",
|
|
100
78
|
"ra_Folder name": "Nome da pasta",
|
|
101
79
|
"ra_Folder → Channel → State": "Pasta → Canal → Estado",
|
|
@@ -103,32 +81,22 @@
|
|
|
103
81
|
"ra_Folder → State": "Pasta → Estado",
|
|
104
82
|
"ra_Folders always first": "Pastas sempre primeiro",
|
|
105
83
|
"ra_Friday": "Sexta-feira",
|
|
106
|
-
"
|
|
84
|
+
"ra_From file": "Do arquivo",
|
|
85
|
+
"ra_From text": "Do texto",
|
|
107
86
|
"ra_Good luck": "Boa sorte",
|
|
108
87
|
"ra_Hide empty folders": "Esconder pastas vazias",
|
|
109
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Se nenhum arquivo for criado na pasta, ele desaparecerá depois que o navegador for fechado",
|
|
110
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Se o botão acima não funcionar, você pode autorizar manualmente este aplicativo visitando esta url",
|
|
111
|
-
"ra_Import data from %s file": "Importar dados do arquivo %s",
|
|
112
|
-
"ra_Import from %s": "Importar de %s",
|
|
113
|
-
"ra_Instance %s is alive": "O %s da instância está ativo",
|
|
114
|
-
"ra_Instance %s is not alive": "O %s da instância não está ativo",
|
|
115
89
|
"ra_Instance is not alive": "A instância não está ativa",
|
|
116
90
|
"ra_Invalid CRON": "CRON inválido",
|
|
117
91
|
"ra_Invalid JSON": "JSON inválido",
|
|
92
|
+
"ra_Invalid JSON file.": "Arquivo JSON inválido.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Formato JSON inválido. Esperava-se uma matriz.",
|
|
118
94
|
"ra_Invalid answer from server": "Resposta inválida do servidor",
|
|
119
95
|
"ra_Invalid parent folder!": "Pasta pai inválida!",
|
|
120
96
|
"ra_Invalid structure": "Estrutura inválida",
|
|
121
|
-
"ra_JSON editor": "Editor JSON",
|
|
122
97
|
"ra_Last change": "Última mudança",
|
|
123
98
|
"ra_Latitude": "Latitude",
|
|
124
|
-
"ra_License %s": "Licença %s",
|
|
125
|
-
"ra_License agreement": "Contrato de licença",
|
|
126
|
-
"ra_License does not exist": "A licença não existe",
|
|
127
|
-
"ra_License expired on %s": "A licença expirou em %s",
|
|
128
|
-
"ra_License for other product \"%s\"": "Licença para outro produto \"%s\"",
|
|
129
99
|
"ra_License is for version %s, but required version is %s.": "A licença é para a versão %s, mas a versão necessária é %s.",
|
|
130
|
-
"ra_License must be converted": "A licença deve ser convertida para uma versão mais recente. Você pode fazê-lo em seu perfil iobroker.net.",
|
|
131
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licença não encontrada no gerenciador de licenças. Deseja atualizar as licenças do iobroker.net?",
|
|
132
100
|
"ra_Listen on all IPs": "Ouça em todos os IPs",
|
|
133
101
|
"ra_Load configuration from file": "Carregar configuração do arquivo",
|
|
134
102
|
"ra_Logout": "Sair",
|
|
@@ -140,7 +108,6 @@
|
|
|
140
108
|
"ra_Move up": "Subir",
|
|
141
109
|
"ra_Name": "Nome",
|
|
142
110
|
"ra_No data found in file": "Nenhum dado encontrado no arquivo",
|
|
143
|
-
"ra_No one license found in license manager": "Nenhuma licença encontrada no gerenciador de licenças",
|
|
144
111
|
"ra_No response from admin": "Nenhuma resposta do administrador",
|
|
145
112
|
"ra_No response from the backend": "Nenhuma resposta do backend",
|
|
146
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Os não especialistas podem criar novos objetos apenas em \"0_userdata.0\" ou \"alias.0\".",
|
|
@@ -152,25 +119,15 @@
|
|
|
152
119
|
"ra_Only selected": "Apenas selecionado",
|
|
153
120
|
"ra_Owner group": "Grupo proprietário",
|
|
154
121
|
"ra_Owner user": "Usuário proprietário",
|
|
155
|
-
"ra_Passwords are not equal!": "As senhas não são iguais!",
|
|
156
122
|
"ra_Place your files here or click here to open the browse dialog": "Coloque seus arquivos aqui ou clique aqui para abrir a janela de navegação",
|
|
157
|
-
"ra_Please allow popups in your browser for this page!": "Por favor, permita pop-ups no seu navegador para esta página!",
|
|
158
123
|
"ra_Please confirm": "Por favor confirme",
|
|
159
|
-
"ra_Please create license": "Crie uma licença",
|
|
160
|
-
"ra_Please enter the license": "Por favor, insira a licença",
|
|
161
124
|
"ra_Please select file...": "Selecione o arquivo...",
|
|
162
125
|
"ra_Please select object ID...": "Selecione o ID do objeto ...",
|
|
163
|
-
"ra_Port could be used by %s": "A porta pode ser usada por %s",
|
|
164
|
-
"ra_Port is already used by %s": "A porta já está sendo usada por %s",
|
|
165
|
-
"ra_Press ENTER Key to add new item": "Pressione a tecla ENTER para adicionar um novo item",
|
|
166
|
-
"ra_Private certificate": "certificado privado",
|
|
167
126
|
"ra_Product": "produtos",
|
|
168
|
-
"ra_Public certificate": "certificado público",
|
|
169
127
|
"ra_Quality code": "Qualidade",
|
|
170
128
|
"ra_Refresh tree": "Atualizar árvore",
|
|
171
129
|
"ra_Reload files": "Recarregar arquivos",
|
|
172
130
|
"ra_Rename_Move_Copy": "Renomear/Mover/Copiar",
|
|
173
|
-
"ra_Renew %s access": "Renovar acesso %s",
|
|
174
131
|
"ra_Repeat": "Repita",
|
|
175
132
|
"ra_Replace": "Substituir",
|
|
176
133
|
"ra_Request timed out": "Solicitação expirou",
|
|
@@ -187,23 +144,15 @@
|
|
|
187
144
|
"ra_Select type of export": "Selecione o tipo de exportação",
|
|
188
145
|
"ra_Selected": "Selecionado",
|
|
189
146
|
"ra_Selected %s object(s)": "%s objeto(s) selecionado(s)",
|
|
190
|
-
"ra_Serial number (UUID)": "Número de série (UUID)",
|
|
191
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "O número de série (UUID) \"%s\" na licença é para outro dispositivo.",
|
|
192
147
|
"ra_Session will expire in %s seconds. Continue?": "A sessão irá expirar em %s segundos. Continuar?",
|
|
193
148
|
"ra_Show all folders": "Mostrar todas as pastas",
|
|
194
149
|
"ra_Show lines between rows": "Mostrar linhas entre as linhas",
|
|
195
150
|
"ra_Show/Hide object descriptions": "Mostrar/ocultar descrições de objetos",
|
|
196
|
-
"ra_Show/hide filter input": "Mostrar/ocultar entrada de filtro",
|
|
197
151
|
"ra_Some data are not stored. Discard?": "Alguns dados não são armazenados. Descartar?",
|
|
198
152
|
"ra_States": "Estados",
|
|
199
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorizado com sucesso. Token válido até %s e será renovado automaticamente.",
|
|
200
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Autorizado com sucesso. Token válido até %s, mas pode expirar, pois a instância não está em execução.",
|
|
201
|
-
"ra_Suitable license not found in license manager": "Licença adequada não encontrada no gerenciador de licenças",
|
|
202
153
|
"ra_Sunday": "Domingo",
|
|
203
154
|
"ra_Suppress question for next %s minutes": "Suprimir pergunta nos próximos %s minutos",
|
|
204
155
|
"ra_System language": "Idioma do sistema",
|
|
205
|
-
"ra_Take browser position": "Tomar posição do navegador",
|
|
206
|
-
"ra_Take position from system settings": "Tomar posição a partir das configurações do sistema",
|
|
207
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Os especialistas podem criar objetos em qualquer lugar, exceto no segundo nível (por exemplo, \"vis.0\" ou \"javascript.0\").",
|
|
208
157
|
"ra_The page you are looking for was not found": "A página que você está procurando não foi encontrada",
|
|
209
158
|
"ra_The schedule will be executed every minute. Are you sure?": "O agendamento será executado a cada minuto. Tem certeza?",
|
|
@@ -221,12 +170,8 @@
|
|
|
221
170
|
"ra_Unknown error!": "Erro desconhecido!",
|
|
222
171
|
"ra_Update": "Atualizar",
|
|
223
172
|
"ra_Upload file": "Subir arquivo",
|
|
224
|
-
"ra_Use all available let's encrypt certificates": "Use todos os certificados disponíveis vamos criptografar",
|
|
225
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Use o adaptador iobroker.acme para certificados letsencrypt",
|
|
226
|
-
"ra_Use system settings for position": "Use as configurações do sistema para a posição",
|
|
227
|
-
"ra_Used system settings": "Configurações do sistema usadas",
|
|
228
174
|
"ra_User files": "Arquivos do usuário",
|
|
229
|
-
"ra_ValidTill": "Válida até",
|
|
230
175
|
"ra_Value": "Valor",
|
|
231
176
|
"ra_Version": "Versão",
|
|
232
177
|
"ra_View file": "Visualizar arquivo",
|
|
@@ -235,7 +180,6 @@
|
|
|
235
180
|
"ra_Width": "Largura",
|
|
236
181
|
"ra_Yes": "Sim",
|
|
237
182
|
"ra_You can export all objects or just the selected branch.": "Você pode exportar todos os objetos ou apenas a ramificação selecionada.",
|
|
238
|
-
"ra_You can filter entries by entering here some text": "Você pode filtrar as entradas digitando aqui algum texto",
|
|
239
183
|
"ra_You can use * as wildcard": "Você pode usar * como curinga",
|
|
240
184
|
"ra___different__": "diferente",
|
|
241
185
|
"ra_aclEveryone_read_object": "Todos podem ler objetos",
|