summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_ja-JP.ini
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-06-11 00:10:12 +0000
committersilverwind <me@silverwind.io>2022-06-11 00:10:12 +0000
commit23422f9909e9843308b4c6f2becca9ba1ad5cef2 (patch)
treeaec1cc968302d928ada477a34f5fbf2ed0d3aab7 /options/locale/locale_ja-JP.ini
parent527e5bd1b29c1087d4b5375beac519d0b74294eb (diff)
downloadgitea-23422f9909e9843308b4c6f2becca9ba1ad5cef2.tar.gz
gitea-23422f9909e9843308b4c6f2becca9ba1ad5cef2.zip
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_ja-JP.ini')
-rw-r--r--options/locale/locale_ja-JP.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 3699ac37b3..24e3a56480 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -2281,6 +2281,7 @@ topic.done=完了
topic.count_prompt=選択できるのは25トピックまでです。
topic.format_prompt=トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
+
error.csv.too_large=このファイルは大きすぎるため表示できません。
error.csv.unexpected=このファイルは %d 行目の %d 文字目に予期しない文字が含まれているため表示できません。
error.csv.invalid_field_count=このファイルは %d 行目のフィールドの数が正しくないため表示できません。
> 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
@mixin runo-panel {

.v-panel {
	background: transparent url(img/top-left.png) no-repeat;
}
.v-panel-caption .v-errorindicator {
	padding-right: 20px;
	background: transparent url(../icons/16/error.png) no-repeat bottom center;
	
}
.v-panel-caption,
.v-panel-caption-light {
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #f14c1a;
	height: 18px;
	padding: 13px 18px 16px 8px;
	margin-left: 10px;
	background: transparent url(img/top-right.png) no-repeat right top;
	text-overflow: ellipsis;
}
.v-panel-nocaption {
	height: 9px;
	margin-left: 10px;
	background: transparent url(img/top-right.png) no-repeat right top;
}
.v-panel-content {
	border: 1px solid #babfc0;
	border-bottom: 1px solid #dee2e3;
	background-color: #fff;
}
.v-panel-deco {
	height: 9px;
	background: transparent url(img/bottom-right.png) repeat-x right top;
	margin-left: 9px;
}
.v-panel-deco:before {
	display: block;
	
	width: 9px;
	height: 9px;
	margin-left: -9px;
	background: transparent url(img/bottom-left.png) no-repeat;
}
/* Light panel style */
.v-panel-light,
.v-panel-caption-light {
	background: transparent;
}
.v-panel-caption-light {
	border-bottom: 1px solid #babfc0;
	margin: 0;
	padding-left: 18px;
}
.v-panel-nocaption-light {
	background: transparent;
	border: none;
	height: 0;
	margin: 0;
}
.v-panel-content-light {
	border: none;
	background: transparent;
}
.v-panel-deco-light {
	height: 0;
	overflow: hidden;
}
/* IE specific rules */
.v-ie8 & .v-panel-content {
	border-bottom: 1px solid #babfc0;
}
.v-ie8 & .v-panel-content-light {
	border-bottom: none;
}
.v-ie8 & .v-panel-deco { 
	height: 0;
	overflow: hidden;
}

}