-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprh.yml
128 lines (110 loc) · 2.63 KB
/
prh.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
version: 1
rules:
#
# Supabase関連
#
- expected: Supabase
pattern:
- /supabase(.)?/
regexpMustEmpty: $1
specs:
- from: supabase.io
to: supabase.io
- from: supabase-js
to: supabase-js
- from: supabase
to: Supabase
# 製品名として使われる場合はこのまま
- expected: Supabase Storage
pattern:
- Supabaseストレージ
# 機能として使われている場合はカタカナ
- expected: ストレージ
pattern:
- storage
# 上記の製品名の場合とコンフリクトするのでコメントアウト
# - Storage
# 製品名として使われる場合はこのまま
- expected: Supabase Auth
pattern:
- Supabase認証
# 機能として使われている場合はカタカナ
- expected: 認証
pattern:
- /auth/
options:
wordBoundary: true
specs:
- from: auth
to: 認証
# プロジェクト名を指す場合
# https://github.com/supabase/realtime
- expected: Realtime
# 機能などを表現する場合はカタカナにしたいのでコメントアウト
# pattern:
# - リアルタイム
# 機能として使われている場合はカタカナ
- expected: リアルタイム
pattern:
- realtime
# 上記のプロジェクト名の場合とコンフリクトするのでコメントアウト
# - Realtime
- expected: パブリック・スキーマ
pattern:
- public schema
- /公開・スキーマ/
- expected: パブリック・テーブル
pattern:
- public table
- /公開・テーブル/
- expected: プライベート
pattern:
- 非公開
#
# PotgreSQL関連用語
# https://github.com/pgsql-jp/taiyaku
#
- expected: 行単位セキュリティー
pattern:
- Row Level Security
- ロウレベルセキュリティー
- ロウ・レベル・セキュリティー
- 行レベルセキュリティー
- expected: 結合
pattern:
- join
- ジョイン
#
# 技術系用語
#
- expected: Postgres
pattern:
- postgre
- expected: Firebase
pattern:
- firebase
- ファイアーベース
- expected: バケット
options:
wordBoundary: true
pattern:
- Bucket
- bucket
- バケツ
- expected: Excel
pattern:
- エクセル
- expected: RESTful API
pattern:
- レストフルAPI
#
# 一般用語
#
- expected: 私たちの
options:
wordBoundary: true
pattern:
- our
- 我々の
- われわれの
- 私達の