Skip to content

Commit

Permalink
style: npm run prettier:write
Browse files Browse the repository at this point in the history
  • Loading branch information
ytetsuro committed Feb 14, 2022
1 parent de6c68d commit 8f721fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions messages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ module.exports = {
fr: "doit être égal à la constante",
id: "harus sama dengan konstan",
it: "deve essere uguale alla costante",
ja: '定数と同じ値を指定してください',
ja: "定数と同じ値を指定してください",
ko: "상수와 같아야합니다",
nb: "må være lik konstanten",
nl: "moet gelijk zijn aan constante",
Expand All @@ -782,7 +782,7 @@ module.exports = {
fr: "doit contenir un élément valide",
id: "harus berisi item yang valid",
it: "deve contentere un elemento valido",
ja: '有効な項目が含まれていません',
ja: "有効な項目が含まれていません",
ko: "올바른 아이템을 포함해야 합니다",
nb: "må inneholde et gyldig element",
nl: "moet een geldig item bevatten",
Expand All @@ -809,7 +809,7 @@ module.exports = {
fr: "{{#def.c}}doit être {{=cond}}",
id: "{{#def.c}}harus {{=cond}}",
it: "{{#def.c}}deve essere {{=cond}}",
ja: '{{#def.c}}は{{=cond}}でなければいけません',
ja: "{{#def.c}}は{{=cond}}でなければいけません",
ko: "{{#def.c}} {{=cond}} 이여야 합니다",
nb: "{{#def.c}}må være {{=cond}}",
nl: "{{#def.c}}moet {{=cond}} zijn",
Expand Down Expand Up @@ -837,7 +837,7 @@ module.exports = {
fr: "{{#def.c}}doit être {{=cond}}",
id: "{{#def.c}}harus {{=cond}}",
it: "{{#def.c}}deve essere {{=cond}}",
ja: '{{#def.c}}は{{=cond}}でなければいけません',
ja: "{{#def.c}}は{{=cond}}でなければいけません",
ko: "{{#def.c}} {{=cond}} 이여야 합니다",
nb: "{{#def.c}}må være {{=cond}}",
nl: "{{#def.c}}moet {{=cond}} zijn",
Expand Down

0 comments on commit 8f721fb

Please sign in to comment.