translate all strings in client's LAYOUT and HOME portions. and a part of strings from client's SETTINGS portion
This commit is contained in:
parent
933aae6c13
commit
bff643f0d9
7
.gitignore
vendored
7
.gitignore
vendored
@ -71,4 +71,9 @@ local.properties
|
||||
.worksheet
|
||||
|
||||
#idea
|
||||
.idea
|
||||
.idea
|
||||
src/es/mesacarlos/webconsole/.DS_Store
|
||||
src/.DS_Store
|
||||
src/es/.DS_Store
|
||||
src/es/mesacarlos/.DS_Store
|
||||
.DS_Store
|
||||
|
86
client/src/assets/i18n/pl.json
Normal file
86
client/src/assets/i18n/pl.json
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"GENERAL": {
|
||||
"Server": "Serwer",
|
||||
"Loading": "Wczytywanie..."
|
||||
},
|
||||
"LAYOUT": {
|
||||
"Home": "Strona główna",
|
||||
"Settings": "Ustawienia",
|
||||
"Navigation": "Nawigacja",
|
||||
"CurrentlyConnectedTo": "Aktualnie połączone serwery",
|
||||
"NoConnectedToServers": "Nie jesteś aktualnie połączony z żadnym serwerem.",
|
||||
"Disconnect": "Rozłącz"
|
||||
},
|
||||
"HOME": {
|
||||
"YourServers": "Twoje zapisane serwery",
|
||||
"NoServersAdded": "Nie masz jeszcze żadnych zapisanych serwerów. Dodaj swój pierwszy serwer za pomocą przycisku w prawym górnym rogu tej strony. Poza tym, zajrzyj do ustawień aby ukończyć personalizowanie WebConsole.",
|
||||
"ServerUri": "URI Serwera",
|
||||
"Actions": "Akcje",
|
||||
"Connect": "Połącz",
|
||||
"MoveUp": "Przenieś w górę",
|
||||
"MoveDown": "Przenieś w dół",
|
||||
"Edit": "Edytuj",
|
||||
"Delete": "Usuń",
|
||||
"ServerDetails": "Właściwości serwera"
|
||||
},
|
||||
"SETTINGS": {
|
||||
"WebConsoleClientSettings": "Ustawienia klienta WebConsole",
|
||||
"GeneralSettings": "Główne Ustawienia",
|
||||
"ShowTimeOnConsoleLine": "Pokazuj czas na każdej linijce w konsoli",
|
||||
"RetrieveFullLogOnConnect": "Zaciągnij pełny plik logu po połączeniu. Może wpłynąć na wydajność na kilka sekund albo osiągnąć maksymalne zużycie pamięci przeglądarki przy łączeniu do bardzo aktywnych serwerów.",
|
||||
"BlurryUriHomepage": "Blurry Server URI on homepage (Useful when using WebConsole in public spaces)",
|
||||
"WiderViewport": "Wider viewport",
|
||||
"MigrateData": "Migrate data",
|
||||
"MigrateDataDescription": "Here you can export your saved servers and settings and import them in another WebConsole Client.",
|
||||
"ExportData": "Export data",
|
||||
"ImportData": "Import data",
|
||||
"CopyString": "Copy the following string and paste it in your desired client:",
|
||||
"PasteString": "Paste import string...",
|
||||
"Import": "Import",
|
||||
"ImportSuccessful": "Imported successfully!",
|
||||
"ImportFailed": "Error occured importing. Check your exported string and try again.",
|
||||
"Language": "Language",
|
||||
"SelectLanguage": "Select your preferred language to use with WebConsole"
|
||||
},
|
||||
"ADDEDITSERVER": {
|
||||
"AddNewServer": "Add new server",
|
||||
"EditServer": "Edit server",
|
||||
"Name": "Server name",
|
||||
"NamePlaceholder": "My server",
|
||||
"NameNotEditable": "Name not editable. To modify it, delete this server and create it again.",
|
||||
"Ip": "IP or Domain",
|
||||
"IpPlaceholder": "192.168.0.1 or mc.example.com",
|
||||
"Port": "Port",
|
||||
"Password": "Password (Optional)",
|
||||
"PasswordPlaceholder": "Leave blank to ask for password when connecting.",
|
||||
"KeepPasswordUnchanged": "Keep password unchanged",
|
||||
"SslEnabled": "SSL is enabled on the plugin config",
|
||||
"SslEnabledMandatory": "SSL is mandatory when using client over HTTPS connections due to browsers restrictions.",
|
||||
"Add": "Add server",
|
||||
"RequiredField": "This field is required",
|
||||
"RequiredOrTooLongField": "This field is empty or exceeds 50 characters",
|
||||
"InvalidPort": "Invalid port",
|
||||
"ServerAlreadyExist": "A server with this name already exists"
|
||||
},
|
||||
"CONSOLE": {
|
||||
"ToggleServerInfo": "Toggle server info",
|
||||
"Connected": "Connected",
|
||||
"Disconnected": "Disconnected",
|
||||
"LoggedInAs": "Logged in as",
|
||||
"PlayersOnline": "Players online",
|
||||
"CpuUsage": "CPU Usage",
|
||||
"RamUsage": "RAM Usage",
|
||||
"Tps": "TPS",
|
||||
"ClickToLogin": "Login required. Click to login.",
|
||||
"Send": "Send",
|
||||
"Connecting": "Connecting, please wait...",
|
||||
"CannotConnect": "Cannot connect to server.",
|
||||
"CannotConnectDescription1": "Please make sure that server is running, and that WebConsole port is open in both your firewall and router. You can use this",
|
||||
"Tool": "tool",
|
||||
"CannotConnectDescription2": "to verify your port status.",
|
||||
"PasswordRequested": "Password Requested",
|
||||
"WrongPassword": "Wrong password. Try again.",
|
||||
"RememberPassword": "Remember password",
|
||||
"Connect": "Connect"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user