mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
Update Polish translation (#1950)
This commit is contained in:
@@ -2,21 +2,5 @@
|
||||
"@@info": [
|
||||
"Here are translations that exist in <en> but not in <pl>.",
|
||||
"After editing this file, you can run 'dart run slang apply --locale=pl' to quickly apply the newly added translations."
|
||||
],
|
||||
"receiveTab": {
|
||||
"quickSave": {
|
||||
"off": "@:general.off",
|
||||
"favorites": "Favorites",
|
||||
"on": "@:general.on"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
"quickSaveFromFavoritesNotice": {
|
||||
"content": [
|
||||
"File requests are now accepted automatically from devices in your favorites list.",
|
||||
"Warning: This is currently not entirely secure because a hacker who knows the fingerprint of your favorite devices can still send you files.",
|
||||
"However, this option is still more secure than allowing any device."
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -47,6 +47,11 @@
|
||||
"ip": "IP:",
|
||||
"port": "Port:",
|
||||
"alias": "Alias:"
|
||||
},
|
||||
"quickSave": {
|
||||
"off": "@:general.off",
|
||||
"favorites": "Ulubione",
|
||||
"on": "@:general.on"
|
||||
}
|
||||
},
|
||||
"sendTab": {
|
||||
@@ -366,7 +371,12 @@
|
||||
"content": "Żądania plików są akceptowane automatycznie. Pamiętaj, że każdy w sieci lokalnej może przesyłać Ci pliki."
|
||||
},
|
||||
"quickSaveFromFavoritesNotice": {
|
||||
"title": "@:general.quickSaveFromFavorites"
|
||||
"title": "@:general.quickSaveFromFavorites",
|
||||
"content": [
|
||||
"Żądania plików są teraz akceptowane automatycznie z urządzeń na liście ulubionych.",
|
||||
"OSTRZEŻENIE: Obecnie nie jest to całkowicie bezpieczne, ponieważ haker, który zna odcisk palca ulubionych urządzeń, może nadal wysyłać Ci pliki.",
|
||||
"Ta opcja jest jednak nadal bezpieczniejsza niż dopuszczenie dowolnego urządzenia."
|
||||
]
|
||||
},
|
||||
"pin": {
|
||||
"title": "Wpisz kod PIN"
|
||||
|
||||
Reference in New Issue
Block a user