Skip to content

Commit

Permalink
fix: fixed wrong translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyco97 committed Dec 17, 2024
1 parent c8ffb94 commit 59f40e2
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 56 deletions.
29 changes: 15 additions & 14 deletions public/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,19 +897,20 @@
"download": "Download the update"
},
"Errors": {
"browser_permissions": "Errore di autorizzazione",
"user_permissions": "Errore di autorizzazione",
"unknown_media_permissions": "Errore di autorizzazione",
"webrtc_down": "WebRTC non disponibile",
"socket_down": "Socket non disponibile",
"busy_camera": "Camera occupata",
"call_transfered": "Chiamata trasferita con successo",
"The browser doesn't have permission to access camera or microphone.": "Il browser non ha il permesso di accedere alla fotocamera o al microfono.",
"You must accept audio and video permissions.": "Devi accettare i permessi audio e video.",
"Web Phone can't access audio or camera on this device.": "Il Web Phone non può accedere all'audio o alla fotocamera su questo dispositivo.",
"Web Phone connection is down.": "La connessione del Web Phone è interrotta.",
"Server connection is down.": "La connessione al server è interrotta.",
"Camera is used by another application.": "La fotocamera è utilizzata da un'altra applicazione.",
"Call transferred successfully.": "Chiamata trasferita con successo."
"browser_permissions": "Browser Permissions Error",
"user_permissions": "User Permissions Error",
"unknown_media_permissions": "Unknown Media Permissions Error",
"webrtc_down": "WebRTC Down",
"socket_down": "Socket Down",
"busy_camera": "Busy Camera",
"call_transfered": "Call Transferred Successfully",
"The browser doesn't have permission to access camera or microphone.": "The browser doesn't have permission to access camera or microphone.",
"You must accept audio and video permissions.": "You must accept audio and video permissions.",
"Web Phone can't access audio or camera on this device.": "Web Phone can't access audio or camera on this device.",
"Web Phone connection is down.": "Web Phone connection is down.",
"NethLink connection is down.": "NethLink connection is down",
"Server connection is down.": "Server connection is down.",
"Camera is used by another application.": "Camera is used by another application.",
"Call transferred successfully.": "Call transferred successfully."
}
}
29 changes: 15 additions & 14 deletions public/locales/it/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,19 +897,20 @@
"download": "Scarica l'aggiornamento"
},
"Errors": {
"browser_permissions": "Browser Permissions Error",
"user_permissions": "User Permissions Error",
"unknown_media_permissions": "Unknown Media Permissions Error",
"webrtc_down": "WebRTC Down",
"socket_down": "Socket Down",
"busy_camera": "Busy Camera",
"call_transfered": "Call Transferred Successfully",
"The browser doesn't have permission to access camera or microphone.": "The browser doesn't have permission to access camera or microphone.",
"You must accept audio and video permissions.": "You must accept audio and video permissions.",
"Web Phone can't access audio or camera on this device.": "Web Phone can't access audio or camera on this device.",
"Web Phone connection is down.": "Web Phone connection is down.",
"Server connection is down.": "Server connection is down.",
"Camera is used by another application.": "Camera is used by another application.",
"Call transferred successfully.": "Call transferred successfully."
"browser_permissions": "Errore di autorizzazione",
"user_permissions": "Errore di autorizzazione",
"unknown_media_permissions": "Errore di autorizzazione",
"webrtc_down": "WebRTC non disponibile",
"socket_down": "Socket non disponibile",
"busy_camera": "Camera occupata",
"call_transfered": "Chiamata trasferita con successo",
"The browser doesn't have permission to access camera or microphone.": "Il browser non ha il permesso di accedere alla fotocamera o al microfono.",
"You must accept audio and video permissions.": "Devi accettare i permessi audio e video.",
"Web Phone can't access audio or camera on this device.": "Il Web Phone non può accedere all'audio o alla fotocamera su questo dispositivo.",
"Web Phone connection is down.": "La connessione del Web Phone è interrotta.",
"NethLink connection is down.": "Connessione NethLink non disponibile",
"Server connection is down.": "La connessione al server è interrotta.",
"Camera is used by another application.": "La fotocamera è utilizzata da un'altra applicazione.",
"Call transferred successfully.": "Chiamata trasferita con successo."
}
}
29 changes: 15 additions & 14 deletions src/renderer/public/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,19 +897,20 @@
"download": "Download the update"
},
"Errors": {
"browser_permissions": "Errore di autorizzazione",
"user_permissions": "Errore di autorizzazione",
"unknown_media_permissions": "Errore di autorizzazione",
"webrtc_down": "WebRTC non disponibile",
"socket_down": "Socket non disponibile",
"busy_camera": "Camera occupata",
"call_transfered": "Chiamata trasferita con successo",
"The browser doesn't have permission to access camera or microphone.": "Il browser non ha il permesso di accedere alla fotocamera o al microfono.",
"You must accept audio and video permissions.": "Devi accettare i permessi audio e video.",
"Web Phone can't access audio or camera on this device.": "Il Web Phone non può accedere all'audio o alla fotocamera su questo dispositivo.",
"Web Phone connection is down.": "La connessione del Web Phone è interrotta.",
"Server connection is down.": "La connessione al server è interrotta.",
"Camera is used by another application.": "La fotocamera è utilizzata da un'altra applicazione.",
"Call transferred successfully.": "Chiamata trasferita con successo."
"browser_permissions": "Browser Permissions Error",
"user_permissions": "User Permissions Error",
"unknown_media_permissions": "Unknown Media Permissions Error",
"webrtc_down": "WebRTC Down",
"socket_down": "Socket Down",
"busy_camera": "Busy Camera",
"call_transfered": "Call Transferred Successfully",
"The browser doesn't have permission to access camera or microphone.": "The browser doesn't have permission to access camera or microphone.",
"You must accept audio and video permissions.": "You must accept audio and video permissions.",
"Web Phone can't access audio or camera on this device.": "Web Phone can't access audio or camera on this device.",
"Web Phone connection is down.": "Web Phone connection is down.",
"NethLink connection is down.": "NethLink connection is down",
"Server connection is down.": "Server connection is down.",
"Camera is used by another application.": "Camera is used by another application.",
"Call transferred successfully.": "Call transferred successfully."
}
}
29 changes: 15 additions & 14 deletions src/renderer/public/locales/it/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,19 +897,20 @@
"download": "Scarica l'aggiornamento"
},
"Errors": {
"browser_permissions": "Browser Permissions Error",
"user_permissions": "User Permissions Error",
"unknown_media_permissions": "Unknown Media Permissions Error",
"webrtc_down": "WebRTC Down",
"socket_down": "Socket Down",
"busy_camera": "Busy Camera",
"call_transfered": "Call Transferred Successfully",
"The browser doesn't have permission to access camera or microphone.": "The browser doesn't have permission to access camera or microphone.",
"You must accept audio and video permissions.": "You must accept audio and video permissions.",
"Web Phone can't access audio or camera on this device.": "Web Phone can't access audio or camera on this device.",
"Web Phone connection is down.": "Web Phone connection is down.",
"Server connection is down.": "Server connection is down.",
"Camera is used by another application.": "Camera is used by another application.",
"Call transferred successfully.": "Call transferred successfully."
"browser_permissions": "Errore di autorizzazione",
"user_permissions": "Errore di autorizzazione",
"unknown_media_permissions": "Errore di autorizzazione",
"webrtc_down": "WebRTC non disponibile",
"socket_down": "Socket non disponibile",
"busy_camera": "Camera occupata",
"call_transfered": "Chiamata trasferita con successo",
"The browser doesn't have permission to access camera or microphone.": "Il browser non ha il permesso di accedere alla fotocamera o al microfono.",
"You must accept audio and video permissions.": "Devi accettare i permessi audio e video.",
"Web Phone can't access audio or camera on this device.": "Il Web Phone non può accedere all'audio o alla fotocamera su questo dispositivo.",
"Web Phone connection is down.": "La connessione del Web Phone è interrotta.",
"NethLink connection is down.": "Connessione NethLink non disponibile",
"Server connection is down.": "La connessione al server è interrotta.",
"Camera is used by another application.": "La fotocamera è utilizzata da un'altra applicazione.",
"Call transferred successfully.": "Chiamata trasferita con successo."
}
}

0 comments on commit 59f40e2

Please sign in to comment.