mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-09-08 11:26:15 -04:00
Add JSON/MaybeXS to dependencies, replacing JSON/Any
This commit is contained in:
1 parent
b7c86ef3d4
commit
b1fe80a0bd
24 files changed
+1056
-245
No files matched your search
+49
-4
@@ -93,6 +93,8 @@ $SLANG = array(
|
||||
'Actual' => 'Domyślna',
|
||||
'AddNewControl' => 'Add New Control',
|
||||
'AddNewMonitor' => 'Dodaj nowy monitor',
|
||||
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||
'AddNewUser' => 'Dodaj użytkownika',
|
||||
'AddNewZone' => 'Dodaj nową strefę',
|
||||
'Alarm' => 'Alarm',
|
||||
@@ -120,22 +122,32 @@ $SLANG = array(
|
||||
'AttrArchiveStatus' => 'Status archiwum',
|
||||
'AttrAvgScore' => 'Śred. wynik',
|
||||
'AttrCause' => 'Powód',
|
||||
'AttrDate' => 'Data',
|
||||
'AttrDateTime' => 'Data/Czas',
|
||||
'AttrDiskBlocks' => 'Dysk Bloki',
|
||||
'AttrDiskPercent' => 'Procent zajętości',
|
||||
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||
'AttrDuration' => 'Czas trwania',
|
||||
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||
'AttrFrames' => 'Klatki',
|
||||
'AttrId' => 'Id',
|
||||
'AttrMaxScore' => 'Maks. wynik',
|
||||
'AttrMonitorId' => 'Nr monitora',
|
||||
'AttrMonitorName' => 'Nazwa monitora',
|
||||
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||
'AttrName' => 'Nazwa',
|
||||
'AttrNotes' => 'Notes',
|
||||
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||
'AttrSystemLoad' => 'Obiążenie systemu',
|
||||
'AttrTime' => 'Czas',
|
||||
'AttrTotalScore' => 'Całkowity wynik',
|
||||
'AttrWeekday' => 'Dzień roboczy',
|
||||
'Auto' => 'Auto',
|
||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||
'Available' => 'Dostępne', // Added - 2009-03-31
|
||||
@@ -168,9 +180,11 @@ $SLANG = array(
|
||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||
'BadWidth' => 'Width must be set to a valid value',
|
||||
'Bandwidth' => 'Przepustowość',
|
||||
'BandwidthHead' => 'Przepustowość', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||
@@ -234,10 +248,12 @@ $SLANG = array(
|
||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||
'ChoosePreset' => 'Choose Preset',
|
||||
'Clear' => 'Wyczyść', // Added - 2011-06-16
|
||||
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||
'Close' => 'Zamknij',
|
||||
'Colour' => 'Nasycenie',
|
||||
'Command' => 'Polecenie',
|
||||
'Component' => 'Komponent', // Added - 2011-06-16
|
||||
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||
'Config' => 'Konfiguracja',
|
||||
'ConfiguredFor' => 'Ustawiona',
|
||||
'ConfirmDeleteEvents' => 'Jesteś pewien, że chcesz usunąć zaznaczone zdarzenia?',
|
||||
@@ -295,9 +311,11 @@ $SLANG = array(
|
||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||
'Download' => 'Pobierz',
|
||||
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||
'Duration' => 'Czas trwania',
|
||||
'Edit' => 'Edycja',
|
||||
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||
'Email' => 'Email',
|
||||
'EnableAlarms' => 'Enable Alarms',
|
||||
'Enabled' => 'Aktywny',
|
||||
@@ -314,6 +332,7 @@ $SLANG = array(
|
||||
'Events' => 'Zdarzenia',
|
||||
'Exclude' => 'Wyklucz',
|
||||
'Execute' => 'Wykonaj',
|
||||
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||
'Export' => 'Eksport',
|
||||
'ExportDetails' => 'Eksport szczegółów zdarzenia',
|
||||
'ExportFailed' => 'Eksport nie powiódł się',
|
||||
@@ -343,8 +362,10 @@ $SLANG = array(
|
||||
'FilterExecuteEvents' => 'Wywołuj komendę dla wszystkich pasujących',
|
||||
'FilterLog' => 'Filtr logów', // Added - 2015-04-18
|
||||
'FilterMessageEvents' => 'Wyświetlaj komunikat na wszystkie pasujące',
|
||||
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||
'FilterPx' => 'Filtr Px',
|
||||
'FilterUnset' => 'You must specify a filter width and height',
|
||||
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||
'FilterUploadEvents' => 'Wysyłaj wszystkie pasujące',
|
||||
'FilterVideoEvents' => 'Utwórz nagranie dla zaznaczonych',
|
||||
'Filters' => 'Filtry',
|
||||
@@ -369,6 +390,7 @@ $SLANG = array(
|
||||
'Function' => 'Funkcja',
|
||||
'Gain' => 'Gain',
|
||||
'General' => 'General',
|
||||
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||
'GenerateVideo' => 'Generowanie Video',
|
||||
'GeneratingVideo' => 'Generuję Video',
|
||||
'GoToZoneMinder' => 'PrzejdŹ na ZoneMinder.com',
|
||||
@@ -389,6 +411,7 @@ $SLANG = array(
|
||||
'High' => 'wysoka',
|
||||
'HighBW' => 'Wys. prz.',
|
||||
'Home' => 'Home',
|
||||
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||
'Hour' => 'Godzina',
|
||||
'Hue' => 'Odcień',
|
||||
'Id' => 'Nr',
|
||||
@@ -413,6 +436,7 @@ $SLANG = array(
|
||||
'Line' => 'Linia', // Added - 2011-06-16
|
||||
'LinkedMonitors' => 'Połączone monitory',
|
||||
'List' => 'Lista',
|
||||
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||
'Load' => 'Obc.',
|
||||
'Local' => 'Lokalny',
|
||||
'Log' => 'Logi', // Added - 2011-06-16
|
||||
@@ -499,6 +523,7 @@ $SLANG = array(
|
||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||
'Monitors' => 'Monitory',
|
||||
'Montage' => 'Montaż',
|
||||
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||
'Month' => 'Miesiąc',
|
||||
'More' => 'Pokaż więcej', // Added - 2011-06-16
|
||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||
@@ -525,6 +550,7 @@ $SLANG = array(
|
||||
'Next' => 'Następny',
|
||||
'No' => 'Nie',
|
||||
'NoDetectedCameras' => 'Nie wykryto kamer', // Added - 2009-03-31
|
||||
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||
'NoFramesRecorded' => 'Brak zapisanych ramek dla tego zdarzenia',
|
||||
'NoGroup' => 'Brak grupy',
|
||||
'NoSavedFilters' => 'BrakZapisanychFiltrów',
|
||||
@@ -543,6 +569,8 @@ $SLANG = array(
|
||||
'OpGt' => 'większe od',
|
||||
'OpGtEq' => 'większe lub równe od',
|
||||
'OpIn' => 'w zestawie',
|
||||
'OpIs' => 'is', // Added - 2018-08-30
|
||||
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||
'OpLt' => 'mniejsze od',
|
||||
'OpLtEq' => 'mniejsze lub równe od',
|
||||
'OpMatches' => 'pasujące',
|
||||
@@ -552,6 +580,7 @@ $SLANG = array(
|
||||
'Open' => 'Otwórz',
|
||||
'OptionHelp' => 'OpcjePomoc',
|
||||
'OptionRestartWarning' => 'Te zmiany nie przyniosą natychmiastowego efektu\ndopóki system pracuje. Kiedy zakończysz robić zmiany\nproszę koniecznie zrestartować ZoneMinder.',
|
||||
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||
'Options' => 'Opcje',
|
||||
'OrEnterNewName' => 'lub wpisz nową nazwę',
|
||||
'Order' => 'Kolejność',
|
||||
@@ -589,9 +618,13 @@ $SLANG = array(
|
||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||
'Progress' => 'Postęp', // Added - 2015-04-18
|
||||
'Protocol' => 'Protocol',
|
||||
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||
'Rate' => 'Tempo',
|
||||
'Real' => 'Rzeczywiste',
|
||||
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||
'Record' => 'Zapis',
|
||||
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||
'RefImageBlendPct' => 'Miks z obrazem odniesienia',
|
||||
'Refresh' => 'Odśwież',
|
||||
'Remote' => 'Zdalny',
|
||||
@@ -607,6 +640,7 @@ $SLANG = array(
|
||||
'ReplayAll' => 'Wszystko',
|
||||
'ReplayGapless' => 'Wszystko i powtarzaj',
|
||||
'ReplaySingle' => 'Bieżące zdarzenie',
|
||||
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||
'Reset' => 'Reset',
|
||||
'ResetEventCounts' => 'Kasuj licznik zdarzeń',
|
||||
'Restart' => 'Restart',
|
||||
@@ -625,6 +659,7 @@ $SLANG = array(
|
||||
'Save' => 'Zapisz',
|
||||
'SaveAs' => 'Zapisz jako',
|
||||
'SaveFilter' => 'Zapisz filtr',
|
||||
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||
'Scale' => 'Skala',
|
||||
'Score' => 'Wynik',
|
||||
'Secs' => 'Sekund',
|
||||
@@ -641,6 +676,7 @@ $SLANG = array(
|
||||
'ShowFilterWindow' => 'PokażOknoFiltru',
|
||||
'ShowTimeline' => 'Pokaż oś czasu',
|
||||
'SignalCheckColour' => 'Signal Check Colour',
|
||||
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||
'Size' => 'Rozmiar',
|
||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||
'Sleep' => 'Sleep',
|
||||
@@ -660,6 +696,10 @@ $SLANG = array(
|
||||
'State' => 'Stan',
|
||||
'Stats' => 'Statystyki',
|
||||
'Status' => 'Status',
|
||||
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||
'Step' => 'Krok',
|
||||
'StepBack' => 'Step Back',
|
||||
'StepForward' => 'Step Forward',
|
||||
@@ -670,6 +710,8 @@ $SLANG = array(
|
||||
'Stills' => 'Podgląd klatek',
|
||||
'Stop' => 'Stop',
|
||||
'Stopped' => 'Zatrzymany',
|
||||
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||
'Stream' => 'Odtwarzacz',
|
||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||
'Submit' => 'Zatwierdź',
|
||||
@@ -689,6 +731,7 @@ $SLANG = array(
|
||||
'TimelineTip4' => 'Użyj opcji poniżej, w celu nawigacji.', // Added 2013.08.15.
|
||||
'Timestamp' => 'Czas',
|
||||
'TimestampLabelFormat' => 'Format etykiety czasu',
|
||||
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||
'TimestampLabelX' => 'Wsp. X etykiety czasu',
|
||||
'TimestampLabelY' => 'Wsp. Y etykiety czasu',
|
||||
'Today' => 'Dziś',
|
||||
@@ -735,6 +778,7 @@ $SLANG = array(
|
||||
'VideoGenParms' => 'Parametery generowania filmu Video',
|
||||
'VideoGenSucceeded' => 'Wygenerowano pomyślnie!',
|
||||
'VideoSize' => 'Rozmiar filmu Video',
|
||||
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||
'View' => 'Podgląd',
|
||||
'ViewAll' => 'Pokaż wszystko',
|
||||
'ViewEvent' => 'Pokaż zdarzenie',
|
||||
@@ -744,6 +788,7 @@ $SLANG = array(
|
||||
'Watch' => 'podgląd',
|
||||
'Web' => 'Sieć',
|
||||
'WebColour' => 'Web Colour',
|
||||
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||
'Week' => 'Tydzień',
|
||||
'White' => 'Biel',
|
||||
'WhiteBalance' => 'Balans bieli',
|
||||
|
||||
Reference in new issue
Block a user