Merge branch 'openstreetbugs' of git://git.openstreetmap.org/rails into openstreetbugs2
This commit is contained in:
commit
a6f45adede
29 changed files with 2098 additions and 199 deletions
|
@ -18,7 +18,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
# don't allow access to any auth-requiring part of the site unless
|
||||
# the new CTs have been seen (and accept/decline chosen).
|
||||
elsif !@user.terms_seen and flash[:showing_terms].nil?
|
||||
elsif !@user.terms_seen and flash[:skip_terms].nil?
|
||||
flash[:notice] = t 'user.terms.you need to accept or decline'
|
||||
if params[:referer]
|
||||
redirect_to :controller => "user", :action => "terms", :referer => params[:referer]
|
||||
|
@ -120,7 +120,7 @@ class ApplicationController < ActionController::Base
|
|||
# if the user hasn't seen the contributor terms then don't
|
||||
# allow editing - they have to go to the web site and see
|
||||
# (but can decline) the CTs to continue.
|
||||
if REQUIRE_TERMS_SEEN and not @user.terms_seen
|
||||
if REQUIRE_TERMS_SEEN and not @user.terms_seen and flash[:skip_terms].nil?
|
||||
set_locale
|
||||
report_error t('application.setup_user_auth.need_to_see_terms'), :forbidden
|
||||
end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
class UserController < ApplicationController
|
||||
layout :choose_layout
|
||||
|
||||
before_filter :disable_terms_redirect, :only => [:terms, :save, :logout]
|
||||
before_filter :disable_terms_redirect, :only => [:terms, :save, :logout, :api_details]
|
||||
before_filter :authorize, :only => [:api_details, :api_gpx_files]
|
||||
before_filter :authorize_web, :except => [:api_details, :api_gpx_files]
|
||||
before_filter :set_locale, :except => [:api_details, :api_gpx_files]
|
||||
|
@ -522,6 +522,6 @@ private
|
|||
# this is necessary otherwise going to the user terms page, when
|
||||
# having not agreed already would cause an infinite redirect loop.
|
||||
# it's .now so that this doesn't propagate to other pages.
|
||||
flash.now[:showing_terms] = true
|
||||
flash.now[:skip_terms] = true
|
||||
end
|
||||
end
|
||||
|
|
804
config/locales/ast.yml
Normal file
804
config/locales/ast.yml
Normal file
|
@ -0,0 +1,804 @@
|
|||
# Messages for Asturian (Asturianu)
|
||||
# Exported from translatewiki.net
|
||||
# Export driver: syck-pecl
|
||||
# Author: Xuacu
|
||||
ast:
|
||||
activerecord:
|
||||
attributes:
|
||||
diary_comment:
|
||||
body: Cuerpu
|
||||
diary_entry:
|
||||
language: Llingua
|
||||
latitude: Llatitú
|
||||
longitude: Llonxitú
|
||||
title: Títulu
|
||||
user: Usuariu
|
||||
friend:
|
||||
friend: Collaciu
|
||||
user: Usuariu
|
||||
message:
|
||||
body: Cuerpu
|
||||
recipient: Destinatariu
|
||||
sender: Remitente
|
||||
title: Títulu
|
||||
trace:
|
||||
description: Descripción
|
||||
latitude: Llatitú
|
||||
longitude: Llonxitú
|
||||
name: Nome
|
||||
public: Públicu
|
||||
size: Tamañu
|
||||
user: Usuariu
|
||||
visible: Visible
|
||||
user:
|
||||
active: Activu
|
||||
description: Descripción
|
||||
display_name: Nome a amosar
|
||||
email: Corréu
|
||||
languages: Llingües
|
||||
pass_crypt: Contraseña
|
||||
models:
|
||||
acl: Llista de Control d'Accesu
|
||||
changeset: Conxuntu de cambeos
|
||||
changeset_tag: Etiqueta del conxuntu de cambeos
|
||||
country: País
|
||||
diary_comment: Comentariu del diariu
|
||||
diary_entry: Entrada del diariu
|
||||
friend: Collaciu
|
||||
language: Llingua
|
||||
message: Mensaxe
|
||||
node: Nodu
|
||||
node_tag: Etiqueta del nodu
|
||||
notifier: Avisador
|
||||
old_node: Nodu antiguu
|
||||
old_node_tag: Etiqueta del nodu antiguu
|
||||
old_relation: Rellación antigua
|
||||
old_relation_member: Miembru de la rellación antigua
|
||||
old_relation_tag: Etiqueta de la rellación antigua
|
||||
old_way: Vía antigua
|
||||
old_way_node: Nodu de via antigua
|
||||
old_way_tag: Etiqueta de vía antigua
|
||||
relation: Rellación
|
||||
relation_member: Miembru de la rellación
|
||||
relation_tag: Etiqueta de la rellación
|
||||
session: Sesión
|
||||
trace: Traza
|
||||
tracepoint: Puntu de traza
|
||||
tracetag: Etiqueta de traza
|
||||
user: Usuariu
|
||||
user_preference: Preferencia d'usuariu
|
||||
user_token: Token d'usuariu
|
||||
way: Vía
|
||||
way_node: Nodu de vía
|
||||
way_tag: Etiqueta de vía
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Conxuntu de cambeos: {{id}}"
|
||||
changesetxml: Conxuntu de cambeos XML
|
||||
download: Descargar {{changeset_xml_link}} o {{osmchange_xml_link}}
|
||||
feed:
|
||||
title: Conxuntu de cambeos {{id}}
|
||||
title_comment: Conxuntu de cambeos {{id}} - {{comment}}
|
||||
osmchangexml: osmChange XML
|
||||
title: Conxuntu de cambeos
|
||||
changeset_details:
|
||||
belongs_to: "Pertenez a:"
|
||||
bounding_box: "Cuadru de llende:"
|
||||
box: cuadru
|
||||
closed_at: "Zarrao el:"
|
||||
created_at: "Creao el:"
|
||||
has_nodes:
|
||||
one: "Tien el nodu darréu:"
|
||||
other: "Tien los nodos {{count}} darréu:"
|
||||
has_relations:
|
||||
one: "Tien la rellación darréu:"
|
||||
other: "Tien les {{count}} rellaciones darréu:"
|
||||
has_ways:
|
||||
one: "Tien la vía darréu:"
|
||||
other: "Tien les {{count}} víes darréu:"
|
||||
no_bounding_box: Nun se guardó un cuadru de llende pal conxuntu de cambeos.
|
||||
show_area_box: Ver cuadru d'área
|
||||
common_details:
|
||||
changeset_comment: "Comentariu:"
|
||||
edited_at: "Editao el:"
|
||||
edited_by: "Editao por:"
|
||||
in_changeset: "Nel conxuntu de cambeos:"
|
||||
version: "Versión:"
|
||||
containing_relation:
|
||||
entry: Rellación {{relation_name}}
|
||||
entry_role: Rellación {{relation_name}} (como {{relation_role}})
|
||||
map:
|
||||
deleted: Desaniciáu
|
||||
larger:
|
||||
area: Ver área nun mapa más grande
|
||||
node: Ver nodu nun mapa más grande
|
||||
relation: Ver rellación nun mapa más grande
|
||||
way: Ver la vía nun mapa más grande
|
||||
loading: Cargando…
|
||||
navigation:
|
||||
all:
|
||||
next_changeset_tooltip: Conxuntu de cambeos siguiente
|
||||
next_node_tooltip: Nodu siguiente
|
||||
next_relation_tooltip: Rellación siguiente
|
||||
next_way_tooltip: Vía siguiente
|
||||
prev_changeset_tooltip: Conxuntu de cambeos anterior
|
||||
prev_node_tooltip: Nodu anterior
|
||||
prev_relation_tooltip: Rellación anterior
|
||||
prev_way_tooltip: Vía anterior
|
||||
user:
|
||||
name_changeset_tooltip: Ver les ediciones de {{user}}
|
||||
next_changeset_tooltip: Siguiente edición de {{user}}
|
||||
prev_changeset_tooltip: Edición anterior de {{user}}
|
||||
node:
|
||||
download: "{{download_xml_link}}, {{view_history_link}} o {{edit_link}}"
|
||||
download_xml: Descargar XML
|
||||
edit: editar
|
||||
node: Nodu
|
||||
node_title: "Nodu: {{node_name}}"
|
||||
view_history: ver historial
|
||||
node_details:
|
||||
coordinates: "Coordenaes:"
|
||||
part_of: "Parte de:"
|
||||
node_history:
|
||||
download: "{{download_xml_link}} o {{view_details_link}}"
|
||||
download_xml: Descargar XML
|
||||
node_history: Historial del nodu
|
||||
node_history_title: "Historial del nodu: {{node_name}}"
|
||||
view_details: ver detalles
|
||||
not_found:
|
||||
sorry: Perdón, el/la {{type}} con id {{id}} nun se pudo alcontrar.
|
||||
type:
|
||||
changeset: conxuntu de cambeos
|
||||
node: nodu
|
||||
relation: rellación
|
||||
way: vía
|
||||
paging_nav:
|
||||
of: de
|
||||
showing_page: Amosando páxina
|
||||
relation:
|
||||
download: "{{download_xml_link}} o {{view_history_link}}"
|
||||
download_xml: Descargar XML
|
||||
relation: Rellación
|
||||
relation_title: "Rellación: {{relation_name}}"
|
||||
view_history: ver historial
|
||||
relation_details:
|
||||
members: "Miembros:"
|
||||
part_of: "Parte de:"
|
||||
relation_history:
|
||||
download: "{{download_xml_link}} o {{view_details_link}}"
|
||||
download_xml: Descargar XML
|
||||
relation_history: Historial de rellación
|
||||
relation_history_title: "Historial de rellación: {{relation_name}}"
|
||||
view_details: ver detalles
|
||||
relation_member:
|
||||
entry_role: "{{type}} {{name}} como {{role}}"
|
||||
type:
|
||||
node: nodu
|
||||
relation: Rellación
|
||||
way: Vía
|
||||
start:
|
||||
manually_select: Seleiciona manualmente un área distinta
|
||||
view_data: Ver datos de la vista actual del mapa
|
||||
start_rjs:
|
||||
data_frame_title: Datos
|
||||
data_layer_name: Datos
|
||||
details: Detalles
|
||||
drag_a_box: Arrastra un cuadru nel mapa pa seleicionar un área
|
||||
edited_by_user_at_timestamp: Editao por [[user]] el [[timestamp]]
|
||||
hide_areas: Anubrir árees
|
||||
history_for_feature: Historial de [[feature]]
|
||||
load_data: Cargar datos
|
||||
loaded_an_area_with_num_features: "Cargasti un área que contién [[num_features]] carauterístiques. Polo xeneral, los restoladores nun pueden amosar bien esta cantidá de datos. Normalmente los restoladores funcionen meyor amosando menos de 100 carauterístiques al tiempu: d'otra miente se tornen lentos/dexen de responder. Si tas seguru d'amosar los datos, pues facelo calcando nel botón d'abaxo."
|
||||
loading: Cargando…
|
||||
manually_select: Seleiciona manualmente un área distinta
|
||||
object_list:
|
||||
api: Recuperar esti área de l'API
|
||||
back: Amosar llista d'oxetos
|
||||
details: Detalles
|
||||
heading: Llista d'oxetos
|
||||
history:
|
||||
type:
|
||||
node: Nodu [[id]]
|
||||
way: Vía [[id]]
|
||||
selected:
|
||||
type:
|
||||
node: Nodu [[id]]
|
||||
way: Vía [[id]]
|
||||
type:
|
||||
node: Nodu
|
||||
way: Vía
|
||||
private_user: usuariu priváu
|
||||
show_areas: Amosar árees
|
||||
show_history: Ver historial
|
||||
unable_to_load_size: "Nun se pue cargar: El tamañu del cuadru de llende [[bbox_size]] ye demasiao grande (tien de ser menor de {{max_bbox_size}})"
|
||||
wait: Espera...
|
||||
zoom_or_select: Amplía o seleiciona un área del mapa pa velu
|
||||
tag_details:
|
||||
tags: "Etiquetes:"
|
||||
wiki_link:
|
||||
key: La páxina wiki de descripción de la etiqueta {{key}}
|
||||
tag: La páxina wiki de descripción de la etiqueta {{key}}={{value}}
|
||||
wikipedia_link: L'artículu {{page}} en Wikipedia
|
||||
timeout:
|
||||
sorry: Perdón, los datos pa {{type}} con id {{id}}, tardaron demasiao en descargase.
|
||||
type:
|
||||
changeset: conxuntu de cambeos
|
||||
node: nodu
|
||||
relation: rellación
|
||||
way: vía
|
||||
way:
|
||||
download: "{{download_xml_link}}, {{view_history_link}} o {{edit_link}}"
|
||||
download_xml: Descargar XML
|
||||
edit: editar
|
||||
view_history: ver historial
|
||||
way: Vía
|
||||
way_title: "Vía: {{way_name}}"
|
||||
way_details:
|
||||
also_part_of:
|
||||
one: tamién ye parte de la vía {{related_ways}}
|
||||
other: tamién ye parte de les víes {{related_ways}}
|
||||
nodes: "Nodos:"
|
||||
part_of: "Parte de:"
|
||||
way_history:
|
||||
download: "{{download_xml_link}} o {{view_details_link}}"
|
||||
download_xml: Descargar XML
|
||||
view_details: ver detalles
|
||||
way_history: Historial de la vía
|
||||
way_history_title: "Historial de la vía: {{way_name}}"
|
||||
changeset:
|
||||
changeset:
|
||||
anonymous: Anónimu
|
||||
big_area: (grande)
|
||||
no_comment: (nengún)
|
||||
no_edits: (ensin ediciones)
|
||||
show_area_box: ver cuadru d'área
|
||||
still_editing: (editando entá)
|
||||
view_changeset_details: Ver detalles del conxuntu de cambeos
|
||||
changeset_paging_nav:
|
||||
next: Siguiente »
|
||||
previous: "« Anterior"
|
||||
showing_page: Tas na páxina {{page}}
|
||||
changesets:
|
||||
area: Área
|
||||
comment: Comentariu
|
||||
id: ID
|
||||
saved_at: Guardao el
|
||||
user: Usuariu
|
||||
list:
|
||||
description: Cambeos recientes
|
||||
description_bbox: Conxuntos de cambeos en {{bbox}}
|
||||
description_user: Conxuntos de cambeos de {{user}}
|
||||
description_user_bbox: Conxuntos de cambeos de {{user}} en {{bbox}}
|
||||
heading: Conxuntos de cambeos
|
||||
heading_bbox: Conxuntos de cambeos
|
||||
heading_user: Conxuntos de cambeos
|
||||
heading_user_bbox: Conxuntos de cambeos
|
||||
title: Conxuntos de cambeos
|
||||
title_bbox: Conxuntos de cambeos en {{bbox}}
|
||||
title_user: Conxuntos de cambeos de {{user}}
|
||||
title_user_bbox: Conxuntos de cambeos de {{user}} en {{bbox}}
|
||||
timeout:
|
||||
sorry: Llevó demasiao tiempu baxar la llista de conxuntos de cambeos que pidisti.
|
||||
diary_entry:
|
||||
diary_comment:
|
||||
comment_from: Comentariu de {{link_user}} el {{comment_created_at}}
|
||||
confirm: Confirmar
|
||||
hide_link: Anubrir esti comentariu
|
||||
diary_entry:
|
||||
comment_count:
|
||||
one: 1 comentariu
|
||||
other: "{{count}} comentarios"
|
||||
comment_link: Comentar esta entrada
|
||||
confirm: Confirmar
|
||||
edit_link: Editar esta entrada
|
||||
hide_link: Anubrir esta entrada
|
||||
posted_by: Unviáu por {{link_user}} el {{created}} en {{language_link}}
|
||||
reply_link: Responder a esta entrada
|
||||
edit:
|
||||
body: "Cuerpu:"
|
||||
language: "Llingua:"
|
||||
latitude: "Llatitú:"
|
||||
location: "Allugamientu:"
|
||||
longitude: "Llonxitú:"
|
||||
marker_text: Allugamientu de la entrada del diariu
|
||||
save_button: Guardar
|
||||
subject: "Asuntu:"
|
||||
title: Editar entrada del diariu
|
||||
use_map_link: usar mapa
|
||||
feed:
|
||||
all:
|
||||
description: Entraes recientes nel diariu d'usuarios d'OpenStreetMap
|
||||
title: Entraes nel diariu d'OpenStreetMap
|
||||
language:
|
||||
description: Entraes recientes nel diariu d'usuarios d'OpenStreetMap en {{language_name}}
|
||||
title: Entraes nel diariu d'OpenStreetMap en {{language_name}}
|
||||
user:
|
||||
description: Entraes recientes nel diariu d'OpenStreetMap de {{user}}
|
||||
title: Entraes nel diariu d'OpenStreetMap de {{user}}
|
||||
list:
|
||||
in_language_title: Entraes del diariu en {{language}}
|
||||
new: Nueva entrada del diariu
|
||||
new_title: Escribir una entrada nueva nel to diariu d'usuariu
|
||||
newer_entries: Entraes más nueves
|
||||
no_entries: Nun hai entraes nel diariu
|
||||
older_entries: Entraes anteriores
|
||||
recent_entries: "Entraes recientes del diariu:"
|
||||
title: Diarios d'usuarios
|
||||
user_title: Diariu de {{user}}
|
||||
location:
|
||||
edit: Editar
|
||||
location: "Allugamientu:"
|
||||
view: Ver
|
||||
new:
|
||||
title: Nueva entrada del diariu
|
||||
no_such_entry:
|
||||
body: Lo siento, nun hai denguna entrada del diariu cola id {{id}}. Comprueba la escritura o si calcasti nun enllaz enquivocáu, seique.
|
||||
heading: "Nun esiste la entrada con id: {{id}}"
|
||||
title: Nun esiste la entrada del diariu
|
||||
no_such_user:
|
||||
body: Lo siento, nun hai dengún usuariu col nome {{user}}. Comprueba la escritura o si calcasti nun enllaz enquivocáu, seique.
|
||||
heading: L'usuariu {{user}} nun esiste
|
||||
title: Nun esiste l'usuariu
|
||||
view:
|
||||
leave_a_comment: Dexar un comentariu
|
||||
login: Entrar
|
||||
login_to_leave_a_comment: "{{login_link}} pa dexar un comentariu"
|
||||
save_button: Guardar
|
||||
title: Diariu de {{user}} | {{title}}
|
||||
user_title: Diariu de {{user}}
|
||||
editor:
|
||||
default: Predetermináu (anguaño {{name}})
|
||||
potlatch:
|
||||
description: Potlatch 1 (editor nel restolador)
|
||||
name: Potlatch 1
|
||||
potlatch2:
|
||||
description: Potlatch 2 (editor nel restolador)
|
||||
name: Potlatch 2
|
||||
remote:
|
||||
description: Control remotu (JOSM o Merkaartor)
|
||||
name: Control remotu
|
||||
export:
|
||||
start:
|
||||
add_marker: Amestar un marcador al mapa
|
||||
area_to_export: Área a esportar
|
||||
embeddable_html: HTML empotrable
|
||||
export_button: Esportar
|
||||
export_details: Los datos d'OpenStreetMap tan llicenciaos embaxo la <a href="http://creativecommons.org/licenses/by-sa/2.0/">llicencia Creative Commons Attribution-ShareAlike 2.0</a>.
|
||||
format: Formatu
|
||||
format_to_export: Formatu a esportar
|
||||
image_size: Tamañu d'imaxe
|
||||
latitude: "Llat:"
|
||||
licence: Llicencia
|
||||
longitude: "Llon:"
|
||||
manually_select: Seleiciona manualmente un área distinta
|
||||
mapnik_image: Imaxe de Mapnik
|
||||
max: máx
|
||||
options: Opciones
|
||||
osm_xml_data: Datos XML d'OpenStreetMap
|
||||
osmarender_image: Imaxe d'Osmarender
|
||||
output: Salida
|
||||
paste_html: Pegar el HTML pa empotrar nun sitiu web
|
||||
scale: Escala
|
||||
too_large:
|
||||
body: Esti área ye abondo grande pa esportase como Datos XML d'OpenStreetMap. Acerca'l mapa o esbilla un área menor.
|
||||
heading: Área demasiao grande
|
||||
zoom: Zoom
|
||||
start_rjs:
|
||||
add_marker: Amestar un marcador al mapa
|
||||
change_marker: Camudar la posición del marcador
|
||||
click_add_marker: Calca nel mapa p'amestar un marcador
|
||||
drag_a_box: Arrastra un cuadru nel mapa pa seleicionar un área
|
||||
export: Esportar
|
||||
manually_select: Seleiciona manualmente un área distinta
|
||||
view_larger_map: Ver mapa mayor
|
||||
geocoder:
|
||||
search:
|
||||
title:
|
||||
ca_postcode: Resultaos de <a href="http://geocoder.ca/">Geocoder.CA</a>
|
||||
geonames: Resultaos de <a href="http://www.geonames.org/">GeoNames</a>
|
||||
latlon: Resultaos <a href="http://openstreetmap.org/">internos</a>
|
||||
osm_namefinder: Resultaos de <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a>
|
||||
osm_nominatim: Resultaos de <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a>
|
||||
uk_postcode: Resultaos de <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a>
|
||||
us_postcode: Resultaos de <a href="http://geocoder.us/">Geocoder.us</a>
|
||||
search_osm_namefinder:
|
||||
suffix_parent: "{{suffix}} ({{parentdistance}} {{parentdirection}} de {{parentname}})"
|
||||
suffix_place: ", {{distance}} al {{direction}} de {{placename}}"
|
||||
search_osm_nominatim:
|
||||
prefix:
|
||||
amenity:
|
||||
airport: Aeropuertu
|
||||
arts_centre: Centru d'arte
|
||||
atm: Caxeru automáticu
|
||||
auditorium: Auditoriu
|
||||
bank: Bancu
|
||||
bar: Bar
|
||||
bench: Bancu
|
||||
bicycle_parking: Aparcaderu de bicicletes
|
||||
bicycle_rental: Alquiler de bicicletes
|
||||
bureau_de_change: Troquéu de moneda
|
||||
bus_station: Estación d'autobús
|
||||
cafe: Café
|
||||
car_rental: Alquiler de coches
|
||||
car_sharing: Compartir coche
|
||||
car_wash: Llaváu de coches
|
||||
casino: Casino
|
||||
cinema: Cine
|
||||
clinic: Clínica
|
||||
club: Club
|
||||
college: Colexu universitariu
|
||||
community_centre: Centru comunitariu
|
||||
courthouse: Xulgáu
|
||||
crematorium: Crematoriu
|
||||
dentist: Dentista
|
||||
doctors: Ambulatoriu
|
||||
dormitory: Dormitoriu
|
||||
drinking_water: Agua potable
|
||||
driving_school: Autoescuela
|
||||
embassy: Embaxada
|
||||
emergency_phone: Teléfonu d'emerxencia
|
||||
fast_food: Comida rápida
|
||||
ferry_terminal: Terminal de ferry
|
||||
fire_hydrant: Boca d'incendios
|
||||
fire_station: Bomberos
|
||||
fountain: Fonte
|
||||
fuel: Combustible
|
||||
grave_yard: Cementeriu
|
||||
gym: Ximnasiu / Fitness
|
||||
health_centre: Centru de salú
|
||||
hospital: Hospital
|
||||
hotel: Hotel
|
||||
hunting_stand: Puestu de caza
|
||||
ice_cream: Xelaos
|
||||
kindergarten: Guardería
|
||||
library: Biblioteca
|
||||
market: Mercáu
|
||||
marketplace: Mercáu
|
||||
mountain_rescue: Salvamentu nel monte
|
||||
nightclub: Sala de fiestes
|
||||
nursery: Preescolar
|
||||
nursing_home: Residencia asistencial
|
||||
office: Oficina
|
||||
park: Parque
|
||||
parking: Aparcaderu
|
||||
pharmacy: Farmacia
|
||||
place_of_worship: Llugar de cultu
|
||||
police: Policía
|
||||
post_box: Buzón
|
||||
post_office: Oficina de correos
|
||||
preschool: Preescolar
|
||||
prison: Cárcel
|
||||
pub: Pub
|
||||
public_building: Edificiu públicu
|
||||
public_market: Mercáu públicu
|
||||
reception_area: Llugar de recepción
|
||||
recycling: Puntu llimpiu
|
||||
restaurant: Restaurán
|
||||
retirement_home: Residencia de mayores
|
||||
sauna: Sauna
|
||||
school: Escuela
|
||||
shelter: Abellugu
|
||||
shop: Tienda
|
||||
shopping: Compres
|
||||
social_club: Club social
|
||||
studio: Estudiu
|
||||
supermarket: Supermercáu
|
||||
taxi: Taxi
|
||||
telephone: Teléfonu públicu
|
||||
theatre: Teatru
|
||||
toilets: Servicios
|
||||
townhall: Casa conceyu
|
||||
university: Universidá
|
||||
vending_machine: Venta automática
|
||||
veterinary: Ciruxía veterinaria
|
||||
village_hall: Casa de la villa
|
||||
waste_basket: Papelera
|
||||
wifi: Accesu WiFi
|
||||
youth_centre: Centru de mocedá
|
||||
boundary:
|
||||
administrative: Llende alministrativa
|
||||
building:
|
||||
apartments: Bloque d'apartamentos
|
||||
block: Bloque de viviendes
|
||||
bunker: Bunker
|
||||
chapel: Capiella
|
||||
church: Ilesia
|
||||
city_hall: Casa del conceyu
|
||||
commercial: Edificiu comercial
|
||||
dormitory: Dormitoriu
|
||||
entrance: Accesu al edificiu
|
||||
faculty: Facultá
|
||||
farm: Casería
|
||||
flats: Pisos
|
||||
garage: Garaxe
|
||||
hospital: Hospital
|
||||
hotel: Hotel
|
||||
house: Casa
|
||||
industrial: Edificiu industrial
|
||||
office: Edificiu d'oficines
|
||||
public: Edificiu públicu
|
||||
residential: Edificiu residencial
|
||||
retail: Edificiu comercial
|
||||
school: Edificiu escolar
|
||||
shop: Tienda
|
||||
stadium: Estadiu
|
||||
store: Almacén
|
||||
terrace: Terraza
|
||||
tower: Torre
|
||||
train_station: Estación de tren
|
||||
university: Edificiu universitariu
|
||||
highway:
|
||||
bridleway: Caleya
|
||||
bus_guideway: Carril bus con guía
|
||||
bus_stop: Parada d'autobús
|
||||
byway: Camín
|
||||
construction: Carretera'n construcción
|
||||
cycleway: Sienda ciclista
|
||||
distance_marker: Marca de distancia
|
||||
footway: Sienda
|
||||
ford: Vau
|
||||
gate: Puerta
|
||||
living_street: Cai residencial
|
||||
minor: Carretera menor
|
||||
motorway: Autopista
|
||||
motorway_junction: Enllaz d'autopista
|
||||
motorway_link: Autopista
|
||||
path: Camín
|
||||
pedestrian: Vía peatonal
|
||||
platform: Andén
|
||||
primary: Carretera primaria
|
||||
primary_link: Carretera primaria
|
||||
raceway: Pista de carreres
|
||||
residential: Residencial
|
||||
road: Carretera
|
||||
secondary: Carretera secundaria
|
||||
secondary_link: Carretera secundaria
|
||||
service: Carretera de serviciu
|
||||
services: Servicios n'autopista
|
||||
steps: Escaleres
|
||||
tertiary: Carretera terciaria
|
||||
track: Pista
|
||||
trail: Camín
|
||||
trunk: Carretera nacional
|
||||
trunk_link: Carretera nacional
|
||||
unclassified: Carretera ensin clasificar
|
||||
unsurfaced: Carretera ensin asfaltar
|
||||
historic:
|
||||
archaeological_site: Llugar arqueolóxicu
|
||||
battlefield: Campu de batalla
|
||||
boundary_stone: Finxu
|
||||
building: Edificiu
|
||||
castle: Castiellu
|
||||
church: Ilesia
|
||||
house: Casa
|
||||
icon: Iconu
|
||||
manor: Casona
|
||||
memorial: Monumentu
|
||||
mine: Mina
|
||||
monument: Monumentu
|
||||
museum: Muséu
|
||||
ruins: Ruines
|
||||
tower: Torre
|
||||
wayside_cross: Cruceru
|
||||
wayside_shrine: Ermita
|
||||
wreck: Naufraxu
|
||||
landuse:
|
||||
allotments: Güertes d'ociu
|
||||
basin: Conca
|
||||
brownfield: Terrén en derribu
|
||||
cemetery: Cementeriu
|
||||
commercial: Área comercial
|
||||
conservation: Conservación
|
||||
construction: Construcción
|
||||
farm: Casería
|
||||
farmland: Tierres de llabor
|
||||
farmyard: Corral
|
||||
forest: Área forestal
|
||||
grass: Yerba
|
||||
greenfield: Plan d'espansión
|
||||
industrial: Área industrial
|
||||
landfill: Vertederu
|
||||
meadow: Prau
|
||||
military: Área militar
|
||||
mine: Mina
|
||||
mountain: Monte
|
||||
nature_reserve: Reserva natural
|
||||
park: Parque
|
||||
piste: Pista
|
||||
plaza: Plaza
|
||||
quarry: Cantera
|
||||
railway: Ferrocarril
|
||||
reservoir: Banzáu
|
||||
residential: Área residencial
|
||||
retail: Área comercial
|
||||
vineyard: Viña
|
||||
wetland: Llamuerga
|
||||
wood: Viesca
|
||||
leisure:
|
||||
beach_resort: Facilidaes de playa
|
||||
fishing: Área de pesca
|
||||
garden: Xardín
|
||||
golf_course: Campu de golf
|
||||
ice_rink: Pista de xelu
|
||||
marina: Puertu deportivu
|
||||
miniature_golf: Mini golf
|
||||
nature_reserve: Reserva natural
|
||||
park: Parque
|
||||
pitch: Campu deportivu
|
||||
playground: Xuegos infantiles
|
||||
slipway: Rampla de botadura
|
||||
sports_centre: Centru deportivu
|
||||
stadium: Estadiu
|
||||
swimming_pool: Piscina
|
||||
track: Pista de carreres
|
||||
water_park: Parque acuáticu
|
||||
natural:
|
||||
beach: Playa
|
||||
cape: Cabu
|
||||
cave_entrance: Boca de cueva
|
||||
channel: Canal
|
||||
cliff: Cantil
|
||||
coastline: Llinia de costa
|
||||
crater: Crater
|
||||
fell: Braña
|
||||
fjord: Fiordu
|
||||
geyser: Guéiser
|
||||
glacier: Glaciar
|
||||
heath: Berezal
|
||||
hill: Llomba
|
||||
island: Islla
|
||||
land: Tierra
|
||||
marsh: Llamuerga
|
||||
moor: Amarradera
|
||||
mud: Barru
|
||||
peak: Picu
|
||||
point: Puntu
|
||||
reef: Petón
|
||||
ridge: Cordal
|
||||
river: Ríu
|
||||
rock: Roca
|
||||
scree: Llera
|
||||
scrub: Cotollal
|
||||
shoal: Baxu
|
||||
spring: Fonte
|
||||
license_page:
|
||||
foreign:
|
||||
english_link: l'orixinal n'inglés
|
||||
text: En casu d'haber un conflictu ente esta páxina traducida y {{english_original_link}}, la páxina n'inglés tendrá prioridá
|
||||
title: Tocante a esta traducción
|
||||
native:
|
||||
mapping_link: principiar col mapéu
|
||||
native_link: versión n'asturianu
|
||||
text: Tas viendo la versión n'inglés de la páxina de copyright. Pues tornar a la {{native_link}} d'esta páxina o pues dexar de lleer sobro'l copyright y {{mapping_link}}.
|
||||
title: Tocante a esta páxina
|
||||
time:
|
||||
formats:
|
||||
friendly: "%e de %B de %Y a les %H:%M"
|
||||
trace:
|
||||
create:
|
||||
trace_uploaded: El to ficheru GPX se xubió y ta esperando p'amestase a la base de datos. De vezu, esto tendría d'asoceder en media hora, y se t'unviará un corréu al completase.
|
||||
upload_trace: Xubir traza GPS
|
||||
delete:
|
||||
scheduled_for_deletion: Traza marcada pa desaniciar
|
||||
edit:
|
||||
description: "Descripción:"
|
||||
download: descargar
|
||||
edit: editar
|
||||
filename: "Nome del ficheru:"
|
||||
heading: Editando la traza {{name}}
|
||||
map: mapa
|
||||
owner: "Propietariu:"
|
||||
points: "Puntos:"
|
||||
save_button: Guardar cambeos
|
||||
start_coord: "Coordenada d'aniciu:"
|
||||
tags: "Etiquetes:"
|
||||
tags_help: llendáu con comes
|
||||
title: Editando la traza {{name}}
|
||||
uploaded_at: "Xubida:"
|
||||
visibility: "Visibilidá:"
|
||||
visibility_help: ¿qué ye esto?
|
||||
list:
|
||||
public_traces: Traces GPS públiques
|
||||
public_traces_from: Traces GPS públiques de {{user}}
|
||||
tagged_with: " etiquetao con {{tags}}"
|
||||
your_traces: Les tos traces GPS
|
||||
make_public:
|
||||
made_public: Traza fecha pública
|
||||
no_such_user:
|
||||
body: Lo siento, nun hai dengún usuariu col nome {{user}}. Comprueba la escritura o si calcasti nun enllaz enquivocáu, seique.
|
||||
heading: L'usuariu {{user}} nun esiste
|
||||
title: Nun esiste l'usuariu
|
||||
offline_warning:
|
||||
message: El sistema pa xubir ficheros GPX nun ta disponible anguaño
|
||||
trace:
|
||||
ago: hai {{time_in_words_ago}}
|
||||
by: por
|
||||
count_points: "{{count}} puntos"
|
||||
edit: editar
|
||||
edit_map: Editar el Mapa
|
||||
identifiable: IDENTIFICABLE
|
||||
in: en
|
||||
map: mapa
|
||||
more: más
|
||||
pending: PENDIENTE
|
||||
private: PRIVÁU
|
||||
public: PÚBLICU
|
||||
trace_details: Amosar detalles de la traza
|
||||
trackable: RASTREABLE
|
||||
view_map: Ver el Mapa
|
||||
trace_form:
|
||||
description: Descripción
|
||||
help: Ayuda
|
||||
tags: Etiquetes
|
||||
tags_help: llendáu con comes
|
||||
upload_button: Xubir
|
||||
upload_gpx: Xubir ficheru GPX
|
||||
visibility: Visibilidá
|
||||
visibility_help: ¿qué ye esto?
|
||||
trace_header:
|
||||
see_all_traces: Ver toles traces
|
||||
see_your_traces: Ver toles tos traces
|
||||
traces_waiting: Tienes {{count}} traces esperando pa xubir. Considera esperar a qu'eses terminen enantes de xubir más, col envís de nun bloquiar la cola pa otros usuarios.
|
||||
upload_trace: Xubir una traza
|
||||
your_traces: Ver namái les tos traces
|
||||
trace_optionals:
|
||||
tags: Etiquetes
|
||||
trace_paging_nav:
|
||||
next: Siguiente »
|
||||
previous: "« Anterior"
|
||||
showing_page: Tas na páxina {{page}}
|
||||
view:
|
||||
delete_track: Desaniciar esta traza
|
||||
description: "Descripción:"
|
||||
download: descargar
|
||||
edit: editar
|
||||
edit_track: Editar esta traza
|
||||
filename: "Nome del ficheru:"
|
||||
heading: Amosando la traza {{name}}
|
||||
map: mapa
|
||||
none: Dengunu
|
||||
owner: "Propietariu:"
|
||||
pending: PENDIENTE
|
||||
points: "Puntos:"
|
||||
start_coordinates: "Coordenada d'aniciu:"
|
||||
tags: "Etiquetes:"
|
||||
title: Amosando la traza {{name}}
|
||||
trace_not_found: ¡Nun s'alcontró la traza!
|
||||
uploaded: "Xubida:"
|
||||
visibility: "Visibilidá:"
|
||||
visibility:
|
||||
identifiable: Identificable (amosar na llista de traces y como identificable, puntos axeitaos con marques d'hora)
|
||||
private: Priváu (compartíu sólo como anónimu, puntos ensin axeitar)
|
||||
public: Públicu (amosar na llista de traces y como anónimu, puntos ensin axeitar)
|
||||
trackable: Rastreable (compartíu sólo como anónimu, puntos axeitaos con marques d'hora)
|
||||
user:
|
||||
go_public:
|
||||
flash success: Agora toles ediciones tuyes son públiques, y nun tienes permisu pa editar.
|
||||
lost_password:
|
||||
email address: "Direición de corréu:"
|
||||
heading: ¿Escaecisti la contraseña?
|
||||
help_text: Escribi les señes de corréu qu'usasti pa date d'alta, t'unviaremos un enllaz que pues usar pa reaniciar la contraseña.
|
||||
new password button: Reaniciar contraseña
|
||||
notice email cannot find: Nun s'alcontró esa direición de corréu.
|
||||
notice email on way: Sentimos que la perdieres :-( pero hai un corréu en camín pa que puedas reaniciala ceo.
|
||||
title: Contraseña perdida
|
||||
terms:
|
||||
consider_pd_why: ¿Qué ye esto?
|
||||
user_role:
|
||||
filter:
|
||||
already_has_role: L'usuariu yá tien el rol {{role}}.
|
||||
doesnt_have_role: L'usuariu nun tien el rol {{role}}.
|
||||
not_a_role: La cadena "{{role}}" nun ye un rol válidu.
|
||||
not_an_administrator: Namái los alministradores pueden xestionar los roles, y nun yes alministrador.
|
||||
grant:
|
||||
are_you_sure: ¿Seguro que quies da-y el rol "{{role}}" al usuariu "{{name}}"?
|
||||
confirm: Confirmar
|
||||
fail: Nun pues da-y el rol "{{role}}" al usuariu "{{name}}". Comprueba que tanto l'usuariu como'l rol son válidos.
|
||||
heading: Confirmar dar rol
|
||||
title: Confirmar dar rol
|
||||
revoke:
|
||||
are_you_sure: ¿Seguro que quies quita-y el rol "{{role}}" al usuariu "{{name}}"?
|
||||
confirm: Confirmar
|
||||
fail: Nun pues quita-y el rol "{{role}}" al usuariu "{{name}}". Comprueba que tanto l'usuariu como'l rol son válidos.
|
||||
heading: Confirmar quitar rol
|
||||
title: Confirmar quitar rol
|
|
@ -7,16 +7,36 @@
|
|||
be-TARASK:
|
||||
activerecord:
|
||||
attributes:
|
||||
diary_comment:
|
||||
body: Тэкст
|
||||
diary_entry:
|
||||
language: Мова
|
||||
latitude: Шырата
|
||||
longitude: Даўгата
|
||||
title: Назва
|
||||
user: Удзельнік
|
||||
friend:
|
||||
friend: Сябар
|
||||
user: Удзельнік
|
||||
message:
|
||||
body: Тэкст
|
||||
recipient: Атрымальнік
|
||||
sender: Адпраўшчык
|
||||
title: Загаловак
|
||||
trace:
|
||||
description: Апісаньне
|
||||
latitude: Шырата
|
||||
longitude: Даўгата
|
||||
name: Назва
|
||||
public: Публічны
|
||||
size: Памер
|
||||
user: Карыстальнік
|
||||
visible: Бачны
|
||||
user:
|
||||
active: Актыўны
|
||||
description: Апісаньне
|
||||
display_name: Бачнае імя
|
||||
email: Электронная пошта
|
||||
languages: Мовы
|
||||
pass_crypt: Пароль
|
||||
models:
|
||||
|
@ -40,14 +60,19 @@ be-TARASK:
|
|||
old_way: Старая дарога
|
||||
old_way_node: Вузел старой дарогі
|
||||
old_way_tag: Тэг старой дарогі
|
||||
relation: Адносіны
|
||||
relation: Сувязь
|
||||
relation_member: Удзельнік сувязі
|
||||
relation_tag: Тэг сувязі
|
||||
session: Сэсыя
|
||||
trace: Трэк
|
||||
tracepoint: Пункт трэку
|
||||
tracetag: Тэг трэку
|
||||
user: Карыстальнік
|
||||
user_preference: Налады карыстальніка
|
||||
user_token: Код пацьверджаньня карыстальніка
|
||||
way: Шлях
|
||||
way_node: Вузел дарогі
|
||||
way_tag: Тэг дарогі
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Набор зьменаў: {{id}}"
|
||||
|
@ -162,6 +187,7 @@ be-TARASK:
|
|||
details: Падрабязнасьці
|
||||
drag_a_box: Расьцягніце рамку для выбару абшару
|
||||
edited_by_user_at_timestamp: Рэдагаваны [[user]] у [[timestamp]]
|
||||
hide_areas: Схаваць вобласьці
|
||||
history_for_feature: Гісторыя [[feature]]
|
||||
load_data: Загрузіць зьвесткі
|
||||
loaded_an_area_with_num_features: Вы загрузілі мясцовасьць, якая ўтрымлівае [[num_features]] аб'ектаў. Увогуле, некаторыя браўзэры ня змогуць апрацаваць такую колькасьць зьвестак. Звычайна, найлепшы вынік назіраецца, калі аб'ектаў менш за 100, пры большай колькасьці браўзэр можа страціць хуткасьць. Калі Вы ўпэўненыя, што жадаеце паказаць гэтыя зьвесткі, націсьніце кнопку ніжэй.
|
||||
|
@ -184,6 +210,7 @@ be-TARASK:
|
|||
node: Вузел
|
||||
way: Шлях
|
||||
private_user: прыватны карыстальнік
|
||||
show_areas: Паказаць вобласьці
|
||||
show_history: Паказаць гісторыю
|
||||
unable_to_load_size: "Немагчыма загрузіць: памер абшару [[bbox_size]] занадта вялікі (павінен быць меней чым {{max_bbox_size}})"
|
||||
wait: Пачакайце…
|
||||
|
@ -221,6 +248,20 @@ be-TARASK:
|
|||
way_history: Гісторыя зьменаў дарогі
|
||||
way_history_title: "Гісторыя зьменаў шляху: {{way_name}}"
|
||||
changeset:
|
||||
changeset:
|
||||
anonymous: Ананім
|
||||
big_area: (вялікі)
|
||||
no_comment: (няма)
|
||||
no_edits: (без рэдагаваньняў)
|
||||
show_area_box: паказаць межы абшару
|
||||
still_editing: (яшчэ рэдагуецца)
|
||||
view_changeset_details: Прагляд падрабязнасьці набору зьменаў
|
||||
changeset_paging_nav:
|
||||
next: Наступная »
|
||||
previous: "« Папярэдняя"
|
||||
showing_page: Паказаная старонка {{page}}
|
||||
changesets:
|
||||
id: Ідэнтыфікатар
|
||||
list:
|
||||
description: Апошнія зьмены
|
||||
diary_entry:
|
||||
|
|
|
@ -1500,6 +1500,7 @@ br:
|
|||
not displayed publicly: N'eo ket diskwelet d'an holl (gwelet <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">hor c'harta prevezded</a>)
|
||||
password: "Ger-tremen :"
|
||||
terms accepted: Trugarez deoc'h evit bezañ asantet da ziferadennoù nevez ar c'henlabourer !
|
||||
terms declined: Un druez eo deomp gwelet hoc'h eus nac'het degemer Termenoù ar berzhidi nevez. Evit muioc'h a ditouroù, sellit ouzh <a href="{{url}}">ar bajenn wiki-mañ</a>.
|
||||
title: Krouiñ ur gont
|
||||
no_such_user:
|
||||
body: Ho tigarez, n'eus implijer ebet en anv {{user}}. Gwiriit hag-eñ eo skrivet mat, pe marteze hoc'h eus kliket war ul liamm fall.
|
||||
|
@ -1540,6 +1541,7 @@ br:
|
|||
legale_select: "Mar plij diuzit ar vro e lec'h m'emaoc'h o chom :"
|
||||
read and accept: Lennit ar gevrat amañ dindan, mar plij, ha klikit war ar bouton asantiñ evit kadarnaat eo mat diferadennoù ar gevrat deoc'h evit a sell ho tegasadennoù tremenet ha da zont.
|
||||
title: Diferadennoù ar c'henlabourer
|
||||
you need to accept or decline: Lennit da gentañ Termenoù ar berzhidi nevez ha goude-se nac'hit pe asantit evit gallout kenderc'hel.
|
||||
view:
|
||||
activate_user: gweredekaat an implijer-mañ
|
||||
add as friend: Ouzhpennañ evel mignon
|
||||
|
|
|
@ -1538,6 +1538,7 @@ de:
|
|||
not displayed publicly: Nicht öffentlich sichtbar (<a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy">Datenschutzrichtlinie</a>)
|
||||
password: "Passwort:"
|
||||
terms accepted: Vielen Dank, dass du den neuen Bedingungen für Mitwirkende zugestimmt hast!
|
||||
terms declined: Wir bedauern es, dass du dich dazu entschieden hast den neuen Bedingungen für Mitwirkende nicht zuzustimmen. Weitere Informationen findest du auf <a href="{{url}}">dieser Wikiseite</a>.
|
||||
title: Benutzerkonto erstellen
|
||||
no_such_user:
|
||||
body: Es gibt leider keinen Benutzer mit dem Namen {{user}}. Bitte überprüfe deine Schreibweise oder der Link war beschädigt.
|
||||
|
@ -1578,6 +1579,7 @@ de:
|
|||
legale_select: "Bitte wähle das Land deines Wohnsitzes:"
|
||||
read and accept: Bitte lese die unten angezeigte Vereinbarung und klicke dann auf die Schaltfläche „Einverstanden“, um zu bestätigen, dass du die Bedingungen dieser Vereinbarung für deine bestehenden sowie zukünftigen Beiträge akzeptierst.
|
||||
title: Vereinbarung für Mitwirkende
|
||||
you need to accept or decline: Bitte lese die neuen Bedingungen für Mitwirkende und nehme sie an oder lehne sie ab, bevor du weitermachst.
|
||||
view:
|
||||
activate_user: Benutzer aktivieren
|
||||
add as friend: Als Freund hinzufügen
|
||||
|
|
|
@ -217,6 +217,7 @@ fa:
|
|||
next: بعدی »
|
||||
previous: "« قبلی"
|
||||
changesets:
|
||||
area: منطقه
|
||||
user: کاربر
|
||||
diary_entry:
|
||||
diary_comment:
|
||||
|
|
|
@ -1511,6 +1511,7 @@ fr:
|
|||
not displayed publicly: Non affichée publiquement (voir <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">notre charte sur la confidentialité</a>)
|
||||
password: "Mot de passe :"
|
||||
terms accepted: Merci d’avoir accepté les nouveaux termes du contributeur !
|
||||
terms declined: Nous sommes désolés que vous ayez décidé de ne pas accepter les nouvelles conditions de contributions. Pour plus d’informations, veuillez consulter <a href="{{url}}">cette page wiki</a>.
|
||||
title: Créer un compte
|
||||
no_such_user:
|
||||
body: Désolé, il n'y a pas d'utilisateur avec le nom {{user}}. Veuillez vérifier l'orthographe, ou le lien que vous avez cliqué n'est pas valide.
|
||||
|
|
|
@ -38,15 +38,21 @@ fur:
|
|||
pass_crypt: Password
|
||||
models:
|
||||
changeset: Grup di cambiaments
|
||||
changeset_tag: Etichete dal grup di cambiaments
|
||||
country: Paîs
|
||||
diary_comment: Coment dal diari
|
||||
diary_entry: Vôs dal diari
|
||||
friend: Amì
|
||||
language: Lenghe
|
||||
message: Messaç
|
||||
node: Grop
|
||||
node_tag: Etichete dal grop
|
||||
old_relation: Viere relazion
|
||||
old_relation_member: Membri de relazion vieli
|
||||
old_relation_tag: Etichete viele de relazion
|
||||
relation: Relazion
|
||||
relation_member: Membri de relazion
|
||||
relation_tag: Etichete de relazion
|
||||
session: Session
|
||||
trace: Percors
|
||||
tracepoint: Pont dal percors
|
||||
|
@ -157,6 +163,7 @@ fur:
|
|||
details: Detais
|
||||
drag_a_box: Disegne un retangul su la mape par sielzi une aree
|
||||
edited_by_user_at_timestamp: Cambiât di [[user]] ai [[timestamp]]
|
||||
hide_areas: Plate areis
|
||||
history_for_feature: Storic par [[feature]]
|
||||
load_data: Cjame i dâts
|
||||
loaded_an_area_with_num_features: "Tu âs cjamât une aree che e conten [[num_features]] carateristichis. In gjenerâl, cualchi sgarfadôr al podarès no rivâ a gjestî ben cheste cuantitât di dâts. I sgarfadôrs par solit a lavorin miôr se a mostrin mancul di 100 carataristichis ae volte: cualsisei altri numar al podarès ralentâ/no fâ plui rispuindi il sgarfadôr. Se tu sês sigûr di volê mostrâ chescj dâts, frache sul boton ca sot."
|
||||
|
@ -170,6 +177,7 @@ fur:
|
|||
type:
|
||||
node: Grop
|
||||
private_user: utent privât
|
||||
show_areas: Mostre areis
|
||||
show_history: Mostre storic
|
||||
wait: Daûr a spietâ...
|
||||
zoom_or_select: Ingrandìs o sielç la aree de mape che tu vuelis viodi
|
||||
|
@ -279,6 +287,12 @@ fur:
|
|||
view: Viôt
|
||||
new:
|
||||
title: Gnove vôs dal diari
|
||||
no_such_entry:
|
||||
body: No esist une vôs dal diari o un coment cun id {{id}}. Controle par plasê la grafie o che tu vedis seguît il leam just.
|
||||
no_such_user:
|
||||
body: Nol esist un utent di non {{user}}. Controle par plasê la grafie o che tu vedis seguît il leam just.
|
||||
heading: L'utent {{user}} nol esist
|
||||
title: Utent no cjatât
|
||||
view:
|
||||
leave_a_comment: Lasse un coment
|
||||
login: Jentre
|
||||
|
@ -373,6 +387,7 @@ fur:
|
|||
prefix:
|
||||
amenity:
|
||||
airport: Aeropuart
|
||||
arts_centre: Centri pes arts
|
||||
atm: Bancomat
|
||||
auditorium: Auditori
|
||||
bank: Bancje
|
||||
|
@ -397,6 +412,7 @@ fur:
|
|||
fountain: Fontane
|
||||
fuel: Stazion di riforniment
|
||||
hospital: Ospedâl
|
||||
ice_cream: Gjelato
|
||||
kindergarten: Scuelute
|
||||
library: Biblioteche
|
||||
market: Marcjât
|
||||
|
@ -430,10 +446,14 @@ fur:
|
|||
chapel: Capele
|
||||
church: Glesie
|
||||
city_hall: Municipi
|
||||
commercial: Edifici comerciâl
|
||||
dormitory: Dormitori
|
||||
entrance: Jentrade dal edifici
|
||||
hospital: Edifici dal ospedâl
|
||||
house: Cjase
|
||||
industrial: Edifici industriâl
|
||||
public: Edifici public
|
||||
school: Edifici scolastic
|
||||
shop: Buteghe
|
||||
stadium: Stadi
|
||||
train_station: Stazion de ferade
|
||||
|
|
|
@ -80,6 +80,7 @@ hu:
|
|||
cookies_needed: Úgy tűnik, hogy a böngésződben le vannak tiltva a sütik – a folytatás előtt engedélyezd azokat.
|
||||
setup_user_auth:
|
||||
blocked: Az API-hoz való hozzáférésed blokkolva lett. Jelentkezz be a webes felületen a részletek megtekintéséhez.
|
||||
need_to_see_terms: Az API-hoz való hozzáférésed ideiglenesen felfüggesztésre került. Jelentkezz be a webes felületen a közreműködési feltételek megtekintéséhez. Ezt nem kell elfogadnod, de meg kell tekintened.
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Módosításcsomag: {{id}}"
|
||||
|
@ -194,6 +195,7 @@ hu:
|
|||
details: Részletek
|
||||
drag_a_box: Terület kijelöléséhez rajzolj egy négyzetet a térképen
|
||||
edited_by_user_at_timestamp: "[[user]] szerkesztette ekkor: [[timestamp]]"
|
||||
hide_areas: Területek elrejtése
|
||||
history_for_feature: "[[feature]] előzményei"
|
||||
load_data: Adatok betöltése
|
||||
loaded_an_area_with_num_features: "Olyan területet töltöttél be, amely [[num_features]] elemet tartalmaz. Néhány böngésző lehet, hogy nem birkózik meg ekkora mennyiségű adattal. Általában a böngészők egyszerre kevesebb mint 100 elem megjelenítésével működnek a legjobban: minden más esetben a böngésző lelassulhat/nem válaszolhat. Ha biztos vagy benne, hogy meg szeretnéd jeleníteni ezeket az adatokat, megteheted ezt az alábbi gombra kattintva."
|
||||
|
@ -216,6 +218,7 @@ hu:
|
|||
node: Pont
|
||||
way: Vonal
|
||||
private_user: ismeretlen felhasználó
|
||||
show_areas: Területek megjelenítése
|
||||
show_history: Előzmények megjelenítése
|
||||
unable_to_load_size: "Nem tölthető be: a határolónégyzet mérete ([[bbox_size]]) túl nagy. ({{max_bbox_size}}-nél kisebbnek kell lennie.)"
|
||||
wait: Várj...
|
||||
|
@ -934,6 +937,7 @@ hu:
|
|||
osm_read_only: Az OpenStreetMap-adatbázis jelenleg csak olvasható, miközben alapvető adatbázis-karbantartási munkát végzeznek.
|
||||
sign_up: regisztráció
|
||||
sign_up_tooltip: Új felhasználói fiók létrehozása szerkesztéshez
|
||||
sotm2011: Gyere a 2011-es OpenStreetMap Konferenciára, a The State of the Mapra, szeptember 9-11. között Denverbe!
|
||||
tag_line: A szabad világtérkép
|
||||
user_diaries: Naplók
|
||||
user_diaries_tooltip: Felhasználói naplók megtekintése
|
||||
|
@ -1181,6 +1185,7 @@ hu:
|
|||
no_iframe_support: A böngésződ nem támogatja a HTML-kereteket, amely ehhez a funkcióhoz szükséges.
|
||||
not_public: Nem állítottad a szerkesztéseidet nyilvánossá.
|
||||
not_public_description: Nem szerkesztheted tovább a térképet, amíg nem teszed meg. Nyilvánossá teheted szerkesztéseidet a {{user_page}}adról.
|
||||
potlatch2_not_configured: "A Potlatch 2 nincs beállítva – további információért lásd: http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2"
|
||||
potlatch2_unsaved_changes: Mentetlen módosításaid vannak. (A mentéshez a Potlatch 2-ben kattintanod kell a mentésre.)
|
||||
potlatch_unsaved_changes: Nem mentett módosítások vannak. (Potlatchban való mentéshez szüntesd meg a jelenlegi vonal vagy pont kijelölését, ha élő módban szerkesztesz, vagy kattints a mentésre, ha van mentés gomb.)
|
||||
user_page_link: felhasználói oldal
|
||||
|
|
|
@ -76,7 +76,7 @@ ia:
|
|||
cookies_needed: Tu pare haber disactivate le cookies. Per favor activa le cookies in tu navigator ante de continuar.
|
||||
setup_user_auth:
|
||||
blocked: Tu accesso al API ha essite blocate. Per favor aperi un session al interfacie web pro plus informationes.
|
||||
need_to_see_terms: Vostre accesso al API ha essite temporarimente suspendite. Per favor aperi session in le interfacie web pro vider le Conditiones del Contributor. Non es necessari declarar se de accordo, ma es obligatori haber legite los.
|
||||
need_to_see_terms: Vostre accesso al API ha essite temporarimente suspendite. Per favor aperi session in le interfacie web pro vider le Conditiones de contributor. Non es necessari declarar se de accordo, ma es obligatori haber legite los.
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Gruppo de modificationes: {{id}}"
|
||||
|
@ -1500,6 +1500,7 @@ ia:
|
|||
not displayed publicly: Non monstrate publicamente (vide le <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="politica de confidentialitate del wiki includente un section super adresses de e-mail">politica de confidentialitate</a>)
|
||||
password: "Contrasigno:"
|
||||
terms accepted: Gratias pro acceptar le nove conditiones de contributor!
|
||||
terms declined: Nos regretta que tu ha decidite de non acceptar le nove Conditiones de contributor. Pro plus informationes, per favor vide <a href="{{url}}">iste pagina wiki</a>.
|
||||
title: Crear conto
|
||||
no_such_user:
|
||||
body: Non existe un usator con le nomine {{user}}. Per favor verifica le orthographia, o pote esser que le ligamine que tu sequeva es incorrecte.
|
||||
|
@ -1540,6 +1541,7 @@ ia:
|
|||
legale_select: "Per favor selige tu pais de residentia:"
|
||||
read and accept: Per favor lege le contracto hic infra e preme le button de acceptation pro confirmar que tu accepta le terminos de iste contracto pro tu existente e futur contributiones.
|
||||
title: Conditiones de contributor
|
||||
you need to accept or decline: Per favor lege e postea accepta o declina le nove Conditiones del Contributor pro continuar.
|
||||
view:
|
||||
activate_user: activar iste usator
|
||||
add as friend: adder como amico
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
lt:
|
||||
activerecord:
|
||||
attributes:
|
||||
diary_comment:
|
||||
body: Tekstas
|
||||
diary_entry:
|
||||
language: Kalba
|
||||
latitude: Platuma
|
||||
|
@ -18,8 +20,10 @@ lt:
|
|||
friend: Draugas
|
||||
user: Naudotojas
|
||||
message:
|
||||
body: Tekstas
|
||||
recipient: Gavėjas
|
||||
sender: Siuntėjas
|
||||
title: Antraštė
|
||||
trace:
|
||||
description: Aprašymas
|
||||
latitude: Platuma
|
||||
|
@ -61,6 +65,9 @@ lt:
|
|||
way: Kelias
|
||||
way_node: Kelio mazgas
|
||||
way_tag: Kelio žyma
|
||||
application:
|
||||
setup_user_auth:
|
||||
need_to_see_terms: Jūsų priėjimas prie API laikinai pristabdytas. Jūs turite prisiregistruoti prie tinklo sąsajos ir peržiūrėti talkininkų sąlygas. Jūs neprivalote su jomis sutikti, bet perskaityti - privalote.
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Pakeitimas: {{id}}"
|
||||
|
@ -73,8 +80,20 @@ lt:
|
|||
title: Pakeitimas
|
||||
changeset_details:
|
||||
belongs_to: "Priklauso:"
|
||||
bounding_box: "Pakeitimo sritis:"
|
||||
box: sritis
|
||||
closed_at: "Baigtas:"
|
||||
created_at: "Sukurta:"
|
||||
has_nodes:
|
||||
one: "Pakeitime yra šis {{count}} taškas:"
|
||||
other: "Pakeitime yra šie {{count}} taškai:"
|
||||
has_relations:
|
||||
one: "Pakeitime yra šis {{count}} ryšys:"
|
||||
other: "Pakeitime yra šie {{count}} ryšiai:"
|
||||
has_ways:
|
||||
one: "Pakeitime yra šis {{count}} kelias:"
|
||||
other: "Pakeitime yra šie {{count}} keliai:"
|
||||
no_bounding_box: Prie šio pakeitimo sritis nėra nurodyta
|
||||
common_details:
|
||||
changeset_comment: "Komentaras:"
|
||||
edited_at: "Redagavo:"
|
||||
|
@ -165,6 +184,7 @@ lt:
|
|||
hide_areas: Slėpti sritis
|
||||
history_for_feature: Istorija apie [[feature]]
|
||||
load_data: Kraunami duomenys
|
||||
loaded_an_area_with_num_features: Jūs įkėlėte sritį, kurioje yra [[num_features]] elementų. Dažniausiai naršyklės nelabai gerai susitvarko su tokiu duomenų kiekiu. Paprastai naršyklės kur kas geriau susidoroja, kai elementų yra mažiau nei 100 vienu metu. Bet kokie kiti veiksmai gali stipriai sulėtinti naršyklę. Jei tikrai norite žiūrėti šiuos duomenis, spauskite žemiau esantį mygtuką.
|
||||
loading: Kraunama...
|
||||
manually_select: Rankiniu būdu pažymėkite kitą teritoriją
|
||||
object_list:
|
||||
|
@ -191,6 +211,9 @@ lt:
|
|||
zoom_or_select: Rodymui, pasididinkite vaizdą arba pasižymėkite plotą
|
||||
tag_details:
|
||||
tags: "Žymos:"
|
||||
wiki_link:
|
||||
key: Žymos {{key}} wiki aprašymo puslapis
|
||||
tag: Žymos {{key}}={{value}} wiki aprašymo puslapis
|
||||
wikipedia_link: "{{page}} straipsnis Vikipedijoje"
|
||||
timeout:
|
||||
sorry: Atsiprašome, bet duomenys objekto su id {{id}} ir tipo {{type}} buvo ištraukiami per ilgai.
|
||||
|
@ -222,6 +245,7 @@ lt:
|
|||
changeset:
|
||||
anonymous: Anonimiškas
|
||||
big_area: (didelis)
|
||||
no_comment: (nėra)
|
||||
no_edits: (nėra pakeitimų)
|
||||
still_editing: (vis dar keičia)
|
||||
view_changeset_details: Žiūrėti pakeitimo detales
|
||||
|
@ -239,6 +263,7 @@ lt:
|
|||
description: Paskutiniai pakeitimai
|
||||
description_bbox: Pakeitimai daryti plote {{bbox}}
|
||||
description_user: Naudotojo {{user}} pakeitimai
|
||||
description_user_bbox: Naudotojo {{user}} pakeitimai srityje {{bbox}}
|
||||
heading: Pakeitimai
|
||||
heading_bbox: Pakeitimai
|
||||
heading_user: Pakeitimai
|
||||
|
@ -247,14 +272,19 @@ lt:
|
|||
title_bbox: Pakeitimai daryti plote {{bbox}}
|
||||
title_user: Naudotojo {{user}} pakeitimai
|
||||
title_user_bbox: Naudotojo {{user}} pakeitimai daryti plote {{bbox}}
|
||||
timeout:
|
||||
sorry: Atsiprašome, bet jūsų prašytų pakeitimų ištraukimas užtruko per ilgai.
|
||||
diary_entry:
|
||||
diary_comment:
|
||||
comment_from: Naudotojo {{link_user}} komentaras, parašytas {{comment_created_at}}
|
||||
confirm: Patvirtinti
|
||||
hide_link: Slėpti šį komentarą
|
||||
diary_entry:
|
||||
comment_count:
|
||||
one: 1 komentaras
|
||||
other: "{{count}} komentarai"
|
||||
comment_link: Komentuoti šį įrašą
|
||||
confirm: Patvirtinti
|
||||
edit_link: Keisti šį įrašą
|
||||
hide_link: Slėpti šį įrašą
|
||||
posted_by: Parašė {{link_user}}, laikas {{created}}, kalba {{language_link}}
|
||||
|
@ -271,7 +301,11 @@ lt:
|
|||
use_map_link: naudoti žemėlapį
|
||||
feed:
|
||||
all:
|
||||
description: Paskutiniai OpenStreetMap naudotojų dienoraščių įrašai
|
||||
title: OpenStreetMap dienoraščio įrašai
|
||||
user:
|
||||
description: Paskutiniai naudotojo {{user}} OpenStreetMap dienoraščio įrašai
|
||||
title: Naudotojo {{user}} OpenStreetMap dienoraščio įrašai
|
||||
list:
|
||||
new: Naujas dienoraščio įrašas
|
||||
new_title: Sukurti naują jūsų dienoraščio įrašą
|
||||
|
@ -280,9 +314,15 @@ lt:
|
|||
older_entries: Senesni įrašai
|
||||
recent_entries: "Paskutiniai dienoraščio įrašai:"
|
||||
title: Naudotojo dienoraščiai
|
||||
user_title: "{{user}} dienoraštis"
|
||||
location:
|
||||
edit: Taisyti
|
||||
location: "Vieta:"
|
||||
view: Žiūrėti
|
||||
new:
|
||||
title: Naujas dienoraščio įrašas
|
||||
no_such_entry:
|
||||
heading: "Nėra įrašo su id: {{id}}"
|
||||
title: Nėra tokio dienoraščio įrašo
|
||||
no_such_user:
|
||||
heading: Naudotojas {{user}} neegzistuoja
|
||||
|
@ -291,6 +331,7 @@ lt:
|
|||
leave_a_comment: Palikti komentarą
|
||||
login: Prisijungti
|
||||
save_button: Įrašyti
|
||||
user_title: "{{user}} dienoraštis"
|
||||
editor:
|
||||
default: Numatytasis (šiuo metu {{name}})
|
||||
potlatch:
|
||||
|
@ -321,11 +362,13 @@ lt:
|
|||
osmarender_image: Osmarender vaizdas
|
||||
scale: Mastelis
|
||||
too_large:
|
||||
body: Ši sritis per didelė, kad būtų galima eksportuoti OpenStreetMap XML duomenis. Parinkite mažesnę sritį.
|
||||
heading: Per didelis plotas
|
||||
start_rjs:
|
||||
add_marker: Pridėti žymeklį žemėlapyje
|
||||
change_marker: Keisti žymeklio poziciją
|
||||
click_add_marker: Spauskite ant žemėlapio, kad padėtumėte žymeklį
|
||||
drag_a_box: Pažymėkite žemėlapyje norimą plotą
|
||||
export: Eksportuoti
|
||||
manually_select: Rankiniu būdu parinkti kitą sritį
|
||||
view_larger_map: Žiūrėti didesnį žemėlapį
|
||||
|
@ -341,6 +384,15 @@ lt:
|
|||
results:
|
||||
more_results: Daugiau rezultatų
|
||||
no_results: Daugiau rezultatų nėra
|
||||
search:
|
||||
title:
|
||||
ca_postcode: <a href="http://geocoder.ca/">Geocoder.CA</a> rezultatai
|
||||
geonames: <a href="http://www.geonames.org/">GeoNames</a> rezultatai
|
||||
latlon: <a href="http://openstreetmap.org/">Vidiniai</a> rezultatai
|
||||
osm_namefinder: <a href="http://gazetteer.openstreetmap.org/namefinder/">OpenStreetMap Namefinder</a> rezultatai
|
||||
osm_nominatim: <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a> rezultatai
|
||||
uk_postcode: <a href="http://www.npemap.org.uk/">NPEMap / FreeThe Postcode</a> rezultatai
|
||||
us_postcode: <a href="http://geocoder.us/">Geocoder.us</a> rezultatai
|
||||
search_osm_nominatim:
|
||||
prefix:
|
||||
amenity:
|
||||
|
@ -353,6 +405,7 @@ lt:
|
|||
bench: Suoliukas
|
||||
bicycle_parking: Dviračių stovėjimo aikštelė
|
||||
bicycle_rental: Dviračių nuoma
|
||||
brothel: Viešieji namai
|
||||
bus_station: Autobusų stotis
|
||||
cafe: Kavinė
|
||||
car_rental: Mašinų nuoma
|
||||
|
@ -372,6 +425,7 @@ lt:
|
|||
fountain: Fontanas
|
||||
fuel: Degalinė
|
||||
grave_yard: Kapinės
|
||||
hall: Salė
|
||||
hospital: Ligoninė
|
||||
hotel: Viešbutis
|
||||
ice_cream: Ledai
|
||||
|
@ -398,26 +452,41 @@ lt:
|
|||
toilets: Tualetas
|
||||
university: Universitetas
|
||||
wifi: WiFi prieiga
|
||||
youth_centre: Jaunimo centras
|
||||
boundary:
|
||||
administrative: Administracinė riba
|
||||
building:
|
||||
bunker: Bunkeris
|
||||
chapel: Koplyčia
|
||||
church: Bažnyčia
|
||||
commercial: Komercinės paskirties pastatas
|
||||
dormitory: Bendrabutis
|
||||
entrance: Įėjimas į pastatą
|
||||
garage: Garažas
|
||||
hall: Salė
|
||||
hospital: Ligoninės pastatas
|
||||
hotel: Viešbutis
|
||||
house: Namas
|
||||
industrial: Pramoninis pastatas
|
||||
office: Biurų pastatas
|
||||
public: Visuomeninis pastatas
|
||||
residential: Gyvenamasis pastatas
|
||||
retail: Mažmeninės prekybos pastatas
|
||||
school: Mokyklos pastatas
|
||||
shop: Parduotuvė
|
||||
stadium: Stadionas
|
||||
store: Parduotuvė
|
||||
terrace: Terasa
|
||||
tower: Bokštas
|
||||
train_station: Geležinkelio stotis
|
||||
university: Universiteto pastatas
|
||||
highway:
|
||||
bridleway: Žirgų kelias
|
||||
bus_stop: Autobusų stotelė
|
||||
byway: Keliukas
|
||||
construction: Statomas greitkelis
|
||||
cycleway: Dviračių takas
|
||||
distance_marker: Nuotolio žymeklis
|
||||
footway: Pėsčiųjų takelis
|
||||
gate: Vartai
|
||||
path: Takelis
|
||||
|
@ -435,13 +504,16 @@ lt:
|
|||
church: Bažnyčia
|
||||
house: Namas
|
||||
mine: Kasykla
|
||||
monument: Paminklas
|
||||
museum: Muziejus
|
||||
ruins: Griuvėsiai
|
||||
tower: Bokštas
|
||||
wayside_cross: Pakelės kryžius
|
||||
landuse:
|
||||
cemetery: Kapinės
|
||||
commercial: Komercinis plotas
|
||||
construction: Statyba
|
||||
farm: Ūkis
|
||||
forest: Miškas
|
||||
grass: Žolė
|
||||
landfill: Sąvartynas
|
||||
|
@ -480,6 +552,7 @@ lt:
|
|||
marsh: Pelkė
|
||||
peak: Viršūnė
|
||||
point: Taškas
|
||||
reef: Rifas
|
||||
river: Upė
|
||||
rock: Uola
|
||||
scrub: Krūmai
|
||||
|
@ -490,18 +563,21 @@ lt:
|
|||
place:
|
||||
airport: Oro uostas
|
||||
country: Šalis
|
||||
farm: Ūkis
|
||||
house: Namas
|
||||
houses: Namai
|
||||
island: Sala
|
||||
postcode: Pašto kodas
|
||||
region: Regionas
|
||||
sea: Jūra
|
||||
state: Valstija
|
||||
town: Miestas
|
||||
village: Kaimas
|
||||
railway:
|
||||
abandoned: Apleistas geležinkelis
|
||||
disused: Nebenaudojamas geležinkelis
|
||||
disused_station: Nebenaudojama geležinkelio stotis
|
||||
historic_station: Istorinė geležinkelio stotis
|
||||
level_crossing: Pervaža
|
||||
narrow_gauge: Siaurukas
|
||||
platform: Geležinkelio platforma
|
||||
|
@ -510,17 +586,29 @@ lt:
|
|||
subway_entrance: Įėjimas į metro
|
||||
shop:
|
||||
bakery: Kepykla
|
||||
bicycle: Dviračių parduotuvė
|
||||
books: Knygynas
|
||||
car: Automobilių parduotuvė
|
||||
car_parts: Automobilių dalys
|
||||
car_repair: Automobilių remontas
|
||||
carpet: Kilimų parduotuvė
|
||||
clothes: Drabužių parduotuvė
|
||||
computer: Kompiuterių parduotuvė
|
||||
cosmetics: Kosmetikos parduotuvė
|
||||
doityourself: Pasidaryk pats
|
||||
drugstore: Vaistinė
|
||||
furniture: Baldai
|
||||
insurance: Draudimas
|
||||
shoes: Batų parduotuvė
|
||||
shopping_centre: Prekybos centras
|
||||
sports: Sporto prekių parduotuvė
|
||||
toys: Žaislų parduotuvė
|
||||
travel_agency: Kelionių agentūra
|
||||
tourism:
|
||||
attraction: Lankytina vieta
|
||||
camp_site: Stovyklavietė
|
||||
guest_house: Svečių namai
|
||||
hostel: Hostelis
|
||||
hotel: Viešbutis
|
||||
information: Informacija
|
||||
museum: Muziejus
|
||||
|
@ -539,7 +627,10 @@ lt:
|
|||
noname: Gatvės be pavadinimų
|
||||
site:
|
||||
edit_tooltip: Redaguoti žemėlapį
|
||||
edit_zoom_alert: Turite priartinti, kad galėtumėte keisti žemėlapį
|
||||
history_disabled_tooltip: Priartinkite, kad matytumėte šios srities pakeitimus
|
||||
history_tooltip: Peržiūrėti pakeitimus šioje srityje
|
||||
history_zoom_alert: Turite priartinti vaizdą, kad galėtumėte peržiūrėti srities pakeitimus
|
||||
layouts:
|
||||
community_blogs: Dienoraščiai
|
||||
community_blogs_title: OpenStreetMap bendruomenės blogai
|
||||
|
@ -563,6 +654,9 @@ lt:
|
|||
one: Jūsų dėžutėje yra viena neperskaityta žinutė
|
||||
other: Jūsų dėžutėje yra {{count}} neperskaitytos žinutės
|
||||
zero: Jūsų dėžutėje nėra neperskaitytų žinučių
|
||||
intro_1: OpenStreetMap yra laisvai prieinamas ir keičiamas pasaulio žemėlapis. Jį kuria žmonės, tokie kaip jūs.
|
||||
intro_2: Su OpenStreetMap galite žiūrėti, keisti ir naudoti geografinius duomenis bendradarbiavimo būdu bet kur žemėje.
|
||||
intro_3: OpenStreetMap hostingą remia {{ucl}} ir {{bytemark}}. Kiti projekto rėmėjai išvardinti {{partners}}.
|
||||
intro_3_partners: wiki
|
||||
log_in: prisijungti
|
||||
log_in_tooltip: Prisijungti prie esamos paskyros
|
||||
|
@ -575,7 +669,8 @@ lt:
|
|||
title: Paremkite OpenStreetMap finansiškai
|
||||
sign_up: užsiregistruoti
|
||||
sign_up_tooltip: Sukurkite paskyrą redagavimui
|
||||
tag_line: Atviras wiki pasaulio žemėlapis
|
||||
sotm2011: Atvykite į 2011 metų OpenStreetMap konferenciją „Žemėlapio būsena“, kuri vyks rugsėjo 9-11 dienomis Denveryje!
|
||||
tag_line: Atviras wiki žemėlapis
|
||||
user_diaries: Dienoraščiai
|
||||
user_diaries_tooltip: Peržiūrėti naudotojų dienoraščius
|
||||
view: Žiūrėti
|
||||
|
@ -589,6 +684,7 @@ lt:
|
|||
title: Apie šį vertimą
|
||||
native:
|
||||
mapping_link: pradėti žymėjimą
|
||||
native_link: Lietuviška versija
|
||||
title: Apie šį puslapį
|
||||
message:
|
||||
delete:
|
||||
|
@ -603,16 +699,22 @@ lt:
|
|||
subject: Tema
|
||||
title: Gautieji
|
||||
you_have: Jūs turite {{new_count}} naujus pranešimus ir {{old_count}} senus
|
||||
mark:
|
||||
as_read: Pranešimas pažymėtas kaip skaitytas
|
||||
as_unread: Pranešimas pažymėtas kaip neskaitytas
|
||||
message_summary:
|
||||
delete_button: Ištrinti
|
||||
read_button: Žymėti skaitytu
|
||||
reply_button: Atsakyti
|
||||
unread_button: Žymėti neskaitytu
|
||||
new:
|
||||
back_to_inbox: Atgal į gautus
|
||||
body: Tekstas
|
||||
limit_exceeded: Paskutiniu metu išsiuntėte labai daug žinučių. Prašome šiek tiek palaukti, prieš siunčiant dar daugiau žinučių.
|
||||
message_sent: Pranešimas išsiųstas
|
||||
send_button: Siųsti
|
||||
send_message_to: Siųsti naują žinutę naudotojui {{name}}
|
||||
subject: Tema
|
||||
title: Siųsti žinutę
|
||||
no_such_message:
|
||||
body: Gaila, bet žinutės su tokiu id nėra.
|
||||
|
@ -624,9 +726,16 @@ lt:
|
|||
title: Nėra tokio naudotojo
|
||||
outbox:
|
||||
date: Data
|
||||
inbox: gautieji
|
||||
my_inbox: Mano {{inbox_link}}
|
||||
no_sent_messages: Jūs dar negavote nei vienos žinutės. Kodėl gi nesusisiekus su {{people_mapping_nearby_link}}?
|
||||
outbox: išsiųstieji
|
||||
people_mapping_nearby: netoliese žyminčiais naudotojais
|
||||
title: Išsiųstieji
|
||||
you_have_sent_messages: Jūs turite {{count}} išsiųstų žinučių
|
||||
read:
|
||||
back_to_inbox: Atgal į gautus
|
||||
back_to_outbox: Atgal į išsiųstus
|
||||
date: Data
|
||||
from: Nuo
|
||||
reply_button: Atsakyti
|
||||
|
@ -638,6 +747,7 @@ lt:
|
|||
delete_button: Ištrinti
|
||||
notifier:
|
||||
diary_comment_notification:
|
||||
hi: Sveiki, {{to_user}},
|
||||
subject: "[OpenStreetMap] {{user}} pakomentavo jūsų dienoraščio įrašą"
|
||||
email_confirm:
|
||||
subject: "[OpenStreetMap] Patvirtinkite savo e-pašto adresą"
|
||||
|
@ -647,14 +757,24 @@ lt:
|
|||
email_confirm_plain:
|
||||
greeting: Sveiki,
|
||||
friend_notification:
|
||||
befriend_them: "Galite pridėti juos prie draugų: {{befriendurl}}"
|
||||
had_added_you: "{{user}} pridėjo jus į savo OpenStreetMap draugų sąrašą."
|
||||
see_their_profile: Galite peržiūrėti jo profilį adresu {{userurl}}.
|
||||
subject: "[OpenStreetMap] {{user}} prisidėjo jus kaip draugą"
|
||||
gpx_notification:
|
||||
and_no_tags: neturintis žymų.
|
||||
and_the_tags: "ir tokiomis žymomis:"
|
||||
failure:
|
||||
failed_to_import: "nebuvo sėkmingai importuotas. Štai klaidos pranešimas:"
|
||||
more_info_1: Daugiau informacijos apie GPX importo problemas ir kaip jų išvengti
|
||||
more_info_2: "galima rasti čia:"
|
||||
subject: "[OpenStreetMap] Nepavyko įkelti pėdsako (GPX)"
|
||||
greeting: Sveiki,
|
||||
success:
|
||||
loaded_successfully: sėkminga įkelta su {{trace_points}} taškų iš galimų {{possible_points}}.
|
||||
subject: "[OpenStreetMap] Sėkmingai įkeltas pėdsakas (GPX)"
|
||||
with_description: su aprašymu
|
||||
your_gpx_file: Panašu, kad jūsų GPX failas
|
||||
lost_password:
|
||||
subject: "[OpenStreetMap] Slaptažodžio atstatymo prašymas"
|
||||
lost_password_html:
|
||||
|
@ -663,10 +783,14 @@ lt:
|
|||
click_the_link: Jei tai jūs, paspauskite žemiau esančią nuorodą, kad iš naujo nustatytumėte slaptažodį.
|
||||
greeting: Sveiki,
|
||||
message_notification:
|
||||
footer1: Pranešimą taipogi galite perskaityti adresu {{readurl}}
|
||||
footer2: ir atsakyti galite adresu {{replyurl}}
|
||||
header: "{{from_user}} atsiuntė jums pranešimą per OpenStreetMap su tema „{{subject}}“:"
|
||||
hi: Sveiki, {{to_user}},
|
||||
signup_confirm:
|
||||
subject: "[OpenStreetMap] Patvirtinkite savo elektroninio pašto adresą"
|
||||
signup_confirm_plain:
|
||||
greeting: Sveiki!
|
||||
more_videos: "Daugiau video medžiagos rasite čia:"
|
||||
oauth:
|
||||
oauthorize:
|
||||
|
@ -699,7 +823,7 @@ lt:
|
|||
js_2: OpenStreetMap naudoja JavaScript savo 'slidžiam' žemėlapiui
|
||||
license:
|
||||
project_name: OpenStreetMap projektas
|
||||
permalink: Nuoroda
|
||||
permalink: Nuoroda į šią vietą
|
||||
shortlink: Trumpoji nuoroda
|
||||
key:
|
||||
map_key: Sutartiniai ženklai
|
||||
|
@ -845,22 +969,40 @@ lt:
|
|||
user:
|
||||
account:
|
||||
contributor terms:
|
||||
agreed: Jūs sutikote su naujomis talkininkų sąlygomis.
|
||||
agreed_with_pd: Jūs taip pat pareiškėte, kad visi jūsų pakeitimai yra viešo naudojimo.
|
||||
heading: "Talkininkų sąlygos:"
|
||||
link text: kas tai?
|
||||
not yet agreed: Jūs dar nesutikote su naujomis talkininkų sąlygomis.
|
||||
current email address: "Dabartinis e-pašto adresas:"
|
||||
delete image: Pašalintį dabartinę nuotrauką
|
||||
email never displayed publicly: (niekada viešai nerodomas)
|
||||
flash update success: Naudotojo informacija sėkmingai atnaujinta.
|
||||
home location: Namų pozicija
|
||||
image: "Nuotrauka:"
|
||||
image size hint: (geriausiai atrodo kvadratinės, ne mažesnės nei 100x100 taškų dydžio nuotraukos)
|
||||
keep image: Palikti dabartinę nuotrauką
|
||||
latitude: "Platuma:"
|
||||
longitude: "Ilguma:"
|
||||
make edits public button: Padaryti visus mano pakeitimus viešais
|
||||
my settings: Mano nustatymai
|
||||
new email address: "Naujas e-pašto adresas:"
|
||||
new image: Pridėti nuotrauką
|
||||
no home location: Jūs neįvedėte savo namų pozicijos
|
||||
preferred editor: "Pageidautinas redaktorius:"
|
||||
preferred languages: "Pageidautinos kalbos:"
|
||||
profile description: "Profilio aprašymas:"
|
||||
public editing:
|
||||
disabled: Išjungtas ir negali keisti duomenų, visi ankstesni pakeitimai yra anonimiški.
|
||||
disabled link text: kodėl aš negaliu redaguoti?
|
||||
enabled: Įjungtas. Nėra anoniminis ir gali keisti duomenis.
|
||||
enabled link: http://wiki.openstreetmap.org/wiki/Anonymous_edits
|
||||
enabled link text: kas tai?
|
||||
heading: "Viešas keitimas:"
|
||||
public editing note:
|
||||
heading: Viešas keitimas
|
||||
replace image: Pakeisti dabartinę nuotrauką
|
||||
return to profile: Grįžti į profilį
|
||||
save changes button: Įrašyti pakeitimus
|
||||
title: Keisti paskyrą
|
||||
update home location on click: Atnaujinti namų poziciją paspaudus ant žemėlapio?
|
||||
|
@ -868,8 +1010,10 @@ lt:
|
|||
already active: Ši paskyra jau yra patvirtinta.
|
||||
button: Patvirtinti
|
||||
heading: Patvirtinti naudotojo paskyrą.
|
||||
press confirm button: Norėdami aktyvuoti savo paskyrą paspauskite žemiau esantį patvirtinimo mygtuką.
|
||||
success: Jūsų paskyra patvirtinta. Ačiū už registraciją!
|
||||
confirm_email:
|
||||
button: Patvirtinti
|
||||
heading: Patvirtinkite e-pašto adreso pakeitimą
|
||||
press confirm button: Spauskite žemiau esantį patvirtinimo mygtuką, kad patvirtintume savo naują e-pašto adresą.
|
||||
success: Jūsų e-pašto adresas patvirtintas. Ačiū, kad prisiregistravote!
|
||||
|
@ -877,6 +1021,8 @@ lt:
|
|||
failure: Naudotojas {{name}} nerastas.
|
||||
filter:
|
||||
not_an_administrator: Norėdami atlikti šį veiksmą, turite būti administratoriumi.
|
||||
go_public:
|
||||
flash success: Nuo šiol visi jūsų pakeitimai bus vieši ir jums leidžiama keisti.
|
||||
list:
|
||||
confirm: Patvirtinti pažymėtus naudotojus
|
||||
empty: Nerasta atitinkančių naudotojų
|
||||
|
@ -917,6 +1063,7 @@ lt:
|
|||
display name description: Jūsų viešai rodomas naudotojo vardas. Jei norėsite, galėsite jį vėliau pakeisti savo nustatymuose.
|
||||
email address: "E-pašto adresas:"
|
||||
heading: Sukurti naudotojo paskyrą
|
||||
license_agreement: Kai patvirtinsite savo paskyrą, turėsite sutikti su <a href="http://www.osmfoundation.org/wiki/License/Contributor_Terms">talkininkų sąlygomis</a>.
|
||||
no_auto_account_create: Deja šiuo metu negalime jums automatiškai sukurti paskyros.
|
||||
password: "Slaptažodis:"
|
||||
title: Sukurti paskyrą
|
||||
|
@ -939,14 +1086,17 @@ lt:
|
|||
set_home:
|
||||
flash success: Namų pozicija sėkmingai įrašyta
|
||||
suspended:
|
||||
body: "<p>Atsiprašome, bet jūsų paskyros veikimas buvo pristabdytas dėl įtartinų veiksmų.</p>\n<p>Šį sprendimą netrukus peržiūrės administratoriai arba jūs galite susisiekti su {{webmaster}}, jei norite tai aptarti.</p>"
|
||||
heading: Paskyra sustabdyta
|
||||
title: Paskyra sustabdyta
|
||||
terms:
|
||||
consider_pd_why: kas tai?
|
||||
heading: Talkininkų sąlygos
|
||||
legale_names:
|
||||
france: Prancūzija
|
||||
italy: Italija
|
||||
rest_of_world: Likęs pasaulis
|
||||
title: Talkininkų sąlygos
|
||||
view:
|
||||
add as friend: pridėti kaip draugą
|
||||
ago: ({{time_in_words_ago}} atgal)
|
||||
|
@ -989,22 +1139,89 @@ lt:
|
|||
user location: Naudotojo pozicija
|
||||
your friends: Jūsų draugai
|
||||
user_block:
|
||||
blocks_by:
|
||||
empty: Naudotojas {{name}} dar nieko neužblokavo.
|
||||
heading: Naudotojo {{name}} blokavimų sąrašas
|
||||
title: Naudotojo {{name}} blokavimai
|
||||
blocks_on:
|
||||
empty: "{{name}} dar nebuvo apribotas."
|
||||
heading: Naudotojo {{name}} apribojimų sąrašas
|
||||
title: Naudotojo {{name}} blokavimai
|
||||
create:
|
||||
flash: Naudotojas {{name}} užblokuotas.
|
||||
try_contacting: Prieš blokuodami naudotoją pasistenkite su juo susisiekti ir duokite pakankamai laiko jam ar jai atsakyti.
|
||||
try_waiting: Prieš blokuodami naudotoją, duokite jam šiek tiek laiko atsakyti.
|
||||
edit:
|
||||
back: Peržiūrėti visus blokavimus
|
||||
heading: Keičiamas naudotojo {{name}} blokavimas
|
||||
needs_view: Ar naudotojas turi prisiregistruoti, tam kad šis blokavimas būtų panaikintas?
|
||||
period: Kiek laiko, pradedant nuo šios minutės, naudotojui bus uždrausta naudotis API.
|
||||
show: Peržiūrėti šį blokavimą
|
||||
submit: Atnaujinti blokavimą
|
||||
title: Keičiamas naudotojo {{name}} blokavimas
|
||||
filter:
|
||||
block_expired: Blokavimo laikas jau baigėsi, todėl negali būti keičiamas.
|
||||
block_period: Blokavimo periodo reikšmė turi būti pasirinkta iš iškrentančio sąrašo.
|
||||
not_a_moderator: Norėdami atlikti šį veiksmą turite būti moderatoriumi.
|
||||
helper:
|
||||
time_future: Baigiasi po {{time}}.
|
||||
time_past: Pasibaigė prieš {{time}}
|
||||
until_login: Aktyvus iki naudotojo prisijungimo.
|
||||
index:
|
||||
empty: Niekas dar nebuvo blokuojamas.
|
||||
heading: Naudotojo blokavimų sąrašas
|
||||
model:
|
||||
non_moderator_revoke: Norėdami atšaukti blokavimą turite būti moderatoriumi.
|
||||
non_moderator_update: Norėdami sukurti ar atnaujinti blokavimą turite būti moderatoriumi.
|
||||
new:
|
||||
back: Peržiūrėti visus blokavimus
|
||||
heading: Kuriamas naudotojo {{name}} blokavimas
|
||||
needs_view: Naudotojas turi prisiregistruoti, kad šis blokavimas būtų atšauktas
|
||||
submit: Sukurti blokavimą
|
||||
title: Kuriamas naudotojo {{name}} blokavimas
|
||||
tried_contacting: Aš susisiekiau su naudotoju ir paprašiau, kad jis liautųsi.
|
||||
not_found:
|
||||
back: Atgal į sąrašą
|
||||
sorry: Atsiprašome, bet naudotojo blokavimas, turintis ID {{id}} nerastas.
|
||||
partial:
|
||||
confirm: Ar tikrai?
|
||||
creator_name: Kūrėjas
|
||||
display_name: Blokuojamas naudotojas
|
||||
edit: Keisti
|
||||
not_revoked: (neatšauktas)
|
||||
reason: Blokavimo priežastis
|
||||
revoke: Atšaukti!
|
||||
revoker_name: Atšaukė
|
||||
show: Rodyti
|
||||
status: Būsena
|
||||
period:
|
||||
one: 1 valanda
|
||||
other: "{{count}} valandos"
|
||||
revoke:
|
||||
confirm: Ar tikrai norite atšaukti šį blokavimą?
|
||||
flash: Šis blokavimas buvo atšauktas
|
||||
heading: Atšaukiamas naudotojo {{block_on}} blokavimas, sukurtas naudotojo {{block_by}}
|
||||
past: Šis blokavimas baigėsi prieš {{time}}, todėl nebegali būti atšauktas.
|
||||
revoke: Atšaukti!
|
||||
time_future: Šis blokavimas pasibaigs po {{time}}.
|
||||
title: Atšaukiamas naudotojo {{block_on}} blokavimas
|
||||
show:
|
||||
back: Peržiūrėti visus blokavimus
|
||||
confirm: Ar tikrai?
|
||||
edit: Keisti
|
||||
heading: Naudotoją {{block_on}} blokuoja {{block_by}}
|
||||
needs_view: Naudotojas turi prisijungti, kad jo blokavimas būtų panaikintas.
|
||||
reason: "Blokavimo priežastis:"
|
||||
revoke: Atšaukti!
|
||||
revoker: "Atšaukėjas:"
|
||||
show: Rodyti
|
||||
status: Būsena
|
||||
time_future: Baigiasi {{time}}
|
||||
time_past: Baigėsi {{time}} atgal
|
||||
title: Naudotoją {{block_on}} blokuoja {{block_by}}
|
||||
update:
|
||||
only_creator_can_edit: Tik šį blokavimą sukūręs moderatorius gali jį keisti.
|
||||
success: Blokavimas atnaujintas.
|
||||
user_role:
|
||||
filter:
|
||||
already_has_role: Naudotojas jau turi rolę „{{role}}“.
|
||||
|
@ -1012,6 +1229,7 @@ lt:
|
|||
not_a_role: Eilutė „{{role}}“ nėra tinkama rolė.
|
||||
not_an_administrator: Tik administratoriai gali valdyti roles, o jūs nesate administratorius.
|
||||
grant:
|
||||
are_you_sure: Ar tikrai norite naudotojui `{{name}}' suteikti rolę `{{role}}'?
|
||||
confirm: Patvirtinti
|
||||
heading: Patvirtinkite rolės suteikimą
|
||||
title: Patvirtinkite rolės suteikimą
|
||||
|
|
|
@ -255,6 +255,7 @@ mk:
|
|||
changeset:
|
||||
anonymous: Анонимен
|
||||
big_area: (голема)
|
||||
id: бр. {{id}}
|
||||
no_comment: (нема)
|
||||
no_edits: (нема уредувања)
|
||||
show_area_box: прикажи рамка на површина
|
||||
|
@ -918,6 +919,7 @@ mk:
|
|||
intro_3: Вдомувањето на OpenStreetMap е овозможено од {{ucl}} и {{bytemark}}. Другите поддржувачи на проектот се наведени на {{partners}}.
|
||||
intro_3_bytemark: bytemark
|
||||
intro_3_partners: вики
|
||||
intro_3_partners_url: http://wiki.openstreetmap.org/wiki/Partners?uselang=mk
|
||||
intro_3_ucl: UCL VR Centre
|
||||
license:
|
||||
title: Податоците на OpenStreetMap се под Creative Commons Наведи извор-Сподели под исти услови 2.0 Нелокализирана лиценца
|
||||
|
@ -944,6 +946,7 @@ mk:
|
|||
welcome_user_link_tooltip: Ваша корисничка страница
|
||||
wiki: Вики
|
||||
wiki_title: Помошна страница за проектот
|
||||
wiki_url: http://wiki.openstreetmap.org/wiki/Mk:Main_Page
|
||||
license_page:
|
||||
foreign:
|
||||
english_link: англискиот оригинал
|
||||
|
@ -994,7 +997,7 @@ mk:
|
|||
heading: Нема таков корисник
|
||||
title: Нема таков корисник
|
||||
outbox:
|
||||
date: Даѕум
|
||||
date: Датум
|
||||
inbox: примени пораки
|
||||
my_inbox: Моите {{inbox_link}}
|
||||
no_sent_messages: Сè уште немате испратено пораки. Зошто да не исконтактирате некои {{people_mapping_nearby_link}}?
|
||||
|
@ -1048,6 +1051,7 @@ mk:
|
|||
and_the_tags: "и следниве ознаки:"
|
||||
failure:
|
||||
failed_to_import: не можеше да се увезе. Еве ја грешката;
|
||||
import_failures_url: http://wiki.openstreetmap.org/wiki/GPX_Import_Failures?uselang=mk
|
||||
more_info_1: Повеќе информации за проблеми при увозот на GPX податотеки, и како да
|
||||
more_info_2: "ги избегнете ,ќе најдете на:"
|
||||
subject: "[OpenStreetMap] Проблем при увозот на GPX податотека"
|
||||
|
@ -1073,6 +1077,7 @@ mk:
|
|||
footer2: и можете да одговорите на {{replyurl}}
|
||||
header: "{{from_user}} ви испрати порака преку OpenStreetMap со насловот {{subject}}:"
|
||||
hi: Здраво {{to_user}},
|
||||
subject_header: "[OpenStreetMap] — {{subject}}"
|
||||
signup_confirm:
|
||||
subject: "[OpenStreetMap] Потврдете ја вашата е-поштенска адреса"
|
||||
signup_confirm_html:
|
||||
|
@ -1101,6 +1106,7 @@ mk:
|
|||
more_videos: "Повеќе видеоклипови ќе најдете тука:"
|
||||
opengeodata: "OpenGeoData.org е блогот на основачот на OpenStreetMap, Стив Коуст, а таму има и под-емитувања:"
|
||||
the_wiki: "Читајте за OpenStreetMap на викито:"
|
||||
the_wiki_url: http://wiki.openstreetmap.org/wiki/MK:Beginners%27_Guide?uselang=mk
|
||||
user_wiki_1: Се препорачува да отворите корисничка вики-страница, каде ќе стојат
|
||||
user_wiki_2: ознаки за категории на кои ќе стои вашето место на живеење, како да речеме [[Category:Users_in_London]].
|
||||
wiki_signup: "Препорачуваме да се регистрирате на викито на OpenStreetMap на:"
|
||||
|
@ -1300,6 +1306,7 @@ mk:
|
|||
uploaded_at: "Подигнато во:"
|
||||
visibility: "Видливост:"
|
||||
visibility_help: што значи ова?
|
||||
visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=mk
|
||||
list:
|
||||
public_traces: Јавни GPS траги
|
||||
public_traces_from: Јавни GPS траги од {{user}}
|
||||
|
@ -1335,12 +1342,14 @@ mk:
|
|||
trace_form:
|
||||
description: Опис
|
||||
help: Помош
|
||||
help_url: http://wiki.openstreetmap.org/wiki/Upload?uselang=mk
|
||||
tags: Ознаки
|
||||
tags_help: одделено со запирка
|
||||
upload_button: Подигни
|
||||
upload_gpx: Подгни GPX податотека
|
||||
visibility: Видливост
|
||||
visibility_help: што значи ова?
|
||||
visibility_help_url: http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces?uselang=mk
|
||||
trace_header:
|
||||
see_all_traces: Погледајте ги сите траги
|
||||
see_your_traces: Погледајте ги сите траги
|
||||
|
@ -1505,6 +1514,8 @@ mk:
|
|||
not displayed publicly: Не се прикажува јавно (видете <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacy policy including section on email addresses">правилникот за приватност</a>)
|
||||
password: "Лозинка:"
|
||||
terms accepted: Ви благодариме што ги прифативте новите услови за учество!
|
||||
terms declined: Жалиме што не се согласувате со новите Услови за учество. Повеќе информации ќе најдете на <a href="{{url}}">оваа страница</a>.
|
||||
terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined?uselang=mk
|
||||
title: Создај сметка
|
||||
no_such_user:
|
||||
body: Жалиме, но не постои корисник по име {{user}}. Проверете да не сте згрешиле во пишувањето, или пак да не сте кликнале на погрешна врска.
|
||||
|
@ -1545,6 +1556,7 @@ mk:
|
|||
legale_select: "Одберете ја вашата земја на живеење:"
|
||||
read and accept: Прочитајте го договорот подолу и притиснете на копчето „Се согласувам“ за да потврдите дека ги прифаќате условите на договорот кои се однесуваат на вашите постоечки и идни придонеси.
|
||||
title: Услови за учество
|
||||
you need to accept or decline: Прочитајте ги новите Услови за учество, а потоа согласете се или одбијте ги.
|
||||
view:
|
||||
activate_user: активирај го корисников
|
||||
add as friend: додај како пријател
|
||||
|
|
|
@ -948,7 +948,7 @@ nl:
|
|||
english_link: Engelstalige origineel
|
||||
text: In het geval deze taalversie en het {{english_original_link}} elkaar tegenspreken, hebben de bepalingen op de Engelstalige pagina voorrang.
|
||||
title: Over deze vertaling
|
||||
legal_babble: "<h2>Auteursrechten en licentie</h2>\n<p>\n OpenStreetMap is <i>open data</i>, gelicenceerd onder de licentie <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/\">Creative\n Commons Naamsvermelding-Gelijk delen 2.0</a> (CC-BY-SA).\n</p>\n<p>\n Het staat u vrij onze kaarten en gegevens te kopieren, te distribueren,\n weer te geven en aan te passen, zo lang als u OpenStreetMap en haar\n auteurs vermeldt. Als u onze kaarten of gegevens wijzigt of erop verder bouwt,\n mag u de resultaten onder dezelfde licentie distribueren. In de\n volledige <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/legalcode\">juridische\n tekst</a> worden uw rechten en verantwoordelijkheden uitgelegd.\n</p>\n\n<h3>Hoe OpenStreetMap te vermelden</h3>\n<p>\n Als u kaartmateriaal van OpenStreetMap gebruikt, vragen we u als\n naamsvermelding tenminste op te nemen “© OpenStreetMap-auteurs, CC-BY-SA”.\n Als u alleen kaartgegevens gebruikt, vragen we u te vermelden\n “Kaartgegevens © OpenStreetMap-auteurs,\n CC-BY-SA”.\n</p>\n<p>\n Waar mogelijk moet u verwijzen naar OpenStreetMap met een hyperlink naar <a\n href=\"http://www.openstreetmap.org/\">http://www.openstreetmap.org/</a>\n en CC-BY-SA naar <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/\">http://creativecommons.org/licenses/by-sa/2.0/</a>. Als\n u een medium gebruikt waarin u niet met hyperlinks kunt verwijzen (bijvoorbeeld in\n drukwerk), dan verzoeken we u uw lezers te verwijzen naar \n www.openstreetmap.org (wellicht door \n ‘OpenStreetMap’ uit te schrijven als het complete webadres) en naar\n www.creativecommons.org.\n</p>\n\n<h3>Meer informatie</h3>\n<p>\n U kunt meer lezen over onze gegevens in de <a\n href=\"http://wiki.openstreetmap.org/wiki/Legal_FAQ\">Veel gestelde juridische\n vragen</a>.\n</p>\n<p>\n OSM-auteurs worden er continu aan herinnerd nooit gebruik te maken van enige\n auteursrechtelijk beschermde bron (zoals bijvoorbeeld Google Maps of gedrukte kaarten) zonder\n expliciete toestemming van de auteursrechthebbenden.\n</p>\n<p>\n Hoewel OpenStreetMap open data is, kunnen we niet om niet een kaart-API\n ter beschikking stellen voor ontwikkelaars van derde partijen.\n\n Zie ons <a href=\"http://wiki.openstreetmap.org/wiki/API_usage_policy\">API-gebruiksbeleid</a>,\n <a href=\"http://wiki.openstreetmap.org/wiki/Tile_usage_policy\">Kaartgebruikbeleid</a>\n en <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy\">Nominatimgebruiksbeleid</a>.\n</p>\n\n<h3>Onze gegevensleveranciers</h3>\n<p>\n Door onze CC-BY-SA-licentie moet u “de Originele auteur\n vermelden op een redelijke wijze voor het door U gebruikte medium”.\n Individuele OSM-mappers vragen niet om meer vermelding dan\n “OpenStreetMap-auteurs”, maar daar waar gegevens van\n een nationaal kaartenbureau afkomstig zijn of van een andere belangrijke\n bron, en opgenomen in OpenStreetMap, kan het redelijk zijn om\n die bron direct te vermelden of door naar deze pagina te verwijzen.\n</p>\n\n<!--\nInformatie voor paginabewerkers\n\nIn de volgende lijst zijn alleen organisaties opgenomen die\nvermelding vereisen bij opname van hun gegevens in OpenStreetMap.\nHet is geen algeheel overzicht van geïmporteerde gegevens en mag\nniet gebruikt worden, tenzij naamsvermelding verplicht is om te\nvoldoen aan de licentie van de geïmporteerde gegevens.\n\nToevoegingen op deze plaats moeten eerst met OSM-beheerders\noverlegd worden.\n-->\n\n<ul id=\"contributors\">\n <li><strong>Australië</strong>: Bevat wijkgegevens\n gebaseerd op gegevens van het Australian Bureau of Statistics.</li>\n <li><strong>Canada</strong>: Bevat gegevens van\n GeoBase®, GeoGratis (© Department of Natural\n Resources Canada), CanVec (© Department of Natural\n Resources Canada), en StatCan (Geography Division,\n Statistics Canada).</li>\n <li><strong>Polen</strong>: Bevat gegevens van <a\n href=\"http://ump.waw.pl/\">UMP-pcPL maps</a>. Auteursrechten\n UMP-pcPL-delnemers.</li>\n <li><strong>Nieuw-Zeeland</strong>: Bevat gegevens van\n Land Information New Zealand. Crown Copyright voorbehouden.</li>\n <li><strong>Verenigd Koninkrijk</strong>: Bevat gegevens van\n de Ordnance Survey © Crown Copyright en databaserechten\n 2010.</li>\n</ul>\n\n<p>\n Opname van gegevens in OpenStreetMap betekent niet dat de originele\n gegevensverstrekker OpenStreetMap ondersteunt, enige vorm van garantie geeft, of\n aansprakelijkheid aanvaardt.\n</p>"
|
||||
legal_babble: "<h2>Auteursrechten en licentie</h2>\n<p>\n OpenStreetMap is <i>open data</i>, gelicenceerd onder de licentie <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/\">Creative\n Commons Naamsvermelding-Gelijk delen 2.0</a> (CC-BY-SA).\n</p>\n<p>\n Het staat u vrij onze kaarten en gegevens te kopieren, te distribueren,\n weer te geven en aan te passen, zo lang als u OpenStreetMap en haar\n auteurs vermeldt. Als u onze kaarten of gegevens wijzigt of erop verder bouwt,\n mag u de resultaten onder dezelfde licentie distribueren. In de\n volledige <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/legalcode\">juridische\n tekst</a> worden uw rechten en verantwoordelijkheden uitgelegd.\n</p>\n\n<h3>Hoe OpenStreetMap te vermelden</h3>\n<p>\n Als u kaartmateriaal van OpenStreetMap gebruikt, vragen we u als\n naamsvermelding tenminste op te nemen “© OpenStreetMap-auteurs, CC-BY-SA”.\n Als u alleen kaartgegevens gebruikt, vragen we u te vermelden\n “Kaartgegevens © OpenStreetMap-auteurs,\n CC-BY-SA”.\n</p>\n<p>\n Waar mogelijk moet u verwijzen naar OpenStreetMap met een hyperlink naar <a\n href=\"http://www.openstreetmap.org/\">http://www.openstreetmap.org/</a>\n en CC-BY-SA naar <a\n href=\"http://creativecommons.org/licenses/by-sa/2.0/\">http://creativecommons.org/licenses/by-sa/2.0/</a>. Als\n u een medium gebruikt waarin u niet met hyperlinks kunt verwijzen (bijvoorbeeld in\n drukwerk), dan verzoeken we u uw lezers te verwijzen naar \n www.openstreetmap.org (wellicht door \n ‘OpenStreetMap’ uit te schrijven als het complete webadres) en naar\n www.creativecommons.org.\n</p>\n\n<h3>Meer informatie</h3>\n<p>\n U kunt meer lezen over onze gegevens in de <a\n href=\"http://wiki.openstreetmap.org/wiki/Legal_FAQ\">Veel gestelde juridische\n vragen</a>.\n</p>\n<p>\n OSM-auteurs worden er continu aan herinnerd nooit gebruik te maken van enige\n auteursrechtelijk beschermde bron (zoals bijvoorbeeld Google Maps of gedrukte kaarten) zonder\n expliciete toestemming van de auteursrechthebbenden.\n</p>\n<p>\n Hoewel OpenStreetMap open data is, kunnen we niet om niet een kaart-API\n ter beschikking stellen voor ontwikkelaars van derde partijen.\n\n Zie ons <a href=\"http://wiki.openstreetmap.org/wiki/API_usage_policy\">API-gebruiksbeleid</a>,\n <a href=\"http://wiki.openstreetmap.org/wiki/Tile_usage_policy\">Kaartgebruikbeleid</a>\n en <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy\">Nominatimgebruiksbeleid</a>.\n</p>\n\n<h3>Onze gegevensleveranciers</h3>\n<p>\n Door onze CC-BY-SA-licentie moet u “de Originele auteur\n vermelden op een redelijke wijze voor het door U gebruikte medium”.\n Individuele OSM-mappers vragen niet om meer vermelding dan\n “OpenStreetMap-auteurs”, maar daar waar gegevens van\n een nationaal kaartenbureau afkomstig zijn of van een andere belangrijke\n bron, en opgenomen in OpenStreetMap, kan het redelijk zijn om\n die bron direct te vermelden of door naar deze pagina te verwijzen.\n</p>\n\n<!--\nInformatie voor paginabewerkers\n\nIn de volgende lijst zijn alleen organisaties opgenomen die\nvermelding vereisen bij opname van hun gegevens in OpenStreetMap.\nHet is geen algeheel overzicht van geïmporteerde gegevens en mag\nniet gebruikt worden, tenzij naamsvermelding verplicht is om te\nvoldoen aan de licentie van de geïmporteerde gegevens.\n\nToevoegingen op deze plaats moeten eerst met OSM-beheerders\noverlegd worden.\n-->\n\n<ul id=\"contributors\">\n <li><strong>Australië</strong>: Bevat wijkgegevens\n gebaseerd op gegevens van het Australian Bureau of Statistics.</li>\n <li><strong>Canada</strong>: Bevat gegevens van\n GeoBase®, GeoGratis (© Department of Natural\n Resources Canada), CanVec (© Department of Natural\n Resources Canada), en StatCan (Geography Division,\n Statistics Canada).</li>\n <li><strong>Polen</strong>: Bevat gegevens van <a\n href=\"http://ump.waw.pl/\">UMP-pcPL maps</a>. Auteursrechten\n UMP-pcPL-delnemers.</li>\n <li><strong>Frankrijk</strong>: Bevat gegevens van\n Direction Générale des Impôts.</i>\n <li><strong>Nieuw-Zeeland</strong>: Bevat gegevens van\n Land Information New Zealand. Crown Copyright voorbehouden.</li>\n <li><strong>Verenigd Koninkrijk</strong>: Bevat gegevens van\n de Ordnance Survey © Crown Copyright en databaserechten\n 2010.</li>\n</ul>\n\n<p>\n Opname van gegevens in OpenStreetMap betekent niet dat de originele\n gegevensverstrekker OpenStreetMap ondersteunt, enige vorm van garantie geeft, of\n aansprakelijkheid aanvaardt.\n</p>"
|
||||
native:
|
||||
mapping_link: gaan mappen
|
||||
native_link: Nederlandstalige versie
|
||||
|
@ -1502,6 +1502,7 @@ nl:
|
|||
not displayed publicly: Niet openbaar gemaakt. Zie <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="wiki privacyovereenkomst met een sectie over e-mailadressen">Privacyovereenkomst</a>.
|
||||
password: "Wachtwoord:"
|
||||
terms accepted: Dank u wel voor het aanvaarden van de nieuwe bijdragersovereenkomst!
|
||||
terms declined: We vinden het jammer dat u hebt besloten de nieuwe Bijdragersvoorwaarden niet te accepteren. Zie <a href="{{url}}">deze wikipagina</a> voor meer informatie.
|
||||
title: Gebruiker aanmaken
|
||||
no_such_user:
|
||||
body: Sorry, er is geen gebruiker met de naam {{user}}. Controleer de spelling, of misschien is de link waarop je klikte onjuist.
|
||||
|
@ -1542,6 +1543,7 @@ nl:
|
|||
legale_select: "Selecteer het land waarin u woont:"
|
||||
read and accept: Lees de overeenkomst hieronder in en klik op de knop "Instemmen" om te bevestigen dat u de voorwaarden van deze overeenkomst voor uw bestaande en toekomstige bijdragen aanvaardt.
|
||||
title: Bijdragersovereenkomst
|
||||
you need to accept or decline: Lees alstublieft de nieuwe Bijdragersvoorwaarden en besluit daarna deze te accepteren of te verwerpen voordat u door kunt gaan.
|
||||
view:
|
||||
activate_user: gebruiker actief maken
|
||||
add as friend: vriend toevoegen
|
||||
|
|
|
@ -1520,6 +1520,7 @@ ru:
|
|||
not displayed publicly: Не отображается публично (см. <a href="http://wiki.openstreetmap.org/index.php?title=Privacy_Policy&uselang=ru" title="вики политика конфиденциальности включая часть про адрес эл. почты">политику конфиденциальности</a>)
|
||||
password: "Пароль:"
|
||||
terms accepted: Спасибо за принятие новых условий участия!
|
||||
terms declined: Нам жаль, что вы решили не принимать новые условия участия. Дополнительную информацию можно найти <a href="{{url}}">на следующей странице</a>.
|
||||
title: Регистрация
|
||||
no_such_user:
|
||||
body: Извините, нет пользователя с именем {{user}}. Пожалуйста, проверьте правильность ввода. Возможно, вы перешли по ошибочной ссылке.
|
||||
|
@ -1560,6 +1561,7 @@ ru:
|
|||
legale_select: "Пожалуйста, выберите страну вашего проживания:"
|
||||
read and accept: Пожалуйста, прочтите приведённое ниже соглашение и нажмите кнопку «Согласен», чтобы подтвердить, что вы согласны с условиями этого соглашения относительно вашего существующего и будущего вклада.
|
||||
title: Условия сотрудничества
|
||||
you need to accept or decline: Пожалуйста, прочитайте, а затем согласитесь или отклоните новые Условия участия.
|
||||
view:
|
||||
activate_user: активировать этого пользователя
|
||||
add as friend: добавить в друзья
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -82,6 +82,7 @@ uk:
|
|||
cookies_needed: Схоже, що у вас вимкнені куки. Будь ласка, увімкніть куки у вашому оглядачі, перш ніж продовжити.
|
||||
setup_user_auth:
|
||||
blocked: Ваш доступ до API заблоковано. Будь ласка, увійдіть через веб-інтерфейс, щоб дізнатися подробиці.
|
||||
need_to_see_terms: Ваш доступ до API тимчасово призупинено. Будь ласка, увійдіть в систему, через веб-інтерфейс для перегляду Умов Участі. Вам не обов’язково погоджуватись, але ви повинні переглянути їх.
|
||||
browse:
|
||||
changeset:
|
||||
changeset: "Набір змін: {{id}}"
|
||||
|
@ -199,6 +200,7 @@ uk:
|
|||
details: Подробиці
|
||||
drag_a_box: Для виділення ділянки пересуньте рамку на мапі
|
||||
edited_by_user_at_timestamp: Змінив [[user]] в [[timestamp]]
|
||||
hide_areas: Приховати ділянки
|
||||
history_for_feature: Історія [[feature]]
|
||||
load_data: Завантажити Дані
|
||||
loaded_an_area_with_num_features: "Ви завантажили ділянку, яка містить [[num_features]] об’єктів. Загалом, деякі оглядачі можуть не впоратися з показом цієї кількості даних. Як правило, оглядачі працюють краще показуючи менше 100 об’єктів одночасно: якщо ви робите ще будь-що інше — це може спричинити сповільнення/відсутність відклику у вашому оглядачі. Якщо ви впевнені, що хочете побачити ці дані, це можна зробити, натиснувши на кнопку нижче."
|
||||
|
@ -221,6 +223,7 @@ uk:
|
|||
node: Точка
|
||||
way: Лінія
|
||||
private_user: приватний користувч
|
||||
show_areas: Показати ділянки
|
||||
show_history: Показати Історію
|
||||
unable_to_load_size: "Неможливо завантажити: розмір ділянки [[bbox_size]] завеликий (повинен бути менше ніж {{max_bbox_size}})"
|
||||
wait: Зачекайте…
|
||||
|
@ -940,6 +943,7 @@ uk:
|
|||
osm_read_only: База даних OpenStreetMap в даний момент доступна тільки для читання, тому що проводиться необхідне технічне обслуговування.
|
||||
sign_up: реєстрація
|
||||
sign_up_tooltip: Створити обліковий запис для редагування
|
||||
sotm2011: Відвідайте конференцію OpenStreetMap 2011, «The State of the Map», яка відбудеться у Денвері 9-11 вересня!
|
||||
tag_line: Вільна Вікі-мапа Світу
|
||||
user_diaries: Щоденники
|
||||
user_diaries_tooltip: Подивитись щоденники
|
||||
|
@ -1185,6 +1189,7 @@ uk:
|
|||
no_iframe_support: Ваш оглядач не підтримує фрейми HTML, які необхідні для цієї функції.
|
||||
not_public: Ви не зробили свої правки загальнодоступними.
|
||||
not_public_description: "Ви не можете більше анонімно редагувати мапу. Ви можете зробити ваші редагування загальнодоступними тут: {{user_page}}."
|
||||
potlatch2_not_configured: Потлатч 2 не був налаштований — див http://wiki.openstreetmap.org/wiki/The_Rails_Port#Potlatch_2 для отримання додаткової інформації
|
||||
potlatch2_unsaved_changes: Ви маєте незбережені зміни. (Для збереження в Потлач 2, ви повинні натиснути Зберегти.)
|
||||
potlatch_unsaved_changes: Є незбережені зміни. (Для збереження в Potlatch зніміть виділення з колії або точки, якщо редагуєте «вживу», або натисніть кнопку «зберегти», якщо ви в режимі відкладеного збереження.)
|
||||
user_page_link: сторінка користувача
|
||||
|
@ -1510,6 +1515,7 @@ uk:
|
|||
not displayed publicly: Не показується загальнодоступно (див. <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="Вікі про політику конфіденційності, включаючи розділ про адреси електронної пошти"> політику конфіденційності</a>)
|
||||
password: "Пароль:"
|
||||
terms accepted: Дякуємо за прийняття нових умов співпраці!
|
||||
terms declined: Нам шкода, що ви вирішили не приймати нові Умови Участі. Для отримання додаткової інформації, будь ласка, перегляньте <a href="{{url}}">цю сторінку</a> .
|
||||
title: Реєстрація
|
||||
no_such_user:
|
||||
body: Вибачте, немає користувача з ім'ям {{user}}. Будь ласка, перевірте правильність його введення. Можливо, ви перейшли з помилкового посилання.
|
||||
|
@ -1550,6 +1556,7 @@ uk:
|
|||
legale_select: "Будь ласка, виберіть країну проживання:"
|
||||
read and accept: Будь ласка, ознайомтеся з угодою нижче і натисніть кнопку «Приймаю» для підтвердження того, що ви згодні з умовами цієї угоди для існуючих і майбутніх внесків.
|
||||
title: Умови співпраці
|
||||
you need to accept or decline: Будь ласка, прочитайте, а потім або прийміть або відхиліть нові Умови Участі.
|
||||
view:
|
||||
activate_user: активувати цього користувача
|
||||
add as friend: додати до списку друзів
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
# Author: Markobr
|
||||
# Author: Michi
|
||||
# Author: Pill
|
||||
# Author: Raymond
|
||||
# Author: The Evil IP address
|
||||
# Author: Umherirrender
|
||||
de:
|
||||
|
@ -79,7 +80,7 @@ de:
|
|||
error_nopoi: Der Ort von Interesse (POI) kann nicht gefunden werden (vielleicht wurde der Kartenausschnitt verschoben?), daher ist Rückgängigmachen nicht möglich.
|
||||
error_nosharedpoint: Die Wege $1 und $2 haben keinen gemeinsamen Punkt mehr, daher kann das Aufteilen nicht rückgängig gemacht werden.
|
||||
error_noway: Der Weg $1 kann nicht gefunden werden (eventuell wurde der Kartenausschnitt verschoben), daher ist Rückgängigmachen nicht möglich.
|
||||
error_readfailed: Der OpenStreetMap Server reagiert zur Zeit nicht auf Anfragen von Daten.\n\nMöchtest du es noch einmal versuchen?
|
||||
error_readfailed: Der OpenStreetMap Server reagiert zurzeit nicht auf Anfragen von Daten.\n\nMöchtest du es noch einmal versuchen?
|
||||
existingrelation: Zu einer bestehenden Relation hinzufügen
|
||||
findrelation: Relation finden, die dies enthält
|
||||
gpxpleasewait: Bitte warten, während die GPX-Aufzeichnung (Track) verarbeitet wird.
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -61,9 +61,17 @@ tl:
|
|||
drag_pois: Kaladkarin at ihulog ang mga tuldok na makagigiliwan
|
||||
editinglive: Buhay na pamamatnugot
|
||||
editingoffline: Pamamatnugot habang wala sa Internet
|
||||
emailauthor: \n\nMangyaring padalhan ng e-liham si richard@systemeD.net na may isang ulat ng sira, na sinasabi kung ano ang ginagawa mo noong oras na iyon.
|
||||
error_anonymous: Hindi ka maaaring makipag-ugnayan sa isang hindi nagpapakilalang tagapagmapa.
|
||||
error_connectionfailed: Paumanhin - nabigo ang ugnay sa tagapaghain ng OpenStreetMap. Hindi nasagip ang anumang kamakailang mga pagbabago.\n\nNais mo bang subukang muli?
|
||||
error_microblog_long: "Nabigo ang pagpapaskil sa $1:\nKodigo ng HTTP: $2\nMensahe ng kamalian: $3\nKamalian ng $1: $4"
|
||||
error_nopoi: Hindi matagpuan ang Tuldok na Kagigiliwan (POI) (marahil inasay mo ito?) kaya't hindi ko maibalik sa dati.
|
||||
error_nosharedpoint: Ang mga daanang $1 ay $2 hindi na nag-aamutan ng isang pangkaraniwang tuldok, kaya't hindi ko mabuo ulit mula sa pagkakahiwa.
|
||||
error_noway: Hindi matagpuan ang daanang $1 (marahil inasay mo ito?) kaya't hindi ko maibalik sa dati.
|
||||
error_readfailed: Paumanhin - hindi tumugon ang tagapaghain ng OpenStreetMap noong humingi ng dato.\n\nNais mo bang subukang muli?
|
||||
existingrelation: Idagdag sa isang umiiral na kaugnayan
|
||||
findrelation: Maghanap ng isang kaugnayan na naglalaman ng
|
||||
gpxpleasewait: Mangyaring maghintay habang isinasagawa ang bakas ng GPX.
|
||||
heading_drawing: Pagguhit
|
||||
heading_introduction: Pagpapakilala
|
||||
heading_pois: Pagsisimula
|
||||
|
@ -72,13 +80,68 @@ tl:
|
|||
heading_tagging: Nagtatatak
|
||||
heading_troubleshooting: Nagsusuri ng suliranin
|
||||
help: Tulong
|
||||
hint_drawmode: pindutin upang idagdag ang pandulong guhit na tuldok\npindutin ng dalawang ulit/Bumalik\nsa
|
||||
hint_latlon: "latitud $1\nlonghitud $2"
|
||||
hint_loading: ikinakarga ang dato
|
||||
hint_overendpoint: sa ibabaw ng dulong-tuldok ($1)\npindtuin upang pagsamahin\nshift-pindtuin upang pagsanibin
|
||||
hint_overpoint: sa ibabaw ng tuldok ($1)\npindutin upang pagsamahin
|
||||
hint_pointselected: napili ang tuldok\n(magpalit-pindutin ang tuldok upang\nmagsimula ng bagong guhit)
|
||||
hint_saving: sinasagip ang dato
|
||||
hint_saving_loading: ikinakarga/sinasagip ang dato
|
||||
inspector: Tagapagsiyasat
|
||||
inspector_duplicate: Kagaya ng
|
||||
inspector_in_ways: Sa mga daang
|
||||
inspector_latlon: "Latitud $1\nLonghitud $2"
|
||||
inspector_locked: Nakakandado
|
||||
inspector_node_count: ( $1 mga ulit)
|
||||
inspector_not_in_any_ways: Hindi sa anumang mga paraan (tuldok na makagigiliwan)
|
||||
inspector_unsaved: Hindi nasagip
|
||||
inspector_uploading: (ikinakargang papaitaas)
|
||||
inspector_way_connects_to: Umuugnay sa $1 mga daanan
|
||||
inspector_way_connects_to_principal: Umuugnay sa $1 $2 at $3 iba pang $4
|
||||
inspector_way_nodes: $1 mga buko
|
||||
inspector_way_nodes_closed: $1 mga buko (nakasara)
|
||||
loading: Ikinakarga...
|
||||
login_pwd: "Hudyat:"
|
||||
login_retry: Hindi nakilala ang paglagda mo sa sityo. Mangyaring subukan uli.
|
||||
login_title: Hindi makalagda
|
||||
login_uid: "Pangalan ng tagagamit:"
|
||||
mail: Liham
|
||||
more: Marami pa
|
||||
newchangeset: "Pakisubukan ulit: Magsisimula ang potlatch ng isang bagong pangkat ng pagbabago."
|
||||
"no": Hindi
|
||||
nobackground: Walang panlikuran
|
||||
norelations: Walang mga kaugnayan sa pangkasulukuyang lugar
|
||||
offset_broadcanal: Maluwang na paralan na landas ng panghilang bangka
|
||||
offset_choose: Piliin ang pambawi ng kakulangan (m)
|
||||
offset_dual: Pandalawahang daanan ng karuwahe (D2)
|
||||
offset_motorway: Daanan ng sasakyang may motor (D3)
|
||||
offset_narrowcanal: Makitid na paralan na landas ng panghilang bangka
|
||||
ok: Sige
|
||||
openchangeset: Binubuksan ang pangkat ng pagbabago
|
||||
option_custompointers: Gamitin ang panulat at mga panturo ng kamay
|
||||
option_external: "Paglulunsad na panlabas:"
|
||||
option_fadebackground: Pakupasin ang panlikuran
|
||||
option_layer_cycle_map: OSM - mapa ng ikot
|
||||
option_layer_maplint: OSM - Maplint (mga kamalian)
|
||||
option_layer_nearmap: "Australya: NearMap"
|
||||
option_layer_ooc_25k: "Makasaysayang Nagkakaisang Kaharian: 1:25k"
|
||||
option_layer_ooc_7th: "Makasaysayang Nagkakaisang Kaharian: ika-7"
|
||||
option_layer_ooc_npe: "Makasaysayang Nagkakaisang Kaharian: NPE"
|
||||
option_layer_ooc_scotland: "Makasaysayang Nagkakaisang Kaharian: Eskosya"
|
||||
option_layer_os_streetview: "Nagkakaisang Kaharian: Tanawin ng Kalsada ng OS"
|
||||
option_layer_streets_haiti: "Haiti: pangalan ng mga lansangan"
|
||||
option_layer_surrey_air_survey: "Nagkakaisang Kaharian: Pagtatanung-tanong sa Panghimpapawid na Karuwahe"
|
||||
option_layer_tip: Piliin ang panlikurang ipapakita
|
||||
option_limitways: Bigyan ng babala kapag nagkakarga ng maraming mga dato
|
||||
option_microblog_id: "Pangalan ng maliitang blog:"
|
||||
option_microblog_pwd: "Hudyat sa maliitang blog:"
|
||||
option_noname: Pagliwanagin ang mga kalsadang walang pangalan
|
||||
option_photo: "Larawang KML:"
|
||||
option_thinareas: Gumamit ng mas maninipis na mga guhit para sa mga lugar
|
||||
option_thinlines: Gumamit ng manipis na mga guhit para sa lahat ng mga sukat
|
||||
option_tiger: Pagliwanagin ang hindi nabagong TIGRE
|
||||
option_warnings: Ipakita ang lumulutang na mga babala
|
||||
point: Tuldok
|
||||
preset_icon_airport: Paliparan
|
||||
preset_icon_bar: Tindahang Inuman ng Alak
|
||||
|
@ -104,6 +167,22 @@ tl:
|
|||
preset_icon_school: Paaralan
|
||||
preset_icon_station: Himpilan ng tren
|
||||
preset_icon_supermarket: Malaking Pamilihan
|
||||
preset_icon_taxi: Ranggo ng taksi
|
||||
preset_icon_telephone: Telepono
|
||||
preset_icon_theatre: Tanghalan
|
||||
preset_tip: Pumili mula sa isang talaan ng paunang itinakdang mga tatak na naglalarawan ng $1
|
||||
prompt_addtorelation: Idagdag ang $1 sa isang ugnayan
|
||||
prompt_changesetcomment: "Magpasok ng isang paglalarawan ng mga pagbabago mo:"
|
||||
prompt_closechangeset: Isara ang pangkat ng pagbabagong $1
|
||||
prompt_createparallel: Lumikha ng kaagapay na daan
|
||||
prompt_editlive: Buhay na pamamatnugot
|
||||
prompt_editsave: Mamatnugot na may pagsagip
|
||||
prompt_helpavailable: Bagong tagagamit? Tumingin sa pang-ilalim na kaliwa para sa saklolo.
|
||||
prompt_launch: Ilunsad ang panlabas na URL
|
||||
prompt_live: Sa pamamaraang buhay, ang bawat bagay na binabago mo ay kaagad na sasagipin sa loob ng kalipunan ng dato ng OpenStreetMap - hindi ito iminumungkahi para sa mga nagsisimula pa lamang. Nakatitiyak ka ba?
|
||||
prompt_manyways: Talagang madetalye ang pook na ito at mangangailangan ng isang matagal na panahon upang maikarga. Mas nanaisin mo bang lumapit?
|
||||
prompt_microblog: Ipaskil sa $1 ($2 ang natitira pa)
|
||||
prompt_revertversion: "Manumbalik sa isang mas maagang nasagip na bersyon:"
|
||||
prompt_savechanges: Sagipin ang mga pagbabago
|
||||
prompt_taggedpoints: Ilan sa mga tuldok na nasa daang ito ay natatakan o nasa loob ng mga ugnayan. Burahin talaga?
|
||||
prompt_track: Gawing mga daan ang bakas ng GPS
|
||||
|
@ -128,5 +207,22 @@ tl:
|
|||
tip_noundo: Walang maibabalik sa dati
|
||||
tip_options: Itakda ang mga mapagpipilian (piliin ang panlikuran ng mapa)
|
||||
tip_photo: Ikarga ang mga litrato
|
||||
tip_presettype: Piliin ang inaalok na uri ng mga paunang mga pagtatakda na nasa loob ng talaan.
|
||||
tip_repeattag: Ulitin ang mga tatak mula sa nauna nang napiling daanan (R)
|
||||
tip_revertversion: Piliin ang petsang pagpapanumbalikan
|
||||
tip_selectrelation: Idagdag sa napiling tumbok
|
||||
tip_splitway: Hatiin ang daan doon sa napiling tuldok (X)
|
||||
tip_tidy: Linisin ang mga tuldok sa daanang (T)
|
||||
tip_undo: Ibalik sa dati ang $1 (Z)
|
||||
uploading: Ikinakarga...
|
||||
uploading_deleting_pois: Binubura ang mga tuldok na makagigiliwan
|
||||
uploading_deleting_ways: Binubura ang mga daan
|
||||
uploading_poi: Ikinakargang papaitaas ang tuldok na makagigiliwan na $1
|
||||
uploading_poi_name: Ikinakargang papaitaas ang tuldok na makagigiliwan na $1, $2
|
||||
uploading_relation: Ikinakargang papaitaas ang kaugnayang $1
|
||||
uploading_relation_name: Ikinakargang papaitaas ang kaugnayang $1, $2
|
||||
uploading_way: Ikinakargang papaitaas ang daan na $1
|
||||
uploading_way_name: Ikinakargang papaitaas ang daan na $1, $2
|
||||
warning: Babala!
|
||||
way: Daan
|
||||
"yes": Oo
|
||||
|
|
|
@ -1,183 +0,0 @@
|
|||
# Messages for Simplified Chinese (中文(简体))
|
||||
# Exported from translatewiki.net
|
||||
# Export driver: syck-pecl
|
||||
# Author: Gaoxuewei
|
||||
# Author: Hydra
|
||||
zh-hans:
|
||||
a_way: $1 方式
|
||||
action_addpoint: 一种方法的末尾添加一个节点
|
||||
action_cancelchanges: 取消更改
|
||||
action_changeway: 变化的一种方式
|
||||
action_createparallel: 创建并行的方式
|
||||
action_createpoi: 创建一个 POI
|
||||
action_insertnode: 将节点添加到一种方法
|
||||
action_mergeways: 并购两种方式
|
||||
action_movepoint: 移动点
|
||||
action_moveway: 移动方式
|
||||
action_revertway: 恢复一种方法
|
||||
action_splitway: 分裂的一种方法
|
||||
action_waytags: 一路上设置标记
|
||||
advanced: 高级
|
||||
advanced_close: 密切的变更集
|
||||
advanced_inspector: 检查员
|
||||
advanced_maximise: 大化窗口
|
||||
advanced_minimise: 尽量减少窗口
|
||||
advanced_tooltip: 高级编辑操作
|
||||
advanced_undelete: 撤消删除
|
||||
advice_conflict: 服务器冲突-您可能需要尝试保存
|
||||
advice_deletingway: 删除方式(Z 以撤消)
|
||||
advice_microblogged: 更新您的 $1 状态
|
||||
advice_revertingway: 恢复到上次保存方式(Z 以撤消)
|
||||
advice_toolong: 太长,无法解除锁定 — 请将拆分为较短的方法
|
||||
advice_uploadempty: 没有任何东西上传
|
||||
advice_uploadfail: 上传已停止
|
||||
advice_uploadsuccess: 已成功上载的所有数据
|
||||
cancel: 取消
|
||||
closechangeset: 关闭的变更集
|
||||
conflict_download: 下载的版本
|
||||
conflict_overwrite: 覆盖其版本
|
||||
conflict_poichanged: 由于已启动编辑其他人更改了点 $1$2。
|
||||
conflict_relchanged: 由于已启动编辑其他人已更改关系 $1$2。
|
||||
conflict_visitway: 单击确定以显示的方式。
|
||||
createrelation: 创建新的关系
|
||||
custom: 自定义:
|
||||
delete: 删除
|
||||
deleting: 删除
|
||||
editinglive: 实时编辑
|
||||
editingoffline: 脱机编辑
|
||||
error_anonymous: 您不能联系一个匿名的映射器。
|
||||
error_microblog_long: "向 $1 发布失败:\nHTTP代码: $2\n出错信息: $3\n$1 错误: $4"
|
||||
error_nopoi: 找不到POI (也许你已经淘金走了吗?),我不能撤消。
|
||||
error_nosharedpoint: $1 和 $2 的方式不共享任何更一个共通点,所以我不能撤消的分裂。
|
||||
existingrelation: 将添加到一个现有的关系
|
||||
findrelation: 找到包含的关系
|
||||
gpxpleasewait: 请正在处理过氧化物跟踪,稍候。
|
||||
heading_drawing: 绘图
|
||||
heading_introduction: 简介
|
||||
heading_pois: 入门
|
||||
heading_surveying: 测量
|
||||
heading_tagging: 添加标签
|
||||
heading_troubleshooting: 故障排除
|
||||
help: 帮助
|
||||
hint_saving: 保存数据
|
||||
hint_saving_loading: 加载/保存数据
|
||||
inspector: 检查器
|
||||
inspector_duplicate: 重复的
|
||||
inspector_in_ways: 在方法中
|
||||
inspector_locked: 锁定
|
||||
inspector_node_count: ($1 次)
|
||||
inspector_not_in_any_ways: 不以任何方式(POI)
|
||||
inspector_unsaved: 未保存
|
||||
inspector_uploading: (上传)
|
||||
inspector_way: $1
|
||||
inspector_way_nodes_closed: $1 节点(关闭)
|
||||
loading: 正在加载...
|
||||
login_pwd: 密码:
|
||||
login_retry: 您的网站登录不是承认。请重试。
|
||||
login_title: 不能登录
|
||||
login_uid: 用户名:
|
||||
mail: 邮件
|
||||
more: 更多
|
||||
newchangeset: 请再试一次: 波特拉奇将开始一个新的变更集。
|
||||
"no": 不
|
||||
nobackground: 无背景
|
||||
norelations: 在当前区域中没有关系
|
||||
offset_broadcanal: 广泛的运河牵道
|
||||
offset_choose: 选择偏移量(m)
|
||||
offset_dual: 双车道(D2)
|
||||
ok: 行
|
||||
openchangeset: 打开变更集
|
||||
option_custompointers: 使用钢笔和手的指针
|
||||
option_external: 在对外发布:
|
||||
option_fadebackground: 淡背景
|
||||
option_layer_maplint: OSM - Maplint (错误)
|
||||
option_layer_nearmap: 澳大利亚: NearMap
|
||||
option_layer_ooc_25k: 英国历史:1:25 k
|
||||
option_layer_ooc_scotland: 英国历史: 苏格兰
|
||||
option_layer_os_streetview: 英国:操作系统街景
|
||||
option_layer_streets_haiti: 海地: 街道名称
|
||||
option_layer_surrey_air_survey: 英国: 萨里空气调查
|
||||
option_layer_tip: 选择要显示背景
|
||||
option_limitways: 在加载大量数据时发出警告
|
||||
option_microblog_id: 博客:
|
||||
option_microblog_pwd: 博客的密码:
|
||||
option_noname: 突出显示未命名的道路
|
||||
option_photo: 图片KML:
|
||||
option_thinareas: 地区使用更薄的行
|
||||
option_thinlines: 在所有扩展使用细线
|
||||
option_warnings: 显示浮动警告
|
||||
point: 点
|
||||
preset_icon_airport: 机场
|
||||
preset_icon_bar: 栏
|
||||
preset_icon_bus_stop: 巴士站
|
||||
preset_icon_cafe: 咖啡厅
|
||||
preset_icon_cinema: 电影院
|
||||
preset_icon_convenience: 便利店
|
||||
preset_icon_disaster: 海地建设
|
||||
preset_icon_fast_food: 快餐
|
||||
preset_icon_ferry_terminal: 天星渡轮码头
|
||||
preset_icon_fire_station: 消防局
|
||||
preset_icon_hospital: 医院
|
||||
preset_icon_hotel: 酒店
|
||||
preset_icon_museum: 博物馆
|
||||
preset_icon_parking: 泊车位
|
||||
preset_icon_pharmacy: 药剂业
|
||||
preset_icon_place_of_worship: 宗教场所
|
||||
preset_icon_police: 警署
|
||||
preset_icon_post_box: 邮箱
|
||||
preset_icon_pub: 酒吧
|
||||
preset_icon_recycling: 循环再用
|
||||
preset_icon_restaurant: 餐厅
|
||||
preset_icon_school: 学校
|
||||
preset_icon_station: 西铁站
|
||||
preset_icon_supermarket: 超市
|
||||
preset_icon_taxi: 出租车
|
||||
preset_icon_telephone: 电话
|
||||
preset_icon_theatre: 剧院
|
||||
preset_tip: 从预设标记描述 $1 的菜单中选择
|
||||
prompt_changesetcomment: 为您的变更输入一段描述:
|
||||
prompt_closechangeset: 关闭 $1 的变更集
|
||||
prompt_createparallel: 创建并行的方式
|
||||
prompt_editlive: 实时编辑
|
||||
prompt_editsave: 保存与编辑
|
||||
prompt_helpavailable: 新用户?在左下方的帮助中查找。
|
||||
prompt_launch: 启动外部 URL
|
||||
prompt_live: 在实时模式立即将带有 OpenStreetMap 数据库中保存您更改的每个项目 — 不推荐适合初学者。是否确定?
|
||||
prompt_manyways: 这一领域是非常详细,将需要很长的时间来加载。你喜欢放大吗?
|
||||
prompt_revertversion: 还原到一个较早时保存的版本:
|
||||
prompt_savechanges: 保存更改
|
||||
prompt_taggedpoints: 这种方式上的点的一些标记或在关系中。是否确实要删除?
|
||||
prompt_track: 全球定位系统跟踪转换方法
|
||||
prompt_unlock: 单击可解锁
|
||||
prompt_welcome: 欢迎使用 OpenStreetMap!
|
||||
retry: 重试
|
||||
revert: 回复
|
||||
save: 保存
|
||||
tags_backtolist: 回到列表
|
||||
tags_findatag: 查找标签
|
||||
tags_findtag: 查找标签
|
||||
tags_matching: 热门标签匹配 "$1"
|
||||
tags_typesearchterm: 键入要查找的单词:
|
||||
tip_addtag: 添加新的标签
|
||||
tip_alert: 出现了一个错误-单击详细信息
|
||||
tip_anticlockwise: 单击可反向的逆时针循环方式
|
||||
tip_direction: 单击以逆向的方式的方向
|
||||
tip_gps: 显示 GPS 跟踪(G)
|
||||
tip_noundo: 无法撤消
|
||||
tip_options: 设置选项(选择地图背景)
|
||||
tip_photo: 载入图片
|
||||
tip_presettype: 选择菜单中提供了哪种类型的预设。
|
||||
tip_repeattag: 重复标记从以前所选的方式 (R)
|
||||
tip_revertversion: 选择要恢复到日期
|
||||
tip_selectrelation: 将添加到所选择的路线
|
||||
tip_splitway: 拆分方式在所选点(X)
|
||||
tip_tidy: 整洁点的方式(T)
|
||||
tip_undo: 撤消 $1(Z)
|
||||
uploading: 上传中 ...
|
||||
uploading_deleting_pois: 删除服务点
|
||||
uploading_deleting_ways: 删除方法
|
||||
uploading_relation: 上传的关系 $1
|
||||
uploading_way: 上传方式 $1
|
||||
warning: 警告!
|
||||
way: 方式
|
||||
"yes": 是
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -38,9 +38,6 @@ class UserBlocksTest < ActionController::IntegrationTest
|
|||
|
||||
# revoke the ban
|
||||
get '/login'
|
||||
assert_response :redirect
|
||||
assert_redirected_to "controller" => "user", "action" => "login", "cookie_test" => "true"
|
||||
follow_redirect!
|
||||
assert_response :success
|
||||
post '/login', {'user[email]' => moderator.email, 'user[password]' => "test", :referer => "/blocks/#{block.id}/revoke"}
|
||||
assert_response :redirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue