diff --git a/lib/l10n/sl_SI/app_sl_SI.arb b/lib/l10n/sl_SI/app_sl_SI.arb index 00906840..f55e8c6d 100644 --- a/lib/l10n/sl_SI/app_sl_SI.arb +++ b/lib/l10n/sl_SI/app_sl_SI.arb @@ -234,8 +234,12 @@ "@confirmScanDetail": {}, "connectionCheck": "Check Connection", "@connectionCheck": {}, + "connectionCheckDetail": "Checks that the server address is reachable. This does not verify your username or password.", + "@connectionCheckDetail": {}, "connectionRefused": "Connection Refused", "@connectionRefused": {}, + "connectionRefusedDetail": "Could not reach the server. Check that the address is correct and the server is running.", + "@connectionRefusedDetail": {}, "count": "Count", "@count": { "description": "Count" @@ -268,6 +272,12 @@ "@darkMode": {}, "darkModeEnable": "Enable dark mode", "@darkModeEnable": {}, + "showPkValue": "Show ID", + "@showPkValue": {}, + "showPkValueDetail": "Display the internal ID (PK) value for parts, stock items and other objects", + "@showPkValueDetail": {}, + "pk": "ID", + "@pk": {}, "delete": "Delete", "@delete": {}, "deleteFailed": "Delete operation failed", @@ -754,6 +764,8 @@ "@profileAdd": {}, "profileConnect": "Connect to Server", "@profileConnect": {}, + "profileSwitchConfirm": "This will disconnect your current session. Switch server profile?", + "@profileSwitchConfirm": {}, "profileEdit": "Edit Server Profile", "@profileEdit": {}, "profileDelete": "Delete Server Profile", @@ -986,10 +998,16 @@ "@serverApiVersion": {}, "serverAuthenticationError": "Authentication Error", "@serverAuthenticationError": {}, + "sessionExpired": "Session Expired", + "@sessionExpired": {}, + "sessionExpiredDetail": "Your session has expired. Please sign in again.", + "@sessionExpiredDetail": {}, "serverCertificateError": "Cerficate Error", "@serverCertificateError": {}, "serverCertificateInvalid": "Server HTTPS certificate is invalid", "@serverCertificateInvalid": {}, + "serverCertificateTrust": "This server's certificate could not be verified. Trust it anyway?", + "@serverCertificateTrust": {}, "serverConnected": "Connected to Server", "@serverConnected": {}, "serverConnecting": "Connecting to server",