Replace the existing pagination of changesets in the browser with a
simple next/previous pagination that avoids the need to count the total number of matches.
This commit is contained in:
parent
7913dafe50
commit
261a93fbbc
36 changed files with 25 additions and 111 deletions
|
@ -307,11 +307,15 @@ class ChangesetController < ApplicationController
|
||||||
@description = t 'changeset.list.description'
|
@description = t 'changeset.list.description'
|
||||||
end
|
end
|
||||||
|
|
||||||
@edit_pages, @edits = paginate(:changesets,
|
@page = (params[:page] || 1).to_i
|
||||||
:include => [:user, :changeset_tags],
|
@page_size = 20
|
||||||
:conditions => conditions,
|
|
||||||
:order => "changesets.created_at DESC",
|
@edits = Changeset.find(:all,
|
||||||
:per_page => 20)
|
:include => [:user, :changeset_tags],
|
||||||
|
:conditions => conditions,
|
||||||
|
:order => "changesets.created_at DESC",
|
||||||
|
:offset => (@page - 1) * @page_size,
|
||||||
|
:limit => @page_size)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
<p>
|
<p>
|
||||||
<% current_page = @edit_pages.current_page %>
|
|
||||||
|
|
||||||
<%= t'changeset.changeset_paging_nav.showing_page' %>
|
<% if @page > 1 %>
|
||||||
<%= current_page.number %> (<%= current_page.first_item %><%
|
<%= link_to t('changeset.changeset_paging_nav.previous'), :page => @page - 1 %>
|
||||||
if (current_page.first_item < current_page.last_item) # if more than 1 changeset on page
|
<% else %>
|
||||||
%>-<%= current_page.last_item %><%
|
<%= t('changeset.changeset_paging_nav.previous') %>
|
||||||
end %>
|
|
||||||
<%= t'changeset.changeset_paging_nav.of'%> <%= @edit_pages.item_count %>)
|
|
||||||
<% if @edit_pages.page_count > 1 %>
|
|
||||||
| <%= pagination_links_each(@edit_pages, {}) { |n| link_to(n, params.merge({ :page => n })) } %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
| <%= t('changeset.changeset_paging_nav.showing_page', :page => @page) %> |
|
||||||
|
|
||||||
|
<% if @edits.size < @page_size %>
|
||||||
|
<%= t('changeset.changeset_paging_nav.next') %>
|
||||||
|
<% else %>
|
||||||
|
<%= link_to t('changeset.changeset_paging_nav.next'), :page => @page + 1 %>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -199,9 +199,6 @@ af:
|
||||||
no_comment: (geen)
|
no_comment: (geen)
|
||||||
no_edits: (geen wysigings)
|
no_edits: (geen wysigings)
|
||||||
still_editing: (steeds besig met wysiging)
|
still_editing: (steeds besig met wysiging)
|
||||||
changeset_paging_nav:
|
|
||||||
of: van
|
|
||||||
showing_page: Wys bladsy
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Gebied
|
area: Gebied
|
||||||
comment: Opmerking
|
comment: Opmerking
|
||||||
|
|
|
@ -188,9 +188,6 @@ be:
|
||||||
show_area_box: паказаць мяжу мясцовасці
|
show_area_box: паказаць мяжу мясцовасці
|
||||||
still_editing: (у працэсе рэдагавання)
|
still_editing: (у працэсе рэдагавання)
|
||||||
view_changeset_details: Падрабязней пра набор зменаў
|
view_changeset_details: Падрабязней пра набор зменаў
|
||||||
changeset_paging_nav:
|
|
||||||
of: з
|
|
||||||
showing_page: Паказваецца старонка
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Мясцовасць
|
area: Мясцовасць
|
||||||
comment: Каментар
|
comment: Каментар
|
||||||
|
|
|
@ -241,9 +241,6 @@ br:
|
||||||
show_area_box: diskouez takad ar voest
|
show_area_box: diskouez takad ar voest
|
||||||
still_editing: (oc'h aozañ c'hoazh)
|
still_editing: (oc'h aozañ c'hoazh)
|
||||||
view_changeset_details: Gwelet munudoù ar strollad kemmoù
|
view_changeset_details: Gwelet munudoù ar strollad kemmoù
|
||||||
changeset_paging_nav:
|
|
||||||
of: eus
|
|
||||||
showing_page: O tiskouez ar bajenn
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Takad
|
area: Takad
|
||||||
comment: Addispleg
|
comment: Addispleg
|
||||||
|
|
|
@ -213,9 +213,6 @@ cs:
|
||||||
no_comment: (žádný)
|
no_comment: (žádný)
|
||||||
still_editing: (stále se upravuje)
|
still_editing: (stále se upravuje)
|
||||||
view_changeset_details: Zobrazit detaily sady změn
|
view_changeset_details: Zobrazit detaily sady změn
|
||||||
changeset_paging_nav:
|
|
||||||
of: z
|
|
||||||
showing_page: Zobrazuji stranu
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Oblast
|
area: Oblast
|
||||||
comment: Komentář
|
comment: Komentář
|
||||||
|
|
|
@ -251,9 +251,6 @@ de:
|
||||||
show_area_box: Bereich anzeigen
|
show_area_box: Bereich anzeigen
|
||||||
still_editing: (in Bearbeitung)
|
still_editing: (in Bearbeitung)
|
||||||
view_changeset_details: Details des Changesets
|
view_changeset_details: Details des Changesets
|
||||||
changeset_paging_nav:
|
|
||||||
of: von
|
|
||||||
showing_page: Seite
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Bereich
|
area: Bereich
|
||||||
comment: Kommentar
|
comment: Kommentar
|
||||||
|
|
|
@ -248,9 +248,6 @@ dsb:
|
||||||
show_area_box: wobłuk pokazaś
|
show_area_box: wobłuk pokazaś
|
||||||
still_editing: (wobźěłujo se)
|
still_editing: (wobźěłujo se)
|
||||||
view_changeset_details: Drobnostki sajźbow změnow pokazaś
|
view_changeset_details: Drobnostki sajźbow změnow pokazaś
|
||||||
changeset_paging_nav:
|
|
||||||
of: z
|
|
||||||
showing_page: Pokazujo se bok
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Wurězk
|
area: Wurězk
|
||||||
comment: Komentar
|
comment: Komentar
|
||||||
|
|
|
@ -186,8 +186,6 @@ el:
|
||||||
anonymous: Ανόνυμος
|
anonymous: Ανόνυμος
|
||||||
show_area_box: δείξε περιοχή κουτιού
|
show_area_box: δείξε περιοχή κουτιού
|
||||||
view_changeset_details: Δες αλλαγή συλλογής λεπτομερειών
|
view_changeset_details: Δες αλλαγή συλλογής λεπτομερειών
|
||||||
changeset_paging_nav:
|
|
||||||
showing_page: Eμφάνιση σελίδας
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Περιοχή
|
area: Περιοχή
|
||||||
comment: Σχόλιο
|
comment: Σχόλιο
|
||||||
|
|
|
@ -241,8 +241,9 @@ en:
|
||||||
edit: "edit"
|
edit: "edit"
|
||||||
changeset:
|
changeset:
|
||||||
changeset_paging_nav:
|
changeset_paging_nav:
|
||||||
showing_page: "Showing page"
|
showing_page: "Showing page {{page}}"
|
||||||
of: "of"
|
next: "Next »"
|
||||||
|
previous: "« Previous"
|
||||||
changeset:
|
changeset:
|
||||||
id: "#{{id}}"
|
id: "#{{id}}"
|
||||||
still_editing: "(still editing)"
|
still_editing: "(still editing)"
|
||||||
|
|
|
@ -222,8 +222,6 @@ eo:
|
||||||
no_comment: (neniu)
|
no_comment: (neniu)
|
||||||
no_edits: (neniaj redaktoj)
|
no_edits: (neniaj redaktoj)
|
||||||
still_editing: (estas ankoraŭ redaktata)
|
still_editing: (estas ankoraŭ redaktata)
|
||||||
changeset_paging_nav:
|
|
||||||
showing_page: Montrante paĝon
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Areo
|
area: Areo
|
||||||
comment: Komento
|
comment: Komento
|
||||||
|
|
|
@ -242,9 +242,6 @@ es:
|
||||||
show_area_box: mostrar caja
|
show_area_box: mostrar caja
|
||||||
still_editing: (todavía en edición)
|
still_editing: (todavía en edición)
|
||||||
view_changeset_details: Ver detalles del conjunto de cambios
|
view_changeset_details: Ver detalles del conjunto de cambios
|
||||||
changeset_paging_nav:
|
|
||||||
of: de
|
|
||||||
showing_page: Mostrando página
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Ãrea
|
area: Ãrea
|
||||||
comment: Comentario
|
comment: Comentario
|
||||||
|
|
|
@ -225,9 +225,6 @@ fi:
|
||||||
show_area_box: näytä alueen rajat kartalla
|
show_area_box: näytä alueen rajat kartalla
|
||||||
still_editing: (muokkaus kesken)
|
still_editing: (muokkaus kesken)
|
||||||
view_changeset_details: Näytä muutoskokoelman tarkemmat tiedot
|
view_changeset_details: Näytä muutoskokoelman tarkemmat tiedot
|
||||||
changeset_paging_nav:
|
|
||||||
of: " /"
|
|
||||||
showing_page: Sivu
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Alue
|
area: Alue
|
||||||
comment: Kommentti
|
comment: Kommentti
|
||||||
|
|
|
@ -246,9 +246,6 @@ fr:
|
||||||
show_area_box: afficher la zone de la boîte
|
show_area_box: afficher la zone de la boîte
|
||||||
still_editing: (en cours de modification)
|
still_editing: (en cours de modification)
|
||||||
view_changeset_details: Afficher les détails du groupe de modifications
|
view_changeset_details: Afficher les détails du groupe de modifications
|
||||||
changeset_paging_nav:
|
|
||||||
of: de
|
|
||||||
showing_page: Affichage de la page
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Zone
|
area: Zone
|
||||||
comment: Commentaire
|
comment: Commentaire
|
||||||
|
|
|
@ -167,9 +167,6 @@ fur:
|
||||||
no_edits: (nissun cambiament)
|
no_edits: (nissun cambiament)
|
||||||
still_editing: (ancjemò in cambiament)
|
still_editing: (ancjemò in cambiament)
|
||||||
view_changeset_details: Viôt detais dal grup di cambiaments
|
view_changeset_details: Viôt detais dal grup di cambiaments
|
||||||
changeset_paging_nav:
|
|
||||||
of: su
|
|
||||||
showing_page: Daûr a mostrâ la pagjine
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Aree
|
area: Aree
|
||||||
comment: Coment
|
comment: Coment
|
||||||
|
|
|
@ -174,9 +174,6 @@ hi:
|
||||||
no_edits: (कोई संपादित नहीं है)
|
no_edits: (कोई संपादित नहीं है)
|
||||||
still_editing: (संपादित किया जा रहा है)
|
still_editing: (संपादित किया जा रहा है)
|
||||||
view_changeset_details: इस changeset के विवरण देखे
|
view_changeset_details: इस changeset के विवरण देखे
|
||||||
changeset_paging_nav:
|
|
||||||
of: "पृष्ठ गिनती:"
|
|
||||||
showing_page: "इस पृष्ठ का प्रदर्शन:"
|
|
||||||
changesets:
|
changesets:
|
||||||
area: क्षेत्र
|
area: क्षेत्र
|
||||||
comment: टिप्पणी
|
comment: टिप्पणी
|
||||||
|
|
|
@ -246,9 +246,6 @@ hr:
|
||||||
show_area_box: prikaži okvir područja
|
show_area_box: prikaži okvir područja
|
||||||
still_editing: (još uređuje)
|
still_editing: (još uređuje)
|
||||||
view_changeset_details: Prikaži detalje changeseta
|
view_changeset_details: Prikaži detalje changeseta
|
||||||
changeset_paging_nav:
|
|
||||||
of: od
|
|
||||||
showing_page: Prikazujem stranicu
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Područje
|
area: Područje
|
||||||
comment: Komentar
|
comment: Komentar
|
||||||
|
|
|
@ -248,9 +248,6 @@ hsb:
|
||||||
show_area_box: wobłuk pokazać
|
show_area_box: wobłuk pokazać
|
||||||
still_editing: (wobdźěłuje so hišće)
|
still_editing: (wobdźěłuje so hišće)
|
||||||
view_changeset_details: Podrobnosće sadźby změnow pokazać
|
view_changeset_details: Podrobnosće sadźby změnow pokazać
|
||||||
changeset_paging_nav:
|
|
||||||
of: z
|
|
||||||
showing_page: Pokazuje so strona
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Wobłuk
|
area: Wobłuk
|
||||||
comment: Komentar
|
comment: Komentar
|
||||||
|
|
|
@ -243,9 +243,6 @@ hu:
|
||||||
show_area_box: területhatároló megjelenítése
|
show_area_box: területhatároló megjelenítése
|
||||||
still_editing: (szerkesztés alatt)
|
still_editing: (szerkesztés alatt)
|
||||||
view_changeset_details: Módosításcsomag részleteinek megtekintése
|
view_changeset_details: Módosításcsomag részleteinek megtekintése
|
||||||
changeset_paging_nav:
|
|
||||||
of: "összesen:"
|
|
||||||
showing_page: "Jelenlegi oldal:"
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Terület
|
area: Terület
|
||||||
comment: Megjegyzés
|
comment: Megjegyzés
|
||||||
|
|
|
@ -240,9 +240,6 @@ ia:
|
||||||
show_area_box: monstrar quadro del area
|
show_area_box: monstrar quadro del area
|
||||||
still_editing: (ancora in modification)
|
still_editing: (ancora in modification)
|
||||||
view_changeset_details: Vider detalios del gruppo de modificationes
|
view_changeset_details: Vider detalios del gruppo de modificationes
|
||||||
changeset_paging_nav:
|
|
||||||
of: de
|
|
||||||
showing_page: Monstrante pagina
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Area
|
area: Area
|
||||||
comment: Commento
|
comment: Commento
|
||||||
|
|
|
@ -238,9 +238,6 @@ is:
|
||||||
show_area_box: sýna svæðismörk
|
show_area_box: sýna svæðismörk
|
||||||
still_editing: (enn að breyta)
|
still_editing: (enn að breyta)
|
||||||
view_changeset_details: Skoða breytingarsett
|
view_changeset_details: Skoða breytingarsett
|
||||||
changeset_paging_nav:
|
|
||||||
of: af
|
|
||||||
showing_page: Sýni síðu
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Svæði
|
area: Svæði
|
||||||
comment: Athugasemd
|
comment: Athugasemd
|
||||||
|
|
|
@ -177,9 +177,6 @@ it:
|
||||||
show_area_box: visualizza il riquadro dell'area
|
show_area_box: visualizza il riquadro dell'area
|
||||||
still_editing: (ancora in modifica)
|
still_editing: (ancora in modifica)
|
||||||
view_changeset_details: Visualizza i dettagli del gruppo di modifiche
|
view_changeset_details: Visualizza i dettagli del gruppo di modifiche
|
||||||
changeset_paging_nav:
|
|
||||||
of: di
|
|
||||||
showing_page: Visualizzata la pagina
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Area
|
area: Area
|
||||||
comment: Commento
|
comment: Commento
|
||||||
|
|
|
@ -230,8 +230,6 @@ ja:
|
||||||
show_area_box: 領域境界を表示
|
show_area_box: 領域境界を表示
|
||||||
still_editing: (まだ編集中です)
|
still_editing: (まだ編集中です)
|
||||||
view_changeset_details: 変更セットの詳細表示
|
view_changeset_details: 変更セットの詳細表示
|
||||||
changeset_paging_nav:
|
|
||||||
showing_page: ページ表示
|
|
||||||
changesets:
|
changesets:
|
||||||
area: 領域
|
area: 領域
|
||||||
comment: コメント
|
comment: コメント
|
||||||
|
|
|
@ -240,9 +240,6 @@ mk:
|
||||||
show_area_box: прикажи рамка на површина
|
show_area_box: прикажи рамка на површина
|
||||||
still_editing: (сè уште уредува)
|
still_editing: (сè уште уредува)
|
||||||
view_changeset_details: Преглед на детали од измените
|
view_changeset_details: Преглед на детали од измените
|
||||||
changeset_paging_nav:
|
|
||||||
of: од
|
|
||||||
showing_page: Приказ на страница
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Површина
|
area: Површина
|
||||||
comment: Коментар
|
comment: Коментар
|
||||||
|
|
|
@ -138,9 +138,6 @@ nds:
|
||||||
no_comment: (keen)
|
no_comment: (keen)
|
||||||
no_edits: (keen Ännern)
|
no_edits: (keen Ännern)
|
||||||
still_editing: (noch an’t Ännern)
|
still_editing: (noch an’t Ännern)
|
||||||
changeset_paging_nav:
|
|
||||||
of: von
|
|
||||||
showing_page: an’t Sied weddergeven
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Rebeed
|
area: Rebeed
|
||||||
comment: Kommentar
|
comment: Kommentar
|
||||||
|
|
|
@ -242,9 +242,6 @@ nl:
|
||||||
show_area_box: toon rechthoek
|
show_area_box: toon rechthoek
|
||||||
still_editing: (nog aan het bewerken)
|
still_editing: (nog aan het bewerken)
|
||||||
view_changeset_details: Details wijzigingenset weergeven
|
view_changeset_details: Details wijzigingenset weergeven
|
||||||
changeset_paging_nav:
|
|
||||||
of: van
|
|
||||||
showing_page: Bezig met weergeven van pagina
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Gebied
|
area: Gebied
|
||||||
comment: Opmerking
|
comment: Opmerking
|
||||||
|
|
|
@ -237,9 +237,6 @@
|
||||||
show_area_box: vis boks for område
|
show_area_box: vis boks for område
|
||||||
still_editing: (redigerer forsatt)
|
still_editing: (redigerer forsatt)
|
||||||
view_changeset_details: Vis detaljer for endringssett
|
view_changeset_details: Vis detaljer for endringssett
|
||||||
changeset_paging_nav:
|
|
||||||
of: av
|
|
||||||
showing_page: Viser side
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Område
|
area: Område
|
||||||
comment: Kommentar
|
comment: Kommentar
|
||||||
|
|
|
@ -236,9 +236,6 @@ pl:
|
||||||
show_area_box: pokaż prostokąt zawierający
|
show_area_box: pokaż prostokąt zawierający
|
||||||
still_editing: (nadal edytowany)
|
still_editing: (nadal edytowany)
|
||||||
view_changeset_details: Zobacz szczegóły changesetu
|
view_changeset_details: Zobacz szczegóły changesetu
|
||||||
changeset_paging_nav:
|
|
||||||
of: z
|
|
||||||
showing_page: Widoczna jest strona
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Obszar
|
area: Obszar
|
||||||
comment: Komentarz
|
comment: Komentarz
|
||||||
|
|
|
@ -244,9 +244,6 @@ pt-BR:
|
||||||
show_area_box: exibir limite da área
|
show_area_box: exibir limite da área
|
||||||
still_editing: (ainda editando)
|
still_editing: (ainda editando)
|
||||||
view_changeset_details: Ver detalhes das alterações
|
view_changeset_details: Ver detalhes das alterações
|
||||||
changeset_paging_nav:
|
|
||||||
of: de
|
|
||||||
showing_page: Exibindo página
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Área
|
area: Área
|
||||||
comment: Comentário
|
comment: Comentário
|
||||||
|
|
|
@ -210,9 +210,6 @@ ro:
|
||||||
show_area_box: afișează chenarul zonei
|
show_area_box: afișează chenarul zonei
|
||||||
still_editing: (încă se editează)
|
still_editing: (încă se editează)
|
||||||
view_changeset_details: Vizualizare detalii set de schimbări
|
view_changeset_details: Vizualizare detalii set de schimbări
|
||||||
changeset_paging_nav:
|
|
||||||
of: din
|
|
||||||
showing_page: Se afișează pagina
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Zonă
|
area: Zonă
|
||||||
comment: Comentariu
|
comment: Comentariu
|
||||||
|
|
|
@ -242,9 +242,6 @@ ru:
|
||||||
show_area_box: Показать рамку, охватывающую область пакета правок
|
show_area_box: Показать рамку, охватывающую область пакета правок
|
||||||
still_editing: (ещё редактируется)
|
still_editing: (ещё редактируется)
|
||||||
view_changeset_details: Просмотреть подробности пакета правок
|
view_changeset_details: Просмотреть подробности пакета правок
|
||||||
changeset_paging_nav:
|
|
||||||
of: из
|
|
||||||
showing_page: Страница
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Область
|
area: Область
|
||||||
comment: Комментарий
|
comment: Комментарий
|
||||||
|
|
|
@ -212,9 +212,6 @@ sl:
|
||||||
show_area_box: prikaži pravokotno področje
|
show_area_box: prikaži pravokotno področje
|
||||||
still_editing: (še ureja)
|
still_editing: (še ureja)
|
||||||
view_changeset_details: Ogled podrobnosti paketa sprememb
|
view_changeset_details: Ogled podrobnosti paketa sprememb
|
||||||
changeset_paging_nav:
|
|
||||||
of: od
|
|
||||||
showing_page: Prikaz strani
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Področje
|
area: Področje
|
||||||
comment: Komentar
|
comment: Komentar
|
||||||
|
|
|
@ -233,9 +233,6 @@ sv:
|
||||||
no_comment: (ingen)
|
no_comment: (ingen)
|
||||||
no_edits: (inga ändringar)
|
no_edits: (inga ändringar)
|
||||||
still_editing: (redigerar fortfarande)
|
still_editing: (redigerar fortfarande)
|
||||||
changeset_paging_nav:
|
|
||||||
of: av
|
|
||||||
showing_page: Visar sida
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Area
|
area: Area
|
||||||
comment: Kommentar
|
comment: Kommentar
|
||||||
|
|
|
@ -240,9 +240,6 @@ vi:
|
||||||
show_area_box: hiện hộp vùng
|
show_area_box: hiện hộp vùng
|
||||||
still_editing: (đang mở)
|
still_editing: (đang mở)
|
||||||
view_changeset_details: Xem chi tiết của bộ thay đổi
|
view_changeset_details: Xem chi tiết của bộ thay đổi
|
||||||
changeset_paging_nav:
|
|
||||||
of: trong
|
|
||||||
showing_page: Đang hiện trang
|
|
||||||
changesets:
|
changesets:
|
||||||
area: Vùng
|
area: Vùng
|
||||||
comment: Miêu tả
|
comment: Miêu tả
|
||||||
|
|
|
@ -172,8 +172,6 @@ zh-CN:
|
||||||
show_area_box: 显示区域窗口
|
show_area_box: 显示区域窗口
|
||||||
still_editing: (仍在编辑中)
|
still_editing: (仍在编辑中)
|
||||||
view_changeset_details: 查看详细变更
|
view_changeset_details: 查看详细变更
|
||||||
changeset_paging_nav:
|
|
||||||
showing_page: 显示网页
|
|
||||||
changesets:
|
changesets:
|
||||||
area: 区域
|
area: 区域
|
||||||
comment: 评论
|
comment: 评论
|
||||||
|
|
|
@ -227,9 +227,6 @@ zh-TW:
|
||||||
show_area_box: 顯示區域方塊
|
show_area_box: 顯示區域方塊
|
||||||
still_editing: (尚在編輯)
|
still_editing: (尚在編輯)
|
||||||
view_changeset_details: 檢視變更組合詳細資訊
|
view_changeset_details: 檢視變更組合詳細資訊
|
||||||
changeset_paging_nav:
|
|
||||||
of: /
|
|
||||||
showing_page: 正在顯示頁面
|
|
||||||
changesets:
|
changesets:
|
||||||
area: 區域
|
area: 區域
|
||||||
comment: 註解
|
comment: 註解
|
||||||
|
|
Loading…
Add table
Reference in a new issue