Commit graph

174 commits

Author SHA1 Message Date
Christian Werner
98d56d2412 Update de.csv
Update Translation

'No' means 'Nein' in German and not 'nothing' 'Kein'
2023-05-22 19:39:21 +02:00
Raffael Meyer
504b33ceb8
fix: translate lowercase operators to german (#20912) 2023-05-05 18:22:59 +05:30
Raffael Meyer
e384d94fcc
fix: make role info translatable (#20813) 2023-04-24 18:58:22 +05:30
Raffael Meyer
3a76a771a9
fix: german translation of workflow state (#20609) 2023-04-07 14:56:53 +05:30
Wolfram Schmidt
75973fd22a
chore: Update de.csv (#20548)
translations for new feature to crop images on upload. Crop (cutting) is in conflict with crop (Agricultural) but as this module is not part of ERPNext-Standard installation. This should not matter for now.
2023-04-03 11:23:59 +05:30
Wolfram Schmidt
62a1f234fe
chore: Update de.csv (#20547)
added missing DocType translation. This used to be Naming Series (Nummernkreis) https://doku.phamos.eu/books/erpnext-benutzerhandbuch-v14/page/dokumentenbenennungseinstellungen-document-naming-settings
2023-04-03 11:23:49 +05:30
Wolfram Schmidt
492fdbeec4
chore: Update de.csv (#20545)
added translations related to Navbar-Settings. Cleanup.
2023-04-03 11:23:34 +05:30
Wolfram Schmidt
3d626dd364
chore: Update de.csv (#20546)
alligned singular and plural. Has effect on DocType naming of DocType Notification!
2023-04-03 11:23:12 +05:30
Raffael Meyer
ef11d67bb3
chore: translations of "Login" and "Signup" (german) (#20409) 2023-03-21 17:04:28 +05:30
Wolfram Schmidt
1f01eccb9b
chore: update de translations (#20341)
added translations for new fields (v14)
2023-03-15 01:51:13 +05:30
Raffael Meyer
5538d7fbbe
chore: translate read only alert to german (#20324)
[skip ci]
2023-03-14 11:37:22 +05:30
Raffael Meyer
87985c14b9
Merge branch 'develop' into select-print-language 2022-12-08 17:15:12 +01:00
barredterra
0c3c4bf197 fix: add missing translations (de) 2022-12-08 16:57:32 +01:00
Raffael Meyer
77ce90dc63
fix: user perm check message (#19165)
* fix: german translation for perm check message

* fix: all the translations  💬
2022-12-08 18:46:06 +05:30
Raffael Meyer
dcae57475d
fix: unscrub and translate field names in tooltip explaining fetch from (#19143) 2022-12-07 14:57:07 +05:30
Sagar Sharma
cc9499c613
chore: typo in validate_loop msg (#19091)
* fix: typo in `validate_loop` msg

* chore: update translations

[skip ci]

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-12-03 12:08:41 +05:30
barredterra
b8b6db541a feat: german translations for export dialog 2022-11-27 17:13:22 +01:00
Raffael Meyer
e3a0b007c2
fix: translations (#18765)
* fix: add missing translations

* fix: capitalize label

* fix: translate label on summary item
2022-11-06 17:36:51 +05:30
Wolfram Schmidt
66fbd14c3a
chore: fix DE translations
added missing translation

[skip ci]
2022-10-25 12:06:49 +05:30
Wolfram Schmidt
1e2370ffd3
chore: update de translation (#18476)
Make Attachments Public by Default, Anhänge im Standard als öffentlich markieren,
2022-10-20 02:47:48 +05:30
Ankush Menat
45645c3f73 feat: consistent, translatable timeline messages (#17526)
reapply accidentally reverted commit

[skip ci]
2022-10-12 22:27:04 +05:30
Ankush Menat
ab3f706948 Revert "feat: consistent, translatable timeline messages (#17526)"
This reverts commit 112c492f3e.
2022-10-12 18:03:57 +05:30
Raffael Meyer
112c492f3e
feat: consistent, translatable timeline messages (#17526)
* feat: consistent, translatable timeline messages

* fix: save only filename for attachment comments

The rest of the comment will be added and translated ad-hoc by form_timeline.js

* patch: clean up Comments of type "Attachment"

* feat: further message types

* style: format with prettier

* test: cypress timeline

Timeline now correctly displays "You ..." instead of "{User} ..."

* feat: german transations for timeline comments

* fix: enable auto_commit_on_many_writes

* fix: don't update modified timestamp in patch
2022-10-06 16:05:34 +05:30
Raffael Meyer
769abcf4c4
fix: german translations (#17663) 2022-08-09 16:27:01 +05:30
Raffael Meyer
038aed7e27
feat: number shortening in German (#17662)
* feat: number shortening in German

* feat: don't forget Liechtenstein

* feat: number system

- extract into a separate file
- add other countries with indian system
- add german translations

* refactor: get_number_system
2022-08-01 12:46:58 +05:30
Raffael Meyer
f4fa4d303f
fix: "You viewed/edited/created this" (#17365)
### Issues
In the form timeline we show events like “{user} {created/viewed/edited} this {some_time_ago}”. If user is the current user, we used “You” instead of “Jon Doe”. This works in English, but in other languages it messes up the rest of the sentence.

Because of this, people added wrong translations of “You” that made the grammar work, but also made the message less clear.

Also, the _last viewed_ message used to link to **View Log**. That can be read by system managers only and doesn't hold additional information. So it's just a source of errors for users trying to click on it.

### Fixes

- don't mix up users and salutations. Always show user's full name.
- change the _last viewed_ message to work like the other two, remove link to **View Log**

### Demo

Logged an as Administrator:

English

![Bildschirmfoto 2022-06-30 um 15 28 37](https://user-images.githubusercontent.com/14891507/176689772-dd878c90-4a2c-4a32-aa6c-d2e14a6340e1.png)

German

![Bildschirmfoto 2022-06-30 um 15 28 03](https://user-images.githubusercontent.com/14891507/176689812-ce13bb31-6c70-40f2-8699-6fb0db1d06f9.png)
2022-07-04 14:03:31 +00:00
Samuel Danieli
d58f2ed8e7
fix: german translations (#17324) 2022-06-28 17:28:27 +05:30
barredterra
d83251ad47 feat: Add german translations 2022-05-23 16:51:12 +02:00
barredterra
88f65cdefb feat: Add german translations 2022-05-23 16:01:42 +02:00
Nikhil Kothari
746e017aef
fix: Fixed spelling of "Submitting" in Bulk Upload Modal (#16638)
* Fixed spelling of "Submitting"

* Updated translation files
2022-04-16 14:15:59 +05:30
Samuel Danieli
c5963b5b7c fix: escape , 2022-03-15 17:27:51 +01:00
Samuel Danieli
a560d38562 feat: add German translations 2022-03-15 17:27:51 +01:00
Wolfram Schmidt
208fc5f0d5
fix(translation): Field translation (#16010) 2022-02-23 14:29:46 +05:30
Suraj Shetty
522fb1d6d1 fix(translation): Remove duplicate entry 2022-02-23 10:19:00 +05:30
Wolfram Schmidt
6d0abc77a8
fix(translation): Update translations for website module (#15955) 2022-02-16 11:22:07 +05:30
Wolfram Schmidt
8b41f7a7e7
fix(translation): Update translation for web_template (#15956) 2022-02-16 11:21:04 +05:30
Wolfram Schmidt
581c5f52e6
fix: added missing translations for View Types (#15873)
added missing translations for View Types

> no-docs
2022-02-16 05:49:57 +00:00
Wolfram Schmidt
8bae45823c
fix: Update Translations (#15878) 2022-02-16 09:59:12 +05:30
Wolfram Schmidt
8995bbb833
fix: Update translations (#15886)
For better understanding on what this does. For "Submit" the german word "Buchen" or "gebucht" ist used mostly in the system.

![grafik](https://user-images.githubusercontent.com/22279621/152641036-ee89f81d-4a10-4686-8f67-646af6a8087f.png)
2022-02-14 12:25:27 +00:00
Wolfram Schmidt
954b932c10
added menu translations (#15879)
added menu translations when navigating over avater
2022-02-14 10:48:17 +00:00
Wolfram Schmidt
fb1ff60ab2
polished the "Tag" translation (#15889)
corrected some translations and added missing ones
2022-02-07 06:50:56 +00:00
Wolfram Schmidt
1944a547f9 added translation for Yes/No
Since v13 the translation of the english No was "Kein". Which is not the right choice when selecting between yes or no. "Kein" is more something like none...
2022-02-06 14:48:16 +01:00
Wolfram Schmidt
ac3de2cb81
Update de.csv
missing translation added
2022-02-03 07:28:34 +01:00
Wolfram Schmidt
fadb07393b
chore: Update de.csv (#15802)
added missing translation in DocType User
2022-01-31 14:33:59 +05:30
Wolfram Schmidt
4718ebc2c3
chore: update translation for first day of week
Added translation connected to: https://github.com/frappe/frappe/pull/15669
2022-01-27 19:17:08 +05:30
Wolfram Schmidt
632b19da28
fix(translation): Update de.csv (#15697) 2022-01-24 16:54:33 +05:30
barredterra
ea5695700c feat: add german translations for datatable menu 2022-01-06 15:52:05 +01:00
Wolfram Schmidt
3e6dd594ef
fix: translation (#12117) 2021-01-05 17:18:54 +05:30
Frappe PR Bot
44bc0dd81c
chore: Update translations (#11895)
Co-authored-by: frappe <frappe@scw-dazzling-elgamal>
2020-11-07 16:45:30 +05:30
Frappe PR Bot
a7588c0843
chore: Update translations (#11836)
Co-authored-by: frappe <frappe@scw-dazzling-elgamal>
2020-10-31 17:11:26 +05:30