mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Translated using Weblate (Dutch)
Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (65 of 65 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (110 of 110 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (43 of 43 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (176 of 176 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (103 of 103 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (331 of 331 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (176 of 176 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (328 of 328 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (97 of 97 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (110 of 110 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (328 of 328 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (107 of 107 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (170 of 170 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (328 of 328 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (65 of 65 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (48 of 48 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (43 of 43 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (170 of 170 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (21 of 21 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Marijn <168113859+Marijn0@users.noreply.github.com> Co-authored-by: Sotski Eugene <jekakmail@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-icons/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/nl/ Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/components-icons Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Nicolas Mowen
co-authored by
Marijn
Sotski Eugene
parent
1ed532589e
commit
bd55823d10
@@ -29,13 +29,13 @@
|
||||
"month_one": "{{time}} maand",
|
||||
"month_other": "{{time}} maanden",
|
||||
"formattedTimestamp2": {
|
||||
"12hour": "%d-%m %H:%M:%S",
|
||||
"24hour": "%d %b %H:%M:%S"
|
||||
"12hour": "dd-MM HH:mm:ss",
|
||||
"24hour": "d MMM HH:mm:ss"
|
||||
},
|
||||
"s": "{{time}}s",
|
||||
"formattedTimestamp": {
|
||||
"12hour": "%d %b %H:%M:%S",
|
||||
"24hour": "%-d %b, %H:%M:%S"
|
||||
"12hour": "d MMMM, HH:mm:ss",
|
||||
"24hour": "d MMM, HH:mm:ss"
|
||||
},
|
||||
"formattedTimestampOnlyMonthAndDay": "%-d %b",
|
||||
"d": "{{time}}dag",
|
||||
@@ -44,7 +44,7 @@
|
||||
"h": "{{time}}u",
|
||||
"hour_one": "{{time}} uur",
|
||||
"hour_other": "{{time}} uren",
|
||||
"m": "{{time}} min",
|
||||
"m": "{{time}}min",
|
||||
"formattedTimestampWithYear": {
|
||||
"12hour": "%-d %b %Y, %H:%M",
|
||||
"24hour": "%-d %b %Y, %H:%M"
|
||||
@@ -56,7 +56,28 @@
|
||||
"minute_one": "{{time}} minuut",
|
||||
"minute_other": "{{time}} minuten",
|
||||
"second_one": "{{time}} seconde",
|
||||
"second_other": "{{time}} seconden"
|
||||
"second_other": "{{time}} seconden",
|
||||
"formattedTimestampHourMinute": {
|
||||
"24hour": "HH:mm",
|
||||
"12hour": "HH:mm"
|
||||
},
|
||||
"formattedTimestampMonthDayYearHourMinute": {
|
||||
"12hour": "d MMMM yyyy, HH:mm",
|
||||
"24hour": "d MMMM yyyy, HH:mm"
|
||||
},
|
||||
"formattedTimestampMonthDay": "d MMM",
|
||||
"formattedTimestampFilename": {
|
||||
"12hour": "dd-MM-yy-HH-mm-ss",
|
||||
"24hour": "dd-MM-yy-HH-mm-ss"
|
||||
},
|
||||
"formattedTimestampHourMinuteSecond": {
|
||||
"12hour": "HH:mm:ss",
|
||||
"24hour": "HH:mm:ss"
|
||||
},
|
||||
"formattedTimestampMonthDayHourMinute": {
|
||||
"12hour": "d MMMM, HH:mm",
|
||||
"24hour": "d MMMM, HH:mm"
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"enabled": "Ingeschakeld",
|
||||
@@ -69,12 +90,12 @@
|
||||
"close": "Sluiten",
|
||||
"copy": "Kopieer",
|
||||
"done": "Klaar",
|
||||
"saving": "Opslaan...",
|
||||
"saving": "Opslaan…",
|
||||
"disable": "Uitschakelen",
|
||||
"save": "Opslaan",
|
||||
"history": "Geschiedenis",
|
||||
"fullscreen": "Volledig scherm",
|
||||
"pictureInPicture": "Foto in foto",
|
||||
"pictureInPicture": "Pop-up venster",
|
||||
"twoWayTalk": "Tweerichtingsgesprek",
|
||||
"cameraAudio": "Camera geluid",
|
||||
"on": "aan",
|
||||
@@ -179,7 +200,7 @@
|
||||
"title": "Documentatie",
|
||||
"label": "Frigate documentatie"
|
||||
},
|
||||
"review": "Beoordeel",
|
||||
"review": "Beoordelen",
|
||||
"explore": "Verkennen",
|
||||
"export": "Exporteren",
|
||||
"uiPlayground": "Testgebied voor gebruikersinterface",
|
||||
|
||||
Reference in New Issue
Block a user