Skip to content

Commit da9b6dd

Browse files
author
in dow
committed
Merge pull request #169 from indication/update_translation
Update translation
2 parents d1a0ee0 + 59d53ba commit da9b6dd

File tree

11 files changed

+459
-15
lines changed

11 files changed

+459
-15
lines changed

OpenRedmine/src/main/res/raw-de/version.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ Alle
99

1010
Nächste Veröffentlichung
1111
===========
12-
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)
1312

1413

1514
v3.16 - 49 - 2015/11/18
1615
===========
1716
- Support date time style "yyyy-MM-dd HH:mm:ss Z" (#157)
1817
- Support pull-to-refresh-event on IssueView (#157)
19-
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)
2018
- Fix NumberFormatException (#161) / NullPointerException on IssueEdit (#162)
2119
- Reduce permissions (#160)
2220
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)

OpenRedmine/src/main/res/raw-ja/version.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ TODO
99

1010
次期リリース
1111
===========
12-
- appcompat-v7へ移行。感謝と共にactionbarsherlock, actionbarpulltorefreshを削除。 (#144)
1312

1413

1514
v3.16 - 49 - 2015/11/18
1615
===========
17-
- Support date time style "yyyy-MM-dd HH:mm:ss Z" (#157)
18-
- Support pull-to-refresh-event on IssueView (#157)
19-
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)
20-
- Fix NumberFormatException (#161) / NullPointerException on IssueEdit (#162)
21-
- Reduce permissions (#160)
16+
- 日付形式"yyyy-MM-dd HH:mm:ss Z"に対応 (#157)
17+
- IssueViewでpull-to-refresh-eventに対応 (#157)
18+
- NumberFormatException (#161) / IssueEdit での NullPointerException(#162) に対応
19+
- 権限の削減 (#160)
2220
- appcompat-v7へ移行。感謝と共にactionbarsherlock, actionbarpulltorefreshを削除。 (#144)
2321

2422
v3.15 - 48 - 2015/02/07
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Título
2+
===========
3+
OpenRedmine
4+
5+
Breve descrição
6+
===========
7+
O OpenRedmine é um cliente Redmine totalmente de graça e de código aberto no GitHub.
8+
9+
Descrição
10+
==========
11+
O OpenRedmine é cliente Redmine para android.
12+
13+
Requisito:
14+
* Redmine 1.2 ou posterior
15+
* Chave de acesso à API (através da página "Minha Conta")
16+
17+
CUIDADO:
18+
* Dados em cache (tarefas baixadas) são armazenados SEM criptografia. Para remover dados em cache imediatamente, acesso a lista de conexão - mostrar menu - remover tudo em cache
19+
* Esta é uma versão gamma, o que significa que não é segura. No Android 2.x, a apresentação pode ser comprometida algumas vezes.
20+
21+
Conexão:
22+
* Permitir se conectar a sites com SSL NÃO-SEGUROS através do transdroid
23+
* Permitir se conectar via Autenticação Básica
24+
* Obter chave de API de web sites semi-automaticamente
25+
* Conexão via gzip(compressão)
26+
27+
Funcionalidades:
28+
* Ver tarefas offline
29+
* Filtro (Situação/Rastreador/Categoria/Prioridade/Autor/Atribuído Para)
30+
* Ordenar (ID da Tarefa/Criada/Modificada/... etc)
31+
* Mostrar logs de mudança, tarefas relacionadas
32+
* Criar ou modificar tarefa/registro de tempo
33+
* Baixar arquivo relacionado com tarefas
34+
* Ver wiki
35+
* Ver notícias
36+
37+
Permissões:
38+
* INTERNET - conectar a um servidor redmine
39+
* VIBRAR - notificar com vibração ao tocar o item da lista
40+
41+
Relatórios:
42+
Se você detectar algum bug, nos comunique via twitter, github ou avaliação com uma estrela.
43+
44+
Nota:
45+
* Este aplicativo é de código aberto (GPL exceto bibliotecas), então você pode contribuir.
46+
* Você pode traduzir para sua língua através de https://www.transifex.com/projects/p/openredmine/ .
47+
* Nos informe via https://github.com/indication/OpenRedmine ou twitter @OpenRedmine caso tenha alguma sugestão ou crítica.
48+
* Versão beta deve ser lançada em https://plus.google.com/u/0/communities/118409948481316268572
Lines changed: 251 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
OpenRedmine
2+
===========
3+
Histórico de releases
4+
5+
Coisas a serem feitas
6+
===========
7+
- Verificar data para o bug de atualização (#83)
8+
- Adicionar botão de compartilhamento na tarefa (#18)
9+
10+
Próxima Release
11+
===========
12+
13+
14+
v3.16 - 49 - 18/11/2015
15+
===========
16+
- Suporte ao estilo de exibição de data e hora "yyyy-MM-dd HH:mm:ss Z" (#157)
17+
- Support pull-to-refresh-event on IssueView (#157)
18+
- Corrigida NumberFormatException (#161) / NullPointerException em IssueEdit (#162)
19+
- Reduzir permissões (#160)
20+
- Migrar para appcompat-v7. Remover actionbarsherlock, actionbarpulltorefresh. Obrigado eterno. (#144)
21+
22+
v3.15 - 48 - 07/02/2015
23+
===========
24+
- Adicionada tradução para Alemão feita por markusr
25+
- Suporte a relações entre diários (#151)
26+
27+
v3.14 - 47 - 29/10/2014
28+
===========
29+
- Obter observadores (#132)
30+
- Corrigir misc (#142)
31+
- Suporte à nova API no fragmento WebView
32+
- Fechar conexão
33+
- Remover código não utilizado
34+
- Suporte ao android studio 0.9.1
35+
36+
37+
v3.13 - 45 - 04/10/2014
38+
===========
39+
- Colocar acesso fácil à tarefas na lista de projetos (#130)
40+
- Supported attachment provider (#131, #135)
41+
- Add recently viewed issue list (#137)
42+
- Supported deleting connection (#138)
43+
44+
45+
v3.12 - 44 - 2014/09/06
46+
===========
47+
- Support parse Project Status on Redmine 2.5.0 (#71)
48+
- Show Ndays before ... etc (#28)
49+
50+
v3.11 - 43 - 2014/08/16
51+
===========
52+
- Show project news (#17,#118)
53+
- Add projectpage (#116)
54+
- Refactor wiki (#114)
55+
- Support for issue id with brackets
56+
- Use factory method about XmlPullParser
57+
- Add parent page
58+
- Refactor wiki
59+
- Fix builds (#115,#119)
60+
61+
v3.10 - 42 - 2014/06/28
62+
===========
63+
- Add kanban view by long tap project (#108)
64+
- Fix crashed when tap the recorded time (#103)
65+
- Category list is not applied theme (#102)
66+
- Fix not fetch issue detail from remote by pulling ... and more minor bug fix (#112)
67+
- Allow input certification fingerprint to connection (#112)
68+
69+
v3.9 - 41 - 2014/05/17
70+
===========
71+
- Fix issue view icons
72+
- Fix wiki link expressions
73+
- Improved performance by changing issue detail from WebView to TextView
74+
75+
v3.8 - 40 - 2014/03/27
76+
===========
77+
- Add search interface on issues, projects
78+
- (Internal changes) Update Android Studio from 0.4.2 to 0.5.1
79+
- Bug fix crash on android 2.2 (#79,#56)
80+
- Bug fix show journal changes (#81)
81+
- Reduce URL validation on add connection (#84)
82+
83+
v3.7 - 39 - 2014/02/28
84+
===========
85+
- Fix crash on fetch remote first time (#68)
86+
- (Internal changes) Move DAO into adapter (#61)
87+
- Add URL validation (start with schema) to avoid to crash (#67)
88+
89+
v3.6 - 38 - 2014/02/15
90+
===========
91+
- Add russian translation by box789
92+
- Add project favorites list
93+
- Fix appearance on edit connection
94+
95+
v3.5 - 37 - 2014/02/02
96+
===========
97+
- Fetch wiki when there is no item
98+
- Open activity on select issue
99+
- Fix add new issue
100+
101+
v3.5 - 36 - 2014/01/24
102+
===========
103+
- Support wiki view
104+
- Add tabs
105+
106+
v3.4 - 35 - 2013/12/10
107+
===========
108+
- Fix crash on Android 2.3
109+
110+
v3.4 - 34 - 2013/12/09
111+
===========
112+
- Switch list via swipe
113+
- Support pull to refresh
114+
- (Internal changes) Port to Android Studio
115+
116+
v3.3 - 33 - 2013/11/06
117+
===========
118+
- Download file related with issues
119+
- Fixes crash on showing unknown relation type
120+
121+
v3.2 - 32 - 2013/09/09
122+
===========
123+
- Fix crashes on fetching issue from remote - relative issue reference was wrong
124+
- Update submodule - android-form-edittext
125+
126+
v3.1 - 31 - 2013/09/05
127+
===========
128+
- Add sticky view on issue
129+
- Renewal issue list view
130+
131+
v3.0 - 30 - 2013/08/12
132+
===========
133+
- Support fragment (internal codes)
134+
- Fix timezone when fetch items
135+
- Fix issue view to align to center
136+
- Show current user on project list
137+
138+
v2.5 - 29 - 2013/07/03
139+
===========
140+
- Show comment area always
141+
142+
v2.4 - 28 - 2013/06/06
143+
===========
144+
- Fix sync issues (loop forever)
145+
- Fix posting in android 2.2 (v1.XmlPullParser support)
146+
147+
v2.3 - 27 - 2013/05/29
148+
===========
149+
- Add post notes to issue
150+
- Fix edit issue about version/estimated time
151+
- Add sort key
152+
- start/due/close date
153+
- priority/status/tracker
154+
- fixed_version/category
155+
- assigned to/author
156+
- done rate
157+
158+
v2.2 - 26 - 2013/05/25
159+
===========
160+
- Add post or modify issue
161+
- Fix issue list
162+
163+
v2.1 - 23 - 2013/05/20
164+
===========
165+
- Fix sync project via http
166+
167+
v2.0 - 22 - 2013/05/14
168+
===========
169+
- Add post or modify time entry
170+
- Fetch all of projects
171+
172+
v1.14 - 21 - 2013/05/01
173+
===========
174+
- Add sort feature
175+
- Show changes on journals
176+
- Show link (URLs) on issue details
177+
178+
v1.13 - 20 - 2013/04/19
179+
===========
180+
- Fix fetch issue
181+
- Jump to issue from project list
182+
- Add url input helper on connection
183+
184+
v1.12 - 19 - 2013/04/17
185+
===========
186+
- Fix update issue
187+
- Jump to issue from description or journal
188+
- Add tracker to issues list
189+
- Refresh icons
190+
191+
v1.11 - 18 - 2013/04/08
192+
===========
193+
- Add time entries
194+
195+
v1.10 - 17 - 2013/03/31
196+
===========
197+
- Fix update issue
198+
199+
v1.9 - 15 - 2013/03/25
200+
===========
201+
- Add filter about Priority/Author/Assined
202+
- Fix update issue attributes
203+
204+
v1.8 - 14 - 2013/03/17
205+
===========
206+
- Add settings
207+
- Fetch all issues(closed issues) by setting. By default fetches only unclosed issues.
208+
- Add theme switcher
209+
210+
v1.7 - 13 - 2013/03/14
211+
===========
212+
- Supports textile in issue detail
213+
214+
v1.6 - 12 - 2013/02/27
215+
===========
216+
- Issue list keep scroll point.
217+
- Fix filter shows nothing on the list.
218+
- Upgeade android api level.
219+
220+
v1.5 - 10 - 2013/02/23
221+
===========
222+
- Support journals
223+
- Changed fetching issues from remote
224+
225+
v1.4 - 9 - 2013/01/14
226+
===========
227+
- Reduce permission to write sd card.
228+
229+
v1.3 - 8 - 2012/12/01
230+
===========
231+
- Fix transfer authentications on getting information via web site
232+
- Add feature filter
233+
234+
v1.2 - 7 - 2012/12/01
235+
===========
236+
- Fixes crash on startup.(build was failed)
237+
238+
v1.1 - 6 - 2012/12/01
239+
===========
240+
- Rewrite HTTP transport
241+
- Connection via gzip
242+
- Get versions on loading projects
243+
- Add footer on ConnectionList
244+
- Fix parse error on timezones
245+
- Reconfigure splash activity
246+
247+
v1.0 - 1 - 2012/10/31
248+
===========
249+
- Fixes crash on startup.
250+
- Fixes buttons when save connection.
251+
- Creates new.

OpenRedmine/src/main/res/raw-ru/version.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ TODO
99

1010
Next Release
1111
===========
12-
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)
1312

1413

1514
v3.16 - 49 - 2015/11/18
1615
===========
1716
- Support date time style "yyyy-MM-dd HH:mm:ss Z" (#157)
1817
- Support pull-to-refresh-event on IssueView (#157)
19-
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)
2018
- Fix NumberFormatException (#161) / NullPointerException on IssueEdit (#162)
2119
- Reduce permissions (#160)
2220
- Migrate to appcompat-v7. Remove actionbarsherlock, actionbarpulltorefresh, Thank you for ever. (#144)

OpenRedmine/src/main/res/raw/store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ If you detect the crash, bless us by the report via twitter, github, reviews wit
4343

4444
Note:
4545
* This app is open source(GPL exclude libraries), you can contribute.
46-
* You can translate your language via https://www.transifex.com/projects/p/openredmine/ .
46+
* You can translate your language via https://www.transifex.com/projects/p/openredmine/ . (language: translator names)
4747
* Notice via https://github.com/indication/OpenRedmine or twitter @OpenRedmine if you feel something good or bad.
48-
* Beta would be released on https://plus.google.com/u/0/communities/118409948481316268572
48+
* Beta would be released on https://play.google.com/apps/testing/jp.redmine.redmineclient .

OpenRedmine/src/main/res/raw/version.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ TODO
99

1010
Next Release
1111
===========
12-
- Fix search on project list
13-
- Add search on wiki list
12+
- Add Portuguese-Brazil translation by etcho (#169)
13+
- Fix search on project list (#168)
14+
- Add search on wiki list (#168)
15+
- Add webview to menu (#167)
1416

1517
v3.16 - 49 - 2015/11/18
1618
===========

0 commit comments

Comments
 (0)