Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add localization to Brazilian Portuguese #6

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
9bbd549
Move files to root directory
dro123 Dec 30, 2012
4609562
Remove unneeded or duplicate files
dro123 Dec 30, 2012
cdf7754
Use the plugin name for controllers, views, helpers, etc.
dro123 Dec 30, 2012
5fcd41a
Update to Redmine >= 2.0 and add localization
dro123 Dec 30, 2012
9681a4b
Add plugin settings instead of hardcoding IDs
dro123 Dec 30, 2012
3c1bc29
Update README and bump version to 2.0.0
dro123 Dec 30, 2012
365ad19
Fix screenshot URL in README
dro123 Jan 1, 2013
2d49901
Add rake command to 'Install' in README
dro123 Jan 4, 2013
6e38dbf
Add localization for Simplified Chinese
archonwang Jan 5, 2013
86f1d9b
Use API key for AJAX request for non-public projects
dro123 Jan 8, 2013
64dca91
Use configured custom field ID for issue queries
dro123 Jan 16, 2013
d852780
Update README for cases where authentication is needed
dro123 Jan 17, 2013
3ca9c8f
Allow project managers to change all meetings
dro123 Apr 19, 2014
a38ceb3
Don't send notification mails on create/update
dro123 Apr 19, 2014
7df764e
Add an option to select categories for meetings
dro123 Apr 19, 2014
6f06248
Minor cleanups
dro123 Apr 20, 2014
1c52da1
Add an option to support multiple projects
dro123 Apr 20, 2014
01f0440
Add a default issue status to plugin settings
dro123 Apr 23, 2014
52fa5a3
URL encode meeting room and date filter in AJAX requests
dro123 Apr 23, 2014
d50bcff
Add an option to allow changing of bookings in the past
dro123 May 15, 2014
01cfa32
Add possibility to edit events directly with the mouse
dro123 May 15, 2014
f2c61ef
Limit access to projects based on the user rights and add per project…
dro123 May 15, 2014
987a36a
Add tracker status CSS class names
dro123 Nov 11, 2014
162825f
Add turkish localization file
dro123 Nov 12, 2014
79b2255
Add compatibility with rails >= 4
dro123 Apr 22, 2015
5795b6c
Mark redmine 3.x as supported in the docs
dro123 Apr 22, 2015
126681b
Fix compatibility with rails >= 4
dro123 Apr 23, 2015
3c4fe45
Create pt-br.yml
aceccarelli Jun 15, 2015
46990f4
Merge pull request #20 from aceccarelli/master
dro123 Jun 15, 2015
d1813fb
New libraries, documentation and new features
dro123 Sep 25, 2015
9e153e9
Fix db migrate file ending
dro123 Oct 28, 2015
0ecb33b
Russian translation
ddk85 Oct 29, 2015
bfb1542
Merge pull request #23 from ddk85/master
dro123 Oct 29, 2015
43740cc
Added author_url for easy search code from Redmine
ddk85 Oct 30, 2015
dc68887
Fix Russian translation
ddk85 Oct 30, 2015
6df90f8
Merge pull request #24 from ddk85/master
dro123 Oct 31, 2015
95e5c1a
Add an option to show weekends
dro123 Nov 27, 2015
f117379
Merge branch 'master' of github.com:dro123/redmine_meeting_room_calendar
dro123 Nov 27, 2015
73e0d3d
Respect redmines 'first day of week' setting
dro123 Dec 1, 2015
15a5e6e
Allow overlap
kostyfisik Dec 1, 2015
95abe93
update default value
kostyfisik Dec 1, 2015
9e8fbe6
update default value
kostyfisik Dec 2, 2015
0860ed9
Merge pull request #31 from kostyfisik/master
dro123 Dec 2, 2015
04649f3
Update to fullcalendar 2.9.1 and fix 'all' rooms query for redmine v<3.0
dro123 Oct 4, 2016
cf57070
Respect redmine date and time format settings
dro123 Oct 4, 2016
fc7a435
Add Italian translation
dro123 Jan 21, 2018
8d8f996
Updated the incorrect language identifier
shash66 Mar 27, 2018
2af056c
Merge pull request #47 from shash66/patch-1
dro123 Mar 28, 2018
ab54e52
rails 5.1+ & redmine 4.1 compatibility
vany-egorov Feb 13, 2020
e663093
Merge pull request #51 from x-redmine/release/4.1.x
dro123 Apr 9, 2020
0b1b9c5
Update 001_add_meeting_rooms_to_projects.rb
aescariom May 22, 2020
c639ccf
Merge pull request #52 from aescariom/master
dro123 May 23, 2020
4c4c822
add Japanese language
guskma Jun 24, 2020
d7556d0
Merge pull request #55 from guskma/lang-ja
dro123 Jun 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Russian translation
ddk85 committed Oct 30, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dc68887da5254e5db46159df9d15e3f237d18bee
2 changes: 1 addition & 1 deletion config/locales/ru.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ ru:
label_setting_issue_status_id: "Статус задачи"
label_setting_show_project_menu: "Отображать меню проекта"
label_setting_show_categories: "Отображать выбор категории"
label_setting_hide_projects: "Скрыть выюор проекта"
label_setting_hide_projects: "Скрыть выбор проекта"
label_setting_hide_rooms: "Скрыть выбор комнаты"
label_setting_allow_changing_old_meetings: "Разрешить бронирование в прошлом"
label_setting_allow_drag_and_drop: "Разрешить 'drag and drop' бронирование мышкой"