blob: 3ff7ffcc6d06df028bf8b3f43111c2ce5f9cdb87 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# names of various types (sizes) of default gaps
DEFAULT_GAP_SMALL=\u30c7\u30d5\u30a9\u30eb\u30c8\u5c0f
DEFAULT_GAP_MEDIUM=\u30c7\u30d5\u30a9\u30eb\u30c8\u4e2d
DEFAULT_GAP_LARGE=\u30c7\u30d5\u30a9\u30eb\u30c8\u5927
DEFAULT_GAP_UNSPECIFIED=\u30c7\u30d5\u30a9\u30eb\u30c8
INDENT_GAP=\u30a4\u30f3\u30c7\u30f3\u30c8
# formatting for gap description
# {0} = size of the gap, either one of the default names, or a number of pixels
# {1} = actual size in pixels, used if different from the defined size (for resizing gaps)
# example: Horizontal fixed gap: default small
# example: Vertical resizable gap: default small / 50
FMT_GAP_DESCRIPTION_HF=\u6c34\u5e73\u65b9\u5411\u56fa\u5b9a\u9593\u9694: {0}
FMT_GAP_DESCRIPTION_HR=\u6c34\u5e73\u65b9\u5411\u30b5\u30a4\u30ba\u5909\u66f4\u53ef\u80fd\u9593\u9694: {0}
FMT_GAP_DESCRIPTION_HR2=\u6c34\u5e73\u65b9\u5411\u30b5\u30a4\u30ba\u5909\u66f4\u53ef\u80fd\u9593\u9694: {0} / {1}
FMT_GAP_DESCRIPTION_VF=\u5782\u76f4\u65b9\u5411\u56fa\u5b9a\u9593\u9694: {0}
FMT_GAP_DESCRIPTION_VR=\u5782\u76f4\u30b5\u30a4\u30ba\u5909\u66f4\u53ef\u80fd\u9593\u9694: {0}
FMT_GAP_DESCRIPTION_VR2=\u5782\u76f4\u30b5\u30a4\u30ba\u5909\u66f4\u53ef\u80fd\u9593\u9694: {0} / {1}