This commit is contained in:
wangyidong
2024-01-23 14:40:02 +08:00
parent cd30af4157
commit 7eea0857ea
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -89,6 +89,7 @@ $lang->noDesc = 'No Describe';
$lang->fullscreen = 'Fullscreen';
$lang->retrack = 'Retrack';
$lang->whitelist = 'Weiße Liste';
$lang->whitelistNotNeed = 'Note: Public object does not need to set whitelist.';
$lang->globalSetting = 'Common';
$lang->waterfallModel = 'Waterfall';
$lang->scrumModel = 'Scrum';
@@ -111,6 +112,10 @@ $lang->switchDisplay = 'Umschalten';
$lang->switchTo = 'Switch To';
$lang->expand = 'Alle aufklappen';
$lang->collapse = 'Zuklappen';
$lang->liteMode = 'Lite Mode';
$lang->fullMode = 'Full Mode';
$lang->showMoreInfo = 'Display more information';
$lang->hideMoreInfo = 'Hide more information';
$lang->saveSuccess = 'Gespeichert';
$lang->importSuccess = 'Gespeichert';
$lang->fail = 'Fehlgeschlagen';
@@ -138,6 +143,9 @@ $lang->noticeOkFile = 'Aus Sicherheitsgrü nden muss Ihr Adminkonto bestätig
$lang->noticeDrag = 'Click to add or drag to upload, no more than %s';
$lang->allProgress = 'All Progress';
$lang->fieldDisplaySetting = 'Field Display Setting';
$lang->fieldSettingTip = 'The following fields are collapsed by default, click on the "Show more fields" button to expand the view, if you want some fields not to be collapsed by default, you can fix it with a pin.';
$lang->serviceAgreement = "Service Agreement";
$lang->privacyPolicy = "Privacy Policy";
$lang->needAgreePrivacy = "Please read the service agreement and privacy policy first";
@@ -515,6 +523,7 @@ $lang->error->account = "『%s』should be valid account.";
$lang->error->passwordsame = "The two passwords should be the same.";
$lang->error->passwordrule = "Password should follow rules. It must be at least 6 characters.";
$lang->error->accessDenied = 'Access is denied.';
$lang->error->unsupportedReq = 'Unsupported request type';
$lang->error->pasteImg = 'Image is not allowed to be pasted in your browser!';
$lang->error->noData = 'No data yet.';
$lang->error->editedByOther = 'This record might have been changed. Please refresh and try to edit again!';
+9
View File
@@ -89,6 +89,7 @@ $lang->noDesc = 'No Describe';
$lang->fullscreen = 'Plein Ecran';
$lang->retrack = 'Réduire';
$lang->whitelist = 'Liste blanche';
$lang->whitelistNotNeed = 'Note: Public object does not need to set whitelist.';
$lang->globalSetting = 'Common';
$lang->waterfallModel = 'Waterfall';
$lang->scrumModel = 'Scrum';
@@ -111,6 +112,10 @@ $lang->switchDisplay = 'Basculer';
$lang->switchTo = 'Switch To';
$lang->expand = 'Déplier';
$lang->collapse = 'Replier';
$lang->liteMode = 'Lite Mode';
$lang->fullMode = 'Full Mode';
$lang->showMoreInfo = 'Display more information';
$lang->hideMoreInfo = 'Hide more information';
$lang->saveSuccess = 'Sauvegardé';
$lang->importSuccess = 'Sauvé';
$lang->fail = 'Echec';
@@ -138,6 +143,9 @@ $lang->noticeOkFile = 'For security reasons, your Admin account has to be con
$lang->noticeDrag = 'Click to add or drag to upload, no more than %s';
$lang->allProgress = 'All Progress';
$lang->fieldDisplaySetting = 'Field Display Setting';
$lang->fieldSettingTip = 'The following fields are collapsed by default, click on the "Show more fields" button to expand the view, if you want some fields not to be collapsed by default, you can fix it with a pin.';
$lang->serviceAgreement = "Service Agreement";
$lang->privacyPolicy = "Privacy Policy";
$lang->needAgreePrivacy = "Please read the service agreement and privacy policy first";
@@ -515,6 +523,7 @@ $lang->error->account = "『 %s 』doit être >= 3 lettres ou chiffres."
$lang->error->passwordsame = "Les mots de passe doivent être cohérents.";
$lang->error->passwordrule = "Le mot de passe doit être conforme aux règles. Il devrait être >= 6 caractères.";
$lang->error->accessDenied = 'Accès refusé.';
$lang->error->unsupportedReq = 'Unsupported request type';
$lang->error->pasteImg = 'Les images ne peuvent pas être collées dans votre navigateur !';
$lang->error->noData = 'No data yet.';
$lang->error->editedByOther = 'Cet enregistrement a peut-être été modifié. Veuillez actualiser et réessayer !';