Compare commits

...

3 Commits

Author SHA1 Message Date
7afcadfb6f Fix natation/swim 2025-07-25 10:51:41 +02:00
5801a5270f Fix translated talents ... 2025-07-20 10:17:55 +02:00
f8908617a1 Fix translated talents ... 2025-07-20 10:17:37 +02:00
34 changed files with 98 additions and 95 deletions

View File

@@ -737,7 +737,6 @@
"Stat Block Parser":"Parser de fiches de PNJ",
"Submit":"Soumettre",
"SuccessLevels":"DR",
"Swim":"Nager",
"TBRed":"BE",
"TookDamage":"Encaisse {damage} dommages",
"ToughnessDesc":"Endurance",

View File

@@ -8,7 +8,7 @@
}
],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
"version": "9.1.3",
"version": "9.1.4",
"esmodules": [
"modules/babele-register.js",
"modules/addon-register.js",
@@ -119,7 +119,7 @@
}
],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-9-1-3.zip",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-9-1-4.zip",
"id": "wh4-fr-translation",
"compatibility": {
"minimum": "13",

View File

@@ -10,6 +10,7 @@ export class WH4FRPatchConfig {
for( let compName of skillList) {
let special = "";
let newName = compName;
let baseName = compName
if ( compName.includes("(") && compName.includes(")") ) { // Then process specific skills name with (xxxx) inside
let re = /(.*) +\((.*)\)/i;
let res = re.exec( compName );
@@ -20,6 +21,9 @@ export class WH4FRPatchConfig {
if (compNameFR.name != compName) { // Translation OK
newName = compNameFR.name + special;
}
if ( !newName || newName == "" || newName == undefined ) { // If no translation, keep the original name
newName = baseName; // If no translation, keep the original name
}
newList.push(newName);
}
return newList;

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
MANIFEST-001142
MANIFEST-001162

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.538144 7ff25affd6c0 Recovering log #1140
2025/06/04-19:41:39.549313 7ff25affd6c0 Delete type=3 #1138
2025/06/04-19:41:39.549457 7ff25affd6c0 Delete type=0 #1140
2025/06/04-19:57:50.962467 7ff25a3ff6c0 Level-0 table #1145: started
2025/06/04-19:57:50.962508 7ff25a3ff6c0 Level-0 table #1145: 0 bytes OK
2025/06/04-19:57:50.968762 7ff25a3ff6c0 Delete type=0 #1143
2025/06/04-19:57:50.982716 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.762543 7fbfde7fc6c0 Recovering log #1160
2025/07/25-10:34:43.773316 7fbfde7fc6c0 Delete type=3 #1158
2025/07/25-10:34:43.773472 7fbfde7fc6c0 Delete type=0 #1160
2025/07/25-10:51:25.651385 7fbd3ffff6c0 Level-0 table #1165: started
2025/07/25-10:51:25.651416 7fbd3ffff6c0 Level-0 table #1165: 0 bytes OK
2025/07/25-10:51:25.658484 7fbd3ffff6c0 Delete type=0 #1163
2025/07/25-10:51:25.658718 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.647042 7ff25bfff6c0 Recovering log #1136
2025/06/04-19:39:36.657683 7ff25bfff6c0 Delete type=3 #1134
2025/06/04-19:39:36.657749 7ff25bfff6c0 Delete type=0 #1136
2025/06/04-19:39:59.536407 7ff25a3ff6c0 Level-0 table #1141: started
2025/06/04-19:39:59.536481 7ff25a3ff6c0 Level-0 table #1141: 0 bytes OK
2025/06/04-19:39:59.543440 7ff25a3ff6c0 Delete type=0 #1139
2025/06/04-19:39:59.565026 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.346281 7fbfddffb6c0 Recovering log #1156
2025/07/25-10:29:27.356344 7fbfddffb6c0 Delete type=3 #1154
2025/07/25-10:29:27.356416 7fbfddffb6c0 Delete type=0 #1156
2025/07/25-10:29:34.032226 7fbd3ffff6c0 Level-0 table #1161: started
2025/07/25-10:29:34.032249 7fbd3ffff6c0 Level-0 table #1161: 0 bytes OK
2025/07/25-10:29:34.038701 7fbd3ffff6c0 Delete type=0 #1159
2025/07/25-10:29:34.039163 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal.pages!suuYN87Al1ZZWtQQ.jhgNnhWhrkOpKs1B' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-001144
MANIFEST-001164

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.552657 7ff25bfff6c0 Recovering log #1142
2025/06/04-19:41:39.562973 7ff25bfff6c0 Delete type=3 #1140
2025/06/04-19:41:39.563043 7ff25bfff6c0 Delete type=0 #1142
2025/06/04-19:57:50.982905 7ff25a3ff6c0 Level-0 table #1147: started
2025/06/04-19:57:50.982939 7ff25a3ff6c0 Level-0 table #1147: 0 bytes OK
2025/06/04-19:57:50.990059 7ff25a3ff6c0 Delete type=0 #1145
2025/06/04-19:57:51.012060 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.777030 7fbfddffb6c0 Recovering log #1162
2025/07/25-10:34:43.787316 7fbfddffb6c0 Delete type=3 #1160
2025/07/25-10:34:43.787393 7fbfddffb6c0 Delete type=0 #1162
2025/07/25-10:51:25.614990 7fbd3ffff6c0 Level-0 table #1167: started
2025/07/25-10:51:25.615048 7fbd3ffff6c0 Level-0 table #1167: 0 bytes OK
2025/07/25-10:51:25.621619 7fbd3ffff6c0 Delete type=0 #1165
2025/07/25-10:51:25.629942 7fbd3ffff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.661476 7ff25affd6c0 Recovering log #1138
2025/06/04-19:39:36.671782 7ff25affd6c0 Delete type=3 #1136
2025/06/04-19:39:36.671934 7ff25affd6c0 Delete type=0 #1138
2025/06/04-19:39:59.550475 7ff25a3ff6c0 Level-0 table #1143: started
2025/06/04-19:39:59.550504 7ff25a3ff6c0 Level-0 table #1143: 0 bytes OK
2025/06/04-19:39:59.558216 7ff25a3ff6c0 Delete type=0 #1141
2025/06/04-19:39:59.565076 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.359068 7fbfde7fc6c0 Recovering log #1158
2025/07/25-10:29:27.369855 7fbfde7fc6c0 Delete type=3 #1156
2025/07/25-10:29:27.369961 7fbfde7fc6c0 Delete type=0 #1158
2025/07/25-10:29:34.039250 7fbd3ffff6c0 Level-0 table #1163: started
2025/07/25-10:29:34.039321 7fbd3ffff6c0 Level-0 table #1163: 0 bytes OK
2025/07/25-10:29:34.046345 7fbd3ffff6c0 Delete type=0 #1161
2025/07/25-10:29:34.067660 7fbd3ffff6c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-001142
MANIFEST-001162

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.579753 7ff25b7fe6c0 Recovering log #1140
2025/06/04-19:41:39.591676 7ff25b7fe6c0 Delete type=3 #1138
2025/06/04-19:41:39.591835 7ff25b7fe6c0 Delete type=0 #1140
2025/06/04-19:57:50.990284 7ff25a3ff6c0 Level-0 table #1145: started
2025/06/04-19:57:50.990348 7ff25a3ff6c0 Level-0 table #1145: 0 bytes OK
2025/06/04-19:57:50.997867 7ff25a3ff6c0 Delete type=0 #1143
2025/06/04-19:57:51.012102 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.804048 7fbfdeffd6c0 Recovering log #1160
2025/07/25-10:34:43.813871 7fbfdeffd6c0 Delete type=3 #1158
2025/07/25-10:34:43.813960 7fbfdeffd6c0 Delete type=0 #1160
2025/07/25-10:51:25.644344 7fbd3ffff6c0 Level-0 table #1165: started
2025/07/25-10:51:25.644427 7fbd3ffff6c0 Level-0 table #1165: 0 bytes OK
2025/07/25-10:51:25.651247 7fbd3ffff6c0 Delete type=0 #1163
2025/07/25-10:51:25.658708 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.690188 7ff25affd6c0 Recovering log #1136
2025/06/04-19:39:36.700266 7ff25affd6c0 Delete type=3 #1134
2025/06/04-19:39:36.700336 7ff25affd6c0 Delete type=0 #1136
2025/06/04-19:39:59.558368 7ff25a3ff6c0 Level-0 table #1141: started
2025/06/04-19:39:59.558395 7ff25a3ff6c0 Level-0 table #1141: 0 bytes OK
2025/06/04-19:39:59.564814 7ff25a3ff6c0 Delete type=0 #1139
2025/06/04-19:39:59.565096 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.386763 7fbfde7fc6c0 Recovering log #1156
2025/07/25-10:29:27.396435 7fbfde7fc6c0 Delete type=3 #1154
2025/07/25-10:29:27.396509 7fbfde7fc6c0 Delete type=0 #1156
2025/07/25-10:29:34.053947 7fbd3ffff6c0 Level-0 table #1161: started
2025/07/25-10:29:34.053983 7fbd3ffff6c0 Level-0 table #1161: 0 bytes OK
2025/07/25-10:29:34.060105 7fbd3ffff6c0 Delete type=0 #1159
2025/07/25-10:29:34.067683 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal.pages!cZtNgayIw2QFhC9u.ts265H1XkisLgdow' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-001142
MANIFEST-001162

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.525306 7ff2609fa6c0 Recovering log #1140
2025/06/04-19:41:39.534933 7ff2609fa6c0 Delete type=3 #1138
2025/06/04-19:41:39.535006 7ff2609fa6c0 Delete type=0 #1140
2025/06/04-19:57:50.975975 7ff25a3ff6c0 Level-0 table #1145: started
2025/06/04-19:57:50.976033 7ff25a3ff6c0 Level-0 table #1145: 0 bytes OK
2025/06/04-19:57:50.982538 7ff25a3ff6c0 Delete type=0 #1143
2025/06/04-19:57:50.982740 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.747985 7fbfdd7fa6c0 Recovering log #1160
2025/07/25-10:34:43.759279 7fbfdd7fa6c0 Delete type=3 #1158
2025/07/25-10:34:43.759366 7fbfdd7fa6c0 Delete type=0 #1160
2025/07/25-10:51:25.621866 7fbd3ffff6c0 Level-0 table #1165: started
2025/07/25-10:51:25.621939 7fbd3ffff6c0 Level-0 table #1165: 0 bytes OK
2025/07/25-10:51:25.629742 7fbd3ffff6c0 Delete type=0 #1163
2025/07/25-10:51:25.629955 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.632014 7ff2609fa6c0 Recovering log #1136
2025/06/04-19:39:36.643639 7ff2609fa6c0 Delete type=3 #1134
2025/06/04-19:39:36.643779 7ff2609fa6c0 Delete type=0 #1136
2025/06/04-19:39:59.529217 7ff25a3ff6c0 Level-0 table #1141: started
2025/06/04-19:39:59.529246 7ff25a3ff6c0 Level-0 table #1141: 0 bytes OK
2025/06/04-19:39:59.535955 7ff25a3ff6c0 Delete type=0 #1139
2025/06/04-19:39:59.536241 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.331370 7fbfdeffd6c0 Recovering log #1156
2025/07/25-10:29:27.342846 7fbfdeffd6c0 Delete type=3 #1154
2025/07/25-10:29:27.342999 7fbfdeffd6c0 Delete type=0 #1156
2025/07/25-10:29:34.025148 7fbd3ffff6c0 Level-0 table #1161: started
2025/07/25-10:29:34.025180 7fbd3ffff6c0 Level-0 table #1161: 0 bytes OK
2025/07/25-10:29:34.032076 7fbd3ffff6c0 Delete type=0 #1159
2025/07/25-10:29:34.039142 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal.pages!yzw9I0r3hCK7PJnz.sPNCYj2nR3Cp3jHd' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-001142
MANIFEST-001162

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.510754 7ff25affd6c0 Recovering log #1140
2025/06/04-19:41:39.521463 7ff25affd6c0 Delete type=3 #1138
2025/06/04-19:41:39.521531 7ff25affd6c0 Delete type=0 #1140
2025/06/04-19:57:50.969079 7ff25a3ff6c0 Level-0 table #1145: started
2025/06/04-19:57:50.969151 7ff25a3ff6c0 Level-0 table #1145: 0 bytes OK
2025/06/04-19:57:50.975744 7ff25a3ff6c0 Delete type=0 #1143
2025/06/04-19:57:50.982728 7ff25a3ff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.733425 7fbfddffb6c0 Recovering log #1160
2025/07/25-10:34:43.743802 7fbfddffb6c0 Delete type=3 #1158
2025/07/25-10:34:43.743868 7fbfddffb6c0 Delete type=0 #1160
2025/07/25-10:51:25.607883 7fbd3ffff6c0 Level-0 table #1165: started
2025/07/25-10:51:25.607927 7fbd3ffff6c0 Level-0 table #1165: 0 bytes OK
2025/07/25-10:51:25.614720 7fbd3ffff6c0 Delete type=0 #1163
2025/07/25-10:51:25.629926 7fbd3ffff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.618882 7ff25b7fe6c0 Recovering log #1136
2025/06/04-19:39:36.628823 7ff25b7fe6c0 Delete type=3 #1134
2025/06/04-19:39:36.628913 7ff25b7fe6c0 Delete type=0 #1136
2025/06/04-19:39:59.522519 7ff25a3ff6c0 Level-0 table #1141: started
2025/06/04-19:39:59.522571 7ff25a3ff6c0 Level-0 table #1141: 0 bytes OK
2025/06/04-19:39:59.529048 7ff25a3ff6c0 Delete type=0 #1139
2025/06/04-19:39:59.536218 7ff25a3ff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.316812 7fbfdd7fa6c0 Recovering log #1156
2025/07/25-10:29:27.327498 7fbfdd7fa6c0 Delete type=3 #1154
2025/07/25-10:29:27.327589 7fbfdd7fa6c0 Delete type=0 #1156
2025/07/25-10:29:34.011374 7fbd3ffff6c0 Level-0 table #1161: started
2025/07/25-10:29:34.011417 7fbd3ffff6c0 Level-0 table #1161: 0 bytes OK
2025/07/25-10:29:34.018376 7fbd3ffff6c0 Delete type=0 #1159
2025/07/25-10:29:34.039078 7fbd3ffff6c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785
MANIFEST-000805

View File

@@ -1,7 +1,7 @@
2025/06/04-19:41:39.566007 7ff25affd6c0 Recovering log #783
2025/06/04-19:41:39.575843 7ff25affd6c0 Delete type=3 #781
2025/06/04-19:41:39.575932 7ff25affd6c0 Delete type=0 #783
2025/06/04-19:57:51.004365 7ff25a3ff6c0 Level-0 table #788: started
2025/06/04-19:57:51.004432 7ff25a3ff6c0 Level-0 table #788: 0 bytes OK
2025/06/04-19:57:51.011786 7ff25a3ff6c0 Delete type=0 #786
2025/06/04-19:57:51.012158 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)
2025/07/25-10:34:43.791108 7fbfde7fc6c0 Recovering log #803
2025/07/25-10:34:43.801505 7fbfde7fc6c0 Delete type=3 #801
2025/07/25-10:34:43.801580 7fbfde7fc6c0 Delete type=0 #803
2025/07/25-10:51:25.630138 7fbd3ffff6c0 Level-0 table #808: started
2025/07/25-10:51:25.630167 7fbd3ffff6c0 Level-0 table #808: 0 bytes OK
2025/07/25-10:51:25.636435 7fbd3ffff6c0 Delete type=0 #806
2025/07/25-10:51:25.658669 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/06/04-19:39:36.675374 7ff25bfff6c0 Recovering log #779
2025/06/04-19:39:36.686819 7ff25bfff6c0 Delete type=3 #777
2025/06/04-19:39:36.686965 7ff25bfff6c0 Delete type=0 #779
2025/06/04-19:39:59.543592 7ff25a3ff6c0 Level-0 table #784: started
2025/06/04-19:39:59.543622 7ff25a3ff6c0 Level-0 table #784: 0 bytes OK
2025/06/04-19:39:59.550325 7ff25a3ff6c0 Delete type=0 #782
2025/06/04-19:39:59.565053 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)
2025/07/25-10:29:27.372941 7fbfddffb6c0 Recovering log #799
2025/07/25-10:29:27.384085 7fbfddffb6c0 Delete type=3 #797
2025/07/25-10:29:27.384213 7fbfddffb6c0 Delete type=0 #799
2025/07/25-10:29:34.060239 7fbd3ffff6c0 Level-0 table #804: started
2025/07/25-10:29:34.060267 7fbd3ffff6c0 Level-0 table #804: 0 bytes OK
2025/07/25-10:29:34.067502 7fbd3ffff6c0 Delete type=0 #802
2025/07/25-10:29:34.067715 7fbd3ffff6c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal.pages!yfZxl4I7XAuUF6r3.apXmOlZRmGT4GreB' @ 0 : 0; will stop at (end)