From 26f93fcaa5a2fbcf0169fb1f0709f225846d1da7 Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 16:36:02 +0900 Subject: Created Japanese translation file --- web/i18n/ja.yml | 671 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 671 insertions(+) create mode 100644 web/i18n/ja.yml diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml new file mode 100644 index 0000000..b906b39 --- /dev/null +++ b/web/i18n/ja.yml @@ -0,0 +1,671 @@ + +osm: + tag: Tag + tags: Tags + key: Key + keys: Keys + value: Value + values: Values + node: Node + nodes: Nodes + way: Way + ways: Ways + relation: Relation + relations: Relations + relation_type: Relation type + relation_types: Relation types + relation_member: Relation member + relation_members: Relation members + relation_member_nodes: Member nodes + relation_member_ways: Member ways + relation_member_relations: Member relations + relation_member_role: Role + relation_member_roles: Roles + object: Object + objects: Objects + all: All + user: User + users: Users + +taginfo: + source: Source + sources: Sources + download: Download + about: About + contact: Contact + meta: Meta + wiki: taginfo wiki page + report: Report + reports: Reports + international: International + apidoc: API Documentation + project: Project + projects: Projects + test: Test + map: Map + maps: Maps + relations: Relations + combinations: Combinations + key_combinations: Combinations + comparison: Key/Tag Comparison + overview: Overview + data_from: Data from + data_from_description: Last update of taginfo database + instance: + title: About this taginfo site + other: See the OSM wiki for other sites. + +misc: + values_less_than_one_percent: no values with more than 1% + empty_string: empty string + unknown: unknown + count: Count + image: Image + no_image: no image + all: All + object_type: Type + description: Description + help: Help + length: Length + icon: Icon + line: Line + area: Area + language: Language + search_for: Search for + objects_tooltip: Number of objects (as absolute value and as percentage of all nodes, ways, and relations). + nodes_tooltip: Number of nodes (as absolute value and as percentage of tagged nodes, ie. nodes without any tags are ignored). + ways_tooltip: Number of ways (as absolute value and as percentage of all ways). + relations_tooltip: Number of relations (as absolute value and as percentage of all relations). + values_tooltip: Number of different values for this key. + users_tooltip: Number of distinct users who last changed objects with this key. + prevalent_values: Prevalent values + prevalent_values_tooltip: Up to ten of the most common values for this key (only if more than 1% of tags with this key have this value). + in_wiki_tooltip: Has at least one wiki page. + +help: + search: + title: Search + intro: Use the search box in the upper right corner to search for tag keys and values. + string: You can search for tag keys and values + substring: Just part of the key/value also works + complete_tags: You can search for complete tags + values_only: You can also search for tag values only + suggestions: | + For your convenience popular keys and tags will be suggested + while you type. Use your cursor keys to choose one and hit + Enter. + You will jump directly to that key or tag page. + keyboard: + title: Keyboard shortcuts + site_navigation: Site navigation + page_navigation: Page navigation + table_navigation: Table navigation + keys: + home: Home + end: End + pageup: PgUp + pagedown: PgDn + esc: Esc + tab: TAB + home_page: Home page + keys_page: Keys page + tags_page: Tags page + relations_page: Relations page + projects_page: Projects page + compare_page: Comparison page + first_page: First page + prev_page: Previous page + next_page: Next page + last_page: Last page + help_page: This help + activate_search: Activate search input + activate_filter: Activate filter input field + prev_entry: Previous entry + next_entry: Next entry + enter_entry: Jump to entry + switch_tab: Switch tab + deactivate: Deactivate input fields + up: Up in page hierarchy + switch_input: Switch between input fields + +pages: + not_found: + title: Not found + intro: Sorry, we could not find the page you were looking for. + index: + popular_keys: Some popular keys + keys: + listkeys: See all keys... + tags: + listtags: See most common tags... + relations: + listrelations: See all relation types... + reports: + listreports: See all reports... + about: + intro: +

OpenStreetMap uses tags of the form key=value + to add meaning to geographic objects. Taginfo collects information + about these tags from several sources to help you understand what + they mean and how they are used.

+ more: More about taginfo... + international: + see: See other taginfo sites... + about: + about_taginfo: + title: About taginfo + text: | +

OpenStreetMap uses tags to add meaning to geographic objects. There + is no fixed list of those tags. New tags can be invented and used as needed. + Everybody can come up with a new tag and add it to new or existing objects. + This makes OpenStreetMap enormously flexible, but sometimes also a bit hard + to work with.

+

Whether you are contributing to OSM or using the OSM data, there are always + questions like: What tags do people use for feature X? What tags can I use + for feature Y so that it appears properly on the map? Is the tag Z described + on the wiki actually in use and where?

+

Taginfo helps you by showing statistics about which tags are actually in the + database, how many people use those tags, where they are used and so on. It + also gets information about tags from the wiki and from other places. Taginfo + tries to bring together all information about tags to help you understand + how they are used and what they mean. See a list of sources + taginfo uses.

+ about_site: + title: About This Site + building_on_taginfo: + title: Building on taginfo + text: | +

You can use the data from taginfo in your own projects:

+

API

+

Taginfo data can be accessed through a REST API. See the + API documentation for the details, some general information is + on the OSM wiki. + The servers running the taginfo API do not have unlimited resources. + Please use the API responsibly. If in doubt contact the maintainers of the + site you are using or talk to us on the mailing list.

+

Download

+

If you want to play around with the data used by taginfo, you can download the + regularly updated Sqlite database files. All the preprocessing is done for you. + See the download page for a list of files. Note that + some of these files can get quite large. If you want to download them regularly, + contact the maintainers of the site you are using or talk to us on the mailing list.

+

License

+

The data available through taginfo is licenced under ODbL, the + same + license as the OpenStreetMap data.

+ software: + title: The taginfo software + text: | +

The taginfo software was created and is maintained by + Jochen Topf. + The web design was created by + Christian Topf.

+

Translations

+

We need translators for the taginfo user interface. See the translations overview for languages that need + some work. More information on how to help is on the + OSM wiki.

+

Code

+

All the software behind the taginfo sites is Open Source. You can get it on + GitHub. For an overview + see the page about the taginfo + architecture on the OSM wiki.

+

Running your own instance

+

You can run your own + taginfo site, + for instance with data for just your own country. Instructions are + on the OSM + wiki.

+

Bug reports and feature requests

+

Bug reports and feature requests should be directed to the GitHub issue tracker. Or you can + come talk to us on the mailing list.

+

Contact/Mailing list

+

Contact us on the + taginfo-dev mailing list + if you have questions or want to help.

+ sources: + intro: | +

Taginfo collects data about OSM tags from several sources and brings them + together for easy browsing and discovery.

+

Note that taginfo only displays this data. If you want to change it, you + have to go back to the source.

+ list: + title: List of Sources + intro: Here is a list of currently used sources. More sources might be integrated in the future. + description: + db: | +

Statistics about keys, tags, and relation types are generated from the OSM database (or an extract) as well as the maps that show the geographic distribution of nodes and ways.

+ wiki: | +

The OSM Wiki is read and all Key:*, Tag:*, and Relation:* pages (in all the different languages) are analyzed. Descriptions, images, related tags, etc. are extracted from them.

+ languages: | +

Taginfo gets information about the different languages of the world, their codes, names, etc. from several IANA and Unicode registries.

+ projects: | +

Projects that use OSM tags in some way, such as editors, maps, routers, etc. See the project list.

+ updates: + title: Updates + intro: The taginfo data is updated regularly from the sources. + data_until: Data until + last_update_run: Last update run + data_until_explanation: All edits until this time will be in the data, later edits might be. + to: to + download: + intro: | +

Here you can download the databases used by taginfo. All the data is stored + in Sqlite databases. + The database files are then packed with bzip2.

+

If you don't want to download these databases, but need automated access to + the data, you can also use the API.

+ file: File + packed: Packed + unpacked: Unpacked + description: Description + reports: + intro: | + Reports show the tag data from different angles. + They often bring together data from several sources in interesting ways. Some + of the reports can help with finding specific errors. + list: List of all reports + data_sources: Data sources used + search: + title: Search results + you_were_searching_for: You were searching for + fulltext: Full text + no_keys: No keys found. + no_values: No values found. + no_tags: No tags found. + no_match: No matches. + compare: + nothing_to_compare: There are no keys/tags to compare. Go to any key or tag page and add them. + keys: + intro: | + This table shows all tag keys that exist in the database or in any of the other sources. + tags: + intro: | + This table shows the most common tags in the database. + relations: + name: Relation types + intro: Information about the different types of relations (indicated by the type tag). + relations_of_type_tooltip: Number of relations of this type (and as percentage of all relations). + prevalent_roles: Prevalent roles + prevalent_roles_tooltip: Prevalent roles for this type of relation. + no_information: No information + roles_less_than_one_percent: no roles with more than 1% + empty_role: empty role + projects: + intro: | + This table shows all projects known to taginfo that use OSM tags in some way.
For more about this functionality see the wiki. + key: + description_from_wiki: Description of this key from the wiki (if available in your chosen language, otherwise in English). + no_description_in_wiki: No English language description for this key in the wiki. (See also the "Wiki" tab.) + filter: + label: | + Filter: + none: No filter + nodes: Nodes only + ways: Ways only + relations: Relations only + button_disabled: Button disabled, because there are too many objects with this key. + number_objects: Number of objects + number_values: Number of values + values_used: Values used with this key + tag_description_from_wiki: Description of the tag from the wiki (if available in your chosen language, otherwise in English). + overview: + objects_last_edited_by: Objects with this key were last edited by %1 different users. + no_endorsement: (This does not mean that all those users endorse this key.) + distribution_of_values: Distribution of values + other_keys_used: + title: Other keys used together with this key + other: Other keys + to_count_tooltip: Number of objects with this key that also have the other key. + other_key_tooltip: Key used together with this key. + from_count_tooltip: Number of objects with other key that also have this key. + geographic_distribution: + title: Geographical distribution of this key + relations: Relations do not have a geographical location, so no map can be shown. + wiki_pages: + title: Wiki pages about this key + none_found: No wiki page available for this key. + create: Create wiki page for this key + wiki_page: Wiki page + implied_tags: Implied Tags + combined_tags: Combined Tags + linked_tags: Linked Tags + projects: + title: Projects using this key + description: How this key is used in the project + similar: + tab: Similar + title: Similar keys + other: Similar keys + count_all_tooltip: Number of objects with the similar key + similarity: Similarity + similarity_tooltip: Smaller numbers mean more similar + tag: + description_from_wiki: Description of this tag from the wiki (if available in your chosen language, otherwise in English). + no_description_in_wiki: No English language description for this tag in the wiki. (See also the "Wiki" tab.) + button_disabled: Button disabled, because there are too many objects with this tag. + number_objects: Number of objects + overview: + see_also: See also the relation type page + other_tags_used: + title: Other tags used together with this tag + other: Other tags + to_count_tooltip: Number of objects with this tag that also have the other tag/key. + other_key_tooltip: Tags/Keys used together with this tag. + from_count_tooltip: Number of objects with other tag/key that also have this tag. + combinations: + title: Combinations + description: This table shows only the most common combinations of the most common tags. + geographic_distribution: + title: Geographical distribution of this tag + relations: Relations do not have a geographical location, so no map can be shown. + no_map: Sorry. The map can only be created for the most frequent tags. Try the overpass turbo link. + wiki_pages: + title: Wiki pages about this tag + none_found: No wiki page available for this tag. + create: Create wiki page for this tag + suggest_key_wiki_page: Maybe you can find some more information on the wiki page for the key %1. + wiki_page: Wiki page + implied_tags: Implied Tags + combined_tags: Combined Tags + linked_tags: Linked Tags + projects: + title: Projects using this tag + description: How this tag is used in the project + relation: + name: Relation type + description_from_wiki: Description of this relation type from the wiki (if available in your chosen language, otherwise in English). + no_description_in_wiki: No English language description for this relation type in the wiki. (See also the "Wiki" tab.) + button_disabled: Button disabled, because there are too many objects with this relation type. + overview: + tab: Overview + title: Overview + member_type: Member type + member_count: Number of members + see_also: See also the tag page + roles: + tab: Roles + title: Member roles + objects_tooltip: Relation members with this role (and as percentage of all members) for this relation type. + nodes_tooltip: Relation members of type node with this role (and as percentage of all members of type node) for this relation type. + ways_tooltip: Relation members of type way with this role (and as percentage of all members of type way) for this relation type. + relations_tooltip: Relation members of type relation with this role (and as percentage of all members of type relation) for this relation type. + no_roles_info: There is no information about roles for this relation type (most likely because there are only very few of those relations). + graph: + tab: Roles Graph + title: Roles Graph + wiki_pages: + title: Wiki pages about this relation type + none_found: No wiki page available for this relation type. + create: Create wiki page for this relation type + wiki_page: Wiki page + projects: + title: Projects using this relation type + description: How this relation type is used in the project + project: + overview: + project_name: Project name + project_url: Project URL + description: Description + documentation_url: Documentation + last_update: Last update + json_url: JSON project file + info: This data is provided by the project for taginfo though the 'JSON project file' linked from above. See the wiki for a format description. + tags: + title: Tags used by this project + intro: This data is provided by the project and not necessarily complete. Please see the project documentation for details. + description: How this key/tag is used in the project + +flexigrid: + pagetext: Page + pagestat: Displaying {from} to {to} of {total} items + outof: of + findtext: Find + procmsg: Processing, please wait... + nomsg: No items + errormsg: Connection Error + +comparison: + list: Comparison list + items: items + add_key: Add this key to list + add_tag: Add this tag to list + clear: Clear comparison list + compare: Compare keys/tags + +sources: + master: + name: Master + description: Aggregate statistics and miscellaneous data needed for the taginfo user interface. + history: + name: History + description: Aggregate statistics over time. + db: + name: Database + description: Statistics about each key and each tag from the main OSM database (planet file). + wiki: + name: Wiki + description: Data from the tag and key pages of the OSM wiki. + languages: + name: Languages + description: Language names, codes, etc. from IANA and Unicode registries. + projects: + name: Projects + description: External projects and the OSM keys/tags they use. + +reports: + characters_in_keys: + name: Characters in keys + intro: | + Any valid Unicode character can appear in an OSM key but usually + only lower case latin letters (a-z) and the underscore (_) are + used. The colon (:) is often used as a separator character. This + report categorizes all keys according the the characters they use. + statistics: + tab: Statistics + title: Statistics overview + fraction: Fraction + characters: Characters in key + characters_in_keys: + plain: Only latin lowercase letters (a to z) and underscore (_), first and last characters are letters. + colon: Like A but with one or more colons (:) inside. + letters: Like B but with uppercase latin letters or letters from other alphabets. + space: At least one whitespace character (space, tab, new line, carriage return, or from other alphabets). + problem: Contains possibly problematic characters =+/&<>;'"?%#@\,. + rest: Everything else. + total: Total + plain: + tab: Plain + title: Plain keys + intro: | +

Keys containing only lowercase latin letters (a to z) and the + underscore (_). First and last + characters must be letters. Most simple keys should fall into + this category.

+ colon: + tab: Colon + title: Keys with colon + intro: | +

Keys that have one or more colon (:) characters inside in addition to the + letters (a to z) and underscores (_). The colon is often used as a hierarchy + separator character.

+ letters: + tab: Letters + title: Keys with uppercase letters or letters from other scripts + intro: | +

Lowercase letters from the latin script are usually + preferred for keys, but sometimes uppercase letters are used + (for instance for known abbreviations) or letters from other + scripts (for instance for keys only relevant to an area where + that script is used predominantly).

+ space: + tab: Whitespace + title: Keys with whitespace + intro: | +

Keys that contain whitespace characters such as space, tab, + new line, carriage return, or whitespace characters from other + alphabets. Whitespace in keys can be confusing, especially at + the beginning or end of the key, because they are invisible. + Generally the whitespace should be removed or the underscore + (_) used instead.

+ problem: + tab: Problematic + title: Keys with possibly problematic characters + intro: | +

Keys that contain possibly problematic characters: =+/&<>;'"?%#@\, or control + characters. These characters can be problematic, because they + are used to quote strings in different programming languages or + have special meanings in XML, HTML, URLs, and other places. The + equal sign is used often as separator between tag keys and + values. Keys that appear in this list are not necessarily wrong + though. But in many cases they are just results of some error + and should be fixed.

+ rest: + tab: Rest + title: All other keys + intro: | +

Keys that don't fit in any of the other categories.

+ database_statistics: + name: Database statistics + objects_in_db: Number of objects in the database + tags_in_db: Number of tags in the database + distinct_keys: Number of distinct keys + distinct_tags: Number of distinct tags + nodes_in_db: Number of nodes in the database + nodes_with_tags_in_db: Number of nodes with at least one tag + nodes_with_tags_in_db_percent: Percentage of nodes with at least one tag + tags_on_nodes: Number of tags on nodes + avg_tags_per_tagged_node: Average number of tags per tagged node + ways_in_db: Number of ways in the database + closed_ways_in_db: Number of closed ways + tags_on_ways: Number of tags on ways + avg_tags_per_way: Average number of tags per way + relations_in_db: Number of relations in the database + tags_on_relations: Number of tags on relations + avg_tags_per_relation: Average number of tags per relation + frequently_used_keys_without_wiki_page: + name: Frequently used keys without wiki page + intro: | +

This table shows keys that appear more than 10 000 times in the OSM + database but have no wiki page describing them. If you know anything about one + of these keys, please create the wiki page by clicking on the link in the + leftmost column and describe the key. Sometimes it might make sense to create a + redirect to a different wiki page instead. To do this put just one line with + #REDIRECT [[page name]] + in the wiki page.

+ also_show_keys: Also show keys that have no English language wiki page but a page in some other language. + table: + create_wiki_page: Create wiki page... + key_lengths: + name: Key lengths + intro: | + Tag keys can be between 0 and 255 (Unicode) characters long. Very short or very long keys are often, but not always, errors. + table: + number_of_objects: Number of objects + histogram: + name: Histogram + intro: This histogram shows how many keys there are of each length. + key_length: Key length + number_of_keys: Number of keys + language_comparison_table_for_keys_in_the_wiki: + name: Language comparison table for keys in the wiki + icons: + template: Page in wiki available and contains standard template. + error: Page in wiki available and contains standard template, but couldn't be parsed. + page: Page in wiki available but doesn't contain standard template. + redirect: Page is a redirect. + intro: | + This table shows all tag keys for which there are wiki pages available and in what languages they are. + languages: + name: Languages + intro: | + OpenStreetMap is an international project. Tags and their descriptions can + be in any language. This table lists the languages taginfo knows about and how + many wiki pages there are in these languages documenting keys and tags, + respectively. + code: Code + native_name: Native name + english_name: English name + wiki_key_pages: Wiki key pages + wiki_tag_pages: Wiki tag pages + wiki_pages_about_non_existing_keys: + name: Wiki pages about non-existing keys + intro: | + This table shows keys for which a wiki page exists but there is not a single + instance in the database. This is not necessarily an error (maybe somebody + added the documentation in the wiki as preparation for using a key or the wiki + page documents a now obsolete key), but it can also be a typo or other error. + wiki_pages: Wiki pages + name_tags: + name: Variants of name tags + intro: | +

This report shows information related to the naming of objects in OSM + using the name tag and its variants.

+ overview: + tab: Overview + title: Overview + bcp47: + tab: BCP47 Subtags + title: BCP47 Subtags + filter: + label: Show only subtags of type + all: All + language: Language + script: Script + region: Region + variant: Variant + intro: | +

The IETF defines language + tags in its standard + Tags for Identifying Languages + (BCP47). Language + tags consist of one or more subtags describing the language, + script, variants, etc. The following list shows the subtags currently + registered that are relevant for OSM. For more information see also the + Wikipedia + entry on IETF language tags and the langtag.net site.

+

Note that the data shown in this table is not from OpenStreetMap, + it just shows the building blocks that can be used to describe languages + irrespective of whether they are actually used in OSM. +

+ similar_keys: + name: Similar keys + intro: | + This report shows keys used very often and similar keys used very + rarely. This exposes many misspellings of common keys, but is not + perfect. Take care when fixing the data! Do NOT just mechanically + edit those keys with search-and-replace. Look at each case individually + and also fix other problems that you see. + key_common: Commonly used keys + key_rare: Rarely used keys + count_common: Count + count_rare: Count + similarity: Similarity + historic_development: + name: Historic development + intro: | + Development of some important statistics over time. This data has + been collected by taginfo, gaps are possible when taginfo didn't run + on a day for some reason. + keys: + title: Unique keys + tags: + title: Unique tags + relation_types: + title: Unique relation types + wiki_images: + name: Wiki images + intro: | + Images used in the wiki to symbolize the keys in different + languages. Sometimes the image from one or the other language + variant is better. But sometimes it makes sense to have different + images because of different cultural backgrounds or so. + -- cgit v1.2.3 From 5b9b864adc5ea6139ddfec0bb076cbb7e01676a9 Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 16:39:24 +0900 Subject: translated 'osm' section --- web/i18n/ja.yml | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index b906b39..018a1ab 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -1,31 +1,31 @@ osm: - tag: Tag - tags: Tags - key: Key - keys: Keys - value: Value - values: Values - node: Node - nodes: Nodes - way: Way - ways: Ways - relation: Relation - relations: Relations - relation_type: Relation type - relation_types: Relation types - relation_member: Relation member - relation_members: Relation members - relation_member_nodes: Member nodes - relation_member_ways: Member ways - relation_member_relations: Member relations - relation_member_role: Role - relation_member_roles: Roles - object: Object - objects: Objects - all: All - user: User - users: Users + tag: タグ + tags: タグ + key: キー + keys: キー + value: 値 + values: 値 + node: ノード + nodes: ノード + way: ウェイ + ways: ウェイ + relation: リレーション + relations: リレーション + relation_type: リレーションの種別 + relation_types: リレーションの種別 + relation_member: リレーションのメンバー + relation_members: リレーションのメンバー + relation_member_nodes: メンバーノード + relation_member_ways: メンバーウェイ + relation_member_relations: メンバーリレーション + relation_member_role: ロール + relation_member_roles: ロール + object: オブジェクト + objects: オブジェクト + all: すべて + user: ユーザー + users: ユーザー taginfo: source: Source -- cgit v1.2.3 From 8cafff5493da29db8aca087d620b4e72fd35b983 Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 17:00:23 +0900 Subject: Translate some sentences --- web/i18n/ja.yml | 66 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index 018a1ab..a5f59af 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -12,8 +12,8 @@ osm: ways: ウェイ relation: リレーション relations: リレーション - relation_type: リレーションの種別 - relation_types: リレーションの種別 + relation_type: リレーション種別 + relation_types: リレーション種別 relation_member: リレーションのメンバー relation_members: リレーションのメンバー relation_member_nodes: メンバーノード @@ -30,29 +30,29 @@ osm: taginfo: source: Source sources: Sources - download: Download - about: About + download: ダウンロード + about: 概要 contact: Contact meta: Meta wiki: taginfo wiki page - report: Report - reports: Reports + report: レポート + reports: レポート international: International - apidoc: API Documentation - project: Project - projects: Projects - test: Test - map: Map - maps: Maps - relations: Relations + apidoc: API仕様書 + project: プロジェクト + projects: プロジェクト + test: テスト + map: 地図 + maps: 地図 + relations: リレーション combinations: Combinations key_combinations: Combinations comparison: Key/Tag Comparison - overview: Overview - data_from: Data from - data_from_description: Last update of taginfo database + overview: 概要 + data_from: データ更新 + data_from_description: taginfoデータベースの最終更新 instance: - title: About this taginfo site + title: このtaginfoサイトについて other: See the OSM wiki for other sites. misc: @@ -84,7 +84,7 @@ misc: help: search: - title: Search + title: 検索 intro: Use the search box in the upper right corner to search for tag keys and values. string: You can search for tag keys and values substring: Just part of the key/value also works @@ -96,7 +96,7 @@ help: Enter. You will jump directly to that key or tag page. keyboard: - title: Keyboard shortcuts + title: キーボードショートカット site_navigation: Site navigation page_navigation: Page navigation table_navigation: Table navigation @@ -130,30 +130,28 @@ help: pages: not_found: - title: Not found - intro: Sorry, we could not find the page you were looking for. + title: 見つかりません + intro: 恐れ入りますが、お探しのページは見つかりませんでした。 index: - popular_keys: Some popular keys + popular_keys: よく使われているキー keys: - listkeys: See all keys... + listkeys: すべてのキーを表示... tags: - listtags: See most common tags... + listtags: よく使われているタグを表示... relations: - listrelations: See all relation types... + listrelations: すべてのリレーション種別を表示... reports: - listreports: See all reports... + listreports: すべてのレポートを表示... about: intro: -

OpenStreetMap uses tags of the form key=value - to add meaning to geographic objects. Taginfo collects information - about these tags from several sources to help you understand what - they mean and how they are used.

- more: More about taginfo... +

OpenStreetMap は地理的なオブジェクトに意味づけするためにキー=値という形のタグを使います。 + taginfo はこのようなタグに関する情報を様々な情報源から収集し、どのような意味なのか、どのように使われているかを分かりやすくします。

+ more: taginfo についての詳細... international: - see: See other taginfo sites... + see: 他の taginfo サイトを表示... about: about_taginfo: - title: About taginfo + title: taginfo について text: |

OpenStreetMap uses tags to add meaning to geographic objects. There is no fixed list of those tags. New tags can be invented and used as needed. @@ -171,7 +169,7 @@ pages: how they are used and what they mean. See a list of sources taginfo uses.

about_site: - title: About This Site + title: このサイトについて building_on_taginfo: title: Building on taginfo text: | -- cgit v1.2.3 From 5e8578c50c3520ec702e827daa71521a7af48c9c Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 17:15:55 +0900 Subject: Added Japanese translation --- web/i18n/ja.yml | 68 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index a5f59af..103098d 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -45,8 +45,8 @@ taginfo: map: 地図 maps: 地図 relations: リレーション - combinations: Combinations - key_combinations: Combinations + combinations: 組み合わせ + key_combinations: 組み合わせ comparison: Key/Tag Comparison overview: 概要 data_from: データ更新 @@ -60,8 +60,8 @@ misc: empty_string: empty string unknown: unknown count: Count - image: Image - no_image: no image + image: 画像 + no_image: 画像なし all: All object_type: Type description: Description @@ -107,21 +107,21 @@ help: pagedown: PgDn esc: Esc tab: TAB - home_page: Home page - keys_page: Keys page - tags_page: Tags page - relations_page: Relations page - projects_page: Projects page - compare_page: Comparison page - first_page: First page - prev_page: Previous page - next_page: Next page - last_page: Last page - help_page: This help + home_page: ホームページ + keys_page: 「キー」ページ + tags_page: 「タグ」ページ + relations_page: 「リレーション」ページ + projects_page: 「プロジェクト」ページ + compare_page: 「比較」ページ + first_page: 先頭のページ + prev_page: 前ページ + next_page: 次ページ + last_page: 最後のページ + help_page: このヘルプ activate_search: Activate search input activate_filter: Activate filter input field - prev_entry: Previous entry - next_entry: Next entry + prev_entry: 前の項目 + next_entry: 次の項目 enter_entry: Jump to entry switch_tab: Switch tab deactivate: Deactivate input fields @@ -305,14 +305,14 @@ pages: ways: Ways only relations: Relations only button_disabled: Button disabled, because there are too many objects with this key. - number_objects: Number of objects - number_values: Number of values - values_used: Values used with this key - tag_description_from_wiki: Description of the tag from the wiki (if available in your chosen language, otherwise in English). + number_objects: オブジェクトの数 + number_values: 値の数 + values_used: このキーで使われている値 + tag_description_from_wiki: Wikiでのタグの説明です(あれば選択された言語、なければ英語で) overview: objects_last_edited_by: Objects with this key were last edited by %1 different users. no_endorsement: (This does not mean that all those users endorse this key.) - distribution_of_values: Distribution of values + distribution_of_values: 値の分布 other_keys_used: title: Other keys used together with this key other: Other keys @@ -334,12 +334,12 @@ pages: title: Projects using this key description: How this key is used in the project similar: - tab: Similar - title: Similar keys - other: Similar keys - count_all_tooltip: Number of objects with the similar key - similarity: Similarity - similarity_tooltip: Smaller numbers mean more similar + tab: 類似 + title: 類似するキー + other: 類似するキー + count_all_tooltip: 類似するキーを持つオブジェクトの数です + similarity: 類似性 + similarity_tooltip: 値が小さい方が類似しています tag: description_from_wiki: Description of this tag from the wiki (if available in your chosen language, otherwise in English). no_description_in_wiki: No English language description for this tag in the wiki. (See also the "Wiki" tab.) @@ -354,10 +354,10 @@ pages: other_key_tooltip: Tags/Keys used together with this tag. from_count_tooltip: Number of objects with other tag/key that also have this tag. combinations: - title: Combinations - description: This table shows only the most common combinations of the most common tags. + title: 組み合わせ + description: この表はよく使われるタグの良くある組み合わせのみを表示しています。 geographic_distribution: - title: Geographical distribution of this tag + title: このタグの地理的な分布 relations: Relations do not have a geographical location, so no map can be shown. no_map: Sorry. The map can only be created for the most frequent tags. Try the overpass turbo link. wiki_pages: @@ -373,13 +373,13 @@ pages: title: Projects using this tag description: How this tag is used in the project relation: - name: Relation type + name: リレーション種別 description_from_wiki: Description of this relation type from the wiki (if available in your chosen language, otherwise in English). no_description_in_wiki: No English language description for this relation type in the wiki. (See also the "Wiki" tab.) button_disabled: Button disabled, because there are too many objects with this relation type. overview: - tab: Overview - title: Overview + tab: 概要 + title: 概要 member_type: Member type member_count: Number of members see_also: See also the tag page -- cgit v1.2.3 From 8a5da85403b024a1a528a738e75f3516b0b0ad0f Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 17:18:17 +0900 Subject: Translate some sentences --- web/i18n/ja.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index 103098d..eed11ec 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -417,13 +417,13 @@ pages: description: How this key/tag is used in the project flexigrid: - pagetext: Page - pagestat: Displaying {from} to {to} of {total} items + pagetext: ページ + pagestat: {total}項目中{from}件目から{to}件目を表示しています outof: of findtext: Find - procmsg: Processing, please wait... + procmsg: 処理中です。お待ちください... nomsg: No items - errormsg: Connection Error + errormsg: 接続エラー comparison: list: Comparison list -- cgit v1.2.3 From a67685f1fd8a583d1763158c803d99718a26ba3a Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Tue, 17 Mar 2015 18:06:54 +0900 Subject: Update ja.yml --- web/i18n/ja.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index eed11ec..e2ebd8a 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -72,15 +72,15 @@ misc: area: Area language: Language search_for: Search for - objects_tooltip: Number of objects (as absolute value and as percentage of all nodes, ways, and relations). - nodes_tooltip: Number of nodes (as absolute value and as percentage of tagged nodes, ie. nodes without any tags are ignored). - ways_tooltip: Number of ways (as absolute value and as percentage of all ways). - relations_tooltip: Number of relations (as absolute value and as percentage of all relations). - values_tooltip: Number of different values for this key. - users_tooltip: Number of distinct users who last changed objects with this key. - prevalent_values: Prevalent values - prevalent_values_tooltip: Up to ten of the most common values for this key (only if more than 1% of tags with this key have this value). - in_wiki_tooltip: Has at least one wiki page. + objects_tooltip: オブジェクトの数(実数と、すべてのノード、ウェイ、リレーションに対する割合)。 + nodes_tooltip: ノードの数(実数と、全ノードに対するタグ付けされたノードの数の割合)。 + ways_tooltip: ウェイの数(実数と、全ウェイに対する割合)。 + relations_tooltip: リレーションの数(実数と、全リレーションに対する割合)。 + values_tooltip: このキーに設定された値の種類。 + users_tooltip: このキーを持つオブジェクトを最後に変更したユーザーの数。 + prevalent_values: 代表的な値 + prevalent_values_tooltip: このキーでよく使われている値の上位10件まで(このキーを持つタグの中で1%以上使われている値のみ)。 + in_wiki_tooltip: Wikiページが1ページでもあるかどうか。 help: search: -- cgit v1.2.3 From c36591ef83ca5118fc3bf87d3d94c364629c134a Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Wed, 18 Mar 2015 04:01:54 +0900 Subject: delete untranslated strings --- web/i18n/ja.yml | 587 ++++---------------------------------------------------- 1 file changed, 38 insertions(+), 549 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index e2ebd8a..a93540b 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -28,16 +28,16 @@ osm: users: ユーザー taginfo: - source: Source - sources: Sources + source: ソース + sources: ソース download: ダウンロード about: 概要 - contact: Contact - meta: Meta - wiki: taginfo wiki page + contact: 連絡先 + meta: メタ + wiki: taginfo wiki ページ report: レポート reports: レポート - international: International + international: 各国のtaginfo apidoc: API仕様書 project: プロジェクト projects: プロジェクト @@ -47,31 +47,31 @@ taginfo: relations: リレーション combinations: 組み合わせ key_combinations: 組み合わせ - comparison: Key/Tag Comparison + comparison: キー/タグの比較 overview: 概要 data_from: データ更新 data_from_description: taginfoデータベースの最終更新 instance: title: このtaginfoサイトについて - other: See the OSM wiki for other sites. + other: 他のサイトについては OSM wiki を参照してください。 misc: - values_less_than_one_percent: no values with more than 1% - empty_string: empty string - unknown: unknown - count: Count + values_less_than_one_percent: 1%以上の値がありません + empty_string: 空の文字列 + unknown: 不明 + count: 件数 image: 画像 no_image: 画像なし - all: All - object_type: Type - description: Description - help: Help - length: Length - icon: Icon - line: Line - area: Area - language: Language - search_for: Search for + all: すべて + object_type: 種別 + description: 説明 + help: ヘルプ + length: 長さ + icon: アイコン + line: ライン + area: エリア + language: 言語 + search_for: 検索 objects_tooltip: オブジェクトの数(実数と、すべてのノード、ウェイ、リレーションに対する割合)。 nodes_tooltip: ノードの数(実数と、全ノードに対するタグ付けされたノードの数の割合)。 ways_tooltip: ウェイの数(実数と、全ウェイに対する割合)。 @@ -85,28 +85,15 @@ misc: help: search: title: 検索 - intro: Use the search box in the upper right corner to search for tag keys and values. - string: You can search for tag keys and values - substring: Just part of the key/value also works - complete_tags: You can search for complete tags - values_only: You can also search for tag values only - suggestions: | - For your convenience popular keys and tags will be suggested - while you type. Use your cursor keys to choose one and hit - Enter. - You will jump directly to that key or tag page. keyboard: title: キーボードショートカット - site_navigation: Site navigation - page_navigation: Page navigation - table_navigation: Table navigation keys: home: Home end: End pageup: PgUp pagedown: PgDn esc: Esc - tab: TAB + tab: Tab home_page: ホームページ keys_page: 「キー」ページ tags_page: 「タグ」ページ @@ -118,15 +105,8 @@ help: next_page: 次ページ last_page: 最後のページ help_page: このヘルプ - activate_search: Activate search input - activate_filter: Activate filter input field prev_entry: 前の項目 next_entry: 次の項目 - enter_entry: Jump to entry - switch_tab: Switch tab - deactivate: Deactivate input fields - up: Up in page hierarchy - switch_input: Switch between input fields pages: not_found: @@ -153,517 +133,26 @@ pages: about_taginfo: title: taginfo について text: | -

OpenStreetMap uses tags to add meaning to geographic objects. There - is no fixed list of those tags. New tags can be invented and used as needed. - Everybody can come up with a new tag and add it to new or existing objects. - This makes OpenStreetMap enormously flexible, but sometimes also a bit hard - to work with.

-

Whether you are contributing to OSM or using the OSM data, there are always - questions like: What tags do people use for feature X? What tags can I use - for feature Y so that it appears properly on the map? Is the tag Z described - on the wiki actually in use and where?

-

Taginfo helps you by showing statistics about which tags are actually in the - database, how many people use those tags, where they are used and so on. It - also gets information about tags from the wiki and from other places. Taginfo - tries to bring together all information about tags to help you understand - how they are used and what they mean. See a list of sources - taginfo uses.

+

OpenStreetMap は地理的なオブジェクトに意味づけするためにタグを使います。 + このタグの固定された一覧はありません。必要に応じて新しいタグが開発されることがあります。 + 誰もが新しいタグを導入し、新旧のオブジェクトに追加することができます。 + これによって OpenStreetMap は非常に柔軟になりますが、作業することが少し難しくなることがあります。

+

OSMに協力する場合にしろOSMのデータを利用する場合にしろ、次のような疑問が常に付きまといます。 + Xという地物や特徴のために人々はどのタグを使用しているのか? + Yという地物や特徴のために度のタグを使用すあれば、正しく地図上に現れるのか? + Wikiで説明されているZタグは実際に使われているのか?どこで?

+

taginfo は、どのタグが実際にはデータベース上にあるのか、どれだけの人がタグを使っているのか、 + どこで使用されているのかなどを、統計を表示することでお役に立ちます。 + wikiやその他の場所からの情報を得ることもできます。 + taginfo はタグについて、どのように使われているか、どのような意味なのかを理解しやすくするために情報を集約しようとしています。 + taginfo が使用している情報源の一覧を参照してください。 +

about_site: title: このサイトについて - building_on_taginfo: - title: Building on taginfo - text: | -

You can use the data from taginfo in your own projects:

-

API

-

Taginfo data can be accessed through a REST API. See the - API documentation for the details, some general information is - on the OSM wiki. - The servers running the taginfo API do not have unlimited resources. - Please use the API responsibly. If in doubt contact the maintainers of the - site you are using or talk to us on the mailing list.

-

Download

-

If you want to play around with the data used by taginfo, you can download the - regularly updated Sqlite database files. All the preprocessing is done for you. - See the download page for a list of files. Note that - some of these files can get quite large. If you want to download them regularly, - contact the maintainers of the site you are using or talk to us on the mailing list.

-

License

-

The data available through taginfo is licenced under ODbL, the - same - license as the OpenStreetMap data.

- software: - title: The taginfo software - text: | -

The taginfo software was created and is maintained by - Jochen Topf. - The web design was created by - Christian Topf.

-

Translations

-

We need translators for the taginfo user interface. See the translations overview for languages that need - some work. More information on how to help is on the - OSM wiki.

-

Code

-

All the software behind the taginfo sites is Open Source. You can get it on - GitHub. For an overview - see the page about the taginfo - architecture on the OSM wiki.

-

Running your own instance

-

You can run your own - taginfo site, - for instance with data for just your own country. Instructions are - on the OSM - wiki.

-

Bug reports and feature requests

-

Bug reports and feature requests should be directed to the GitHub issue tracker. Or you can - come talk to us on the mailing list.

-

Contact/Mailing list

-

Contact us on the - taginfo-dev mailing list - if you have questions or want to help.

- sources: - intro: | -

Taginfo collects data about OSM tags from several sources and brings them - together for easy browsing and discovery.

-

Note that taginfo only displays this data. If you want to change it, you - have to go back to the source.

- list: - title: List of Sources - intro: Here is a list of currently used sources. More sources might be integrated in the future. - description: - db: | -

Statistics about keys, tags, and relation types are generated from the OSM database (or an extract) as well as the maps that show the geographic distribution of nodes and ways.

- wiki: | -

The OSM Wiki is read and all Key:*, Tag:*, and Relation:* pages (in all the different languages) are analyzed. Descriptions, images, related tags, etc. are extracted from them.

- languages: | -

Taginfo gets information about the different languages of the world, their codes, names, etc. from several IANA and Unicode registries.

- projects: | -

Projects that use OSM tags in some way, such as editors, maps, routers, etc. See the project list.

- updates: - title: Updates - intro: The taginfo data is updated regularly from the sources. - data_until: Data until - last_update_run: Last update run - data_until_explanation: All edits until this time will be in the data, later edits might be. - to: to - download: - intro: | -

Here you can download the databases used by taginfo. All the data is stored - in Sqlite databases. - The database files are then packed with bzip2.

-

If you don't want to download these databases, but need automated access to - the data, you can also use the API.

- file: File - packed: Packed - unpacked: Unpacked - description: Description - reports: - intro: | - Reports show the tag data from different angles. - They often bring together data from several sources in interesting ways. Some - of the reports can help with finding specific errors. - list: List of all reports - data_sources: Data sources used - search: - title: Search results - you_were_searching_for: You were searching for - fulltext: Full text - no_keys: No keys found. - no_values: No values found. - no_tags: No tags found. - no_match: No matches. - compare: - nothing_to_compare: There are no keys/tags to compare. Go to any key or tag page and add them. - keys: - intro: | - This table shows all tag keys that exist in the database or in any of the other sources. - tags: - intro: | - This table shows the most common tags in the database. - relations: - name: Relation types - intro: Information about the different types of relations (indicated by the type tag). - relations_of_type_tooltip: Number of relations of this type (and as percentage of all relations). - prevalent_roles: Prevalent roles - prevalent_roles_tooltip: Prevalent roles for this type of relation. - no_information: No information - roles_less_than_one_percent: no roles with more than 1% - empty_role: empty role - projects: - intro: | - This table shows all projects known to taginfo that use OSM tags in some way.
For more about this functionality see the wiki. - key: - description_from_wiki: Description of this key from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No English language description for this key in the wiki. (See also the "Wiki" tab.) - filter: - label: | - Filter: - none: No filter - nodes: Nodes only - ways: Ways only - relations: Relations only - button_disabled: Button disabled, because there are too many objects with this key. - number_objects: オブジェクトの数 - number_values: 値の数 - values_used: このキーで使われている値 - tag_description_from_wiki: Wikiでのタグの説明です(あれば選択された言語、なければ英語で) - overview: - objects_last_edited_by: Objects with this key were last edited by %1 different users. - no_endorsement: (This does not mean that all those users endorse this key.) - distribution_of_values: 値の分布 - other_keys_used: - title: Other keys used together with this key - other: Other keys - to_count_tooltip: Number of objects with this key that also have the other key. - other_key_tooltip: Key used together with this key. - from_count_tooltip: Number of objects with other key that also have this key. - geographic_distribution: - title: Geographical distribution of this key - relations: Relations do not have a geographical location, so no map can be shown. - wiki_pages: - title: Wiki pages about this key - none_found: No wiki page available for this key. - create: Create wiki page for this key - wiki_page: Wiki page - implied_tags: Implied Tags - combined_tags: Combined Tags - linked_tags: Linked Tags - projects: - title: Projects using this key - description: How this key is used in the project - similar: - tab: 類似 - title: 類似するキー - other: 類似するキー - count_all_tooltip: 類似するキーを持つオブジェクトの数です - similarity: 類似性 - similarity_tooltip: 値が小さい方が類似しています - tag: - description_from_wiki: Description of this tag from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No English language description for this tag in the wiki. (See also the "Wiki" tab.) - button_disabled: Button disabled, because there are too many objects with this tag. - number_objects: Number of objects - overview: - see_also: See also the relation type page - other_tags_used: - title: Other tags used together with this tag - other: Other tags - to_count_tooltip: Number of objects with this tag that also have the other tag/key. - other_key_tooltip: Tags/Keys used together with this tag. - from_count_tooltip: Number of objects with other tag/key that also have this tag. - combinations: - title: 組み合わせ - description: この表はよく使われるタグの良くある組み合わせのみを表示しています。 - geographic_distribution: - title: このタグの地理的な分布 - relations: Relations do not have a geographical location, so no map can be shown. - no_map: Sorry. The map can only be created for the most frequent tags. Try the overpass turbo link. - wiki_pages: - title: Wiki pages about this tag - none_found: No wiki page available for this tag. - create: Create wiki page for this tag - suggest_key_wiki_page: Maybe you can find some more information on the wiki page for the key %1. - wiki_page: Wiki page - implied_tags: Implied Tags - combined_tags: Combined Tags - linked_tags: Linked Tags - projects: - title: Projects using this tag - description: How this tag is used in the project - relation: - name: リレーション種別 - description_from_wiki: Description of this relation type from the wiki (if available in your chosen language, otherwise in English). - no_description_in_wiki: No English language description for this relation type in the wiki. (See also the "Wiki" tab.) - button_disabled: Button disabled, because there are too many objects with this relation type. - overview: - tab: 概要 - title: 概要 - member_type: Member type - member_count: Number of members - see_also: See also the tag page - roles: - tab: Roles - title: Member roles - objects_tooltip: Relation members with this role (and as percentage of all members) for this relation type. - nodes_tooltip: Relation members of type node with this role (and as percentage of all members of type node) for this relation type. - ways_tooltip: Relation members of type way with this role (and as percentage of all members of type way) for this relation type. - relations_tooltip: Relation members of type relation with this role (and as percentage of all members of type relation) for this relation type. - no_roles_info: There is no information about roles for this relation type (most likely because there are only very few of those relations). - graph: - tab: Roles Graph - title: Roles Graph - wiki_pages: - title: Wiki pages about this relation type - none_found: No wiki page available for this relation type. - create: Create wiki page for this relation type - wiki_page: Wiki page - projects: - title: Projects using this relation type - description: How this relation type is used in the project - project: - overview: - project_name: Project name - project_url: Project URL - description: Description - documentation_url: Documentation - last_update: Last update - json_url: JSON project file - info: This data is provided by the project for taginfo though the 'JSON project file' linked from above. See the wiki for a format description. - tags: - title: Tags used by this project - intro: This data is provided by the project and not necessarily complete. Please see the project documentation for details. - description: How this key/tag is used in the project flexigrid: pagetext: ページ pagestat: {total}項目中{from}件目から{to}件目を表示しています - outof: of - findtext: Find procmsg: 処理中です。お待ちください... - nomsg: No items + nomsg: 項目なし errormsg: 接続エラー - -comparison: - list: Comparison list - items: items - add_key: Add this key to list - add_tag: Add this tag to list - clear: Clear comparison list - compare: Compare keys/tags - -sources: - master: - name: Master - description: Aggregate statistics and miscellaneous data needed for the taginfo user interface. - history: - name: History - description: Aggregate statistics over time. - db: - name: Database - description: Statistics about each key and each tag from the main OSM database (planet file). - wiki: - name: Wiki - description: Data from the tag and key pages of the OSM wiki. - languages: - name: Languages - description: Language names, codes, etc. from IANA and Unicode registries. - projects: - name: Projects - description: External projects and the OSM keys/tags they use. - -reports: - characters_in_keys: - name: Characters in keys - intro: | - Any valid Unicode character can appear in an OSM key but usually - only lower case latin letters (a-z) and the underscore (_) are - used. The colon (:) is often used as a separator character. This - report categorizes all keys according the the characters they use. - statistics: - tab: Statistics - title: Statistics overview - fraction: Fraction - characters: Characters in key - characters_in_keys: - plain: Only latin lowercase letters (a to z) and underscore (_), first and last characters are letters. - colon: Like A but with one or more colons (:) inside. - letters: Like B but with uppercase latin letters or letters from other alphabets. - space: At least one whitespace character (space, tab, new line, carriage return, or from other alphabets). - problem: Contains possibly problematic characters =+/&<>;'"?%#@\,. - rest: Everything else. - total: Total - plain: - tab: Plain - title: Plain keys - intro: | -

Keys containing only lowercase latin letters (a to z) and the - underscore (_). First and last - characters must be letters. Most simple keys should fall into - this category.

- colon: - tab: Colon - title: Keys with colon - intro: | -

Keys that have one or more colon (:) characters inside in addition to the - letters (a to z) and underscores (_). The colon is often used as a hierarchy - separator character.

- letters: - tab: Letters - title: Keys with uppercase letters or letters from other scripts - intro: | -

Lowercase letters from the latin script are usually - preferred for keys, but sometimes uppercase letters are used - (for instance for known abbreviations) or letters from other - scripts (for instance for keys only relevant to an area where - that script is used predominantly).

- space: - tab: Whitespace - title: Keys with whitespace - intro: | -

Keys that contain whitespace characters such as space, tab, - new line, carriage return, or whitespace characters from other - alphabets. Whitespace in keys can be confusing, especially at - the beginning or end of the key, because they are invisible. - Generally the whitespace should be removed or the underscore - (_) used instead.

- problem: - tab: Problematic - title: Keys with possibly problematic characters - intro: | -

Keys that contain possibly problematic characters: =+/&<>;'"?%#@\, or control - characters. These characters can be problematic, because they - are used to quote strings in different programming languages or - have special meanings in XML, HTML, URLs, and other places. The - equal sign is used often as separator between tag keys and - values. Keys that appear in this list are not necessarily wrong - though. But in many cases they are just results of some error - and should be fixed.

- rest: - tab: Rest - title: All other keys - intro: | -

Keys that don't fit in any of the other categories.

- database_statistics: - name: Database statistics - objects_in_db: Number of objects in the database - tags_in_db: Number of tags in the database - distinct_keys: Number of distinct keys - distinct_tags: Number of distinct tags - nodes_in_db: Number of nodes in the database - nodes_with_tags_in_db: Number of nodes with at least one tag - nodes_with_tags_in_db_percent: Percentage of nodes with at least one tag - tags_on_nodes: Number of tags on nodes - avg_tags_per_tagged_node: Average number of tags per tagged node - ways_in_db: Number of ways in the database - closed_ways_in_db: Number of closed ways - tags_on_ways: Number of tags on ways - avg_tags_per_way: Average number of tags per way - relations_in_db: Number of relations in the database - tags_on_relations: Number of tags on relations - avg_tags_per_relation: Average number of tags per relation - frequently_used_keys_without_wiki_page: - name: Frequently used keys without wiki page - intro: | -

This table shows keys that appear more than 10 000 times in the OSM - database but have no wiki page describing them. If you know anything about one - of these keys, please create the wiki page by clicking on the link in the - leftmost column and describe the key. Sometimes it might make sense to create a - redirect to a different wiki page instead. To do this put just one line with - #REDIRECT [[page name]] - in the wiki page.

- also_show_keys: Also show keys that have no English language wiki page but a page in some other language. - table: - create_wiki_page: Create wiki page... - key_lengths: - name: Key lengths - intro: | - Tag keys can be between 0 and 255 (Unicode) characters long. Very short or very long keys are often, but not always, errors. - table: - number_of_objects: Number of objects - histogram: - name: Histogram - intro: This histogram shows how many keys there are of each length. - key_length: Key length - number_of_keys: Number of keys - language_comparison_table_for_keys_in_the_wiki: - name: Language comparison table for keys in the wiki - icons: - template: Page in wiki available and contains standard template. - error: Page in wiki available and contains standard template, but couldn't be parsed. - page: Page in wiki available but doesn't contain standard template. - redirect: Page is a redirect. - intro: | - This table shows all tag keys for which there are wiki pages available and in what languages they are. - languages: - name: Languages - intro: | - OpenStreetMap is an international project. Tags and their descriptions can - be in any language. This table lists the languages taginfo knows about and how - many wiki pages there are in these languages documenting keys and tags, - respectively. - code: Code - native_name: Native name - english_name: English name - wiki_key_pages: Wiki key pages - wiki_tag_pages: Wiki tag pages - wiki_pages_about_non_existing_keys: - name: Wiki pages about non-existing keys - intro: | - This table shows keys for which a wiki page exists but there is not a single - instance in the database. This is not necessarily an error (maybe somebody - added the documentation in the wiki as preparation for using a key or the wiki - page documents a now obsolete key), but it can also be a typo or other error. - wiki_pages: Wiki pages - name_tags: - name: Variants of name tags - intro: | -

This report shows information related to the naming of objects in OSM - using the name tag and its variants.

- overview: - tab: Overview - title: Overview - bcp47: - tab: BCP47 Subtags - title: BCP47 Subtags - filter: - label: Show only subtags of type - all: All - language: Language - script: Script - region: Region - variant: Variant - intro: | -

The IETF defines language - tags in its standard - Tags for Identifying Languages - (BCP47). Language - tags consist of one or more subtags describing the language, - script, variants, etc. The following list shows the subtags currently - registered that are relevant for OSM. For more information see also the - Wikipedia - entry on IETF language tags and the langtag.net site.

-

Note that the data shown in this table is not from OpenStreetMap, - it just shows the building blocks that can be used to describe languages - irrespective of whether they are actually used in OSM. -

- similar_keys: - name: Similar keys - intro: | - This report shows keys used very often and similar keys used very - rarely. This exposes many misspellings of common keys, but is not - perfect. Take care when fixing the data! Do NOT just mechanically - edit those keys with search-and-replace. Look at each case individually - and also fix other problems that you see. - key_common: Commonly used keys - key_rare: Rarely used keys - count_common: Count - count_rare: Count - similarity: Similarity - historic_development: - name: Historic development - intro: | - Development of some important statistics over time. This data has - been collected by taginfo, gaps are possible when taginfo didn't run - on a day for some reason. - keys: - title: Unique keys - tags: - title: Unique tags - relation_types: - title: Unique relation types - wiki_images: - name: Wiki images - intro: | - Images used in the wiki to symbolize the keys in different - languages. Sometimes the image from one or the other language - variant is better. But sometimes it makes sense to have different - images because of different cultural backgrounds or so. - -- cgit v1.2.3 From 83c082d730adea2a56fb1ef9cd9257d25033a1b7 Mon Sep 17 00:00:00 2001 From: mfuji09 Date: Wed, 18 Mar 2015 21:21:39 +0900 Subject: translated help and pages sections --- web/i18n/ja.yml | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/web/i18n/ja.yml b/web/i18n/ja.yml index a93540b..182815c 100644 --- a/web/i18n/ja.yml +++ b/web/i18n/ja.yml @@ -85,8 +85,21 @@ misc: help: search: title: 検索 + intro: タグのキーや値を検索する場合は、右上の検索ボックスを使用してください。 + string: タグのキーや値を検索できます + substring: キーや値の一部だけでも検索できます + complete_tags: 完全なタグを検索できます + values_only: タグの値だけでも検索できます + suggestions: | + 利便性のために、入力中によく使われているキーやタグの候補を表示します。 + カーソルキーを使って選択し、Enterを押して下さい。 + そのキーやタグのページに直接ジャンプします。 + keyboard: title: キーボードショートカット + site_navigation: サイトの操作 + page_navigation: ページの操作 + table_navigation: 表の操作 keys: home: Home end: End @@ -95,18 +108,25 @@ help: esc: Esc tab: Tab home_page: ホームページ - keys_page: 「キー」ページ - tags_page: 「タグ」ページ - relations_page: 「リレーション」ページ - projects_page: 「プロジェクト」ページ - compare_page: 「比較」ページ + keys_page: キーのページ + tags_page: タグのページ + relations_page: リレーションのページ + projects_page: プロジェクトのページ + compare_page: 比較のページ first_page: 先頭のページ prev_page: 前ページ next_page: 次ページ last_page: 最後のページ help_page: このヘルプ + activate_search: 検索ボックスに移動 + activate_filter: フィルタの入力ボックスに移動 prev_entry: 前の項目 next_entry: 次の項目 + enter_entry: 項目に移動 + switch_tab: タブを切り替え + deactivate: 入力ボックスから戻る + up: 1階層上に移動 + switch_input: 入力ボックス間を移動 pages: not_found: @@ -124,8 +144,10 @@ pages: listreports: すべてのレポートを表示... about: intro: -

OpenStreetMap は地理的なオブジェクトに意味づけするためにキー=値という形のタグを使います。 - taginfo はこのようなタグに関する情報を様々な情報源から収集し、どのような意味なのか、どのように使われているかを分かりやすくします。

+

OpenStreetMap はキー=値という形のタグを使って、 + 地理的なオブジェクトに意味づけしています。 taginfo + はこのようなタグに関する情報を様々な情報源から収集し、どのような意味なのか、 + どのように使われているかを分かりやすくします。

more: taginfo についての詳細... international: see: 他の taginfo サイトを表示... @@ -133,11 +155,11 @@ pages: about_taginfo: title: taginfo について text: | -

OpenStreetMap は地理的なオブジェクトに意味づけするためにタグを使います。 - このタグの固定された一覧はありません。必要に応じて新しいタグが開発されることがあります。 +

OpenStreetMap はタグを使って地理的なオブジェクトに意味づけします。 + このタグの固定した一覧はありません。必要に応じて新しいタグが開発されることがあります。 誰もが新しいタグを導入し、新旧のオブジェクトに追加することができます。 これによって OpenStreetMap は非常に柔軟になりますが、作業することが少し難しくなることがあります。

-

OSMに協力する場合にしろOSMのデータを利用する場合にしろ、次のような疑問が常に付きまといます。 +

OSMに協力するにせよOSMのデータを利用するにせよ、次のような疑問が常に付きまといます。 Xという地物や特徴のために人々はどのタグを使用しているのか? Yという地物や特徴のために度のタグを使用すあれば、正しく地図上に現れるのか? Wikiで説明されているZタグは実際に使われているのか?どこで?

-- cgit v1.2.3