add and fix translations in ko.json (#2752)

This commit is contained in:
Cheese
2022-10-10 00:28:34 +09:00
committed by GitHub
parent c28ffd604d
commit fb13fae385
66 changed files with 2292 additions and 461 deletions

View File

@@ -122,6 +122,7 @@ a {
.cm-tooltip {
.tippy-box {
@apply fixed;
@apply inline-flex;
@apply -mt-6;
}
}
@@ -134,7 +135,8 @@ a {
@apply rounded;
@apply truncate;
@apply shadow;
@apply leading-body;
@apply leading-normal;
@apply items-center;
font-size: 86%;
kbd {
@@ -152,6 +154,13 @@ a {
.tippy-svg-arrow svg {
@apply fill-tooltip;
}
.env-icon {
@apply inline-flex;
@apply items-center;
@apply mr-1;
@apply text-accentDark;
}
}
.tippy-box[data-theme="popover"] {
@@ -163,7 +172,7 @@ a {
@apply text-secondary text-body;
@apply p-2;
@apply shadow-lg;
@apply leading-body;
@apply leading-normal;
@apply border border-dividerDark;
@apply focus: outline-none;
scroll-behavior: smooth;
@@ -455,6 +464,7 @@ pre.ace_editor {
@apply px-1;
@apply border border-dividerDark;
@apply shadow-sm;
@apply <sm:hidden;
}
.capitalize-first {
@@ -469,6 +479,10 @@ details summary::-webkit-details-marker {
@apply hidden;
}
details summary .indicator {
@apply transition;
}
details[open] summary .indicator {
@apply transform;
@apply rotate-90;