bookyt_salary 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/de.yml +8 -15
- data/lib/bookyt_salary/version.rb +1 -1
- metadata +3 -3
data/config/locales/de.yml
CHANGED
@@ -1,23 +1,16 @@
|
|
1
1
|
de:
|
2
2
|
activerecord:
|
3
3
|
models:
|
4
|
-
|
4
|
+
salary: Lohn
|
5
5
|
|
6
6
|
attributes:
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
client_count: Anzahl Verkäufe
|
15
|
-
product_count: Verkaufte Produkte
|
16
|
-
credit_turnover: Kreditumsatz
|
17
|
-
discount: Rabatt
|
18
|
-
from: Abrechnung von
|
19
|
-
total: Total
|
20
|
-
calculate: Ausrechnen
|
7
|
+
salary:
|
8
|
+
amount: Bruttolohn
|
9
|
+
net_amount: Nettolohn
|
10
|
+
bvg_amount: BVG
|
11
|
+
social_amount: AHV/IV/EO/ALV/NBU
|
12
|
+
customer: Arbeitgeber
|
13
|
+
company: Arbeitnehmer
|
21
14
|
|
22
15
|
crud:
|
23
16
|
title:
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_salary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
- 0
|
9
8
|
- 1
|
10
|
-
|
9
|
+
- 0
|
10
|
+
version: 0.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Simon H\xC3\xBCrlimann (CyT)"
|