\ No newline at end of file
diff --git a/views/translations/agentinvite_ja.handlebars b/views/translations/agentinvite_ja.handlebars
new file mode 100644
index 00000000..339d8f9a
--- /dev/null
+++ b/views/translations/agentinvite_ja.handlebars
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
+ MeshCentral - Agent Installation
+
+
+
+
+
+
+
+ {{{title}}}
+
+
+ {{{title2}}}
+
+
{{{logoutControl}}}
+
+
+
+
+
+
+ ♦
+
+
+
+
+
+
+
+
+
+
リモートエージェントのインストール
+
+ You have been invited to install a software that will allow a remote operator to fully access your computer remotely including the desktop and files.
+ Only follow the instructions below if this invitation was expected and you know who will be accessing your computer.
+ Selecting your operation system and follow the instructions below.
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/default-min_fr.handlebars b/views/translations/default-min_fr.handlebars
index da4dd253..6860f7a2 100644
--- a/views/translations/default-min_fr.handlebars
+++ b/views/translations/default-min_fr.handlebars
@@ -447,13 +447,13 @@
QV('getStarted2', !newGroupsAllowed);
if (typeof userinfo.passchange == 'number') {
- if (userinfo.passchange == -1) { QH('p2nextPasswordUpdateTime', "- Réinitialiser à la prochaine connexion."); }
+ if (userinfo.passchange == -1) { QH('p2nextPasswordUpdateTime', " - Réinitialiser à la prochaine connexion."); }
else if ((passRequirements != null) && (typeof passRequirements.reset == 'number')) {
var seconds = (userinfo.passchange) + (passRequirements.reset * 86400) - Math.floor(Date.now() / 1000);
- if (seconds < 0) { QH('p2nextPasswordUpdateTime', "- Réinitialiser à la prochaine connexion."); }
+ if (seconds < 0) { QH('p2nextPasswordUpdateTime', " - Réinitialiser à la prochaine connexion."); }
else if (seconds < 3600) { QH('p2nextPasswordUpdateTime', format("- Réinitialisation en {0} minute {1}.", Math.floor(seconds / 60), addLetterS(Math.floor(seconds / 60)))); }
- else if (seconds < 86400) { QH('p2nextPasswordUpdateTime', format("- Réinitialisation dans {0} heure {1}.", Math.floor(seconds / 3600), addLetterS(Math.floor(seconds / 3600)))); }
- else { QH('p2nextPasswordUpdateTime', format("- Réinitialiser dans le {0} jour {1}."), Math.floor(seconds / 86400), addLetterS(Math.floor(seconds / 86400))); }
+ else if (seconds < 86400) { QH('p2nextPasswordUpdateTime', format(" - Réinitialisation dans {0} heure {1}.", Math.floor(seconds / 3600), addLetterS(Math.floor(seconds / 3600)))); }
+ else { QH('p2nextPasswordUpdateTime', format(" - Réinitialiser dans le {0} jour {1}."), Math.floor(seconds / 86400), addLetterS(Math.floor(seconds / 86400))); }
}
}
}
@@ -1284,7 +1284,7 @@
var r = message.event.results[i], shortname = r.hostname;
if (shortname.length > 20) { shortname = shortname.substring(0, 20) + '...'; }
var str = '' + EscapeHtml(shortname) + ' - v' + r.ver;
- if (r.state == 2) { if (r.tls == 1) { str += "avec TLS."; } else { str += "sans TLS."; } } else { str += ' not activated.'; }
+ if (r.state == 2) { if (r.tls == 1) { str += " avec TLS."; } else { str += " sans TLS."; } } else { str += ' not activated.'; }
x += '
' + str + '
';
}
// If no results where found, display a nice message
@@ -2154,7 +2154,7 @@
// Setup CIRA with user/pass authentication (Somewhat difficult)
x += '
' + format("To add a new Intel® AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel AMT", EscapeHtml(mesh.name));
- if (serverinfo.mpspass) { x += ("et authentifiez-vous sur le serveur en utilisant ce nom d'utilisateur et mot de passe." + '
'); } else { x += ("et vous authentifier sur le serveur en utilisant ce nom d'utilisateur et n'importe quel mot de passe." + '
'); }
+ if (serverinfo.mpspass) { x += (" et authentifiez-vous sur le serveur en utilisant ce nom d'utilisateur et mot de passe." + '
'); } else { x += (" et vous authentifier sur le serveur en utilisant ce nom d'utilisateur et n'importe quel mot de passe." + '
'); }
x += addHtmlValue("Certificat Racine", '' + "Fichier de Certificate Racine" + '');
x += addHtmlValue("Nom d'utilisateur", '');
if (serverinfo.mpspass) { x += addHtmlValue("Mot de passe", ''); }
@@ -6063,7 +6063,7 @@
function account_showChangePassword() {
if (xxdialogMode) return false;
var x = "Change your account password by entering the old password and new password twice in the boxes below.";
- if (features & 0x00010000) { "Un indice de mot de passe peut être utilisé mais n'est pas recommandé."; }
+ if (features & 0x00010000) { " Un indice de mot de passe peut être utilisé mais n'est pas recommandé."; }
x += '