Nuked 'browse.start_rjs.unable_to_load' and replaced it with
'browse.start_rjs.unable_to_load_size' which solves #1919 some more.
This commit is contained in:
parent
3622db1665
commit
de18f26d3c
12 changed files with 12 additions and 23 deletions
|
@ -187,7 +187,7 @@ page << <<EOJ
|
|||
var size = projected.getWidth() * projected.getHeight();
|
||||
|
||||
if (size > #{APP_CONFIG['max_request_area']}) {
|
||||
setStatus("#{I18n.t('browse.start_rjs.unable_to_load')} " + size + " #{I18n.t('browse.start_rjs.must_be_smaller')}");
|
||||
setStatus(i18n_js("#{I18n.t('browse.start_rjs.unable_to_load_size', :bbox_size => '{{bbox_size}}', :max_bbox_size => APP_CONFIG['max_request_area'])}", { bbox_size: size }));
|
||||
} else {
|
||||
loadGML("/api/#{API_VERSION}/map?bbox=" + projected.toBBOX());
|
||||
}
|
||||
|
|
|
@ -151,8 +151,7 @@ de:
|
|||
manually_select: "Einen anderen Kartenausschnitt manuell auswählen"
|
||||
loaded_an_area_with_num_features: "Du hast einen Bereich geladen, der {{num_features}} Elemente enthält. Manche Browser haben Probleme bei der Darstellung einer so großen Datenmenge. Normalerweise ist es am besten, nur weniger als 100 Elemente zu betrachten; alles andere macht deinen Browser langsam bzw. lässt ihn nicht mehr auf Eingaben reagieren. Wenn du sicher bist, dass du diese Daten darstellen willst, klicke auf \'Daten laden\' unten."
|
||||
load_data: "Daten laden"
|
||||
unable_to_load: "Konnte nicht geladen werden: Bereich der Größe"
|
||||
must_be_smaller: "ist zu groß (soll kleiner als 0.25 sein)"
|
||||
unable_to_load_size: "Konnte nicht geladen werden: Bereich der Größe {{bbox_size}} ist zu groß (soll kleiner als {{max_bbox_size}} sein)"
|
||||
loading: "Laden..."
|
||||
show_history: "Chronik"
|
||||
wait: "Verarbeiten..."
|
||||
|
|
|
@ -151,8 +151,7 @@ en:
|
|||
manually_select: "Manually select a different area"
|
||||
loaded_an_area_with_num_features: "You have loaded an area which contains {{num_features}} features. In general, some browsers may not cope well with displaying this quantity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
|
||||
load_data: "Load Data"
|
||||
unable_to_load: "Unable to load: Bounding box size of"
|
||||
must_be_smaller: "is too large (must be smaller than 0.25)"
|
||||
unable_to_load_size: "Unable to load: Bounding box size of {{bbox_size}} is too large (must be smaller than {{max_bbox_size}})"
|
||||
loading: "Loading..."
|
||||
show_history: "Show History"
|
||||
wait: "Wait..."
|
||||
|
|
|
@ -66,8 +66,7 @@ fr:
|
|||
manually_select: "Sélectionner manuellement une zone différente"
|
||||
loaded_an_area_with_num_features: "Vous avez chargé une zone qui contient {{num_features}} un grand nombre d'éléments. En général, les navigateurs ne supportent pas bien l'affichage de tant de données, et travaillent mieux lorsqu'ils affichent moins de 100 éléments : accepter peut rendre votre navigateur lent ou non fonctionnel. Si vous etes sûr de vouloir afficher ces données, vous pouvez le faire en appuyant sur le bouton ci-dessous."
|
||||
load_data: "Charger les données"
|
||||
unable_to_load: "Impossible de charger les données : la Bounding box d'une taille de"
|
||||
must_be_smaller: "est trop grande (elle doit être plus petite que 0.25)"
|
||||
unable_to_load_size: "Impossible de charger les données : la Bounding box d'une taille de {{bbox_size}} est trop grande (elle doit être plus petite que {{max_bbox_size}})"
|
||||
loading: "Chargement..."
|
||||
show_history: "Montrer l'historique"
|
||||
wait: "Patienter..."
|
||||
|
|
|
@ -147,8 +147,7 @@ he:
|
|||
manually_select: "Manually select a different area"
|
||||
loaded_an_area_with_num_features: "You have loaded an area which contains {{num_features}} features. In general, some browsers may not cope well with displaying this quanity of data. Generally, browsers work best at displaying less than 100 features at a time: doing anything else may make your browser slow/unresponsive. If you are sure you want to display this data, you may do so by clicking the button below."
|
||||
load_data: "Load Data"
|
||||
unable_to_load: "Unable to load: Bounding box size of"
|
||||
must_be_smaller: "is too large (must be smaller than 0.25)"
|
||||
unable_to_load_size: "Unable to load: Bounding box size of {{bbox_size}} is too large (must be smaller than {{max_bbox_size}})"
|
||||
loading: "Loading..."
|
||||
show_history: "Show History"
|
||||
wait: "Wait..."
|
||||
|
|
|
@ -151,8 +151,7 @@ is:
|
|||
manually_select: "Velja annað svæði á kortinu"
|
||||
loaded_an_area_with_num_features: "Þú hefur valið svæði sem á eru {{num_features}} hlutir. Sumir vafrar höndla illa fleiri en 100 hluti í einu, en þú getur hlaðið þeim inn þrátt fyrir það ef þú telur þig geta höndlað það."
|
||||
load_data: "Hlaða inn gögnum"
|
||||
unable_to_load: "Gat ekki hlaðið gögnum: Svæði af stærðinni"
|
||||
must_be_smaller: "er of stórt, svæðið verður að vera minna en 0.25"
|
||||
unable_to_load_size: "Gat ekki hlaðið gögnum: Svæði af stærðinni {{bbox_size}} er of stórt, svæðið verður að vera minna en {{max_bbox_size}}"
|
||||
loading: "Hleð inn gögnum..."
|
||||
show_history: "Sýna breytingarsögu"
|
||||
wait: "Augnablik..."
|
||||
|
|
|
@ -147,8 +147,7 @@ it:
|
|||
manually_select: "Seleziona manualmente un'area differente"
|
||||
loaded_an_area_with_num_features: "E' stata caricata un'area che contiene {{num_features}} caratteristiche. In generale, alcuni browser potrebbero non visualizzare correttamente questa quantità di dati. Generalmente i browser lavorano al meglio se si visualizzano meno di 100 caratteristiche alla volta: se si fa qualcos'altro il proprio browser potrebbe diventare lento o non rispondere più. Se si è sicuri di voler visualizzare questi dati, allora si può premere il pulsante sottostante."
|
||||
load_data: "Carica dati"
|
||||
unable_to_load: "Impossibile caricare: la dimensione del riquadro di selezione di"
|
||||
must_be_smaller: "è troppo grande (deve essere minore di 0.25)"
|
||||
unable_to_load_size: "Impossibile caricare: la dimensione del riquadro di selezione di {{bbox_size}} è troppo grande (deve essere minore di {{max_bbox_size}})"
|
||||
loading: "Caricamento in corso..."
|
||||
show_history: "Visualizza storico"
|
||||
wait: "Attendere..."
|
||||
|
|
|
@ -147,8 +147,7 @@ nl:
|
|||
manually_select: "Selecteer handmatig een ander gebied"
|
||||
loaded_an_area_with_num_features: "Je hebt een gebied geladen dat {{num_features}} objecten bevat. In het algemeen kunnen sommige browsers niet goed overweg met zoveel gegevens. Normaal gesproken werken browsers het best met minder dan 100 objecten: als je meer weergeeft kan de browser traag worden of niet meer reageren. Als je zeker weet dat je de gegevens wilt laten zien, kan dat met de knop hieronder."
|
||||
load_data: "Gegevens laden"
|
||||
unable_to_load: "Niet mogelijk om te laden: grootte van de rechthoek ("
|
||||
must_be_smaller: ") is te groot (moet kleiner zijn dan 0,25)"
|
||||
unable_to_load_size: "Niet mogelijk om te laden: grootte van de rechthoek ({{bbox_size}}) is te groot (moet kleiner zijn dan {{max_bbox_size}})"
|
||||
loading: "Laden..."
|
||||
show_history: "Geschiedenis weergeven"
|
||||
wait: "Een ogenblik geduld a.u.b..."
|
||||
|
|
|
@ -147,8 +147,7 @@ pl:
|
|||
manually_select: "Manualnie wybierz inny obszar"
|
||||
loaded_an_area_with_num_features: "Załadowano obszar zawierający {{num_features}} obiektów. Przeglądarki mogą nie radzić sobie z wyświetleniem tej ilości danych -- generalnie działają optymalnie przy wyświetlaniu mniej niż 100 obiektów jednocześnie, w przeciwnym wypadku przeglądarka może działac powoli lub przestać odpowiadać. Jeśli jesteś pewien że chcesz wyświetlić dane, kliknij przycisk poniżej."
|
||||
load_data: "Załaduj dane"
|
||||
unable_to_load: "Nie można załadować: prostokąt ograniczający"
|
||||
must_be_smaller: "jest zbyt duży (nie może przekraczać 0.25 stopnia)"
|
||||
unable_to_load_size: "Nie można załadować: prostokąt ograniczający {{bbox_size}} jest zbyt duży (nie może przekraczać {{max_bbox_size}} stopnia)"
|
||||
loading: "Wczytywanie..."
|
||||
show_history: "Pokaż zmiany"
|
||||
wait: "Moment..."
|
||||
|
|
|
@ -147,8 +147,7 @@ ru:
|
|||
manually_select: "Выделить другую область"
|
||||
loaded_an_area_with_num_features: "Вы загрузили область, которая содержит {{num_features}} объектов. Некоторые браузеры могут не справиться с отображением такого количества данных. Обычно браузеры лучшего всего обрабатывают до 100 объектов одновременно. Загрузка большего числа может замедлить ваш браузер или привести к зависанию. Если вы все равно хотите отобразить эти данные, нажмите на кнопку ниже."
|
||||
load_data: "Загрузить данные"
|
||||
unable_to_load: "Загрузка невозможна: размер квадрата"
|
||||
must_be_smaller: "— слишком большой (должен быть меньше 0.25)"
|
||||
unable_to_load_size: "Загрузка невозможна: размер квадрата {{bbox_size}} — слишком большой (должен быть меньше {{max_bbox_size}})"
|
||||
loading: "Загрузка..."
|
||||
show_history: "Показать историю"
|
||||
wait: "Подождите..."
|
||||
|
|
|
@ -147,8 +147,7 @@ sl:
|
|||
manually_select: "Ročno izberite drugo področje"
|
||||
loaded_an_area_with_num_features: "Naložili ste področje, ki vsebuje {{num_features}} elementov. Nekateri spletni brskalniki ne zmorejo prikaza takšne količine podatkov. Na splošno brskalniki najbolje prikazujejo 100 ali manj elementov hkrati: karkoli drugega lahko upočasni vaš brskalnik ali ga naredi neodzivnega. Če ste prepričani, da želite prikazati vse te podatke, pritisnite na spodnji gumb."
|
||||
load_data: "Naloži podatke"
|
||||
unable_to_load: "Ni mogoče naložiti: Pravokotno področje velikosti"
|
||||
must_be_smaller: "je preveliko (mora biti manjše od 0.25)"
|
||||
unable_to_load_size: "Ni mogoče naložiti: Pravokotno področje velikosti {{bbox_size}} je preveliko (mora biti manjše od {{max_bbox_size}})"
|
||||
loading: "Nalaganje..."
|
||||
show_history: "Prikaži zgodovino"
|
||||
wait: "Počakajte..."
|
||||
|
|
|
@ -147,8 +147,7 @@
|
|||
manually_select: "手动选择一个不同区域"
|
||||
loaded_an_area_with_num_features: "你已经选择了一个区域包括了{{num_features}} features. 通常,一些浏览器不能很好显示高精度的数据。一般来讲,当像素点在100一下浏览器的显示效果最好。如果再做别的任务,可能会导致您的浏览器变慢/不响应如果您确定您想要显示这些数据,您可能要点击下面的按钮。"
|
||||
load_data: "读取数据"
|
||||
unable_to_load: "无法读取:限制窗口的尺寸"
|
||||
must_be_smaller: "过大 (需小于 0.25)"
|
||||
unable_to_load_size: "无法读取:限制窗口的尺寸{{bbox_size}} 过大 (需小于 {{max_bbox_size}})"
|
||||
loading: "读取中"
|
||||
show_history: "显示历史"
|
||||
wait: "等待中..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue