606a58894aad5b27229321877e215c4cadedbc36
parent
cf51a5eea4
commit
ffa1df774e
|
@ -84,8 +84,8 @@
|
||||||
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
||||||
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/libs.js?v=1437417017474"></script>
|
<script src="/js/libs.js?v=1439789626917"></script>
|
||||||
<script src="/js/templates.js?v=1437417017474"></script>
|
<script src="/js/templates.js?v=1439789626917"></script>
|
||||||
<script src="/js/app-loader.js?v=1437417017474"></script>
|
<script src="/js/app-loader.js?v=1439789626917"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,7 +1,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
var promise, version;
|
var promise, version;
|
||||||
|
|
||||||
version = 1437417017488;
|
version = 1439789626927;
|
||||||
|
|
||||||
window.taigaConfig = {
|
window.taigaConfig = {
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -425,7 +425,7 @@
|
||||||
"REPORTS": {
|
"REPORTS": {
|
||||||
"TITLE": "Reports",
|
"TITLE": "Reports",
|
||||||
"SUBTITLE": "Export your project data in CSV format and make your own reports.",
|
"SUBTITLE": "Export your project data in CSV format and make your own reports.",
|
||||||
"DESCRIPTION": "Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analize all your data easily.",
|
"DESCRIPTION": "Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analyze all your data easily.",
|
||||||
"HELP": "How to use this on my own spreadsheet?",
|
"HELP": "How to use this on my own spreadsheet?",
|
||||||
"REGENERATE_TITLE": "Change URL",
|
"REGENERATE_TITLE": "Change URL",
|
||||||
"REGENERATE_SUBTITLE": "You going to change the CSV data access url. The previous url will be disabled. Are you sure?"
|
"REGENERATE_SUBTITLE": "You going to change the CSV data access url. The previous url will be disabled. Are you sure?"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue