This commit is contained in:
tianshujie
2022-07-14 16:26:30 +08:00
parent fc378df8b6
commit 01667100f0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ $lang->kanbancolumn->fluidBoardList['0'] = 'Fixed';
$lang->kanbancolumn->fluidBoardList['1'] = 'Auto Width';
$lang->kanbanlane->error = new stdclass();
$lang->kanbanlane->error->mustBeInt = 'No. of cards must be a positive integer from 2 to 32767.';
$lang->kanbanlane->error->mustBeInt = 'No. of cards must be a positive integer from 3 to 32767.';
$lang->kanbanregion = new stdclass();
$lang->kanbanregion->name = 'Region Name';
+1 -1
View File
@@ -349,7 +349,7 @@ $lang->kanbancolumn->fluidBoardList['0'] = 'Fixed';
$lang->kanbancolumn->fluidBoardList['1'] = 'Auto Width';
$lang->kanbanlane->error = new stdclass();
$lang->kanbanlane->error->mustBeInt = 'No. of cards must be a positive integer from 2 to 32767.';
$lang->kanbanlane->error->mustBeInt = 'No. of cards must be a positive integer from 3 to 32767.';
$lang->kanbanregion = new stdclass();
$lang->kanbanregion->name = 'Region Name';
+1 -1
View File
@@ -349,7 +349,7 @@ $lang->kanbancolumn->fluidBoardList['0'] = 'Fixed';
$lang->kanbancolumn->fluidBoardList['1'] = 'Auto Width';
$lang->kanbanlane->error = new stdclass();
$lang->kanbanlane->error->mustBeInt = 'Nb de cartes doit être un entier positif compris entre 2 et 32767.';
$lang->kanbanlane->error->mustBeInt = 'Nb de cartes doit être un entier positif compris entre 3 et 32767.';
$lang->kanbanregion = new stdclass();
$lang->kanbanregion->name = 'Region Name';
+1 -1
View File
@@ -349,7 +349,7 @@ $lang->kanbancolumn->fluidBoardList['0'] = '固定列宽';
$lang->kanbancolumn->fluidBoardList['1'] = '自适应列宽';
$lang->kanbanlane->error = new stdclass();
$lang->kanbanlane->error->mustBeInt = '卡片数量必须是 2~32767 的正整数。';
$lang->kanbanlane->error->mustBeInt = '卡片数量必须是 3~32767 的正整数。';
$lang->kanbanregion = new stdclass();
$lang->kanbanregion->name = '区域名称';